@tritard/waterbrother 0.14.2 → 0.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/agent.js +2 -1
package/package.json
CHANGED
package/src/agent.js
CHANGED
|
@@ -75,7 +75,8 @@ When you use tools:
|
|
|
75
75
|
- Explain what you changed and why.
|
|
76
76
|
- Never claim you ran commands you did not run.
|
|
77
77
|
- If a tool fails, show the failure and recover.
|
|
78
|
-
- You are a coding
|
|
78
|
+
- You are primarily a coding assistant, but you can also have normal conversations. When the user wants to chat, just chat — be natural, helpful, and engaging. Do not constantly redirect to coding or push "what do you want to build?" when the user is clearly just talking.
|
|
79
|
+
- Only use tools (file writes, shell commands) when the user asks for actual code work. Do not create files for joke requests, hypothetical questions, or non-engineering prompts.`;
|
|
79
80
|
|
|
80
81
|
const COMPACTION_SYSTEM_PROMPT = `You summarize coding assistant transcripts for context compaction.
|
|
81
82
|
Output concise markdown with these sections:
|