This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
1414``` tf
1515module "claude-code" {
1616 source = "registry.coder.com/modules/claude-code/coder"
17- version = "1.1 .0"
17+ version = "1.2 .0"
1818 agent_id = coder_agent.example.id
1919 folder = "/home/coder"
2020 install_claude_code = true
@@ -71,7 +71,7 @@ data "coder_parameter" "ai_prompt" {
7171resource "coder_agent" "main" {
7272 # ...
7373 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
7575 CODER_MCP_CLAUDE_TASK_PROMPT = data.coder_parameter.ai_prompt.value
7676 CODER_MCP_APP_STATUS_SLUG = "claude-code"
7777 CODER_MCP_CLAUDE_SYSTEM_PROMPT = <<-EOT
@@ -102,7 +102,7 @@ Run Claude Code as a standalone app in your workspace. This will install Claude
102102``` tf
103103module "claude-code" {
104104 source = "registry.coder.com/modules/claude-code/coder"
105- version = "1.1 .0"
105+ version = "1.2 .0"
106106 agent_id = coder_agent.example.id
107107 folder = "/home/coder"
108108 install_claude_code = true
You can’t perform that action at this time.
0 commit comments