-
Notifications
You must be signed in to change notification settings - Fork 0
enhancement: implement /about command #9
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersuiInteractive TUI, slash commands, inputInteractive TUI, slash commands, inputupstream-parityFeature present in the upstream Node.js CLIFeature present in the upstream Node.js CLI
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersuiInteractive TUI, slash commands, inputInteractive TUI, slash commands, inputupstream-parityFeature present in the upstream Node.js CLIFeature present in the upstream Node.js CLI
Context
There is no way to see a concise summary of the current runtime state from inside the REPL. Users need to check
--version, the config files, and their environment separately.Proposed change
Add an
/aboutslash command that displays a one-screen summary of the current session.Suggested fields for the first version:
Keep the first version intentionally small. More detailed diagnostics (for example account email or a full tool inventory) can be follow-up issues if needed.
Why this is a good first issue
/model,/chat, and/memoryRelevant files
internal/ui/commands.go— slash command dispatchinternal/version/version.go— version stringinternal/config/loader.go— config paths