Week 15 · April 6–10, 2026
- Source ID:
src-20260420-55e247cc78ee - Kind:
document - Scope:
shared - Origin: https://code.claude.com/docs/en/whats-new/2026-w15.md
- Raw path:
sources/raw/week-15-april-6-10-2026__src-20260420-55e247cc78ee.md - Status:
active
Tags
official-docs claude-code-cli
Content
Documentation Index
Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt Use this file to discover all available pages before exploring further.
Week 15 · April 6–10, 2026
Ultraplan cloud planning, the Monitor tool with self-pacing /loop, /team-onboarding for packaging your setup, and /autofix-pr from your terminal.
Kick off plan mode in the cloud from your terminal, then review the result in your browser. Claude drafts the plan in a Claude Code on the web session while your terminal stays free; when it's ready you comment on individual sections, ask for revisions, and choose to execute remotely or send it back to your CLI. As of v2.1.101 the first run auto-creates a default cloud environment, so there's no web setup step before you can try it.
Run the command, or just include the keyword in any prompt:
```text Claude Code theme={null} > /ultraplan migrate the auth service from sessions to JWTs ``` Ultraplan guideA new built-in tool that spawns a background watcher and streams its events into the conversation: each event lands as a new transcript message that Claude reacts to immediately. Tail a training run, babysit a PR's CI, or auto-fix a dev server crash the moment it happens, all without a Bash sleep loop holding the turn open.
Ask Claude to watch something while you keep working:
```text Claude Code theme={null} > Tail server.log in the background and tell me the moment a 5xx shows up ```This pairs with /loop, which now self-paces: omit the interval and Claude schedules the next tick based on the task, or reaches for the Monitor tool to skip polling altogether.
PR auto-fix landed on the web in Week 13. Now you can turn it on without leaving your terminal: /autofix-pr infers the open PR for your current branch and enables auto-fix for it on Claude Code on the web in one step. Push your branch, run the command, walk away; Claude watches CI and review comments and pushes fixes until it's green.
Run it from the PR's branch:
```text Claude Code theme={null} > /autofix-pr ``` Auto-fix pull requestsGenerates a teammate ramp-up guide from your local Claude Code usage. Run it in a project you know well and hand the output to a new teammate so they can replay your setup instead of starting from defaults.
Run it from a project you've spent real time in:
```text Claude Code theme={null} > /team-onboarding ``` Commands referenceOther wins
Ctrl+O in flicker-free mode to collapse the view to your last prompt, a one-line tool summary with diffstats, and Claude's final response/agents gets a tabbed layout: a Running tab shows live subagents with a ● N running count, plus Run agent and View running instance actions in the Library tabhigh for API-key, Bedrock, Vertex, Foundry, Team, and Enterprise users (control with /effort)/cost shows a per-model and cache-hit breakdown for subscription users/release-notes is now an interactive version pickerrefreshInterval setting re-runs the command every N seconds, and workspace.git\_worktree in the JSON inputCLAUDE\_CODE\_PERFORCE\_MODE: Edit/Write fail on read-only files with a p4 edit hint instead of silently overwritingCLAUDE\_CODE\_CERT\_STORE=bundled to opt out)CLAUDE\_CODE\_USE\_MANTLE=1/dev/tcp redirects, and compound commands now prompt correctlyUserPromptSubmit hooks can set the session title via hookSpecificOutput.sessionTitle