We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545a245 commit 89558e8Copy full SHA for 89558e8
registry/coder-labs/templates/tasks-docker/main.tf
@@ -181,7 +181,7 @@ resource "coder_env" "claude_task_prompt" {
181
resource "coder_env" "app_status_slug" {
182
agent_id = coder_agent.main.id
183
name = "CODER_MCP_APP_STATUS_SLUG"
184
- value = "claude-code"
+ value = "ccw"
185
}
186
resource "coder_env" "claude_system_prompt" {
187
0 commit comments