- Notifications
You must be signed in to change notification settings - Fork1k
Commit516af76
authored
chore(dogfood): update claude_system_prompt to not report system prompt status change (#20053)
## DescriptionThis PR updates the dogfood "Write Coder on Coder" template by modifyingthe Claude system prompt so that it does not report task status changesrelated to the system prompt itself.Currently, when a user adds the initial prompt, the Claude codeworkspace app (configured via Terraform) reports four status changes:`Working → Idle → Working → Idle`The first pair (`Working → Idle`) is caused by the status reporting ofthe system prompt, which is unnecessary noise.These redundant transitions also triggered notification reports, leadingto extra, misleading updates.With this update, the system prompt will no longer trigger statustransitions or notifications, ensuring that only user-driven promptscause meaningful status and notification updates.1 parent36279ee commit516af76
1 file changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
838 | 838 |
| |
839 | 839 |
| |
840 | 840 |
| |
841 |
| - | |
| 841 | + | |
| 842 | + | |
842 | 843 |
| |
843 | 844 |
| |
844 | 845 |
| |
|
0 commit comments
Comments
(0)