Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f5d216

Browse files
committed
make; edit agent+ description
1 parent ba8b9f4 commit 8f5d216

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/ai-coder/claude-integration.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
1313
## Overview
1414

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

1818
If you're new to AI coding agents in Coder, check out our [introduction to AI agents](./agents.md) first.
1919

@@ -347,18 +347,18 @@ When using Claude with Coder, keep these security tips in mind:
347347
The following environment variables can be used to configure and fine-tune Claude's behavior in your Coder workspace.
348348
These are particularly useful for troubleshooting and advanced use cases.
349349
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" |
362362
363363
### Example usage
364364

0 commit comments

Comments
 (0)