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.

Search the documentation

9 pages for outputstyle.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

Modifying system prompts Claude Code CLI · in the page agent-sdk/modifying-system-prompts …*CLI**: run `/config` and select an output style * **Settings**: set `outputStyle` in `.claude/settings.local.json` * **TypeScript SDK**: set `outputStyle` inside the inline `settings` object passed t… Agent SDK reference - TypeScript Claude Code CLI · in the page agent-sdk/typescript …| | `outputStyle` | `string`… Explore the .claude directory Claude Code CLI · in the page claude-directory …variables set in every session</>, <><A href="/docs/en/output-styles">outputStyle</A>: select a custom system-prompt style from output-styles/</>], tips: [<>Bash permission patterns support… Output styles Claude Code CLI · in the page output-styles …[local project level](/docs/en/settings). * **Desktop app**: set the `outputStyle` field in a settings file, for example `.claude/settings.local.json`, the file the terminal menu writes. When you run… Plugins reference Claude Code CLI · in the page plugins-reference …ooks": "./config/hooks.json", "mcpServers": "./mcp-config.json", "outputStyles": "./styles/", "lspServers": "./.lsp.json", "experimental": { "themes": "./themes/", "monitors": "./monit… How Claude Code uses prompt caching Claude Code CLI · in the page prompt-caching …e Code reads once at session start. Changing it via `/config` or the `outputStyle` setting mid-session does not invalidate the cache, but the change also doesn't apply. Claude keeps using the style th… Claude Code settings Claude Code CLI · in the page settings …](/docs/en/model-config#setting-your-model) to switch mid-session * [`outputStyle`](/docs/en/output-styles): part of the system prompt, which is rebuilt on `/clear` or restart ### Invalid entries in… Claude Code settings reference Claude Code CLI · in the page settings-reference …| Authentication and providers | Any file | | [`outputStyle`](#outputstyle) | Change Claude's role, tone, and ou… Week 34 · August 17–21, 2026 Claude Code CLI · in the page whats-new/2026-w34 …ile:</p> ```json ~/.claude/settings.json {2} theme={null} { "outputStyle": "Concise" } ``` <p className="digest-feature-try">Run <code>/clear</code> or start a new session, and Claude'…