kimi-code/packages/agent-core/src
7Sageer 40e1784089
fix: tone down over-proactiveness in the default system prompt (#3028)
* 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>
2026-08-18 14:47:52 +08:00
..
agent chore: remove internal-network references from comments and test fixtures (#3029) 2026-08-18 14:14:56 +08:00
base/common feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
config feat: replace the secondary-model experiment with a declarative subagent model pool (#2700) 2026-08-13 12:29:03 +08:00
di feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
errors fix(kosong): fail fast on quota-exhausted 429 instead of retrying (#1857) 2026-07-28 14:35:12 +08:00
flags feat(cli): default CLI surfaces to the agent-core-v2 engine (#2627) 2026-08-05 14:42:23 +08:00
logging fix: preserve the crash error in diagnostic logs on unexpected exit (#1757) 2026-07-16 01:26:27 +08:00
loop fix(agent-core): record and close tool calls interrupted mid-stream (#1790) 2026-07-16 21:12:00 +08:00
mcp feat(agent-core): unify the v1 MCP management plane (#2858) 2026-08-17 13:19:51 +08:00
plugin feat(agent-core): unify the v1 MCP management plane (#2858) 2026-08-17 13:19:51 +08:00
profile fix: tone down over-proactiveness in the default system prompt (#3028) 2026-08-18 14:47:52 +08:00
rpc feat(agent-core): unify the v1 MCP management plane (#2858) 2026-08-17 13:19:51 +08:00
services feat(agent-core-v2): tombstone removed MCP servers and freeze plugin prompt inputs (#2694) 2026-08-06 19:19:51 +08:00
session feat(agent-core): unify the v1 MCP management plane (#2858) 2026-08-17 13:19:51 +08:00
skill fix(agent-core): only discover the root SKILL.md for plugin skills fallback (#2847) 2026-08-12 14:24:48 +08:00
tools fix(agent-core): strip the no-op subagent model parameter while the secondary-model experiment is off (#2449) 2026-07-31 13:09:56 +08:00
utils feat: send prompt-attached videos directly with the prompt (#1999) 2026-07-22 13:46:00 +08:00
errors.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
index.ts feat(agent-core): custom agent files and secondary model on the v1 engine (#2232) 2026-07-29 12:06:26 +08:00
plugin.ts feat: add plugin manager and official plugins (#119) 2026-05-27 22:47:33 +08:00
prompt-modules.d.ts chore: use raw query imports for prompt sources (#682) 2026-06-12 11:47:44 +08:00
telemetry.ts feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
version.ts Kimi For Coding 2026-05-22 15:54:50 +08:00