Skip to content

docs(roadmap): add #333 — no in-session settings inspect command#2848

Open
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-333-no-settings-inspect-command
Open

docs(roadmap): add #333 — no in-session settings inspect command#2848
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-333-no-settings-inspect-command

Conversation

@code-yeongyu
Copy link
Copy Markdown
Collaborator

Pinpoint #333

Gap: No /settings or /config slash command exists to dump active runtime config in-session.

Live on ee85fed:

claw --output-format json --resume latest /settings
→ {"command":"/settings","error":"Unknown slash command: /settings","type":"error"}
                                                                             ↑ "type" not "kind" (same #329 vocab violation)

Only way to inspect settings: doctor --output-format json (shows file paths, not values) or read raw config files on disk. No in-session path to see active model, sandbox_mode, plugins.enabled etc.

Fix shape: add /config or /settings slash command returning kind=config JSON with resolved settings; mark [resume]-safe; include in /help commands array.

ROADMAP.md only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant