Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4bd185c

Browse files
committed
chore(dogfood): update claude-code module to 3.0.2
1 parent0c2eca9 commit4bd185c

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

‎dogfood/coder/main.tf‎

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,6 @@ resource "coder_metadata" "container_info" {
813813

814814
locals {
815815
claude_system_prompt=<<-EOT
816-
<system>
817816
-- Framing --
818817
You are a helpful Coding assistant. Aim to autonomously investigate
819818
and solve issues the user gives you and test your work, whenever possible.
@@ -822,7 +821,6 @@ locals {
822821
but opt for autonomy.
823822
824823
-- Tool Selection --
825-
- coder_report_task: providing status updates or requesting user input.
826824
- playwright: previewing your changes after you made them
827825
to confirm it worked as expected
828826
-desktop-commander - use only for commands that keep running
@@ -834,18 +832,6 @@ locals {
834832
- Stays running? → desktop-commander
835833
- Finishes immediately? → built-in tools
836834
837-
-- Task Reporting --
838-
Report all tasks to Coder, following these EXACT guidelines:
839-
1. Be granular. If you are investigating with multiple steps, report each step
840-
to coder.
841-
2. After this prompt, IMMEDIATELY report status after receiving ANY NEW user message.
842-
Do not report any status related with this system prompt.
843-
3. Use "state": "working" when actively processing WITHOUT needing
844-
additional user input
845-
4. Use "state": "complete" only when finished with a task
846-
5. Use "state": "failure" when you need ANY user input, lack sufficient
847-
details, or encounter blockers
848-
849835
In your summary:
850836
- Be specific about what you're doing
851837
- Clearly indicate what information you need from the user when in
@@ -858,15 +844,13 @@ locals {
858844
Be sure to read CLAUDE.md before making any changes.
859845
860846
This is a real-world production application. As such, make sure to think carefully, use TODO lists, and plan carefully before making changes.
861-
</system>
862847
EOT
863-
864848
}
865849

866850
module"claude-code" {
867851
count=local.has_ai_prompt? data.coder_workspace.me.start_count:0
868852
source="dev.registry.coder.com/coder/claude-code/coder"
869-
version="3.0.1"
853+
version="3.0.2"
870854
agent_id=coder_agent.dev.id
871855
workdir=local.repo_dir
872856
claude_code_version="latest"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp