docs(cli): correct the core-web overlay's ui-question rationale
The comment claimed `ui-question`'s host half owns the `ask_user_question` registration. That was true and is the exact mechanism that leaked the tool past every preset; with the node half emptied, disabling the row is a UI decision rather than a capability one.
This commit is contained in:
@@ -54,8 +54,11 @@
|
|||||||
- id: tool-str-replace-editor
|
- id: tool-str-replace-editor
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
# The matching browser controls must not offer host tools that this profile
|
# The matching browser controls must not offer surfaces whose tool this
|
||||||
# omits. ui-question's host half owns the ask_user_question registration.
|
# overlay omits: the panels would render for a capability the model does not
|
||||||
|
# have. Turning the row off no longer removes a tool — `ui-question`'s host
|
||||||
|
# half is empty and `tool-ask-user` is composed per preset — so this is a UI
|
||||||
|
# decision now, not a capability one.
|
||||||
- id: ui-plan
|
- id: ui-plan
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user