Skip to content

fix(app): simplify question prompt - #33968

Merged
Hona merged 3 commits into
devfrom
question-selectable
Jun 25, 2026
Merged

fix(app): simplify question prompt#33968
Hona merged 3 commits into
devfrom
question-selectable

Conversation

@opencode-agent

@opencode-agentopencode-agentBot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

  • hide the top-right progress segments for single-question prompts while retaining them for multiple questions
  • allow users to select and copy question text

Testing

  • bun typecheck (packages/app)
  • bun typecheck (packages/session-ui)
  • bun run test:unit (packages/app) — 439 passed
  • bun test src --only-failures (packages/session-ui) — 54 passed
  • existing playwright test e2e/regression/session-request-docks.spec.ts --workers=1 — 2 passed
  • push hook monorepo typecheck — 29 packages passed
  • production first-navigation benchmark before/after — 3 scenarios passed in both runs with zero blank samples

Visual verification

Real app UI with mocked backend request data: single-question selection and multiple-question progress.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Hona