Skip to content

fix(tui): add copy action for native question prompts#24285

Closed
jeevan6996 wants to merge 2 commits into
anomalyco:devfrom
jeevan6996:fix-23692-copy-native-question
Closed

fix(tui): add copy action for native question prompts#24285
jeevan6996 wants to merge 2 commits into
anomalyco:devfrom
jeevan6996:fix-23692-copy-native-question

Conversation

@jeevan6996

Copy link
Copy Markdown

Issue for this PR

Closes #23692

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Native question prompts in the TUI were not easy to copy from. This adds an explicit copy action for the current question text: press c while a question is visible, or click the new c copy question hint in the footer.

This keeps normal answer selection behavior intact and gives a reliable way to copy the AI question text without inspector workarounds.

How did you verify your code works?

From packages/opencode:

  • bun test test/tool/question.test.ts
  • bun typecheck

Screenshots / recordings

Not a UI change requiring screenshot.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions

Copy link
Copy Markdown
Contributor

Automated PR Cleanup

Thank you for contributing to opencode.

Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions.

This PR was closed because it matched the following cleanup criteria:

  • The PR was created more than 1 month ago
  • The PR had fewer than 2 positive reactions
  • Positive reactions are counted as thumbs-up, heart, celebration, or rocket reactions on the PR

PRs created within the last month are not affected by this cleanup.

If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate.

Thanks again for taking the time to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Cannot copy text from AI questions in native Q&A UI

1 participant