Pressing Tab after /toolset-restart opens a completion popup listing the current agent's toolsets. Non-restartable toolsets are shown dimmed and annotated (not restartable) and cannot be selected. The completion is Tab-triggered only (it does not auto-open on space).
Implemented by PR #3728 (branch feat/toolset-restart-completion). This introduces a generic, command-agnostic argument-completion hook — ArgumentCandidate / CompleteArgument on commands.Item, an ArgumentCompleter source, and a Tab-triggered editor completion session — reusable by other argument-taking commands.
Follow-ups tracked separately: /effort (#3731) and /drop (#3732).
Status: implemented, in review. This issue tracks and documents the delivered work.
PR: #3728
Pressing Tab after
/toolset-restartopens a completion popup listing the current agent's toolsets. Non-restartable toolsets are shown dimmed and annotated(not restartable)and cannot be selected. The completion is Tab-triggered only (it does not auto-open on space).Implemented by PR #3728 (branch
feat/toolset-restart-completion). This introduces a generic, command-agnostic argument-completion hook —ArgumentCandidate/CompleteArgumentoncommands.Item, anArgumentCompletersource, and a Tab-triggered editor completion session — reusable by other argument-taking commands.Follow-ups tracked separately:
/effort(#3731) and/drop(#3732).Status: implemented, in review. This issue tracks and documents the delivered work.
PR: #3728