Skip to content

Claude Code Weekly Updates (2.1.94 - 2.1.101)

Here are the Claude Code changes from April 6 to April 12, 2026 that caught my attention.

TL;DR

  • version: 2.1.94 -> 2.1.101
  • changes: 175
  • Important topics
    • /advisor command
    • Monitor tool
    • /team-onboarding command
    • Claude Managed Agents
  • unwritten in release-note
    • /advisor command
    • /autofix-pr command

v2.1.94 & v2.1.96 (26 changes)

v2.1.94

/autofix-pr command

This one isn’t in the v2.1.94 CHANGELOG, but the /autofix-pr command is now available. Running it after opening a pull request automatically fixes PR review comments and CI pipeline errors in the Claude Code on the Web cloud environment.

Per the official docs, the command detects the PR for the current branch with gh pr view. To target a different PR, check out its branch first. By default it addresses every CI failure and review comment, but passing a prompt narrows the scope (e.g. /autofix-pr only fix lint and type errors). It requires the gh CLI, Claude Code on the Web access, and the Claude GitHub App installed on the repository.

One thing to watch: review-comment replies from Claude are posted under your GitHub account (each reply is labeled as coming from Claude Code). If your repo uses automation triggered on issue_comment events (Atlantis, Terraform Cloud, custom GitHub Actions), audit those workflows before enabling auto-fix.

Use Claude Code on the web - Claude Code Docs
Configure cloud environments, setup scripts, network access, and Docker in Anthropic's sandbox. Move sessions between web and terminal with --remote and --teleport.
code.claude.com

v2.1.97 (46 changes)

v2.1.97

NO_FLICKER focus view (Ctrl+O)

Added focus view toggle (Ctrl+O) in NO_FLICKER mode showing prompt, one-line tool summary with edit diffstats, and final response

In CLAUDE_CODE_NO_FLICKER=1 mode, pressing Ctrl+O toggles a focus view that shows just the prompt, a one-line tool summary with edit diffstats, and the final response. Useful when you want to collapse long tool output.

Here’s the difference. With focus view ON, subagent and Bash intermediate output collapses, leaving only the latest one-line status and the Tip.

Focus view ON (Ctrl+O)

Without focus view, subagent and Bash tool calls remain visible in detail.

Focus view OFF


v2.1.98 (57 changes)

v2.1.98

Monitor tool

Added Monitor tool for streaming events from background scripts

The Monitor tool has been added to Claude Code. Claude writes a small monitoring script, runs it in the background, and starts watching. You keep working in the same session; when an event fires, Claude interrupts to let you know.

The official tools reference lists the intended use cases.

  • Tail a log file and flag errors as they appear
  • Poll a PR or CI job and report status changes
  • Watch a directory for file changes
  • Track output from any long-running script you point it at

Monitor shares permission rules with Bash: the allow / deny patterns you have set for Bash apply directly. Note that it is not available on Amazon Bedrock, Google Vertex AI, or Microsoft Foundry. Works in both the CLI and desktop app.

Tools reference - Claude Code Docs
Complete reference for the tools Claude Code can use, including permission requirements.
code.claude.com

Feature outside the release notes: /advisor (v2.1.100)

advisor

The /advisor command became available with Claude Code 2.1.100. v2.1.100 itself has no CHANGELOG entry at the time of writing; it shipped as an “unannounced” feature.

/advisor [ opus | sonnet | off ]

Once /advisor is configured with a model, the Advisor auto-fires at key moments: before starting work, at task completion, and when errors cannot be resolved. The Advising tool spins up on its own and the specified model reviews the context. The user does not have to invoke it manually.

Under the hood, it appears to be the same mechanism as the Advisor Strategy exposed in the newly-launched Claude Managed Agents. The design seems to assume a Sonnet main / Opus advisor pattern similar to Opus Plan. Combined with API-key / Bedrock / Vertex users getting a high effort default, you can see how Anthropic is positioning the cost / quality balance across the product surface.

In a session configured with /advisor, the Advising tool fires on its own without the user having to be aware of it. The specified model reviews the working context and returns feedback.


v2.1.101 (46 changes)

v2.1.101

/team-onboarding command

Added /team-onboarding command to generate a teammate ramp-up guide from your local Claude Code usage

