You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We are using presets to set the prompts, image, and set up instructions
@@ -176,22 +174,19 @@ data "coder_parameter" "preview_port" {
176
174
177
175
# Other variables for Claude Code
178
176
resource"coder_env""claude_task_prompt" {
179
-
agent_id=coder_agent.main.id
180
-
agent_name="main"
181
-
name="CODER_MCP_CLAUDE_TASK_PROMPT"
182
-
value=data.coder_parameter.ai_prompt.value
177
+
agent_id=coder_agent.main.id
178
+
name="CODER_MCP_CLAUDE_TASK_PROMPT"
179
+
value=data.coder_parameter.ai_prompt.value
183
180
}
184
181
resource"coder_env""app_status_slug" {
185
-
agent_id=coder_agent.main.id
186
-
agent_name="main"
187
-
name="CODER_MCP_APP_STATUS_SLUG"
188
-
value="ccw"
182
+
agent_id=coder_agent.main.id
183
+
name="CODER_MCP_APP_STATUS_SLUG"
184
+
value="ccw"
189
185
}
190
186
resource"coder_env""claude_system_prompt" {
191
-
agent_id=coder_agent.main.id
192
-
agent_name="main"
193
-
name="CODER_MCP_CLAUDE_SYSTEM_PROMPT"
194
-
value=data.coder_parameter.system_prompt.value
187
+
agent_id=coder_agent.main.id
188
+
name="CODER_MCP_CLAUDE_SYSTEM_PROMPT"
189
+
value=data.coder_parameter.system_prompt.value
195
190
}
196
191
197
192
data"coder_provisioner""me" {}
@@ -301,38 +296,27 @@ module "code-server" {
301
296
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
0 commit comments