Skip to content

Commit 7aa75f9

Browse files
authored
fix: use correct app slug for status reporting (#344)
## Description I don't know how long this was broken for, but we had a [customer run into this](https://codercom.slack.com/archives/C04EHNF3A0Y/p1755635729486939). I also noticed that the MCP seemed to still report "ok" when this was reported with the wrong slug. Ultimately, I'm not sure if this should even be in our example template or if it should be in the module itself, or if its needed at all. Perhaps @35C4n0r, @matifali, or @DevelopmentCats has thoughts on how we can improve this UX overall. ## Type of Change - [ ] New module - [x] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other
1 parent efac32a commit 7aa75f9

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)