mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-27 01:24:46 +00:00
* fix: tone down over-proactiveness in the default system prompt The default system prompt pushed the agent to act before discussing: ambiguous requests were explicitly resolved to tasks, the opening framed the primary goal as taking action, and 'default to making progress, not to asking' discouraged clarifying questions. Trim both copies (agent-core and agent-core-v2) by deletion only: the ambiguous-means-task rule and its example, the action-framed opening clause, the 'default to taking action with tools' paragraph, the duplicated must-use-tools sentence (kept once in Ultimate Reminders), and the 'default to making progress, not to asking' bullet. Operational guidance and the execution guards stay untouched. * Delete .changeset/tame-system-prompt-proactiveness.md Signed-off-by: 7Sageer <sag77r@hotmail.com> * fix: drop the tool-use and no-placeholder bullets from the default system prompt --------- Signed-off-by: 7Sageer <sag77r@hotmail.com> |
||
|---|---|---|
| .. | ||
| agent | ||
| base/common | ||
| config | ||
| di | ||
| errors | ||
| flags | ||
| logging | ||
| loop | ||
| mcp | ||
| plugin | ||
| profile | ||
| rpc | ||
| services | ||
| session | ||
| skill | ||
| tools | ||
| utils | ||
| errors.ts | ||
| index.ts | ||
| plugin.ts | ||
| prompt-modules.d.ts | ||
| telemetry.ts | ||
| version.ts | ||