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'…