Skip to content

v2.1.238

Choose a tag to compare

@marckrenn marckrenn released this 20 Aug 20:46
· 243 commits to main since this release

2.1.238

(☝ Click to see full diff.)

Highlights:

  • Plugin headersHelper now runs only at install/update and prompts [y/N], stopping silent header minting
  • Subagent tool results released once out of view to stop unbounded memory growth in long sessions
  • Self-hosted runner defers SIGTERM for a set interval, keeping attached sessions alive to avoid abrupt loss

CLI changelog

  • Added a keybindingFlavor setting: set it to "readline" to make Ctrl+W in the prompt delete back to the previous whitespace, as in Bash; the default ("classic") is unchanged
  • Added claude self-hosted-runner --defer-shutdown-max-min : on SIGTERM, keep serving attached sessions, park what is left after that many minutes, then exit
  • Added claude self-hosted-runner --proxy-authorization-command / --proxy-authorization-file for egress proxies that require a freshly issued Proxy-Authorization header on every connection
  • Fixed unbounded memory growth in long interactive sessions: subagent tool results are now released once they leave the recent display window
  • Fixed custom, project, and plugin output styles drifting back to the default voice mid-session
  • Fixed CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION=true not keeping prompt suggestions on when your account is near, but not over, its usage limit
  • Fixed worktree-isolation Bash refusals telling you to remove a redirect when the command had none
  • Fixed self-hosted runners occasionally being removed by the server after a single slow or lost poll request, handing their healthy session to another runner
  • Fixed MCP elicitation dialogs showing nothing for URLs longer than 4,096 characters, and permission prompts dropping the "don't ask again" option when the project path didn't fit the terminal width
  • Fixed leftover /tmp/claude-*-cwd files when a Bash command is killed, times out, or is interrupted
  • Fixed held Backspace being ignored on terminals that send Ctrl+H for Backspace when keystrokes arrive in large bursts (slow SSH/mosh links)
  • Fixed text-wrapping in permission prompt diffs: lines containing wide multi-code-point characters (such as emoji) or tabs are no longer clipped
  • … +27 more CLI changelog entries

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

Metadata

  • Time since 2.1.237 release: 16h 52m 49s

  • Bundle file size: +554.4 kB (+1.1%)

  • Prompt files: +3 (+5.6%)

  • Prompt tokens: +11,598 (+5.5%)

Prompt token mix by kind:

  • system: 72.8%→72.3%
  • tools: 27.2%→27.7%

Files: