[PR #827] [MERGED] feat(tui): /editor - change the auto-send behavior to put content in input box instead #9719

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/827
Author: @AdiY00
Created: 7/10/2025
Status: Merged
Merged: 7/10/2025
Merged by: @adamdotdevin

Base: devHead: fix/editor-no-auto-send


📝 Commits (1)

  • 7c5cbe5 feat(tui): change the auto-send behavior to put content in input box instead

📊 Changes

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

View changed files

📝 packages/tui/internal/app/app.go (+3 -0)
📝 packages/tui/internal/components/chat/editor.go (+5 -0)
📝 packages/tui/internal/tui/tui.go (+7 -1)

📄 Description

Makes much more sense to me, since I would often like to look at the previous messages before finally sending my request.

Let me know if it should be configurable, or implemented differently.


🔄 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/827 **Author:** [@AdiY00](https://github.com/AdiY00) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/10/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix/editor-no-auto-send` --- ### 📝 Commits (1) - [`7c5cbe5`](https://github.com/anomalyco/opencode/commit/7c5cbe52efdd5c0778d61276bc324c3aea0ec84c) feat(tui): change the auto-send behavior to put content in input box instead ### 📊 Changes **3 files changed** (+15 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/app/app.go` (+3 -0) 📝 `packages/tui/internal/components/chat/editor.go` (+5 -0) 📝 `packages/tui/internal/tui/tui.go` (+7 -1) </details> ### 📄 Description Makes much more sense to me, since I would often like to look at the previous messages before finally sending my request. Let me know if it should be configurable, or implemented differently. --- <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:03 -05:00
yindo closed this issue 2026-02-16 18:14:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9719