Commit 98db65c
Debug Agent
fix(sdk): drop unreachable depends_on=("acp_server",) on acp_command
The frontend's ``depends_on`` filter evaluates each dependency as a
boolean (``values[dep] === true``). That works for real booleans
(e.g. ``condenser.enabled``) but evaluates to false for the
string-valued ``acp_server``, hiding ``acp_command`` outright — even
in the "all" view of the ACP Server page — so the ``acp_server=custom``
workflow was unreachable from the GUI.
Drop the bogus metadata and rely on prominence + view filtering. The
field remains MINOR (visible in the "all" view). No behavior change
for CLI / API callers.1 parent e4c3b95 commit 98db65c
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
729 | 734 | | |
730 | 735 | | |
731 | 736 | | |
732 | | - | |
733 | 737 | | |
734 | 738 | | |
735 | 739 | | |
| |||
0 commit comments