Skip to content

Commit dbfeda5

Browse files
committed
.
1 parent 5c2ae0a commit dbfeda5

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

docs/capabilities/analytics.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ What impact are code agents having on your codebase (and your finances) today? H
88
Codegen Analytics was built to answer these questions and more.
99

1010
<Frame caption="Cost analytics on codegen.com/analytics">
11-
<img src="/images/cost-breakdown.png" alt="Analyze cost breakdown" />
11+
<img
12+
src="/images/cost-breakdown.png"
13+
alt="Analyze cost breakdown"
14+
className="aspect-[559/334]"
15+
/>
1216
</Frame>
1317

1418
<Card

docs/images/cost-breakdown.png

133 KB
Loading

docs/introduction/sdk.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebarTitle: "Python SDK"
44
icon: "python"
55
---
66

7-
The [Codegen SDK](https://github.com/codegen-sh/codegen-sdk) enables developers to programmatically interact with [Codegen](https://codegen.com) SWE agents via API.
7+
The [Codegen SDK](https://github.com/codegen-sh/codegen-sdk) enables developers to programmatically interact with [Codegen](https://codegen.com) agents via the [Codegen API](/api-reference/agents/create-agent-run).
88

99
<Tip>
1010
Go to [developer settings](https://codegen.sh/token) to generate an API token
@@ -35,11 +35,9 @@ if task.status == "completed":
3535

3636
## Installation
3737

38-
Install the SDK using pip or uv:
38+
Install the [codegen](https://pypi.org/project/codegen/) package from PyPI:
3939

4040
```bash
41-
pip install codegen
42-
# or
4341
uv pip install codegen
4442
```
4543

docs/settings/model-configuration.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ As shown in the UI, you can generally configure the following:
3535
- Google (Gemini)
3636
- **LLM Model:** Once a provider is selected, you can choose a specific model from that provider's offerings (e.g., Claude 4 Sonnet, GPT-4, Gemini Pro).
3737

38+
## Enhanced Agent Modes
39+
40+
For improved agent performance, you can enable Claude Code mode which runs agents in Anthropic's specialized coding environment:
41+
42+
<Card title="Claude Code Mode" icon="code" href="/settings/claude-code">
43+
Configure agents to run in Claude Code harness for enhanced coding
44+
capabilities and superior development assistance.
45+
</Card>
46+
3847
## Model Recommendation
3948

4049
<Warning>

0 commit comments

Comments
 (0)