File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
registry/coder/modules/claude-code Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ variable "claude_code_oauth_token" {
108108
109109module "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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments