github / github/copilot.vim

GitHub Copilot CLI Not Accessible with VoiceOver on macOS

未关闭
#261 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Vim Script
星标
11.7k
派生
810
PR 合并指标
30 天内没有已合并 PR

描述

# GitHub Copilot CLI Not Accessible with VoiceOver on macOS

## Summary
GitHub Copilot CLI output is not readable by VoiceOver on macOS Terminal, making it completely inaccessible for blind users.

## Steps to Reproduce
1. Enable VoiceOver on macOS
2. Run any GitHub Copilot CLI command in Terminal
3. VoiceOver does not announce the output
4. User must copy output to TextEdit to read it

## Expected Behavior
VoiceOver should read CLI output as it appears, like with standard terminal commands.

## Actual Behavior
Output appears visually but VoiceOver does not announce it. No audio feedback provided.

## Impact
- Makes Copilot CLI completely unusable for blind users
- Violates accessibility requirements (ADA, Section 508)
- Excludes disabled developers from using the tool

## Environment
- macOS with VoiceOver enabled
- Terminal.app
- GitHub Copilot CLI

## Priority
Critical - accessibility blocker

## Suggested Fixes
- Ensure output goes to stdout properly
- Test with VoiceOver enabled
- Add ARIA-live region support if applicable
- Consider text-to-speech integration option

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。