[PR #13670] feat: add desktop timeline revert controls #14765

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

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

State: open
Merged: No


Summary

  • add desktop session revert controls end-to-end: users can now revert directly from a turn and restore from a revert banner in the prompt dock
  • create a new revert icon button inside the user message box (next to copy), including hover behavior and undo icon support
  • wire session revert/unrevert handlers through session.tsx, message-timeline.tsx, and session-prompt-dock.tsx
  • add session.revert.* and ui.sessionTurn.revert translations across app and UI locale files

Linked Issues

Validation

  • bun run typecheck (packages/ui)
  • bun run typecheck (packages/app)
  • bun test src/i18n/parity.test.ts (packages/app)
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13670 **State:** open **Merged:** No --- ## Summary - add desktop session revert controls end-to-end: users can now revert directly from a turn and restore from a revert banner in the prompt dock - create a new revert icon button inside the user message box (next to copy), including hover behavior and undo icon support - wire session revert/unrevert handlers through `session.tsx`, `message-timeline.tsx`, and `session-prompt-dock.tsx` - add `session.revert.*` and `ui.sessionTurn.revert` translations across app and UI locale files ## Linked Issues - closes #9661 - related #13265 ## Validation - bun run typecheck (packages/ui) - bun run typecheck (packages/app) - bun test src/i18n/parity.test.ts (packages/app)
yindo added the pull-request label 2026-02-16 18:19:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14765