A new command that analyses your local Claude Code usage history and project structure, then generates an onboarding document (ONBOARDING.md). The intended workflow is to hand ONBOARDING.md to new teammates so they can ramp up alongside Claude Code, picking up project context and skills together.

This feels less like a replacement for CLAUDE.md and more like a transient document aimed at new teammates specifically.

Running it produces an onboarding document like the one below. It pulls together project structure, frequently-used commands, and patterns from past sessions into a quick-start page for new teammates.

team-onboarding

/ultraplan auto-creates cloud environments

/ultraplan and other remote-session features now auto-create a default cloud environment instead of requiring web setup first

/ultraplan and other remote-session features now auto-provision a default cloud environment instead of requiring web setup up-front. Lower friction for getting started with Ultraplan.


Other Claude Code Topics

Claude Managed Agents public beta

Anthropic has launched Claude Managed Agents in public beta. It is an API suite that makes it easy to build, deploy, and compose agents at scale in the cloud, offering production-grade agents, long-running sessions, multi-agent coordination, and governance primitives.

The announcement graphic lays out four pillars: “Production-ready agents,” “Long-running sessions,” “Multi-agent workflows,” and “Governance.” This area is easier to grasp once you try it, so the early write-ups already out there are useful for getting the concepts down.

Claude Managed Agent がパブリックベータで公開。 簡単にいうとクラウド上でエージェントの大規模な構築・デプロイが簡単でき、さらに組み合わせも可能なAPI suite。本番レベルのエージェント・長時間実行セッション・マルチエージェント連携・信頼できるガバナンスがAnthropicから提供される。

Claude
Claude
@claudeai

Introducing Claude Managed Agents: everything you need to build and deploy agents at scale. It pairs an agent harness tuned for performance with production infrastructure, so you can go from prototype to launch in days. Now in public beta on the Claude Platform.

Advisor Strategy (API)

Anthropic has also added the Advisor Strategy to the Claude Platform. The idea is to let cheaper models like Haiku or Sonnet consult a smarter model like Opus while working. It is conceptually close to Claude Code’s Opus Plan mode.

How to use:

  1. Add the beta header: anthropic-beta: advisor-tool-2026-03-01
  2. Add an advisor entry to your tool definitions

The /advisor command in Claude Code covered above appears to be this same Advisor Strategy exposed through the Claude Code harness.

advisor-strategy

/ultraplan officially announced

Claude Code’s /ultraplan has been officially announced. It lets you run Plan asynchronously on Claude Code on the Web. It was effectively usable starting a week or so ago, but between this week’s public announcement and the v2.1.101 auto-cloud-environment improvement, it now has a proper release shape.

Per the official docs, Ultraplan is in research preview and requires Claude Code v2.1.91 or later. Three launch methods are supported:

  • /ultraplan <prompt> command
  • Including the keyword ultraplan anywhere in a normal prompt
  • Selecting “refine with Ultraplan on Claude Code on the web” from the approval dialog when a local Plan mode finishes

The CLI shows three status indicators (◇ ultraplan, ◇ ultraplan needs your input, ◆ ultraplan ready), and /tasks exposes the session link and a Stop action. Once the plan looks right, choose either “Approve Claude’s plan and start coding” to run in the cloud, or “Approve plan and teleport back to terminal” to execute locally. Requires a Claude Code on the Web account and a GitHub repository; not available on Amazon Bedrock, Google Vertex AI, or Microsoft Foundry.

Anthropic’s Thariq posted an Ultraplan intro video. It walks through the full flow: leaving inline comments on specific sections of the plan in the browser, iterating with Claude, and choosing where to execute.

Plan in the cloud with ultraplan - Claude Code Docs
Start a plan from your CLI, draft it on Claude Code on the web, then execute it remotely or back in your terminal
code.claude.com

Claude Mythos Preview

Anthropic’s Project Glasswing post mentions Claude Mythos Preview. It is described as a very powerful model currently being used with partner companies to fix vulnerabilities in existing code.

Public benchmarks show Mythos Preview coming out ahead of Opus 4.6 across multiple dimensions. How it surfaces for coding use is still unclear, but it is a strong signal that the model lineup continues to expand.

claude-mythos


Closing

Thank you for reading!

claude-code/CHANGELOG.md at main · anthropics/claude-code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflo...
github.com