[PR #1121] [CLOSED] Restore Messages after send chat error #9817

Closed
opened 2026-02-16 18:14:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1121
Author: @Landro3
Created: 7/18/2025
Status: Closed

Base: devHead: message-restore


📝 Commits (2)

  • d0147f4 added message restore on send chat error
  • 0847a58 restored session ID

📊 Changes

3 files changed (+42 additions, -1 deletions)

View changed files

📝 packages/tui/internal/app/app.go (+12 -1)
📝 packages/tui/internal/components/chat/editor.go (+24 -0)
📝 packages/tui/internal/tui/tui.go (+6 -0)

📄 Description

Quality of life feature meant for restoring message text and attachments when there is an error sending a chat. Motivation came from losing messages after submitting because of Claude overloaded errors.

https://github.com/user-attachments/assets/7f914ee3-013d-40c9-bf91-442ccc3400f0


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1121 **Author:** [@Landro3](https://github.com/Landro3) **Created:** 7/18/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `message-restore` --- ### 📝 Commits (2) - [`d0147f4`](https://github.com/anomalyco/opencode/commit/d0147f43c9ddb5bcb016f6764d9e772aa49e3fd9) added message restore on send chat error - [`0847a58`](https://github.com/anomalyco/opencode/commit/0847a58d58ae83a7b114cef06f34485fc7afd655) restored session ID ### 📊 Changes **3 files changed** (+42 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/app/app.go` (+12 -1) 📝 `packages/tui/internal/components/chat/editor.go` (+24 -0) 📝 `packages/tui/internal/tui/tui.go` (+6 -0) </details> ### 📄 Description Quality of life feature meant for restoring message text and attachments when there is an error sending a chat. Motivation came from losing messages after submitting because of Claude overloaded errors. https://github.com/user-attachments/assets/7f914ee3-013d-40c9-bf91-442ccc3400f0 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:13 -05:00
yindo closed this issue 2026-02-16 18:14:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9817