docs(claude-code): sync Arantic docs with latest Claude Code documentation#41
Open
ar4ntic wants to merge 7 commits into
Open
docs(claude-code): sync Arantic docs with latest Claude Code documentation#41ar4ntic wants to merge 7 commits into
ar4ntic wants to merge 7 commits into
Conversation
…ude Code docs Sync Claude Code install instructions with the latest official documentation, which now recommends the native installer (curl install.sh / irm install.ps1) over npm. The native binary is self-updating and does not require Node.js. - starter/setup: lead with native installer, keep npm as an alternative; drop Node.js as a hard prerequisite and correct the account requirement (Pro/Max/Team/Enterprise or Console; free plan excluded) - setup/web-and-backend, setup/firmware: native installer first, npm optional - setup/dotnet: replace the "Install Node.js" step with the native Windows installer and renumber the following steps Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LVxBvMcT1pMmC6YDwJMTVP
…ation Align the Claude Code reference pages with the official documentation through Week 26 (June 2026, v2.1.166-v2.1.193). - flags: --fallback-model now applies to interactive sessions (not just headless) and supports fallbackModel chains; add --safe-mode - commands: add /cd; document /config key=value; note /rewind can resume from before /clear; update ! shell mode to reflect Claude responding to command output (respondToBashCommands) - mcp: add `claude mcp login`/`logout` CLI authentication - permissions: add "Match by input parameter" (Tool(param:value)) and tool-name wildcard deny rules; note /cd and Cd() rules - auto-mode: add autoMode.classifyAllShell; note blocked destructive git and terraform commands - subagents: add nested subagents (five-level cap) and background subagent permission prompts surfacing in the main session Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R3aztezKxBEnbZzKdnhSZV
docs(claude-code): sync Arantic docs with latest Claude Code documentation
docs(claude-code): sync Arantic docs with latest Claude Code documentation
…ation Align auto-mode and commands reference with the Week 29 (July 13-17, 2026) Claude Code release (v2.1.207-v2.1.212): - auto-mode: the CLAUDE_CODE_ENABLE_AUTO_MODE opt-in was removed in v2.1.207; auto mode is now available by default on Bedrock, Google Cloud's Agent Platform, and Foundry. Update the supported-model list (Sonnet 5, Opus 4.7, Opus 4.8, Fable 5; API/AWS also allow Opus 4.6+ and Sonnet 4.6+). Add the new "claude auto-mode reset" CLI subcommand. - commands: /fork now copies the conversation into a new background session; the old in-session forked-subagent behavior moved to /subtask. /doctor is now a fixing setup checkup with a /checkup alias. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HyjydAro5GTSj5iUa64gfk
Deploying arantic-docs with
|
| Latest commit: |
1a44f1b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2442c1ba.arantic-docs.pages.dev |
| Branch Preview URL: | https://claude-modest-clarke-nwjs7n.arantic-docs.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
What changed:
docs/claude-code/auto-mode.md— Auto mode no longer requires theCLAUDE_CODE_ENABLE_AUTO_MODE=1opt-in on Amazon Bedrock, Google Cloud's Agent Platform, and Microsoft Foundry. The opt-in was removed in v2.1.207 (required only in v2.1.158–v2.1.206; still accepted for compatibility with no effect). Updated the "How to enable" note and the Availability table's Providers row.docs/claude-code/auto-mode.md— Refreshed the supported-model list: Bedrock / Agent Platform / Foundry now support Sonnet 5, Opus 4.7, Opus 4.8, and Fable 5; the Anthropic API and Claude Platform on AWS also allow Opus 4.6+, Sonnet 4.6+, and Fable 5. Aligned "Vertex AI" terminology to "Google Cloud's Agent Platform".docs/claude-code/auto-mode.md— Documented the newclaude auto-mode resetCLI subcommand (with--yes).docs/claude-code/commands.md—/forknow copies the conversation into a new independent background session (agent view) instead of an in-session fork; added the new/subtaskcommand that carries the old in-session forked-subagent behavior.docs/claude-code/commands.md—/doctoris now a full setup checkup that diagnoses and can fix issues (unused skills/MCP/plugins, CLAUDE.md dedup/trim, slow hooks), and gained the/checkupalias.Reason:
Validation checklist:
Note:
npm run buildcould not be run in this environment because thesharpnative dependency is blocked by the proxy (403 from GitHub during install). The changes are Markdown table/text edits only, with no new internal links or MDX constructs, so build risk is nil.🤖 Generated with Claude Code
https://claude.ai/code/session_01HyjydAro5GTSj5iUa64gfk
Generated by Claude Code