Skip to content

v2.5: The Community Milestone Release

Choose a tag to compare

@accesswatch accesswatch released this 04 Mar 15:55

Every feature in v2.5 was requested, debated, or built by the community. This is the moment Accessibility Agents became something the community owns.

Highlights

  • NVDA Addon Development Specialist -- The most-requested agent of the year. Build, debug, package, and publish NVDA addons with AI grounded in the official NVDA source code.
  • Text Quality Reviewer -- Catches invisible-to-sighted text quality issues that break the screen reader experience: template variables in alt text, code syntax as labels, empty accessible names.
  • Source Citation Policy -- No source, no claim. Every agent now cites WCAG specs, ARIA APG, vendor docs, or explicitly flags advice as experience-based. A weekly automation checks freshness.
  • wxPython Screen Reader Key Event Pitfalls -- Documented cross-platform issue where screen readers intercept keyboard events before they reach the application.

By the Numbers

  • 57 agents (up from 55)
  • 17 skills (up from 16)
  • 54 prompts
  • 5 platforms
  • Source citations now enforced across all agents
  • Automated freshness checks via GitHub Actions

Install or Update

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/Community-Access/accessibility-agents/main/update.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/Community-Access/accessibility-agents/main/update.ps1 | iex

Full changelog: v2.1.1...v2.5