Skip to content

fix(kimi-web): resume paused goals - #1693

Merged
chengluyu merged 2 commits into
mainfrom
agent/goal-v2-05-web-resume
Jul 14, 2026
Merged

fix(kimi-web): resume paused goals#1693
chengluyu merged 2 commits into
mainfrom
agent/goal-v2-05-web-resume

Conversation

@chengluyu

Copy link
Copy Markdown
Collaborator

Related Issue

No related issue. This is a focused regression fix.

Problem

Resuming a paused goal in the web UI changed its status to active but did not start another goal turn. The resume path requested a continuation only for blocked goals.

What changed

  • Let the web resume action explicitly request one continuation for paused and blocked goals.
  • Preserve the default resume behavior so the terminal UI remains responsible for its explicit resume prompt.
  • Add service and route regression coverage, and document the web resume behavior.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works.
  • Ran gen-changesets skill.
  • Ran gen-docs skill and updated the affected documentation.

@changeset-bot

changeset-bot Bot commented Jul 14, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 7ce1265

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@moonshot-ai/kimi-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Jul 14, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@moonshot-ai/kimi-code@7ce1265
npx https://pkg.pr.new/@moonshot-ai/kimi-code@7ce1265

commit: 7ce1265

@chengluyu

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 98a0779aad

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/agent-core-v2/src/agent/goal/goalService.ts Outdated
@chengluyu

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🎉

Reviewed commit: 1a11162ba6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@chengluyu
chengluyu force-pushed the agent/goal-v2-05-web-resume branch from 1a11162 to 7ce1265 Compare July 14, 2026 15:48
@chengluyu
chengluyu merged commit 7de218a into main Jul 14, 2026
14 checks passed
@chengluyu
chengluyu deleted the agent/goal-v2-05-web-resume branch July 14, 2026 16:00
@github-actions github-actions Bot mentioned this pull request Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant