SpyBara
Go Premium

whats-new/2026-w17.md 2026-04-26 04:08 UTC to 2026-04-27 21:20 UTC

113 added, 0 removed.

2026
Wed 29 21:21 Tue 28 21:21 Mon 27 21:20 Sun 26 04:08 Sat 25 21:10 Fri 24 18:11 Thu 23 18:19 Wed 22 21:15 Tue 21 21:14 Mon 20 21:14 Sat 18 18:09 Fri 17 21:13 Thu 16 21:13 Wed 15 18:20 Tue 14 21:14 Mon 13 21:14 Sat 11 00:11 Fri 10 21:09 Thu 9 21:14 Wed 8 21:13 Tue 7 21:14 Sat 4 18:05 Fri 3 21:07 Thu 2 21:08 Wed 1 21:12

Week 17 · April 20–24, 2026

/ultrareview opens as a research preview, automatic session recaps when you return to a terminal, custom color themes you can build and ship in plugins, and a redesigned Claude Code on the web.

Releases v2.1.114 → v2.1.119 4 features · April 20–24
/ultrareview research preview

Now in public research preview. Ultrareview runs a fleet of bug-hunting agents in the cloud against your branch or a PR, and findings land back in the CLI or Desktop automatically. Run it before merging critical changes such as auth or data migrations.

Session recap CLI

Switch focus away from a session and come back to a one-line recap of what happened while you were gone. Helpful for staying in flow while running several Claude sessions at once.

Custom themes v2.1.118

Build and switch between named color themes from /theme, or hand-edit JSON files in \~/.claude/themes/. Each theme picks a base preset and overrides only the tokens you care about. Plugins can ship themes too.

Open the theme picker and create a new one:

> /theme

<a className="digest-feature-link" href="/docs/en/terminal-config#create-a-custom-theme">Terminal config: create a custom theme

Claude Code on the web web

A new look for claude.ai/code that matches the redesigned desktop app: sessions sidebar, drag-and-drop layout, and a refreshed routines view. Key parts were rebuilt for quicker responses and a more reliable experience.

Claude Code on the web redesign overview: new UI, speed and reliability, work across web, mobile, and CLI

<a className="digest-feature-link" href="/docs/en/claude-code-on-the-web">Claude Code on the web

Other wins

Vim visual mode: press v for character selection or V for line selection in the prompt input, with operators and visual feedback
Hooks can now call MCP tools directly via type: "mcp\_tool", so a hook can hit an already-connected server without spawning a process
/cost and /stats are merged into /usage; the old names still work as typing shortcuts that open the relevant tab
/config changes (theme, editor mode, verbose, and similar) now persist to \~/.claude/settings.json and follow the same project/local/policy precedence as other settings
Forked subagents can be enabled on external builds with CLAUDE\_CODE\_FORK\_SUBAGENT=1: a fork inherits your full conversation context instead of starting fresh
Default effort level for Pro and Max subscribers on Opus 4.6 and Sonnet 4.6 is now high (was medium)
Native macOS and Linux builds replace the Glob and Grep tools with embedded bfs and ugrep available through Bash, for faster searches without a separate tool round-trip
--from-pr now accepts GitLab merge request, Bitbucket pull request, and GitHub Enterprise PR URLs in addition to github.com
Auto mode: include "\$defaults" in autoMode.allow, soft\_deny, or environment to add custom rules alongside the built-in list instead of replacing it
New claude plugin tag command creates release git tags for plugins with version validation
Opus 4.7 sessions now compute against the model's native 1M context window, fixing inflated /context percentages and premature autocompaction
/resume on large sessions is up to 67% faster and now offers to summarize stale, large sessions before re-reading them

Full changelog for v2.1.114–v2.1.119 →