Skip to content

fix(desktop): restore v2 controls#28685

Draft
9drbxz8jnt-hash wants to merge 1 commit into
anomalyco:devfrom
9drbxz8jnt-hash:codex/official-v2-controls
Draft

fix(desktop): restore v2 controls#28685
9drbxz8jnt-hash wants to merge 1 commit into
anomalyco:devfrom
9drbxz8jnt-hash:codex/official-v2-controls

Conversation

@9drbxz8jnt-hash
Copy link
Copy Markdown

@9drbxz8jnt-hash 9drbxz8jnt-hash commented May 21, 2026

Issue for this PR

Fixes #28686

Type of change

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

What does this PR do?

Restores the missing Desktop V2 prompt controls: agent selection, model selection, and model variant/thinking-effort selection. It also moves the existing status popover into the V2 titlebar path so server/MCP/LSP/plugin status remains reachable, while hiding the legacy header status trigger in V2 to avoid duplicates.

These controls were still rendered through legacy UI paths after the V2 desktop layout moved the composer/titlebar.

How did you verify your code works?

  • bun typecheck from packages/app
  • bun typecheck from packages/desktop
  • OPENCODE_CHANNEL=dev bun run build from packages/desktop
  • Push hook: bun turbo typecheck

Screenshots / recordings

Verified locally in the Desktop dev build.

Checklist

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

@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. needs:issue labels May 21, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Desktop V2 UI hides prompt controls and status popover

2 participants