Skip to content

Commit edbf22d

Browse files
committed
feat: remove bedrock flag
1 parent da5a5ee commit edbf22d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

registry/coder/modules/claude-code/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ module "claude-code" {
9999

100100
The module can be further configured using environment variables set on the Coder agent. This allows for more advanced or dynamic setups.
101101

102-
| Variable | Description | Default |
103-
| -------------------------------- | ----------------------------------------------------------------------------- | ------------------------------ |
104-
| `CLAUDE_API_KEY` | Your Anthropic API key. | `""` |
105-
| `CODER_MCP_CLAUDE_SYSTEM_PROMPT` | A custom system prompt for Claude. | "Send a task status update..." |
106-
| `CODER_MCP_CLAUDE_CODER_PROMPT` | A custom coder prompt for Claude. | `""` |
107-
| `CODER_MCP_CLAUDE_CONFIG_PATH` | Path to the Claude configuration file. | `~/.claude.json` |
108-
| `CODER_MCP_CLAUDE_MD_PATH` | Path to a `CLAUDE.md` file for project-specific instructions. | `~/.claude/CLAUDE.md` |
102+
| Variable | Description | Default |
103+
| -------------------------------- | ------------------------------------------------------------- | ------------------------------ |
104+
| `CLAUDE_API_KEY` | Your Anthropic API key. | `""` |
105+
| `CODER_MCP_CLAUDE_SYSTEM_PROMPT` | A custom system prompt for Claude. | "Send a task status update..." |
106+
| `CODER_MCP_CLAUDE_CODER_PROMPT` | A custom coder prompt for Claude. | `""` |
107+
| `CODER_MCP_CLAUDE_CONFIG_PATH` | Path to the Claude configuration file. | `~/.claude.json` |
108+
| `CODER_MCP_CLAUDE_MD_PATH` | Path to a `CLAUDE.md` file for project-specific instructions. | `~/.claude/CLAUDE.md` |
109109

110110
An example of setting these on a `coder_agent` resource:
111111

@@ -138,7 +138,7 @@ cat ~/.claude-module/post_install.log
138138
```
139139

140140
> [!NOTE]
141-
> To use tasks with Claude Code, you must provide an `anthropic_api_key`. It's recommended to use a `coder_parameter` for the `task_prompt` to allow users to input tasks from the Coder UI. The `workdir` variable is required and specifies the directory where Claude Code will run.
141+
> To use tasks with Claude Code, you must provide an `anthropic_api_key` or `claude_code_oauth_token`. It's recommended to use a `coder_parameter` for the `task_prompt` to allow users to input tasks from the Coder UI. The `workdir` variable is required and specifies the directory where Claude Code will run.
142142
143143
## References
144144

0 commit comments

Comments
 (0)