feat(opencode): improve pasted summary toggling and styling#21205
feat(opencode): improve pasted summary toggling and styling#21205haddoumounir wants to merge 2 commits intoanomalyco:devfrom
Conversation
|
The following comment was made by an LLM, it may be inaccurate: Related PRs Found:Based on my search, here are potentially related PRs addressing similar pasted summary features:
These PRs all address expand/collapse behavior for pasted content in the TUI prompt, which is the core feature of PR #21205. You may want to verify that #21205 is not duplicating work from these previous PRs, or if it's a refinement/improvement on top of them. |
Issue for this PR
Closes #8501
Type of change
What does this PR do?
I improved pasted summary behavior in the TUI prompt so pasted content is easier to inspect and edit before submit.
Main changes:
Why this works:
How did you verify your code works?
Screenshots / recordings
I added a short before/after video showing paste summary toggle behavior and submit behavior.
demo.mp4
Checklist