Skip to content

Commit 536f18d

Browse files
authored
Merge branch 'main' into chore-ai-modules-0.10.0
2 parents 850f401 + db8217e commit 536f18d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

registry/coder/modules/claude-code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ variable "claude_code_oauth_token" {
108108
109109
module "claude-code" {
110110
source = "registry.coder.com/coder/claude-code/coder"
111-
version = "3.0.2"
111+
version = "3.0.3"
112112
agent_id = coder_agent.example.id
113113
workdir = "/home/coder/project"
114114
claude_code_oauth_token = var.claude_code_oauth_token

registry/coder/modules/claude-code/main.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@ locals {
246246
4. Use "state": "complete" only when finished with a task
247247
5. Use "state": "failure" when you need ANY user input, lack sufficient
248248
details, or encounter blockers
249+
250+
In your summary on coder_report_task:
251+
- Be specific about what you're doing
252+
- Clearly indicate what information you need from the user when in "failure" state
253+
- Keep it under 160 characters
254+
- Make it actionable
249255
EOT
250256

251257
# Only include coder system prompts if report_tasks is enabled

0 commit comments

Comments
 (0)