Skip to content

feat(tui): argument auto-completion for /toolset-restart #3730

Description

@aheritier

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

Metadata

Metadata

Assignees

Labels

area/skillsSkills system and custom slash commandsarea/tuiFor features/issues/fixes related to the TUI

Fields

No fields configured for Enhancement.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions