anomalyco / anomalyco/opencode

[FEATURE]: Desktop — make "Questions dismissed" undoable (click pill / hover undo icon)

Open
#42,403 1 comment 1 reaction 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.