Why lowered paste summary? #2615

Closed
opened 2026-02-16 17:36:28 -05:00 by yindo · 3 comments
Owner

Originally created by @jgordijn on GitHub (Nov 5, 2025).

Originally assigned to: @kommander on GitHub.

Question

I noticed in the v1.0.26 changelog: "Lowered paste summary threshold to trigger on shorter content." I'm curious about the reasoning behind this change.

I frequently use Whispr Flow for input, where the transcription is immediately pasted in when I finish speaking. It occasionally makes small transcription errors that I need to correct. With a lower threshold, even brief dictations now appear as [Pasted ~1 lines], which makes it harder for me to verify what was actually pasted.

I can definitely see the value of paste summarization when working with large documents in the CLI. It keeps things manageable. However, for use with dictation software like Whispr Flow, it adds more friction than help.

Could you share the thinking behind lowering this threshold? Are there specific use cases this change is meant to address?

Originally created by @jgordijn on GitHub (Nov 5, 2025). Originally assigned to: @kommander on GitHub. ### Question I noticed in the v1.0.26 changelog: "Lowered paste summary threshold to trigger on shorter content." I'm curious about the reasoning behind this change. I frequently use Whispr Flow for input, where the transcription is immediately pasted in when I finish speaking. It occasionally makes small transcription errors that I need to correct. With a lower threshold, even brief dictations now appear as `[Pasted ~1 lines]`, which makes it harder for me to verify what was actually pasted. I can definitely see the value of paste summarization when working with large documents in the CLI. It keeps things manageable. However, for use with dictation software like Whispr Flow, it adds more friction than help. Could you share the thinking behind lowering this threshold? Are there specific use cases this change is meant to address?
yindo added the opentui label 2026-02-16 17:36:28 -05:00
yindo closed this issue 2026-02-16 17:36:28 -05:00
Author
Owner

@rekram1-node commented on GitHub (Nov 5, 2025):

I think @thdxr would know better here but if you wanna disable the paste summaries you should be able to set the following:

{
  "$schema": "https://opencode.ai/config.json",
  "experimental": {
    "disable_paste_summary": true
  }
}

in your opencode.json

I think there was some issue with certain pastes causing multiple messages to be submitted or something like that

@rekram1-node commented on GitHub (Nov 5, 2025): I think @thdxr would know better here but if you wanna disable the paste summaries you should be able to set the following: ``` { "$schema": "https://opencode.ai/config.json", "experimental": { "disable_paste_summary": true } } ``` in your opencode.json I think there was some issue with certain pastes causing multiple messages to be submitted or something like that
Author
Owner

@jgordijn commented on GitHub (Nov 5, 2025):

Thanks for the prompt reply! I will try that.

@jgordijn commented on GitHub (Nov 5, 2025): Thanks for the prompt reply! I will try that.
Author
Owner

@zenyr commented on GitHub (Nov 10, 2025):

Side note: When pasting images/text with summary enabled, CJK graphemes cause rendering issues. Disabling paste summary resolved this for me.

Image

Sends broken payload:

Image
@zenyr commented on GitHub (Nov 10, 2025): Side note: When pasting images/text with summary enabled, CJK graphemes cause rendering issues. Disabling paste summary resolved this for me. <img width="243" height="86" alt="Image" src="https://github.com/user-attachments/assets/1d8cdd6c-322a-49d7-b8b7-1998512b03fb" /> Sends broken payload: <img width="612" height="398" alt="Image" src="https://github.com/user-attachments/assets/a372f886-a095-4aab-8d25-16c55d258aed" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2615