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.
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:
A 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:
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:
Generates 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:
Other 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