fix(agent-core): harden goal-mode budget and outcome flow (#1456)

This commit is contained in:
Luyu Cheng 2026-07-07 15:23:57 +08:00 committed by GitHub
parent bfdbce593f
commit e9ef9399d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 669 additions and 109 deletions

View 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.

View 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.

View 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.

View 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.

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
Show long-running goal wall-clock budget reminders in hours.

View 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.