anomalyco / anomalyco/opencode
[FEATURE]: Desktop — make "Questions dismissed" undoable (click pill / hover undo icon)
@Hona is already working on this.
Since Aug 13, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
- I have verified this feature I'm about to request hasn't been suggested before.
Summary
In the desktop app, when the agent asks a question and I dismiss it, the chat shows a static "Questions dismissed" pill (rendered in packages/session-ui/src/components/message-part.tsx:1577 when the question tool errors with "The user dismissed this question"). The question is gone — I can't bring it back or answer it without reverting the whole message.
Feature request
Make the dismissed question recoverable, e.g.:
- Clicking the "Questions dismissed" pill re-opens the question so it can be answered
- Or show a small undo icon on hover next to the pill that restores it
The question content is still in the message part, so this is purely a UI affordance.
Related
#25555 covers undoing/forking question answers; this is about re-opening a question after dismissing it, which that issue doesn't cover.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.