Skip to content

v2.1.260

Latest

Choose a tag to compare

@marckrenn marckrenn released this 04 Sep 00:02

2.1.260

(☝ Click to see full diff.)

Highlights:

  • Fullscreen diff panel shows uncommitted Claude edits beside the conversation, simplifying review before commit
  • Fixed permission rules dropping parentheses, restoring read-only sandboxing to block accidental writes
  • Status line and /cost show likely causes for prompt-cache misses, making cache issue diagnosis easier

CLI changelog

  • Added a diff panel that opens beside the conversation in fullscreen mode and shows your uncommitted changes as Claude edits; toggle it with /diff
  • Added a likely cause for prompt-cache misses (e.g. tool definitions or system prompt changed, idle past the TTL) to /cost and the status line's prompt_cache field
  • Added /reload-plugins to headless sessions, so it appears in the Claude Code Desktop and SDK command lists
  • Added a text form of /advisor (/advisor, /advisor , /advisor off) for the desktop app, Remote Control, and other headless (-p/Agent SDK) sessions
  • Added oidc.scope_on_refresh to the Claude apps gateway for IdPs that return an id_token on refresh only when asked for openid again
  • Added Claude apps gateway support for newer Claude Desktop keys in desktop policy blocks, including userPluginMarketplacesEnabled and userPluginUploadsEnabled
  • Fixed Edit/Write/Read permission rules whose path contains parentheses being dropped as invalid or ignored by the Bash sandbox, which left "read-only" folders writable
  • Fixed one file permission rule with an uncompilable pattern (e.g. an unclosed [) making every file edit fail with Invalid regular expression; such a deny rule now guards the literal path it spells
  • Fixed Bash permission checks auto-approving zsh commands that hide a command substitution in a REPORTTIME, REPORTMEMORY or DIRSTACKSIZE assignment; these now prompt for approval
  • Fixed Bedrock model discovery, token counting and AWS SSO/STS credential calls failing with "unable to get local issuer certificate" when the corporate root CA is only in the OS certificate store
  • Fixed permissions.blockReadsOutsideWorkingDirectories on macOS hiding the user's git config from sandboxed git and hiding a worktree-isolated sub-agent's own checkout
  • Fixed managed settings not loading for claude.ai Enterprise/Team users who also had a leftover API key from an earlier /login
  • … +54 more CLI changelog entries

Source: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#21260

Metadata

  • Time since 2.1.259 release: 1d 0h 57m 46s

  • Bundle file size: -425.7 kB (-0.9%)

  • Prompt files: +1 (+7.1%)

  • Prompt tokens: +5,420 (+19.7%)

Prompt token mix by kind:

  • system: 65.7%→71.3%
  • tools: 34.3%→28.7%

Files: