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

16 pages for ripgrep.

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

code-execution-tool Claude Developer Platform · in the page agents-and-tools/tool-use/code-execution-tool …also includes command-line tools such as unzip, unrar, 7zip, bc, rg (ripgrep), fd, and sqlite. The container has no internet access, so Claude can't download or install additional packages at runtim… cloud-sandboxes-reference Claude Developer Platform · in the page managed-agents/cloud-sandboxes-reference …d systems * `docker` - Container management (limited availability) * `ripgrep` (`rg`) - Fast file search ### Text processing * `sed`, `awk`, `grep` - Stream editors * `vim`, `nano` - Text editors *… Agent SDK reference - TypeScript Claude Code CLI · in the page agent-sdk/typescript …number; multiline?: boolean; }; ``` Powerful search tool built on ripgrep with regex support. ### TaskStop **Tool name:** `TaskStop` ```typescript theme={null} type TaskStopInput = { task_id?… Claude Code changelog Claude Code CLI · in the page changelog …binary overrides (`sandbox.bwrapPath`, `sandbox.socatPath`, `sandbox.ripgrep`) * `/feedback` and `/bug` now open immediately when invoked while Claude is responding, instead of waiting for the turn… Claude apps gateway configuration Claude Code CLI · in the page claude-apps-gateway-config …inary settings `sandbox.bwrapPath`, `sandbox.socatPath`, and `sandbox.ripgrep` * managed CLAUDE.md content [Approval memory](/docs/en/server-managed-settings#approval-memory) covers how long an appro… Configure cloud environments Claude Code CLI · in the page cloud-environments …| | **Utilities** | git, gh, jq, yq, ripgrep, tmux, vim, nano | ¹ Bun is installed but has known [proxy compatibility issues](#instal… Deploy managed settings Claude Code CLI · in the page managed-settings …nary paths `sandbox.bwrapPath` and `sandbox.socatPath` * The sandbox `ripgrep` binary, [`sandbox.ripgrep`](/docs/en/settings-reference#sandbox-ripgrep) * `sandbox.filesystem.disabled` and `sandbox.net… Choose a permission mode Claude Code CLI · in the page permission-modes …er.properties`, `maven-wrapper.properties` * `.devcontainer.json` * `.ripgreprc`, `pyrightconfig.json` * `.mcp.json`, `.claude.json` ## Critical paths Claude Code never lets a [`permissions.allow`](… Choose a sandbox environment Claude Code CLI · in the page sandbox-environments …same `bubblewrap` and `socat` packages as the built-in sandbox, plus `ripgrep`, which Claude Code bundles but the standalone runtime resolves from your PATH. Install `bubblewrap` and `socat` as descri… Configure the sandboxed Bash tool Claude Code CLI · in the page sandboxing …ndency is missing, the Dependencies tab in `/sandbox` lists which of `ripgrep`, `bubblewrap`, `socat`, and the seccomp filter your platform lacks. If you don't see the tab after installing and restart… Configure server-managed settings Claude Code CLI · in the page server-managed-settings …ry settings**: `sandbox.bwrapPath`, `sandbox.socatPath`, and `sandbox.ripgrep`. Each of these settings points at an executable, and Claude Code runs that executable * **Custom environment variables**:… Claude Code settings reference Claude Code CLI · in the page settings-reference …ox settings | User or managed | | [`sandbox.ripgrep`](#sandbox-ripgrep) | Use your own ripgrep binary inside the [sa… Advanced setup Claude Code CLI · in the page setup ….anthropic.com/supported-countries) ### Additional dependencies * **ripgrep**: usually included with Claude Code. If search fails, see [search troubleshooting](/docs/en/troubleshooting#search-and-di… Tools reference Claude Code CLI · in the page tools-reference …finds files by name, Grep finds lines inside them. Grep is built on [ripgrep](https://github.com/BurntSushi/ripgrep) and uses ripgrep's regex syntax, not POSIX grep. Patterns that include regex metac… Troubleshoot installation and login Claude Code CLI · in the page troubleshoot-install …equired packages: ```bash theme={null} apk add libgcc libstdc++ ripgrep ``` On Alpine, `ripgrep` is in the community repository. If `apk` reports that the package is missing, see [Alpine L… Troubleshooting Claude Code CLI · in the page troubleshooting …s, custom agents, or custom skills aren't finding files, the bundled `ripgrep` binary may not run on your system. Install your platform's `ripgrep` package and tell Claude Code to use it instead: <Ta…