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
Copy file name to clipboardExpand all lines: docs/tutorials/quickstart.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,7 @@ You now have:
219
219
220
220
### What's Next?
221
221
222
-
Now that you have your own workspace running, you can start exploring more advanced capabilities that Coder offers.
222
+
Now that you have your own workspace running, you can start exploring more advanced capabilities that Coder offers.
223
223
224
224
-[Learn more about running Coder Tasks and our recommended Best Practices](https://coder.com/docs/ai-coder/best-practices)
225
225
@@ -229,7 +229,7 @@ Now that you have your own workspace running, you can start exploring more advan
229
229
230
230
### Get Coder Tasks Running
231
231
232
-
Coder Tasks is an interface that allows you to run and manage coding agents like Claude Code. Tasks become avaialable when a template has the `coder_ai_task` resource and `coder_parameter` named `AI Prompt` defined in its source code. Subsequently, any existing template can become a Task template by adding in that resource and parameter.
232
+
Coder Tasks is an interface that allows you to run and manage coding agents like Claude Code. Tasks become available when a template has the `coder_ai_task` resource and `coder_parameter` named `AI Prompt` defined in its source code. Subsequently, any existing template can become a Task template by adding in that resource and parameter.
233
233
234
234
Let's try turning the **Docker Containers** template into a Task template running Claude Code:
1.**Build the Template**: Click "Build version". This will process your template updates. After it finishes building successfully:
279
279
1.**Activate the Template**: Click "Promote Version" on the new version to make it the active template version.
280
280
1.**Create a Task**: Click "Create Task".
281
-
1. Once your workspace is running, navigate to the **Tasks** tab in the upper left hand corner. Type in a message or ciding request like "Help me write a HelloWorld applicaiton in Python". Clikc**Run Task** to start the task
281
+
1. Once your workspace is running, navigate to the **Tasks** tab in the upper left hand corner. Type in a message or coding request like "Help me write a HelloWorld application in Python". Click**Run Task** to start the task
282
282
1. The task will open VS Code with Claude Code running in the left sidebar. You are now successfully using Coder Tasks with Claude Code!
0 commit comments