Changeset 0.17.0 (#75)

This commit is contained in:
2026-02-27 16:25:39 +00:00
parent 8bb77710b9
commit c9141a6896
37 changed files with 2778 additions and 968 deletions

View File

@@ -53,6 +53,9 @@ var routeTable = map[string]Direction{
// Model/provider status
"model.status": DirToClient,
// Role alerts (v0.17.0)
"role.fallback": DirToClient,
// Plugin hooks — never cross the wire
"plugin.hook.": DirLocal,
"internal.": DirLocal,