Skip to content

feat(tui): queued message edit/delete#12198

Open
decoder-developer wants to merge 3 commits intoanomalyco:devfrom
decoder-developer:feat/tui-queued-message-actions
Open

feat(tui): queued message edit/delete#12198
decoder-developer wants to merge 3 commits intoanomalyco:devfrom
decoder-developer:feat/tui-queued-message-actions

Conversation

@decoder-developer
Copy link

@decoder-developer decoder-developer commented Feb 4, 2026

Fixes #6942

Summary

  • Enable click-to-edit for queued user messages using the standard dialog flow
  • Add queued edit/delete controls wired to part update/delete

Note: The modal is centered, in the video it's slightly off because I cropped the video to remove the sidebar from showing.

Notes on conventions

  • Uses the existing dialog pattern (dialog.replace + DialogPrompt) in packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
  • Reuses existing SDK part update/delete methods so sync events flow through the standard bus

Verification

  • Manual: queued messages can be edited via modal and removed via delete

UI

edit-delete-demo.mov

@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@decoder-developer decoder-developer marked this pull request as ready for review February 4, 2026 22:21
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.

[FEATURE]: edit queued message prompts

1 participant