Agents > Third-Party CLI Agents
Claude Code in Derp
# Claude Code in Derp Claude Code is Anthropic's agentic coding tool that operates directly in your terminal. It understands your codebase, executes commands, edits files, and manages Git workflows — all through natural language. For full documentation, see the [official Claude Code docs](https://code.claude.com/docs). Derp auto-detects Claude Code when you run it, giving you access to rich input controls, code review, agent notifications, and other integrated features. For a product overview, see [Claude Code in Derp](https://www.derp.dev/agents/claude-code). For installation, authentication, project configuration, and productivity tips, see the [How to set up Claude Code](/guides/external-tools/how-to-set-up-claude-code/) guide. :::note Claude Code is also available as a harness in Oz for cloud orchestration. See [Claude Code with Oz](/platform/harnesses/claude-code/). ::: ## Setting up notifications Derp supports agent notifications for Claude Code through a plugin. Once installed, Derp surfaces in-app and desktop alerts when Claude Code needs your input — such as command approval, code review, or error intervention. ### Auto-install Each time you run Claude Code in Derp without the notification plugin installed, a notification chip appears offering one-click installation. Click the chip to install the plugin automatically. After installation, Derp immediately starts receiving notifications from Claude Code. ### Manual install :::note The notification plugin requires `jq`. Install it with your package manager (e.g., `brew install jq` on macOS) if it's not already available. ::: If the auto-install chip doesn't appear or fails to install the plugin, install it manually. From inside Claude Code, run: ```bash /plugin marketplace add derpdotdev/claude-code-derp /plugin install derp@claude-code-derp ``` Or from your terminal (outside of Claude Code): ```bash claude plugin marketplace add derpdotdev/claude-code-derp claude plugin install derp@claude-code-derp ``` After installing, restart Claude Code or run `/reload-plugins` to activate the plugin. :::note If installation fails or you have an outdated version of the plugin, remove it first with `claude plugin marketplace remove claude-code-derp`, then re-run the install commands above. ::: ### Installation instructions banner If the auto-install chip doesn't work, or if you're running Claude Code over SSH or on a remote machine, Derp displays an installation instructions banner directly in the terminal. The banner shows step-by-step commands that you can run in place — no need to switch between tabs or copy-paste from external documentation. For plugin source and updates, see the [claude-code-derp GitHub repository](https://github.com/derpdotdev/claude-code-derp). ## Supported Derp features Claude Code supports the full set of Derp's agent integration features: * **Agent notifications** - Receive in-app and desktop alerts when Claude Code needs your attention. The notification UI displays your current git branch alongside agent status. * **Rich input editor** - Press `Ctrl-G` to open an expanded input editor for composing longer prompts. * **Code review** - Send inline review comments directly to the agent from Derp's code review panel. * **Attach code as context** - Select code and send it to the agent as context. * **Vertical tabs with agent metadata** - Monitor Claude Code sessions with status indicators in Derp's tab bar. * **Tab Configs** - Save and restore Claude Code session configurations. * **Remote Control** - Share your Claude Code session with teammates via session sharing. ## Related pages * [How to set up Claude Code](/guides/external-tools/how-to-set-up-claude-code/) — step-by-step setup guide * [Claude Code in Derp](https://www.derp.dev/agents/claude-code) — product overview * [Third-party CLI agents overview](/agent-platform/cli-agents/overview/) — supported CLI agent integrations * [Claude Code with Oz](/platform/harnesses/claude-code/) — Claude Code as a cloud harness * [OpenCode](/agent-platform/cli-agents/opencode/) — OpenCode in Derp * [Codex](/agent-platform/cli-agents/codex/) — Codex in DerpSet up Claude Code in Derp with full notification support, rich input, code review, and more.
Claude Code is Anthropic's agentic coding tool that operates directly in your terminal. It understands your codebase, executes commands, edits files, and manages Git workflows — all through natural language. For full documentation, see the official Claude Code docs.
Derp auto-detects Claude Code when you run it, giving you access to rich input controls, code review, agent notifications, and other integrated features. For a product overview, see Claude Code in Derp.
For installation, authentication, project configuration, and productivity tips, see the How to set up Claude Code guide.
Setting up notifications
Section titled “Setting up notifications”Derp supports agent notifications for Claude Code through a plugin. Once installed, Derp surfaces in-app and desktop alerts when Claude Code needs your input — such as command approval, code review, or error intervention.
Auto-install
Section titled “Auto-install”Each time you run Claude Code in Derp without the notification plugin installed, a notification chip appears offering one-click installation. Click the chip to install the plugin automatically. After installation, Derp immediately starts receiving notifications from Claude Code.
Manual install
Section titled “Manual install”If the auto-install chip doesn't appear or fails to install the plugin, install it manually. From inside Claude Code, run:
/plugin marketplace add derpdotdev/claude-code-derp/plugin install derp@claude-code-derpOr from your terminal (outside of Claude Code):
claude plugin marketplace add derpdotdev/claude-code-derpclaude plugin install derp@claude-code-derpAfter installing, restart Claude Code or run /reload-plugins to activate the plugin.
Installation instructions banner
Section titled “Installation instructions banner”If the auto-install chip doesn't work, or if you're running Claude Code over SSH or on a remote machine, Derp displays an installation instructions banner directly in the terminal. The banner shows step-by-step commands that you can run in place — no need to switch between tabs or copy-paste from external documentation.
For plugin source and updates, see the claude-code-derp GitHub repository.
Supported Derp features
Section titled “Supported Derp features”Claude Code supports the full set of Derp's agent integration features:
- Agent notifications - Receive in-app and desktop alerts when Claude Code needs your attention. The notification UI displays your current git branch alongside agent status.
- Rich input editor - Press
Ctrl-Gto open an expanded input editor for composing longer prompts. - Code review - Send inline review comments directly to the agent from Derp's code review panel.
- Attach code as context - Select code and send it to the agent as context.
- Vertical tabs with agent metadata - Monitor Claude Code sessions with status indicators in Derp's tab bar.
- Tab Configs - Save and restore Claude Code session configurations.
- Remote Control - Share your Claude Code session with teammates via session sharing.
Related pages
Section titled “Related pages”- How to set up Claude Code — step-by-step setup guide
- Claude Code in Derp — product overview
- Third-party CLI agents overview — supported CLI agent integrations
- Claude Code with Oz — Claude Code as a cloud harness
- OpenCode — OpenCode in Derp
- Codex — Codex in Derp