Skip to content

Claude Code

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Set up Claude Code in Warp 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.

Warp 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 Warp.

For installation, authentication, project configuration, and productivity tips, see the How to set up Claude Code guide.

Warp supports agent notifications for Claude Code through a plugin. Once installed, Warp surfaces in-app and desktop alerts when Claude Code needs your input — such as command approval, code review, or error intervention.

Each time you run Claude Code in Warp without the notification plugin installed, a notification chip appears offering one-click installation. Click the chip to install the plugin automatically. After installation, Warp immediately starts receiving notifications from Claude Code.

If the auto-install chip doesn’t appear or fails to install the plugin, install it manually. From inside Claude Code, run:

Terminal window
/plugin marketplace add warpdotdev/claude-code-warp
/plugin install warp@claude-code-warp

Or from your terminal (outside of Claude Code):

Terminal window
claude plugin marketplace add warpdotdev/claude-code-warp
claude plugin install warp@claude-code-warp

After installing, restart Claude Code or run /reload-plugins to activate the plugin.

If the auto-install chip doesn’t work, or if you’re running Claude Code over SSH or on a remote machine, Warp 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-warp GitHub repository.

Claude Code supports the full set of Warp’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 Warp’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 Warp’s tab bar.
  • Tab Configs - Save and restore Claude Code session configurations.
  • Remote Control - Share your Claude Code session with teammates via session sharing.