Merge branch development to main #30
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_router!30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ai.models returns {object:"list", data:[{id:...}]}, not {models:[...]}. Extract the data array in Rust and handle all response shapes in JS. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>Before: /{service}/{name}/* where name is not rpc/ui/admin/rest/api mapped to web_{name}.sock. Custom sockets like explorer_rpc.sock were unreachable. Now: check if {name}.sock exists directly on disk first. Only fall back to web_{name}.sock if the direct name doesn't exist. Closes #28