Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Search the documentation

50 pages for dependencies.

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.

Constrain plugin dependency versions Claude Code CLI · path plugin-dependencies PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/best-practices …sistently across report generation ``` **Example 3:** Input: Updated dependencies and refactored error handling Output: ``` chore: update dependencies and refactor error handling - Upgrade lodash to… enterprise Claude Developer Platform · in the page agents-and-tools/agent-skills/enterprise …sponsible for maintenance * **Version:** Current deployed version * **Dependencies:** MCP servers, packages, or external services required * **Evaluation status:** Last evaluation date and results ##… PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/overview …uctions. Even trustworthy Skills can be compromised if their external dependencies change over time * **Tool misuse:** Malicious Skills can invoke tools (file operations, bash commands, code execution… parallel-tool-use Claude Developer Platform · in the page agents-and-tools/tool-use/parallel-tool-use …other** Execution order is your choice. If your tools have ordering dependencies, running the batch sequentially and stopping on the first failure is a valid strategy (and the required one for the [… context-editing Claude Developer Platform · in the page build-with-claude/context-editing …coveries\n- Configuration files use YAML format\n- Found 3 deprecated dependencies\n- Test coverage at 67%\n\n# Next Steps\n1. Analyze remaining files in /src/legacy\n2. Complete final report sections… claude-prompting-best-practices Claude Developer Platform · in the page build-with-claude/prompt-engineering/claude-prompting-best-practices …lel_tool_calls> If you intend to call multiple tools and there are no dependencies between the tool calls, make all of the independent tool calls in parallel. Prioritize calling tools simultaneously w… task-budgets Claude Developer Platform · in the page build-with-claude/task-budgets …{ "type": "thinking", "thinking": "I'll start by listing dependencies to look for known-vulnerable packages..." }, { "type": "tool_use", "id": "toolu_01", "name"… apple-foundation-models Claude Developer Platform · in the page cli-sdks-libraries/libraries/apple-foundation-models …stall the package Add the package to your `Package.swift`: ```swift dependencies: [ .package(url: "https://github.com/anthropics/ClaudeForFoundationModels.git", from: "0.1.0") ] ``` Or in Xcode:… java Claude Developer Platform · in the page cli-sdks-libraries/sdks/java …eplacing the SDK's default HTTP client without pulling in unnecessary dependencies. #### Customized OkHttpClient <Tip> Try the available [network options](https://platform.claude.com/docs/en/cli-s… For Amazon Bedrock support Claude Developer Platform · in the page cli-sdks-libraries/sdks/python …| Client | Extra dependencies | | -------------------------------- | ---------------------------------------------- | -------------… get-started Claude Developer Platform · in the page get-started …vaLanguageVersion.of(25) } } dependencies { implementation("com.anthropic:anthropic-java:2.65.0") } application {… compliance-org-data Claude Developer Platform · in the page manage-claude/compliance-org-data …ure-availability rules, organization-type defaults, and inter-feature dependencies are applied, which can differ from what an administrator configured. Use it to attest that retention windows, content… Intercept and control agent behavior with hooks Claude Code CLI · in the page agent-sdk/hooks …| Install dependencies for a repository added mid-session… Hosting the Agent SDK Claude Code CLI · in the page agent-sdk/hosting …/en/agent-sdk/secure-deployment#isolation-technologies). ### Runtime dependencies The container needs your SDK's language runtime: * Python 3.10+ for the Python SDK, or Node.js 18+ for the TypeScri… Quickstart Claude Code CLI · in the page agent-sdk/quickstart …. * The TypeScript SDK installs its binary through npm optional dependencies, so an install that skips them, for example `npm ci --omit=optional`, gets no binary even on a supported platform. Re… Troubleshoot the Agent SDK Claude Code CLI · in the page agent-sdk/troubleshooting …m package is missing, most often because the install skipped optional dependencies. Reinstall `@anthropic-ai/claude-agent-sdk` without skipping optional dependencies, or point `pathToClaudeCodeExecuta… Agent SDK reference - TypeScript Claude Code CLI · in the page agent-sdk/typescript …he same patch number or later. If your package manager skips optional dependencies, the SDK throws `Native CLI binary for <platform>-<arch> not found`; set [`pathToClaudeCodeExecutable`](#options) to… Orchestrate teams of Claude Code sessions Claude Code CLI · in the page agent-teams …dependently. For sequential tasks, same-file edits, or work with many dependencies, a single session or [subagents](/docs/en/sub-agents) are more effective. ### Compare with subagents Both agent tea… Claude Code changelog Claude Code CLI · in the page changelog …tick command substitution followed by more arguments * Fixed plugin dependencies declared with a `marketplace` field never resolving when both plugins are loaded together via `--plugin-dir` * Fixe… Claude apps gateway deployment and operations Claude Code CLI · in the page claude-apps-gateway-deploy …age needs: * **A glibc-based image**: the glibc build's only dynamic dependencies are glibc libraries. Musl-based images need the `linux-x64-musl` or `linux-arm64-musl` build plus additional packages… Explore the .claude directory Claude Code CLI · in the page claude-directory …tive test names: "should [expected] when [condition]" - Mock external dependencies, not internal modules - Clean up side effects in afterEach` }, { id: 'rule-api', la… Configure cloud environments Claude Code CLI · in the page cloud-environments …-domains), needs environment variables set for its sessions, or needs dependencies installed before it starts working. ## Configure your environment Create, edit, and archive environments from the e… Code Review Claude Code CLI · in the page code-review …o findings. Common candidates are generated code, lockfiles, vendored dependencies, and machine-authored branches, along with anything your CI already enforces like linting or spellcheck. For paths th… Common workflows Claude Code CLI · in the page common-workflows …on a recurring basis, like reviewing open PRs every morning, auditing dependencies weekly, or checking for CI failures overnight. Pick a scheduling option based on where you want the task to run: |… Data usage Claude Code CLI · in the page data-usage …ta is logged for [local Claude Code](#local-claude-code-data-flow-and-dependencies) and [remote Claude Code](#cloud-execution-data-flow-and-dependencies). [Remote Control](/docs/en/remote-control) ses… Desktop application Claude Code CLI · in the page desktop …own. Tasks that typically route to Code include fixing bugs, updating dependencies, running tests, or opening pull requests. Research, document editing, and spreadsheet work stay in Cowork. Either wa… Claude Desktop on Linux (beta) Claude Code CLI · in the page desktop-linux …downloaded file](#install-from-a-downloaded-file) instead. ### Unmet dependencies If `apt` stops with `The following packages have unmet dependencies` or `Unsatisfied dependencies`, read which depen… Development containers Claude Code CLI · in the page devcontainer …Claude Code runs inside the container, so it sees the same files, dependencies, and tools as the rest of your project's toolchain. In VS Code you can use either the [Claude Code extension panel](/… Discover and install prebuilt plugins through marketplaces Claude Code CLI · in the page discover-plugins …ted so you see problems first: plugins with load errors or unresolved dependencies appear at the top, followed by your favorites, with disabled plugins folded behind a collapsed header at the bottom.… Hooks reference Claude Code CLI · in the page hooks …directory](/docs/en/plugins-reference#persistent-data-directory), for dependencies and state that should survive plugin updates. <Note> **Worktrees are different.** If Claude enters a [worktree](/d… Set up Claude Code in a monorepo or large codebase Claude Code CLI · in the page large-codebases …Block Claude from opening build output, generated code, and vendored dependencies | [`Read` deny rules](#block-reads-of-generated-and-vendored-code) in `permissions.deny` | | Fi… Enterprise network configuration Claude Code CLI · in the page network-config …ng npm-source plugin packages and installing plugins' Node.js package dependencies), `npx`-launched MCP servers, and the package registry for npm and bun installs of Claude Code itself… Overview Claude Code CLI · in the page overview …ing lint errors across a project, resolving merge conflicts, updating dependencies, and writing release notes. ```bash theme={null} claude "write tests for the auth module, run them, and fix… Choose a permission mode Claude Code CLI · in the page permission-modes …lt**: * Local file operations in your working directory * Installing dependencies declared in your lock files or manifests * Reading `.env` and sending credentials to their matching API * Read-only H… Create and distribute a plugin marketplace Claude Code CLI · in the page plugin-marketplaces …| | `allowCrossMarketplaceDependenciesOn` | array | Other marketplaces that plugins in this marketplace may depend on. Dependencies from a marketplace not… Recommend plugins for your org Claude Code CLI · in the page plugin-relevance …| | `manifestDeps` | array of objects | Dependencies declared in package manifests Claude has read this session. Each entry is `{ "file": "...", "pattern": "..." }`, wher… Create plugins Claude Code CLI · in the page plugins …ds on, see [Test a plugin and its dependency locally](/docs/en/plugin-dependencies#test-a-plugin-and-its-dependency-locally). </Tip> To load plugins in a session where you can't add the flag, list th… Plugins reference Claude Code CLI · in the page plugins-reference …"monitors": "./monitors.json", "evals": "quality/evals" }, "dependencies": [ "helper-lib", { "name": "secrets-vault", "version": "~2.1.0" } ] } ``` ### Required fields If you inc… Automate work with routines Claude Code CLI · in the page routines …requests that never get a credential * **Setup script**: install dependencies and tools the routine needs. The result is [cached](/docs/en/cloud-environments#environment-caching), so the script d… Configure the sandboxed Bash tool Claude Code CLI · in the page sandboxing …box ``` This opens the sandbox panel with three tabs, plus a Dependencies tab on Linux when the optional seccomp filter is missing: * **Mode**: choose how sandboxed commands are approved… Deploy self-hosted environments to production Claude Code CLI · in the page self-hosted-environments-deploy …hing npm-source plugin packages and for installing a plugin's Node.js dependencies, or when an `npx`-launched MCP server runs… Claude Code settings Claude Code CLI · in the page settings …up if `sandbox.enabled` is true but the sandbox cannot start (missing dependencies or unsupported platform). When false (default), a warning is shown and commands run unsandboxed. Intended for managed… All settings Claude Code CLI · in the page settings-reference …ts there. When the filter is missing, which `/sandbox` reports on its Dependencies tab, the sandbox doesn't block Unix-socket calls. See [Set up Linux and WSL2](/docs/en/sandboxing#set-up-linux-and-ws… Advanced setup Claude Code CLI · in the page setup …tries](https://www.anthropic.com/supported-countries) ### Additional dependencies * **ripgrep**: usually included with Claude Code. If search fails, see [search troubleshooting](/docs/en/troubleshoo… Extend Claude with skills Claude Code CLI · in the page skills …s. Substituted only in plugin skills. Use this to reference installed dependencies, generated files, or caches that must outlive an update. | Claude Code subs… Tools reference Claude Code CLI · in the page tools-reference …No | | `TaskUpdate` | Updates task status, dependencies, details, or deletes tasks. Provided by default only on the models listed under [Task tool availability](#task-tool-a… Troubleshoot installation and login Claude Code CLI · in the page troubleshoot-install …of printing this message. Check the following causes: * **Optional dependencies are disabled.** Remove `--omit=optional` from your npm install command, `--no-optional` from pnpm, or `--ignore-optio… Week 17 · April 20–24, 2026 Claude Code CLI · in the page whats-new/2026-w17 …t instead of replacing it</div> <div>New <a href="/docs/en/plugin-dependencies#tag-plugin-releases-for-version-resolution"><code>claude plugin tag</code></a> command creates release git tags for p… Week 18 · April 27 – May 1, 2026 Claude Code CLI · in the page whats-new/2026-w18 …ode>claude plugin prune</code> removes orphaned auto-installed plugin dependencies, and <code>plugin uninstall --prune</code> cascades</div> <div><code>/skills</code> now has a type-to-filter sear…
Feedback