Skip to content

Commit 89558e8

Browse files
authored
fix: use correct app slug for status reporting
1 parent 545a245 commit 89558e8

File tree

1 file changed

+1
-1
lines changed
  • registry/coder-labs/templates/tasks-docker

1 file changed

+1
-1
lines changed

registry/coder-labs/templates/tasks-docker/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ resource "coder_env" "claude_task_prompt" {
181181
resource "coder_env" "app_status_slug" {
182182
agent_id = coder_agent.main.id
183183
name = "CODER_MCP_APP_STATUS_SLUG"
184-
value = "claude-code"
184+
value = "ccw"
185185
}
186186
resource "coder_env" "claude_system_prompt" {
187187
agent_id = coder_agent.main.id

0 commit comments

Comments
 (0)