Vibe Coding
Tip: Set outputStyle to Concise in settings.json Rather Than Reaching for a Rewrite Wrapper
The Week 34 digest documents the Concise built-in output style added in v2.1.237: Claude leads with the result and skips preamble and narration while doing the work as thoroughly as in Default, and error reports, security warnings and destructive-action confirmations keep their full content. Turn it on under Output style in `/config` or set `"outputStyle": "Concise"` in `~/.claude/settings.json`, then `/clear` or start a new session. This is the zero-latency alternative to the local-model rewrite wrappers, which add a second inference call to every turn.
↳ Follow the thread