Skip to main content
← All news
20 August 2026claude-code#claude-code#release#security#workflow

Claude Code v2.1.234–2.1.237: concise output, safer sessions, and model controls

Four releases added concise output style, default-model configuration, stronger path and sandbox protections, and reliability fixes across sessions, gateways, and background work.

Claude Code moved from v2.1.229 to v2.1.237 between August 14 and August 20, 2026. The official changelog groups the practical changes into three themes: less narration, safer boundaries, and more controllable sessions.

Changes worth noticing

  • Concise output style: v2.1.237 adds a built-in “Concise” style that leads with results and removes preamble while preserving the work itself.
  • Model defaults: v2.1.236 adds ANTHROPIC_DEFAULT_MODEL, which sets the starting model for new sessions without changing the behavior of the existing ANTHROPIC_MODEL override.
  • Session messaging: SendMessage can use opt-in notify_when_idle, and it now rejects oversized or bursty deliveries before silently dropping them.
  • Security hardening: v2.1.234 rejects Windows NT-namespace paths in remote reads, session restores, includes, workflow scripts, and uploads. macOS sandbox wildcard read-deny rules also now take precedence inside allowed regions.
  • Auto mode and reliability: releases improved auto-mode classification across gateway providers, fixed long-session rechecks, repaired prompt caching with gateways and custom base URLs, and made fullscreen rendering recover after a failed start.
  • Small workflow wins: v2.1.235 adds optional terminal spellcheck, while v2.1.234 adds GitLab merge-request status in the footer and statusline for authenticated glab users.

Why it matters

The direction is incremental but coherent. Concise output reduces the amount of narration developers must scan. The default-model variable and session messaging make multi-session setups easier to operate. The path and sandbox changes close pre-approval edges that matter most when Claude is allowed to work autonomously.

If you maintain a team configuration, update first and then review /config, model defaults, sandbox deny rules, and any cross-session automation. The release notes include many bug fixes; do not infer that a new default applies to every plan, platform, or gateway without checking the relevant configuration page.

Official Claude Code changelog