[FEATURE]: Allow to expand the pasted text (e.g. [Pasted ~1 lines]) #5847

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

Originally created by @berenar on GitHub (Jan 14, 2026).

Originally assigned to: @rekram1-node on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

The problem

I love that pasted text is summarized to avoid bloating the prompt, but I usually want to edit it or at least view it before sending the prompt.

This is especially inconvenient when using voice-to-text.

Image

The current workarounds

  • I know I can use my editor (leader + e) to edit text, but it's not as convenient for small edits.
  • I know there's an experimental flag experimental.disable_paste_summary to disable this but I want to toggle it on and off easily.

Potential solution

I wish I could use a keybind to expand and see it's contents right there.

Update

I implemented it in:

Originally created by @berenar on GitHub (Jan 14, 2026). Originally assigned to: @rekram1-node on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request #### The problem I love that pasted text is summarized to avoid bloating the prompt, but I usually want to edit it or at least view it before sending the prompt. This is especially inconvenient when using voice-to-text. <img width="875" height="201" alt="Image" src="https://github.com/user-attachments/assets/95b53a50-f2e4-4b89-bea6-eeecb9542679" /> #### The current workarounds - I know I can use my editor (leader + e) to edit text, but it's not as convenient for small edits. - I know there's an experimental flag `experimental.disable_paste_summary` to disable this but I want to toggle it on and off easily. #### Potential solution I wish I could use a keybind to expand and see it's contents right there. #### Update I implemented it in: - https://github.com/anomalyco/opencode/pull/8496
yindo added the opentuidiscussion labels 2026-02-16 17:57: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#5847