[PR #12198] feat(tui): queued message edit/delete #14114

Open
opened 2026-02-16 18:18:55 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12198

State: open
Merged: No


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

https://github.com/user-attachments/assets/ac132d1c-9621-4382-a0f7-bc50dd96dbd7

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12198 **State:** open **Merged:** No --- 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 https://github.com/user-attachments/assets/ac132d1c-9621-4382-a0f7-bc50dd96dbd7
yindo added the pull-request label 2026-02-16 18:18:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14114