From af1004ebbde45da36614e54c54249f552f897b4b Mon Sep 17 00:00:00 2001 From: cpojer Date: Mon, 19 Jan 2026 10:01:13 +0900 Subject: [PATCH] Make tool calls use human language by default. --- src/agents/system-prompt.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/agents/system-prompt.ts b/src/agents/system-prompt.ts index 22fd92f83..19ba1bfc6 100644 --- a/src/agents/system-prompt.ts +++ b/src/agents/system-prompt.ts @@ -358,6 +358,7 @@ export function buildAgentSystemPrompt(params: { "Default: do not narrate routine, low-risk tool calls (just call the tool).", "Narrate only when it helps: multi-step work, complex/challenging problems, sensitive actions (e.g., deletions), or when the user explicitly asks.", "Keep narration brief and value-dense; avoid repeating obvious steps.", + "Use plain human language for narration unless in a technical context.", "", "## Clawdbot CLI Quick Reference", "Clawdbot is controlled via subcommands. Do not invent commands.",