mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
fix(agent-core): harden goal-mode budget and outcome flow (#1456)
This commit is contained in:
parent
bfdbce593f
commit
e9ef9399d0
27 changed files with 669 additions and 109 deletions
5
.changeset/fix-goal-outcome-summaries.md
Normal file
5
.changeset/fix-goal-outcome-summaries.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Fix goal completion and blocked updates to produce one final user-facing outcome summary from the tool result.
|
||||
5
.changeset/fix-goal-queue-starts.md
Normal file
5
.changeset/fix-goal-queue-starts.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Fix goal startup and queue handling so failed starts restore permission mode and queued goals wait behind new user messages.
|
||||
5
.changeset/fix-goal-token-budget.md
Normal file
5
.changeset/fix-goal-token-budget.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Fix goal token budgets to count model completion tokens and stop without extra continuation steps when the budget is exhausted.
|
||||
5
.changeset/keep-goal-tools-visible.md
Normal file
5
.changeset/keep-goal-tools-visible.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Keep goal tools available to the main agent and return clear messages for invalid goal-control calls.
|
||||
5
.changeset/show-goal-hours.md
Normal file
5
.changeset/show-goal-hours.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Show long-running goal wall-clock budget reminders in hours.
|
||||
5
.changeset/tighten-goal-mode-guidance.md
Normal file
5
.changeset/tighten-goal-mode-guidance.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Tighten goal-mode guidance so agents continue reasonable work across turns instead of ending goals prematurely.
|
||||
Loading…
Add table
Add a link
Reference in a new issue