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
@@ -174,19 +176,22 @@ data "coder_parameter" "preview_port" {
174
176
175
177
# Other variables for Claude Code
176
178
resource"coder_env""claude_task_prompt" {
177
-
agent_id=coder_agent.main.id
178
-
name="CODER_MCP_CLAUDE_TASK_PROMPT"
179
-
value=data.coder_parameter.ai_prompt.value
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
180
183
}
181
184
resource"coder_env""app_status_slug" {
182
-
agent_id=coder_agent.main.id
183
-
name="CODER_MCP_APP_STATUS_SLUG"
184
-
value="ccw"
185
+
agent_id=coder_agent.main.id
186
+
agent_name="main"
187
+
name="CODER_MCP_APP_STATUS_SLUG"
188
+
value="ccw"
185
189
}
186
190
resource"coder_env""claude_system_prompt" {
187
-
agent_id=coder_agent.main.id
188
-
name="CODER_MCP_CLAUDE_SYSTEM_PROMPT"
189
-
value=data.coder_parameter.system_prompt.value
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
190
195
}
191
196
192
197
data"coder_provisioner""me" {}
@@ -296,48 +301,42 @@ module "code-server" {
296
301
# 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.
# Default folder to open when starting a JetBrains IDE
333
-
folder="/home/coder/projects"
334
-
335
-
# 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.
# 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.
Copy file name to clipboardExpand all lines: registry/coder/templates/aws-linux/main.tf
+10-19Lines changed: 10 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -201,28 +201,19 @@ module "code-server" {
201
201
# 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.
202
202
version="~> 1.0"
203
203
204
-
agent_id=coder_agent.dev[0].id
205
-
order=1
204
+
agent_id=coder_agent.dev[0].id
205
+
agent_name="dev"
206
+
order=1
206
207
}
207
208
208
-
# See https://registry.coder.com/modules/jetbrains-gateway
# Default folder to open when starting a JetBrains IDE
218
-
folder="/home/coder"
219
-
220
-
# 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.
221
-
version="~> 1.0"
222
-
209
+
# See https://registry.coder.com/modules/coder/jetbrains
Copy file name to clipboardExpand all lines: registry/coder/templates/azure-linux/main.tf
+10-19Lines changed: 10 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -144,28 +144,19 @@ module "code-server" {
144
144
# 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.
145
145
version="~> 1.0"
146
146
147
-
agent_id=coder_agent.main.id
148
-
order=1
147
+
agent_id=coder_agent.main.id
148
+
agent_name="main"
149
+
order=1
149
150
}
150
151
151
-
# See https://registry.coder.com/modules/coder/jetbrains-gateway
# Default folder to open when starting a JetBrains IDE
161
-
folder="/home/coder"
162
-
163
-
# 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.
164
-
version="~> 1.0"
165
-
152
+
# See https://registry.coder.com/modules/coder/jetbrains
Copy file name to clipboardExpand all lines: registry/coder/templates/digitalocean-linux/main.tf
+10-19Lines changed: 10 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -272,28 +272,19 @@ module "code-server" {
272
272
# 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.
273
273
version="~> 1.0"
274
274
275
-
agent_id=coder_agent.main.id
276
-
order=1
275
+
agent_id=coder_agent.main.id
276
+
agent_name="main"
277
+
order=1
277
278
}
278
279
279
-
# See https://registry.coder.com/modules/coder/jetbrains-gateway
# Default folder to open when starting a JetBrains IDE
289
-
folder="/home/coder"
290
-
291
-
# 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.
292
-
version="~> 1.0"
293
-
280
+
# See https://registry.coder.com/modules/coder/jetbrains
Copy file name to clipboardExpand all lines: registry/coder/templates/docker-devcontainer/main.tf
+10-19Lines changed: 10 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -330,28 +330,19 @@ module "code-server" {
330
330
# 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.
331
331
version="~> 1.0"
332
332
333
-
agent_id=coder_agent.main.id
334
-
order=1
333
+
agent_id=coder_agent.main.id
334
+
agent_name="main"
335
+
order=1
335
336
}
336
337
337
-
# See https://registry.coder.com/modules/coder/jetbrains-gateway
# Default folder to open when starting a JetBrains IDE
347
-
folder="/workspaces"
348
-
349
-
# 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.
350
-
version="~> 1.0"
351
-
338
+
# See https://registry.coder.com/modules/coder/jetbrains
Copy file name to clipboardExpand all lines: registry/coder/templates/docker/main.tf
+10-19Lines changed: 10 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -129,28 +129,19 @@ module "code-server" {
129
129
# 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.
130
130
version="~> 1.0"
131
131
132
-
agent_id=coder_agent.main.id
133
-
order=1
132
+
agent_id=coder_agent.main.id
133
+
agent_name="main"
134
+
order=1
134
135
}
135
136
136
-
# See https://registry.coder.com/modules/coder/jetbrains-gateway
# Default folder to open when starting a JetBrains IDE
146
-
folder="/home/coder"
147
-
148
-
# 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.
149
-
version="~> 1.0"
150
-
137
+
# See https://registry.coder.com/modules/coder/jetbrains
0 commit comments