-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Feature: Adds accessibility and screen reader enhancements #328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
vick08
commented
Sep 3, 2025
Hi @123vivekr!
Can you please have a look at the a11y additions when you get a chance?
Thank you!
vick08
commented
Sep 7, 2025
Added more screen reader friendly features such as automatic announcements when Claude is responding, performing operations or executing tools.
This adds ARIA labels, states and properties to the Claude Code Session and related flows. The goal is to make sure that screen reader users have a decent experience when interacting with Claude Code inside a session. More work is needed around focus management and element order, but this will hopefully will be added in subsequent commits.
Implements comprehensive screen reader support with live region announcements for Claude's responses and tool execution. Includes message content cleaning to prevent duplicated announcements for screen readers.
Removes premature "Claude says" announcement that had no content. Now screen readers only announce when Claude actually provides content.
7eaf187 to
c41246e
Compare
vick08
commented
Sep 29, 2025
Hello @winfunc!
Just wanted to see if this PR is still a good fit for this repository.
Looks like there has been a change in ownership, so it may have been lost in the queue?
Thank you!
123vivekr
commented
Oct 10, 2025
@claude review this please
Claude encountered an error —— View job
Failed with exit code 128
I'll analyze this and get back to you.
123vivekr
commented
Oct 10, 2025
Thanks for the PR. I'd like to go ahead and merge it but... before I proceed, can you please fix the merge conflicts?
This adds ARIA labels, states and properties to the Claude Code Session and related flows. The goal is to make sure that screen reader users have a decent experience when interacting with Claude Code inside a session. More work is needed around focus management and element order, but this will hopefully will be added in subsequent commits.