From aa3707b205c55596348e222f02c9a596097249e9 Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:10:48 +0000 Subject: [PATCH] docs: clarify Claude Code installation prerequisite for codegen claude command - Add Claude Code installation as first step in getting started guide - Update tip to emphasize prerequisite requirement - Clarify CLI documentation that Claude Code must be installed on host - Addresses user feedback about missing installation requirements Co-authored-by: Edo Pujol --- docs/capabilities/claude-code.mdx | 13 +++++++++---- docs/introduction/cli.mdx | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/capabilities/claude-code.mdx b/docs/capabilities/claude-code.mdx index da4b665af..801ae3623 100644 --- a/docs/capabilities/claude-code.mdx +++ b/docs/capabilities/claude-code.mdx @@ -79,21 +79,25 @@ Remote execution benefits: ### Local Claude with Cloud Benefits -Get up and running in three simple steps: +Get up and running in four simple steps: -1. Install the Codegen CLI: +1. Install Claude Code on your host machine: + + Follow the [Claude Code installation guide](https://claude.ai/code) to install Claude Code locally. + +2. Install the Codegen CLI: ```bash uv tool install codegen ``` -2. Authenticate with your account: +3. Authenticate with your account: ```bash codegen login ``` -3. Run Claude with full telemetry: +4. Run Claude with full telemetry: ```bash codegen claude "Help me refactor this authentication module" ``` @@ -101,6 +105,7 @@ Get up and running in three simple steps: Your session immediately appears in the cloud with full integration access. + **Prerequisites**: Claude Code must be installed on your host machine before running `codegen claude`. The first time you run `codegen claude`, it will download the Claude Code binary. Subsequent runs start instantly. diff --git a/docs/introduction/cli.mdx b/docs/introduction/cli.mdx index 30da2482f..bc985b07d 100644 --- a/docs/introduction/cli.mdx +++ b/docs/introduction/cli.mdx @@ -53,7 +53,7 @@ codegen login --token YOUR_API_TOKEN - **View and manage agents** - List agent runs, check status, and see detailed execution logs - **Pull agent work** - Download branches and code changes created by agents directly to your local environment - **Create new agents** - Trigger agent runs from the command line with custom prompts -- **Run Claude Code** - Execute Claude Code with OpenTelemetry monitoring and comprehensive logging +- **Run Claude Code** - Execute Claude Code with OpenTelemetry monitoring and comprehensive logging (requires Claude Code to be installed on your host machine) - **Manage organizations** - Switch between organizations and configure repositories