claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] 2.1.9 is unusable

Open heyJordanParker opened this issue 3 weeks ago • 3 comments

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

I'm on macOS 26.2 (25C56) using Ghostty (latest) and using Claude Code inside tmux.

Performance on long-running tasks has always been unreasonably bad. In general, it's not uncommon for CC to use over 10 GIGS of RAM for 3-4 instances if they're running subagents.

But today, with 2.1.9, it's simply unusable.

I'm seeing:

  1. CC instances completely freezing
  2. CC instances NOT being saved to history
  3. The flickering bug is worse than ever & appears on shorter conversations

One of my CC sessions hit 30 gigs of ram usage (I'm at 64, conveniently) and 200% CPU usage. This is absolutely ridiculous and it's 100% coming from the harness rendering, not the actual IO operations or the tiny amount of actual data CC can operate with at any given time.

Oh, I have the verbose flag on. That shouldn't matter, but I'll validate; the rendering engine is finicky so it's worth testing.

What Should Happen?

I would expect: <1GB of ram usage for a CC session, no matter how subagents I run in it <30% CPU usage

No scrolling bug. No blowing up my machine because of the TUI.

Error Messages/Logs


Steps to Reproduce

Run a code review of a branch with 8 parallel subagents.

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

2.1.8

Claude Code Version

2.1.9

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Other

Additional Information

No response

heyJordanParker avatar Jan 16 '26 11:01 heyJordanParker

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/18532
  2. https://github.com/anthropics/claude-code/issues/18471
  3. https://github.com/anthropics/claude-code/issues/18488

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

github-actions[bot] avatar Jan 16 '26 11:01 github-actions[bot]

crazy flicker happening for me as well. Basically ctrl+o is the only way to get even just an idea of what's happening

(same platform as OP; also tmux inside ghostty, same for tmux inside wezterm)

jas-ho avatar Jan 16 '26 13:01 jas-ho

high-prio bug imo. does make it unusable as OP said

jas-ho avatar Jan 16 '26 13:01 jas-ho

I am hitting this also and had to downgrade, 2.0.76 is the last version that works for me

gregorycollins-usmobile avatar Jan 19 '26 17:01 gregorycollins-usmobile

I had to revert to an older version.

The full UI rerendering is a massive performance bottleneck & is just a few lines away from breaking performance in general. Tmux blows up with any version and 2x more so with the latest ones for some reason.

Long chats are still unstable after the revert.

David's "Claude Chill" (https://github.com/davidbeesley/claude-chill) helps a lot but it also adds jank to an otherwise nice workflow.

This needs a proper source fix & rendering optimization.

heyJordanParker avatar Jan 20 '26 16:01 heyJordanParker

On my macOS 15.6 claude 2.1.9 to 2.1.20 , all hang on startup

dehengxu avatar Jan 27 '26 06:01 dehengxu