[0.17.0] - 2026-04-16
Added
- Builtin agents can now be disabled through
subagents.agentOverrides.<name>.disabledor the bulksubagents.disableBuiltinssetting, with/agentskeeping disabled builtins visible so they can be re-enabled from the manager. This builds on PR#81. Thanks @danielcherubini.
Fixed
- Builtin disable precedence is now coherent across user and project settings: project overrides beat user overrides, project bulk disable beats user re-enable attempts, and same-scope per-agent overrides can opt an agent out of bulk disable.
/agentsnow blocks launching disabled builtins, shows their disabled state in list/detail views and management output, and avoids exposing the builtin-onlydisabledfield when editing normal user/project agents.- Multi-agent chain launches from
/agentsnow collect a task before dispatching instead of emitting an empty task, and settings read failures now surface as read errors instead of being mislabeled as parse failures.