|
12 | 12 |
|
13 | 13 | ## Overview
|
14 | 14 |
|
15 |
| -This guide shows you how to set up [Anthropic's Claude](https://www.anthropic.com/claude) in your Coder workspaces. |
16 |
| -Claude Code is an AI coding agent that can help you with coding tasks, documentation, and more. |
| 15 | +This guide shows you how to set up [Anthropic's Claude](https://www.anthropic.com/claude) in your Coder workspaces using Claude Code. |
| 16 | +Claude Code is an AI coding agent built on Claude that helps with coding tasks, documentation, and more. |
17 | 17 |
|
18 | 18 | If you're new to AI coding agents in Coder, check out our [introduction to AI agents](./agents.md) first.
|
19 | 19 |
|
@@ -347,18 +347,18 @@ When using Claude with Coder, keep these security tips in mind:
|
347 | 347 | The following environment variables can be used to configure and fine-tune Claude's behavior in your Coder workspace.
|
348 | 348 | These are particularly useful for troubleshooting and advanced use cases.
|
349 | 349 |
|
350 |
| -| Variable | Description | Default | Required | Example | |
351 |
| -|----------|-------------|---------|----------|---------| |
352 |
| -| `CLAUDE_API_KEY` | Anthropic API key for authentication | None | Yes | `sk-ant-...` | |
353 |
| -| `CLAUDE_MODEL` | Claude model to use | claude-3-5-sonnet-20240620 | No | claude-3-7-sonnet-20240229 | |
354 |
| -| `CLAUDE_CODE_DEBUG` | Enable verbose debug logging | 0 | No | 1 | |
355 |
| -| `CLAUDE_TIMEOUT_SECONDS` | Maximum time for a request (seconds) | 300 | No | 600 | |
356 |
| -| `CODER_AGENT_TOKEN` | Token for Coder Agent authentication | None | No | `coder...` | |
357 |
| -| `CODER_AGENT_TOKEN_FILE` | Path to file containing the agent token | None | No | `/path/to/token` | |
358 |
| -| `CODER_MCP_APP_STATUS_SLUG` | Identifier for status reporting | None | No | claude | |
359 |
| -| `CODER_MCP_CLAUDE_SYSTEM_PROMPT` | Override system prompt | Default prompt | No | "You are a Python expert..." | |
360 |
| -| `CODER_MCP_CLAUDE_CODER_PROMPT` | Override coder prompt | Default prompt | No | "You are a Go specialist..." | |
361 |
| -| `CODER_MCP_INSTRUCTIONS` | Custom instructions for MCP server | None | No | "Only use approved tools" | |
| 350 | +| Variable | Description | Default | Required | Example | |
| 351 | +|----------------------------------|-----------------------------------------|----------------------------|----------|------------------------------| |
| 352 | +| `CLAUDE_API_KEY` | Anthropic API key for authentication | None | Yes | `sk-ant-...` | |
| 353 | +| `CLAUDE_MODEL` | Claude model to use | claude-3-5-sonnet-20240620 | No | claude-3-7-sonnet-20240229 | |
| 354 | +| `CLAUDE_CODE_DEBUG` | Enable verbose debug logging | 0 | No | 1 | |
| 355 | +| `CLAUDE_TIMEOUT_SECONDS` | Maximum time for a request (seconds) | 300 | No | 600 | |
| 356 | +| `CODER_AGENT_TOKEN` | Token for Coder Agent authentication | None | No | `coder...` | |
| 357 | +| `CODER_AGENT_TOKEN_FILE` | Path to file containing the agent token | None | No | `/path/to/token` | |
| 358 | +| `CODER_MCP_APP_STATUS_SLUG` | Identifier for status reporting | None | No | claude | |
| 359 | +| `CODER_MCP_CLAUDE_SYSTEM_PROMPT` | Override system prompt | Default prompt | No | "You are a Python expert..." | |
| 360 | +| `CODER_MCP_CLAUDE_CODER_PROMPT` | Override coder prompt | Default prompt | No | "You are a Go specialist..." | |
| 361 | +| `CODER_MCP_INSTRUCTIONS` | Custom instructions for MCP server | None | No | "Only use approved tools" | |
362 | 362 |
|
363 | 363 | ### Example usage
|
364 | 364 |
|
|
0 commit comments