claude-code: bump to 2.1.145 (latest stable)#210
Conversation
Authoritative `stable` file in the Anthropic GCS bucket says 2.1.145; previous pin was 2.1.128 (May 2026 baseline). ## Verification Both linux SHAs verified against actual GCS downloads (not just the manifest): ``` $ curl -sL .../2.1.145/linux-x64/claude | shasum -a 256 b3ffbc12689bfe81389d6577787fcea4cab81bd3b6bba9b719e73770b62d720e - $ curl -sL .../2.1.145/linux-arm64/claude | shasum -a 256 75ad61d690d79440c82b5841444e1b42caae55736af37c97dd0e068ef20ce390 - ``` Matches the new pins in build.ncl. ## Notable changes in the 2.1.128 → 2.1.145 window **Security (the operator-facing reason to take this):** - Fixed a permission-prompt bypass where bare variable assignments to non-allowlisted environment variables in Bash commands were auto-approved. **Reliability:** - Fixed startup hanging up to 75s when api.anthropic.com is unreachable (captive portal / firewall / VPN). - Self-heals from terminal corruption after missed window-resize events (no more Ctrl+L dance). - Fixed Edit/Write refusing right after detaching a background session that was already editing in place. - Fixed `claude mcp list` silently reporting no servers when .mcp.json fails to parse — now shows the parse error. - Fixed MCP servers with paginated `tools/list` responses only returning the first page. - Better recovery from rare pre-response stream stalls. **Feature additions worth knowing:** - `claude agents --json` for scripting (tmux-resurrect, status bars, session pickers). - `agent_id` / `parent_agent_id` on `claude_code.tool` OTEL spans with corrected trace parenting for background subagents. - Status line JSON input now includes GitHub repo + PR info when detected. - `/plugin` Discover/Browse screens preview commands, agents, skills, hooks, and MCP/LSP servers before installing. - `claude --bg` / agent view sessions now resumable via `/resume`. Full changelog: https://github.com/anthropics/claude-code/blob/v2.1.145/CHANGELOG.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR bumps the claude-code upstream version from 2.1.128 to 2.1.145 and updates the corresponding SHA256 checksums for both amd64 and arm64 binary artifacts. No build logic, dependencies, or wiring changes are included. ChangesVersion and Checksum Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Authoritative
stablefile in the Anthropic GCS bucket says2.1.145; previous pin was 2.1.128 (May 2026 baseline).
Verification
Both linux SHAs verified against actual GCS downloads (not just the
manifest):
Matches the new pins in build.ncl.
Notable changes in the 2.1.128 → 2.1.145 window
Security (the operator-facing reason to take this):
to non-allowlisted environment variables in Bash commands were
auto-approved.
Reliability:
unreachable (captive portal / firewall / VPN).
events (no more Ctrl+L dance).
session that was already editing in place.
claude mcp listsilently reporting no servers when.mcp.json fails to parse — now shows the parse error.
tools/listresponses onlyreturning the first page.
Feature additions worth knowing:
claude agents --jsonfor scripting (tmux-resurrect, status bars,session pickers).
agent_id/parent_agent_idonclaude_code.toolOTEL spanswith corrected trace parenting for background subagents.
detected.
/pluginDiscover/Browse screens preview commands, agents,skills, hooks, and MCP/LSP servers before installing.
claude --bg/ agent view sessions now resumable via/resume.Full changelog:
https://github.com/anthropics/claude-code/blob/v2.1.145/CHANGELOG.md
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
Summary by CodeRabbit