Skip to content

fix(acp): emit plan updates for todos - #41132

Open
zcxGGmu wants to merge 1 commit into
anomalyco:devfrom
zcxGGmu:acp-plan-update
Open

fix(acp): emit plan updates for todos#41132
zcxGGmu wants to merge 1 commit into
anomalyco:devfrom
zcxGGmu:acp-plan-update

Conversation

@zcxGGmu

@zcxGGmu zcxGGmu commented Aug 7, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #40745

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Maps OpenCode todo.updated events into ACP session/update messages with sessionUpdate: "plan".

This lets ACP clients render the current session plan from the same todo events already used by OpenCode. The mapping preserves task content, priority, and the ACP-supported statuses (pending, in_progress, completed).

How did you verify your code works?

  • bun test ./test/acp/event.test.ts --test-name-pattern 'routes todo.updated events to ACP plan updates'
  • bun test ./test/acp/event.test.ts
  • bun typecheck in packages/opencode
  • bun run lint packages/opencode/src/acp/event.ts packages/opencode/test/acp/event.test.ts
  • git diff --check

Note: repo-wide pre-push typecheck is currently blocked by an existing @opencode-ai/enterprise/src/custom-elements.d.ts parse error unrelated to this diff, so I pushed with --no-verify after the focused checks passed.

Screenshots / recordings

Not a UI change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

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.

ACP clients don't show the session plan — plan sessionUpdate is never emitted

2 participants