Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Reference / Slash commands

/config

A Claude Code slash command, read out of the shipped bundle. No mined inventory carries it: everything below comes from what this site has written about it.

What it is

Open the [Settings](/docs/en/settings) interface to adjust theme, model, [output style](/docs/en/output-styles), and other preferences. From v2.1.181, pass one or more key=value pairs to set a setting directly without opening the interface, for example /config thinking=false. From v2.1.182, named shorthand keys are also accepted, such as /config theme=dark or /config model=sonnet. The key=value form also works in non-interactive mode (-p) and from the Claude mobile app via [Remote Control](/docs/en/remote-control). The key=value form can't turn on a setting that needs your confirmation in the panel, such as [autoContinueAtUsageLimit](/docs/en/interactive-mode#turn-automatic-continue-off), though it can turn one off. Run /config --help to list the keys it accepts. Alias: /settings

Anthropic's own wording. Read off Commands, captured 2026-08-28.

Presence across releases

The miner has never read a build containing this name. It is here because a changelog entry of ours names it, which is evidence that it existed and not evidence of which releases carried it. The inventory starts at v2.1.138 and everything older than that was never mined.

Changelog entries naming it

  1. v2.1.248/config now separates a refused setting from a failed save, and hides save detail remotely

    /config now tells a refused setting from a failed save, and hides paths on remote sessions.

    named in this entry

  2. v2.1.248Explanation to the model when your machine goes offline mid-upload

    Claude is told when your local changes didn't upload, plus a token warning about parallel workflows.

    named in this entry

  3. v2.1.247Enter in /config acts on the row you are actually on

    Enter in /config now applies to the row you're highlighting, not the previous one.

    named in this entry

  4. v2.1.242Feedback dialog drops the "Drafted by Claude" line

    The feedback dialog dropped its drafted-by-Claude line and has a shorter success message.

    named in this entry

  5. v2.1.236The feedback-drafts setting is now written through one shared helper that records how it changed

    Toggling Claude-drafted feedback now records whether you changed it from the card or from /config.

    named in this entry

  6. v2.1.236Dismissing a Claude-drafted feedback card offers to turn the feature off

    Dismissing a Claude-drafted feedback card now offers to switch the feature off entirely.

    named in this entry

  7. v2.1.236Feedback dialog says where to turn the feature off

    The drafted-feedback disclaimer now points you to /config to switch it off.

    named in this entry

  8. v2.1.235Context-limit banner tells you auto-compact is switched off

    Hitting the context limit now tells you auto-compact is off and where to switch it back on.

    named in this entry

  9. v2.1.234New setting useAutoModeDuringPlan, on by default

    Plan mode now uses auto-mode permission rules by default; turn it off in /config under Permissions.

    named in this entry

  10. v2.1.234Some slash commands respond without waiting for a redraw

    /help, /theme and /add-dir now respond instantly; /config and /advisor do only if a remote flag turns on.

    named in this entry

  11. v2.1.232A /config row for messages from your other sessions

    A settings row for handling messages from your other sessions exists but is hidden here.

    named in this entry

  12. v2.1.219Org public-projects memory kind dropped

    The org public-projects memory option no longer appears when choosing where memory is stored.

    named in this entry

  13. v2.1.219Workflow size guideline now defaults to medium instead of unrestricted

    Without configuration, sessions now advise fewer than 15 agents per workflow; change it in /config.

    named in this entry

  14. v2.1.219New setting: workflowSizeGuideline

    Cap how big Claude's dynamic workflows get with a new workflowSizeGuideline setting.

    named in this entry

  15. v2.1.219Workflow size guideline gets a default and a policy override

    Workflow size now defaults to medium, and an admin policy setting overrides whatever you chose.

    named in this entry

  16. v2.1.219"Dynamic workflow size" hidden when a policy pins it

    The workflow size setting disappears from config when your organization has already fixed it.

    named in this entry

Documentation pages

A reference table page is one whose own table defines this name, and it is where the description above came from. A page that mentions it carries the name somewhere in its text and may say nothing about it at all. Every page carrying it.

Read out of the published npm bundle release by release, and out of Anthropic's own documentation as this site captured it. Nothing on this page is a description anybody here wrote about what the slash command does. All slash commands.