diff --git a/CHANGELOG.md b/CHANGELOG.md index ff9faeff6..d4dab2e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 2.1.161 + +- `OTEL_RESOURCE_ATTRIBUTES` values are now included as labels on metric datapoints, so you can slice usage metrics by custom dimensions like team or repo +- `claude agents` rows now show `done/total` before the detail when work is fanned out; peek shows the longest-running item +- `/mcp` now collapses claude.ai connectors you've never signed in to behind a "Show unused connectors" row +- Parallel tool calls: a failed Bash command no longer cancels other calls in the same batch — each tool returns its own result independently +- Fullscreen mode: clipboard now uses `wl-copy`/`xclip`/`xsel` on Linux when available, copies to both the clipboard and PRIMARY selection for middle-click paste, and the "hold {key} for native selection" hint now shows the correct key per terminal +- Fixed the `/effort` dialog, workflow animations, and prompt keyword shimmer not honoring the "Reduce motion" setting +- Fixed `forceLoginOrgUUID`/`forceLoginMethod` managed-settings policies blocking third-party provider sessions (Bedrock, Vertex, Foundry, Mantle) alongside the org pin (regression in 2.1.146) +- Fixed background subagent output corrupting `claude -p` stdout when using `--output-format text` or `json` +- Fixed `/usage-credits` starting a re-login for Team and Enterprise admins instead of pointing to the organization's usage settings page +- Fixed `/autofix-pr` reporting "cannot run on the default branch" when the session is inside a git worktree or another repository +- Fixed `--resume` picker not showing sessions from the current directory when it isn't a git worktree (e.g., jj workspaces) +- Fixed Windows hooks that invoke bash explicitly (e.g., `/usr/bin/bash script.sh`) failing with "command not found" or "cannot execute binary file" +- Fixed OpenTelemetry log events (`user_prompt`, `api_request`, `tool_result`, `tool_decision`) being silently dropped when emitted before telemetry initialization completed +- Fixed `claude mcp` list/get/add printing secrets to the terminal: `${VAR}` references are no longer expanded, and credential headers and URL secrets are redacted +- Fixed Workflow agents spawned with `isolation: "worktree"` in background sessions being blocked from editing files inside their own worktree +- Fixed background sessions dispatched from `claude agents` booting on a stale model from the daemon's environment instead of the model in `settings.json` +- Fixed a potential crash when rendering Write tool results after resuming a session +- Fixed completed subagents getting stuck showing as running when an error occurs while finalizing their result +- Fixed `EADDRINUSE` errors from tools that bind Unix sockets under `$TMPDIR` when `CLAUDE_CODE_TMPDIR` is set to a deep path +- Improved terminal rendering performance by stabilizing the layout engine's JIT compilation profile +- Improved rendering performance for large file writes +- [VSCode] Added a tip suggesting disabling terminal GPU acceleration (or running `/terminal-setup`) to fix garbled glyphs + ## 2.1.160 - Added a prompt before writing to shell startup files (`.zshenv`, `.zlogin`, `.bash_login`) and `~/.config/git/`, which could otherwise lead to unintended command execution diff --git a/feed.xml b/feed.xml index 8d70d3094..e7586288e 100644 --- a/feed.xml +++ b/feed.xml @@ -6,7 +6,35 @@ Anthropic - 2026-06-02T02:10:17Z + 2026-06-02T21:58:16Z + + https://github.com/anthropics/claude-code/releases/tag/v2.1.161 + Claude Code v2.1.161 + + 2026-06-02T21:58:16Z + <p>• OTEL_RESOURCE_ATTRIBUTES values are now included as labels on metric datapoints, so you can slice usage metrics by custom dimensions like team or repo</p> +<p>• claude agents rows now show done/total before the detail when work is fanned out; peek shows the longest-running item</p> +<p>• /mcp now collapses claude.ai connectors you've never signed in to behind a "Show unused connectors" row</p> +<p>• Parallel tool calls: a failed Bash command no longer cancels other calls in the same batch — each tool returns its own result independently</p> +<p>• Fullscreen mode: clipboard now uses wl-copy/xclip/xsel on Linux when available, copies to both the clipboard and PRIMARY selection for middle-click paste, and the "hold {key} for native selection" hint now shows the correct key per terminal</p> +<p>• Fixed the /effort dialog, workflow animations, and prompt keyword shimmer not honoring the "Reduce motion" setting</p> +<p>• Fixed forceLoginOrgUUID/forceLoginMethod managed-settings policies blocking third-party provider sessions (Bedrock, Vertex, Foundry, Mantle) alongside the org pin (regression in 2.1.146)</p> +<p>• Fixed background subagent output corrupting claude -p stdout when using --output-format text or json</p> +<p>• Fixed /usage-credits starting a re-login for Team and Enterprise admins instead of pointing to the organization's usage settings page</p> +<p>• Fixed /autofix-pr reporting "cannot run on the default branch" when the session is inside a git worktree or another repository</p> +<p>• Fixed --resume picker not showing sessions from the current directory when it isn't a git worktree (e.g., jj workspaces)</p> +<p>• Fixed Windows hooks that invoke bash explicitly (e.g., /usr/bin/bash script.sh) failing with "command not found" or "cannot execute binary file"</p> +<p>• Fixed OpenTelemetry log events (user_prompt, api_request, tool_result, tool_decision) being silently dropped when emitted before telemetry initialization completed</p> +<p>• Fixed claude mcp list/get/add printing secrets to the terminal: ${VAR} references are no longer expanded, and credential headers and URL secrets are redacted</p> +<p>• Fixed Workflow agents spawned with isolation: "worktree" in background sessions being blocked from editing files inside their own worktree</p> +<p>• Fixed background sessions dispatched from claude agents booting on a stale model from the daemon's environment instead of the model in settings.json</p> +<p>• Fixed a potential crash when rendering Write tool results after resuming a session</p> +<p>• Fixed completed subagents getting stuck showing as running when an error occurs while finalizing their result</p> +<p>• Fixed EADDRINUSE errors from tools that bind Unix sockets under $TMPDIR when CLAUDE_CODE_TMPDIR is set to a deep path</p> +<p>• Improved terminal rendering performance by stabilizing the layout engine's JIT compilation profile</p> +<p>• Improved rendering performance for large file writes</p> +<p>• [VSCode] Added a tip suggesting disabling terminal GPU acceleration (or running /terminal-setup) to fix garbled glyphs</p> + https://github.com/anthropics/claude-code/releases/tag/v2.1.160 Claude Code v2.1.160 @@ -609,11 +637,4 @@ <p>• Fixed claude plugin update not preserving cross-plugin symlinks inside a marketplace</p> <p>• [VSCode] Press Cmd/Ctrl+Shift+T to reopen the most recently closed session tab, configurable via claudeCode.enableReopenClosedSessionShortcut</p> - - https://github.com/anthropics/claude-code/releases/tag/v2.1.138 - Claude Code v2.1.138 - - 2026-05-18T01:52:01Z - <p>• Internal fixes</p> -