feat(dashboard): add model tier default controls and document cancel path

This commit is contained in:
William Valentin
2026-02-19 09:53:05 -08:00
parent cd74b1e78a
commit d0978633ab
3 changed files with 116 additions and 0 deletions
+3
View File
@@ -698,6 +698,9 @@ When queue policy rejects/supersedes a request before execution, the server emit
Cancel the current agent operation.
Used by the web dashboard/chat stop button and channel-level `/stop` / `/cancel` command fast-paths.
Cancellation is best-effort and stops at the next agent/tool-loop safe point.
### Node Methods
#### `node.register`