Description
When a session turn is in working state, assistant content was rendered with aria-hidden={working()} in SessionTurn, which can hide assistant updates from screen readers.
Plugins
None
OpenCode version
dev branch (83a006139)
Steps to reproduce
- Start the app and open a session.
- Send a prompt and wait while the turn is in
working state.
- Inspect the assistant content container in
packages/ui/src/components/session-turn.tsx.
- Observe
aria-hidden={working()} hides assistant content from assistive tech while running.
Screenshot and/or share link
N/A
Operating System
Linux
Terminal
bash
Description
When a session turn is in
workingstate, assistant content was rendered witharia-hidden={working()}inSessionTurn, which can hide assistant updates from screen readers.Plugins
None
OpenCode version
dev branch (
83a006139)Steps to reproduce
workingstate.packages/ui/src/components/session-turn.tsx.aria-hidden={working()}hides assistant content from assistive tech while running.Screenshot and/or share link
N/A
Operating System
Linux
Terminal
bash