docs(dashboard): note SSE coverage in P3RM1SS10NS tab description
This commit is contained in:
parent
2080fd3866
commit
04b313b5e7
1 changed files with 6 additions and 1 deletions
|
|
@ -128,7 +128,12 @@ authoritative — adding a new tool-group or capability to the backend
|
||||||
requires no UI change; the new column appears automatically.
|
requires no UI change; the new column appears automatically.
|
||||||
|
|
||||||
Fetches fire on tab activation (not page-load) to avoid unnecessary
|
Fetches fire on tab activation (not page-load) to avoid unnecessary
|
||||||
work when the operator never visits this tab.
|
work when the operator never visits this tab. Live mutations from the
|
||||||
|
rebuild-queue worker are also pushed via the `capabilities_changed` /
|
||||||
|
`tool_groups_changed` SSE events (same payload shape as the GET
|
||||||
|
endpoints), so an open P3RM1SS10NS tab reflects worker-applied changes
|
||||||
|
without requiring navigation. Tab-activation re-fetches remain as a
|
||||||
|
safety net for reconnect windows.
|
||||||
|
|
||||||
**C4P4B1L1T13S** — per-agent capability grants. Capabilities unlock
|
**C4P4B1L1T13S** — per-agent capability grants. Capabilities unlock
|
||||||
gated MCP tools and system-level access beyond the default agent
|
gated MCP tools and system-level access beyond the default agent
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue