Skip to content

Bug: assistant content is hidden from screen readers while working #14763

@brunoprietog

Description

@brunoprietog

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

  1. Start the app and open a session.
  2. Send a prompt and wait while the turn is in working state.
  3. Inspect the assistant content container in packages/ui/src/components/session-turn.tsx.
  4. Observe aria-hidden={working()} hides assistant content from assistive tech while running.

Screenshot and/or share link

N/A

Operating System

Linux

Terminal

bash

Metadata

Metadata

Assignees

Labels

coreAnything pertaining to core functionality of the application (opencode server stuff)

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions