Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.251 Next v2.1.251 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

50 pages for home.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.

home Claude Developer Platform · title home customer-support-chat Claude Developer Platform · in the page about-claude/use-case-guides/customer-support-chat …erages, we offer: - Safeguarding expensive battery systems - Covering home charging equipment - Adapting to the rapidly evolving world of electric vehicles Whether you're driving a Rivian, Nissan Lea… browser-use-tool Claude Developer Platform · in the page agents-and-tools/tool-use/browser-use-tool …: { "target": { "type": "ref", "ref": "ref_12" }, "paths": ["/home/user/uploads/summary.pdf"], "tab_id": "tab-2" } } ``` Claude writes these paths while it's reading untrusted pages, so… claude-in-amazon-bedrock Claude Developer Platform · in the page build-with-claude/claude-in-amazon-bedrock …[Amazon Bedrock model access](https://console.aws.amazon.com/bedrock/home#/modelaccess) in the AWS console. Claude Mythos Preview requires an invitation; see [Project Glasswing](https://anthropic.com… claude-in-microsoft-foundry Claude Developer Platform · in the page build-with-claude/claude-in-microsoft-foundry …y** toggle is on): 1. Sign in to the Foundry portal. From the portal homepage, select **Discover** in the upper-right navigation, then **Models** in the left pane to open the model catalog. 2. Searc… claude-on-amazon-bedrock-legacy Claude Developer Platform · in the page build-with-claude/claude-on-amazon-bedrock-legacy …sole > Bedrock > Model Access](https://console.aws.amazon.com/bedrock/home?region=us-west-2#/modelaccess) and request access to Anthropic models. Note that Anthropic model availability varies by regio… claude-platform-on-aws Claude Developer Platform · in the page build-with-claude/claude-platform-on-aws …licy. The AWS Console service page now shows a left navigation with **Home**, **API keys**, **Quickstart**, and **Workspaces**. </Step> <Step title="Create your workspace and note its ID"> Af… quickstart Claude Developer Platform · in the page cli-sdks-libraries/cli/quickstart …raries/cli/scripting). </Info> ## Installation <Tabs> <Tab title="Homebrew (macOS)"> ```bash brew install anthropics/tap/ant ``` </Tab> <Tab title="curl (Linux/WSL)"> For Linu… get-started Claude Developer Platform · in the page get-started …<Step title="Install the CLI"> Install the Anthropic CLI with Homebrew: ```bash brew install anthropics/tap/ant ``` For other installation methods, see [Insta… quickstart Claude Developer Platform · in the page managed-agents/quickstart …m.claude.com/settings/keys) ## Install the CLI <Tabs> <Tab title="Homebrew (macOS)"> ```bash brew install anthropics/tap/ant ``` </Tab> <Tab title="curl (Linux/WSL)"> For Linu… spawn.sh: called once per claimed work item Claude Developer Platform · in the page managed-agents/self-hosted-sandboxes …pics/anthropic-cli/releases). </Tab> <Tab title="Homebrew (macOS)"> ```bash brew install anthropics/tap/ant ``` </Tab> </Tabs… Models overview Claude Developer Platform · in the page models/overview …tform, and open each model's page for its full specs and resources. <HomeQuickChip icon="Signpost" href="https://platform.claude.com/docs/en/about-claude/models/choosing-a-model"> Choosing a model… overview Claude Developer Platform · in the page release-notes/overview …cts to `platform.claude.com`. The Claude Console has moved to its new home as part of our Claude brand consolidation. Existing bookmarks and links will continue working through an automatic redirect.… develop-tests Claude Developer Platform · in the page test-and-evaluate/develop-tests …scale"> **What it measures:** The LLM-based Likert scale is a psychometric scale that uses an LLM to judge subjective attitudes or perceptions. Here, it's used to rate the tone of responses on a s… increase-consistency Claude Developer Platform · in the page test-and-evaluate/strengthen-guardrails/increase-consistency …further assistance.</answer> </response> User: I'm working from home today. How do I access internal resources? <response> <kb_entry>2: Connect to VPN</kb_entry> <answer>Great questio… Plugins in the SDK Claude Code CLI · in the page agent-sdk/plugins …ugin"`) * **Absolute paths**: full file system paths (for example, `"/home/user/plugins/my-plugin"`) <Note> The path should point to the plugin's root directory: the parent of `skills/`, `agents/`,… Agent SDK reference - Python Claude Code CLI · in the page agent-sdk/python …the package into a virtual environment. On recent Debian, Ubuntu, and Homebrew Python installs, running `pip install` against system Python fails with `error: externally-managed-environment`. ```bash… Securely deploying AI agents Claude Code CLI · in the page agent-sdk/secure-deployment …--read-only \ --tmpfs /tmp:rw,noexec,nosuid,size=100m \ --tmpfs /home/agent:rw,noexec,nosuid,size=500m \ --network none \ --memory 2g \ --cpus 2 \ --pids-limit 100 \ --user 1000:1000 \… Manage multiple agents with agent view Claude Code CLI · in the page agent-view …the grant persists across updates. With other install methods such as Homebrew or npm, the entry shows the binary path and may need to be granted again after updating. ### Background sessions can't r… Configure auto mode Claude Code CLI · in the page auto-mode-config …l history * The remote hosts and names of the repositories under your home directory ### Review and save the draft Claude Code scans in the background, then shows you the draft. You accept or discar… Best practices for Claude Code Claude Code CLI · in the page best-practices …| *"look at how existing widgets are implemented on the home page to understand the patterns. HotDogWidget.php is a good example. follow the pattern to implement a new calendar widget th… Champion kit Claude Code CLI · in the page champion-kit …requently. Verify version-specific details against the [documentation home page](/docs/en/overview) before distributing this material internally. </Tip> Claude Code changelog Claude Code CLI · in the page changelog …nup deleting a dotfile-managed `~/.claude/settings.json` symlink (nix/home-manager, stow) when it is repointed outside the sandbox's writable area * Fixed `/terminal-setup` overwriting your entire Z… Claude apps gateway configuration Claude Code CLI · in the page claude-apps-gateway-config …l theme={null} upstreams: # Primary: provisioned throughput in your home region. - name: bedrock-pt provider: bedrock region: us-east-1 auth: {} # Overflow: on-demand cross-region.… Claude apps gateway deployment and operations Claude Code CLI · in the page claude-apps-gateway-deploy …**: the gateway runs as any user, but minimal images have no writable home. Set `CLAUDE_CONFIG_DIR` to a writable path such as `/tmp/.claude`. * **The container command**: `claude gateway --config /et… Explore the .claude directory Claude Code CLI · in the page claude-directory …. Explore the .claude directory in your project and ~/.claude in your home directory. export const ClaudeExplorer = () => { const A = useMemo(() => ({href, children}) => <a href={href} style={{… Commands Claude Code CLI · in the page commands …vaScript heap snapshot and a memory breakdown to `~/Desktop`, or your home directory on Linux without a Desktop folder, for diagnosing high memory usage. Attach only the `-diagnostics.json` file when… Communications kit Claude Code CLI · in the page communications-kit …requently. Verify version-specific details against the [documentation home page](/docs/en/overview) before distributing internally. </Tip> Message your other Claude Code sessions Claude Code CLI · in the page cross-session-messaging …can't reach each other either, because they register under different home directories and listen on different socket types. While this session is connected to Remote Control, when you message a sess… Launch sessions from links Claude Code CLI · in the page deep-links …optional query parameters. The minimal form opens Claude Code in your home directory with an empty prompt: ```text theme={null} claude-cli://open ``` To try a link without putting it on a page, past… Desktop application Claude Code CLI · in the page desktop …sh-sessions) session reads `~/.claude/skills/` from the remote host's home directory, not from your machine. Cloud sessions load the skills enabled for your claude.ai account instead. See [Skills in C… Test iOS apps in the simulator Claude Code CLI · in the page desktop-ios-simulator …with the same shortcuts as Apple's Simulator app: **Cmd+Shift+H** for Home, **Cmd+L** to lock, **Cmd+Up Arrow** and **Cmd+Down Arrow** for volume * Rotate the device a quarter turn clockwise with the… Claude Code Desktop in WSL Claude Code CLI · in the page desktop-wsl …title="Choose a folder"> The session starts in the distribution's home directory. Use the folder picker to choose a project folder. Browsing happens inside the distribution, with Linux paths like… Development containers Claude Code CLI · in the page devcontainer …hentication and settings across rebuilds By default, the container's home directory is discarded on rebuild, so engineers must sign in again each time. Claude Code stores its authentication token, us… Discover and install prebuilt plugins through marketplaces Claude Code CLI · in the page discover-plugins …scover** tab to see the commands and skills it provides, or visit its homepage for usage guidance. </Step> </Steps> ## Add marketplaces Use the `/plugin marketplace add` command to add marketplace… Environment variables Claude Code CLI · in the page env-vars …command in the background when a new version is available. Applies to Homebrew and WinGet installations. Other package managers continue to show the upgrade command without running it. See [Auto updat… Error reference Claude Code CLI · in the page errors …` **What to do:** * Change to a directory that exists, such as your home or project directory, then run `claude` again * If the directory was recreated at the same path, your shell still holds the d… Fullscreen rendering Claude Code CLI · in the page fullscreen …he viewport when the selection reaches the top or bottom edge. `Shift+Home` and `Shift+End` extend to the start or end of the current line. In the normal prompt view, what happens to an active select… Claude Code GitLab CI/CD Claude Code CLI · in the page gitlab-ci-cd …n ~/.local/bin, which isn't on PATH in this image - export PATH="$HOME/.local/bin:$PATH" script: # Optional: start a GitLab MCP server if your setup provides one - /bin/gitlab-mcp-server… Glossary Claude Code CLI · in the page glossary …configuration. Acceptance is saved per project directory, except your home directory, where trust is held for the current session only and the prompt reappears on each launch. Until you trust a direct… Hooks reference Claude Code CLI · in the page hooks …[ { "type": "command", "command": "/home/user/scripts/validate-mcp-write.py" } ] } ] } } ``` ### Hook handler fields Each object in th… Customize keyboard shortcuts Claude Code CLI · in the page keybindings …| Scroll down a full viewport | | `scroll:top` | G, Home | Jump to the top | | `scroll:bottom` | Shift+G, End | Jump to the bottom | ### Model pi… Set up Claude Code in a monorepo or large codebase Claude Code CLI · in the page large-codebases …ludes every package whose name matches the glob, including rules * `"/home/user/monorepo/legacy/CLAUDE.md"`: excludes one specific file by absolute path Managed policy CLAUDE.md files cannot be exclu… Control MCP server access for your organization Claude Code CLI · in the page managed-mcp …ironment-variable-expansion-in-mcp-json), so an entry written as `["${HOME}/bin/server"]` matches a server config that uses either the same reference or the expanded path. On Windows, reference an env… Deploy managed settings Claude Code CLI · in the page managed-settings …` set and allows edits under a `CoworkProjects` folder in each user's home directory; replace the path with the folders your users connect: ```json managed-settings.json theme={null} { "allowManage… Connect Claude Code to tools via MCP Claude Code CLI · in the page mcp …ing the file's approvals, unless the folder is your own configuration home: your home directory, or a directory whose `.claude` you've set as [`CLAUDE_CONFIG_DIR`](/docs/en/env-vars). Before v2.1.207,… How Claude remembers your project Claude Code CLI · in the page memory …share personal instructions across worktrees, import a file from your home directory instead: ```text theme={null} # Individual Preferences - @~/.claude/my-project-instructions.md ``` <Warning> An… Enterprise network configuration Claude Code CLI · in the page network-config …| | `formulae.brew.sh` | Update version checks on Homebrew installs. Other install methods don't contact this host… Overview Claude Code CLI · in the page overview …n the latest version. </Info> </Tab> <Tab title="Homebrew"> ```bash theme={null} brew install --cask claude-code ``` Homebrew offers two casks. `c… Choose a permission mode Claude Code CLI · in the page permission-modes …y direct child of the root, such as `/usr`, `/etc`, or `/data` * Your home directory * Windows drive roots and their top-level directories, such as `C:\` and `C:\Windows` * Your working directory and…