Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

29 pages for claudecode.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

Admin Claude Developer Platform · in the page api/admin …r token from previous response's `next_page` field. #### Returns - `ClaudeCodeUsageReport object` - `data: array of object` List of Claude Code usage records for the requested date. - `… Usage Report Claude Developer Platform · in the page api/admin/usage_report …or token from previous response's `next_page` field. ### Returns - `ClaudeCodeUsageReport object` - `data: array of object` List of Claude Code usage records for the requested date. - `… Get Claude Code Usage Report Claude Developer Platform · in the page api/admin/usage_report/retrieve_claude_code …sor token from previous response's `next_page` field. ## Returns - `ClaudeCodeUsageReport object` - `data: array of object` List of Claude Code usage records for the requested date. - `… Set up Claude Code for your organization Claude Code CLI · in the page admin-setup …| All | | plist / registry policy | macOS: `com.anthropic.claudecode` plist<br />Windows: `HKLM\SOFTWARE\Policies\ClaudeCode`… Migrate to Claude Agent SDK Claude Code CLI · in the page agent-sdk/migration-guide …: ```python theme={null} # Before from claude_code_sdk import query, ClaudeCodeOptions # After from claude_agent_sdk import query, ClaudeAgentOptions ``` **4. Review [breaking changes](#breaking-ch… Quickstart Claude Code CLI · in the page agent-sdk/quickstart …ude Code natively](/docs/en/setup#install-claude-code) and set `pathToClaudeCodeExecutable` to its path. </Note> </Step> <Step title="Set your API key"> Get an API key from the [Claude Co… Track todos Claude Code CLI · in the page agent-sdk/todo-tracking …s through the Claude Code binary that it bundles. If you point `pathToClaudeCodeExecutable` (TypeScript) or `cli_path` (Python) at your own Claude Code install, you get whichever tools that install pr… Agent SDK reference - TypeScript Claude Code CLI · in the page agent-sdk/typescript …SDK throws `Native CLI binary for <platform> not found`; set [`pathToClaudeCodeExecutable`](#options) to a separately installed `claude` binary instead. If your package manager doesn't apply npm's… Claude Code changelog Claude Code CLI · in the page changelog …dio MCP server subprocesses now receive `CLAUDE_CODE_SESSION_ID` and `CLAUDECODE=1` in their environment * `claude mcp list`/`get` now show unapproved `.mcp.json` servers as `⏸ Pending approval` ins… Claude apps gateway configuration Claude Code CLI · in the page claude-apps-gateway-config …------------------- | | macOS | `/Library/Application Support/ClaudeCode/managed-settings.json`, or the `com.anthropic.claudecode` managed preferences domain | | Linux and WSL | `/etc/claude-c… Environment variables Claude Code CLI · in the page env-vars …| | `CLAUDECODE` | Set to `1` in subprocesses Claude Code spawns (Bash and PowerShell tools,… Connect Claude Code to an LLM gateway Claude Code CLI · in the page llm-gateway-connect …e gateway variables for the [VS Code extension](/docs/en/vs-code) in `claudeCode.environmentVariables`, in VS Code's own user settings opened with the **Preferences: Open User Settings (JSON)** comman… Control MCP server access for your organization Claude Code CLI · in the page managed-mcp …------------------- | | macOS | `/Library/Application Support/ClaudeCode/managed-mcp.json` | | Linux and WSL | `/etc/claude-code/managed-mcp.json` | | Windows | `C… Deploy managed settings Claude Code CLI · in the page managed-settings …files on your fleet: * **macOS**: `/Library/Application Support/ClaudeCode/managed-settings.json` * **Linux and WSL**: `/etc/claude-code/managed-settings.json` * **Windows**: `C:\Program… How Claude remembers your project Claude Code CLI · in the page memory …| | **Managed policy** | • macOS: `/Library/Application Support/ClaudeCode/CLAUDE.md`<br />• Linux and WSL: `/etc/claude-code/CLAUDE.md`<br />• Windows: `C:\Program Files\ClaudeCode\CLAUDE.md` |… Overview Claude Code CLI · in the page overview …> ```powershell theme={null} winget install Anthropic.ClaudeCode ``` <Info> WinGet installations do not auto-update. Run `winget upgrade Anthropic.ClaudeCode… Choose a permission mode Claude Code CLI · in the page permission-modes …a default**: to pin the permission mode conversations start in, set `claudeCode.initialPermissionMode` in your VS Code user settings to `default`, `manual`, `acceptEdits`, `plan`, or `bypassPermissio… Recommend your plugin from your CLI Claude Code CLI · in the page plugin-hints …(/docs/en/discover-plugins). ## How it works Claude Code sets the [`CLAUDECODE`](/docs/en/env-vars) environment variable to `1` for every command it runs through the Bash and PowerShell tools, and f… Quickstart Claude Code CLI · in the page quickstart …"WinGet"> ```powershell theme={null} winget install Anthropic.ClaudeCode ``` <Info> WinGet installations do not auto-update. Run `winget upgrade Anthropic.ClaudeCode` periodical… Customize sessions in self-hosted environments Claude Code CLI · in the page self-hosted-environments-configuration …anaged-mcp.json` on Linux runner hosts, `/Library/Application Support/ClaudeCode/managed-mcp.json` on macOS hosts. Use it for locked-down fleets where only administrator-listed servers may load. See [… Claude Code settings Claude Code CLI · in the page settings …e device management on macOS and Windows: * macOS: `com.anthropic.claudecode` managed preferences domain. The plist's top-level keys mirror `managed-settings.json`, with nested settings as diction… Advanced setup Claude Code CLI · in the page setup …"WinGet"> ```powershell theme={null} winget install Anthropic.ClaudeCode ``` <Info> WinGet installations do not auto-update. Run `winget upgrade Anthropic.ClaudeCode` periodical… Enterprise deployment overview Claude Code CLI · in the page third-party-integrations …*: Deploy to system directories such as `/Library/Application Support/ClaudeCode/CLAUDE.md` (macOS), `/etc/claude-code/CLAUDE.md` (Linux and WSL), or `C:\Program Files\ClaudeCode\CLAUDE.md` (Windows)… Troubleshoot installation and login Claude Code CLI · in the page troubleshoot-install …ll on Windows: ```powershell theme={null} winget uninstall Anthropic.ClaudeCode ``` ### Check directory permissions The installer needs write access to `~/.local/bin/` and `~/.claude/` on macOS and… Use Claude Code in VS Code Claude Code CLI · in the page vs-code …ission mode](/docs/en/permission-modes#switch-permission-modes) from `claudeCode.initialPermissionMode` or a pick that carries over from an earlier conversation * You have `claudeCode.claudeProcessWra… Changelog Claude Documentation · in the page cowork/changelog …s ignoring managed configuration: the Claude Code pane now follows `isClaudeCodeForDesktopEnabled`, the Developer tab hides when `isLocalDevMcpEnabled` is off, and the Capabilities and Voice settings… Code in Claude Desktop on 3P Claude Documentation · in the page third-party/claude-desktop/code …ngs#settings-precedence) ## Disabling Code To turn off Code, set `isClaudeCodeForDesktopEnabled` to `false` in your Claude Desktop on 3P configuration. Users can no longer open Code. Cowork is unaff… Configuration reference Claude Documentation · in the page third-party/claude-desktop/configuration …----------------------------------------------------- | | <span id="isclaudecodefordesktopenabled" />Allow Code<br />`isClaudeCodeForDesktopEnabled` | `boolean` | MDM + Bootstrap | `true` | Enable Co… Configuration changelog Claude Documentation · in the page third-party/claude-desktop/configuration-changelog …ser-added MCP servers | | `isClaudeCodeForDesktopEnabled` | `boolean` | Allow Claude Code tab…