Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions docs/capabilities/claude-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,21 @@ Remote execution benefits:

## Getting Started

### Prerequisites

Before using Claude Code with Codegen, you need to have Claude Code installed on your system:

<Warning>
**Claude Code must be installed separately.** The `codegen claude` command requires the Claude Code binary to be available in your system PATH.
</Warning>

Install Claude Code from Anthropic:
- Visit [claude.ai/code](https://claude.ai/code) to download and install Claude Code
- Ensure the `claude` command is available in your terminal by running `which claude`

### Local Claude with Cloud Benefits

Get up and running in three simple steps:
Once Claude Code is installed, get up and running in three simple steps:

1. Install the Codegen CLI:

Expand All @@ -100,11 +112,6 @@ Get up and running in three simple steps:

Your session immediately appears in the cloud with full integration access.

<Tip>
The first time you run `codegen claude`, it will download the Claude Code
binary. Subsequent runs start instantly.
</Tip>

## Analytics and Insights

Transform your Claude Code usage into actionable intelligence. The analytics dashboard provides deep insights into how AI is transforming your development workflow.
Expand Down