Search Ctrl+K
Change language Switch ThemeSign In
Curated Daily BriefWeekly PicksTopicsWorld Cup Special SettingsHelp CenterCollapse
Narrow Mode
Claude Code Adds Screen Reader Mode to Enhance Accessibility Experience
Claude Code Adds Screen Reader Mode to Enhance Accessibility Experience
 宝玉@dotey
Claude Code 更新加入了屏幕阅读器模式(Screen Reader Mode),让使用 VoiceOver、NVDA 等辅助工具的视障开发者也能用上 AI 编程助手。
启用屏幕阅读器模式后,会把 Claude Code 原来那套终端界面,进度动画、方框边框、实时刷新,全部替换成纯文本逐行输出。屏幕阅读器可以按顺序读出每一行内容,包括你的输入、Claude 的回复、工具调用状态、权限请求,每种内容都有明确的文本标签(you:、claude:、tool:、Permission Required: 等),方便跳转和检索。
原来的菜单和权限确认也做了适配。箭头键选择的菜单变成了编号列表,输入数字回车就行;是否确认变成输入 y/n。Claude 需要你注意的时候,比如回复完成或者等你授权,终端会响铃提醒,不用一直盯着屏幕。
开启方式有三种:
- 启动时加 --ax-screen-reader 参数(claude --ax-screen-reader)
- 设置环境变量 CLAUDE_AX_SCREEN_READER=1
- 或者在配置文件里写 "axScreenReader": true。
除了屏幕阅读器模式,这次还加了几个相关的无障碍设置:屏幕放大镜用户可以设置环境变量保持原生光标可见,prefersReducedMotion 可以关掉动画,还有专门的色盲友好主题(dark-daltonized 和 light-daltonized)。Show More
#### ClaudeDevs
@ClaudeDevs · 5h ago
Claude Code now has a screen reader mode.
Running claude --ax-screen-reader swaps the visual terminal UI for plain, linear text that screen readers (like VoiceOver and NVDA) can follow.Show More
110
128
2,613
213.1K
Jul 20, 2026, 9:29 PM View on X
5 Replies
0 Retweets
11 Likes
8,253 Views  宝玉 @dotey
Follow
One Sentence Summary
Claude Code's latest update introduces a Screen Reader Mode, enabling visually impaired developers to use the AI coding assistant, along with various accessibility settings.
Summary
Bao Yu provides a detailed overview of Claude Code's newly introduced Screen Reader Mode, which replaces visual elements such as progress animations and box borders in the terminal interface with plain, line-by-line text output, compatible with assistive tools like VoiceOver and NVDA. It also supports optimized interactions such as numbered menus, y/n confirmations, and terminal beep alerts. Enabling options include command-line flags, environment variables, and configuration files. Additionally, new accessibility settings have been added, including keeping the native cursor visible, disabling animations with prefersReducedMotion, and colorblind-friendly themes (dark-daltonized and light-daltonized).
AI Screening
84
Influence Score 5
Published Today
Language
Chinese
Tags
Claude Code
Screen Reader
Accessibility
AI Programming
Assistive Technology
Make your daily reading actually fit you.A daily brief built from the sources you follow. Get started free HomeDiscoverWorld CupSettings