ANTHROPIC PUB_DATE: 2026.04.02

CLAUDE CODE V2.1.90: FASTER STREAMING, STURDIER LONG SESSIONS, ONBOARDING “/POWERUP,” AND TIGHTER WINDOWS TOOL PERMISSIONS

Anthropic shipped Claude Code v2.1.90 with faster streaming, long-session stability, onboarding lessons, and tightened Windows tool permissions. The [v2.1.90 r...

Claude Code v2.1.90: faster streaming, sturdier long sessions, onboarding “/powerup,” and tighter Windows tool permissions

Anthropic shipped Claude Code v2.1.90 with faster streaming, long-session stability, onboarding lessons, and tightened Windows tool permissions.

The v2.1.90 release notes add /powerup interactive lessons, speed up SSE streaming to linear-time on large frames, and remove quadratic slowdowns on long transcripts. It fixes resume-related prompt cache misses, format-on-save edit failures, auto-mode boundary slips, and hardens PowerShell permission checks.

As a reminder, Claude Code is an agentic coding system that reads codebases, edits files, runs tests, and can watch CI on GitHub and GitLab. These stability and performance changes matter most on large repos and long-running sessions.

Related ecosystem signals: researchers used Claude Code prompts to surface real zero-days in Vim and GNU Emacs, highlighting power and risk InfoWorld. A blog claims an accidental source-map leak of Claude Code internals; Anthropic hasn’t confirmed this claim Medium.

[ WHY_IT_MATTERS ]
01.

Lower latency and fewer crashes improve throughput on large diffs and long multi-agent sessions.

02.

Hardened Windows permissions reduce shell abuse risk in locked-down enterprise environments.

[ WHAT_TO_TEST ]
  • terminal

    Benchmark SSE streaming on large outputs versus 2.1.89 for latency, CPU, and UI smoothness.

  • terminal

    Stress long conversations with deferred tools or MCP servers and verify resume and prompt-cache behavior no longer regresses.

[ BROWNFIELD_PERSPECTIVE ]

Legacy codebase integration strategies...

  • 01.

    For air-gapped or flaky-network desktops, set CLAUDE_CODE_PLUGIN_KEEP_MARKETPLACE_ON_FAILURE to retain the plugin marketplace cache when git pulls fail.

  • 02.

    Recheck auto mode with protected branches and CI gates; the update claims to respect explicit “don’t push” style boundaries.

[ GREENFIELD_PERSPECTIVE ]

Fresh architecture paradigms...

  • 01.

    Use /powerup to onboard teams to agent workflows before wiring Claude Code into your CI loop.

  • 02.

    Design new repos with agent-friendly test commands and fast, deterministic suites to let Claude iterate reliably.

SUBSCRIBE_FEED
Get the digest delivered. No spam.