This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude
14
14
``` tf
15
15
module "claude-code" {
16
16
source = "registry.coder.com/modules/claude-code/coder"
17
- version = "1.1 .0"
17
+ version = "1.2 .0"
18
18
agent_id = coder_agent.example.id
19
19
folder = "/home/coder"
20
20
install_claude_code = true
@@ -71,7 +71,7 @@ data "coder_parameter" "ai_prompt" {
71
71
resource "coder_agent" "main" {
72
72
# ...
73
73
env = {
74
- CODER_MCP_CLAUDE_API_KEY = var.anthropic_api_key # or use a coder_parameter
74
+ CODER_MCP_CLAUDE_API_KEY = var.anthropic_api_key # or use a coder_parameter
75
75
CODER_MCP_CLAUDE_TASK_PROMPT = data.coder_parameter.ai_prompt.value
76
76
CODER_MCP_APP_STATUS_SLUG = "claude-code"
77
77
CODER_MCP_CLAUDE_SYSTEM_PROMPT = <<-EOT
@@ -102,7 +102,7 @@ Run Claude Code as a standalone app in your workspace. This will install Claude
102
102
``` tf
103
103
module "claude-code" {
104
104
source = "registry.coder.com/modules/claude-code/coder"
105
- version = "1.1 .0"
105
+ version = "1.2 .0"
106
106
agent_id = coder_agent.example.id
107
107
folder = "/home/coder"
108
108
install_claude_code = true
You can’t perform that action at this time.
0 commit comments