shiichan

Claude Code v2.1.243 Shrinks Its Download Size Down to 75 MB!

Hey there, it's Shiichan! Claude Code just shipped another update, and this one's packed, so let's go through it.

Claude Code Release github.com

What was announced?

The Claude Code Release page on GitHub published the latest version, v2.1.243. Alongside new features, this release brings a wide range of performance improvements and bug fixes.

The story so far

Until now, Claude Code didn't let you see a detailed breakdown of usage per loop in /usage, and organizations couldn't customize which models appear in the /model picker. Prompt cache TTL was fixed, with no way to set a different cache lifetime for subagents. And members of organizations that don't allow API keys had limited ways to sign in.

What changes

This update bundles a set of usability improvements together.

  • /usage now has a per-loop breakdown showing run count, total tokens, tokens per run, and the last run
  • The new modelPicker setting lets organizations customize the model list shown in the /model picker, either appending to or replacing the built-in lineup
  • New promptCacheTtl and subagentPromptCacheTtl settings let you set separate prompt cache lifetimes, for example a 1-hour cache for the main conversation and 5 minutes for subagents
  • The modelPricing managed setting lets an organization's contracted rates and discounts show up in /cost, the status line, and telemetry cost figures
  • /login gained a keyless sign-in option, "Sign in with your Console account," making it easier to sign in from organizations that don't allow API keys
  • /status now shows a "Skipped sources" line for managed settings sources that weren't applied, plus GitHub connection status

Dive Deep

The most noticeable change is on the performance side.

  • Thanks to zstd compression, the download size shrank from 340 MB down to 75 MB
  • The native binary size dropped by about 2 MB
  • Code now loads on demand, cutting memory usage by 40-70 MB
  • Garbage collection behavior during long-running sessions is also improved

Bug fixes cover a lot of ground too: sessions going silent for over 10 minutes are fixed (by setting the API timeout to about 3 minutes), usage percentage display after a rate limit window resets is corrected, and the VS Code extension's Focus view no longer collapses on its own. Smaller fixes include automatic reconnection to remote MCP servers, plugin dependency resolution when using --plugin-dir, and Ctrl+R history search.

Wrap-up

  • Claude Code v2.1.243 has been released
  • It bundles usability features like a per-loop /usage breakdown, a customizable modelPicker, cache TTL settings, and keyless sign-in
  • Download size dropped from 340 MB to 75 MB, with memory usage down 40-70 MB
  • If you use Claude Code every day, you'll likely notice both the lighter footprint and these small quality-of-life settings!