The whole hunk
from line 132, old and new numbered
/
lines
from line 132
132132
133133Once created, activate output styles via:
134134
135* **CLI**: run `/config` and select an output style
135* **CLI**: run `/output-style <style>`, for example `/output-style concise`, or run `/config` and select one. The `/output-style` command requires Claude Code v2.1.269 or later.
136136* **Settings**: set `outputStyle` in `.claude/settings.local.json`
137137* **TypeScript SDK**: set `outputStyle` inside the inline `settings` object passed to `query()`, or point `settings` at a settings file that sets it. `outputStyle` is not a top-level `Options` field:
138138