Releases: omdsh-dev/dsh-accessibility
Release list
dsh-accessibility v0.1.0-beta.5
This beta expands the companion accessibility audit from 14 to 17 structural checks.\n\nNew diagnostics:\n- Heading hierarchy and missing primary-heading checks.\n- List and list-item semantic consistency.\n- Nested interactive-control detection.\n\nThe bilingual guidance now points to the dsh-v0.1.1-rc.2-a11y.4 core candidate and clearly separates automated conformance from human assistive-technology certification.\n\nValidation passed on Ubuntu, macOS, and Windows with Node 22.19 and Node 24.x. Unit tests, typecheck, build, and package tarball inspection are green.\n\nInstall this prerelease with:\n\ndsh plugin --profile web add @oh-my-dsh/dsh-accessibility@0.1.0-beta.5
dsh-accessibility v0.1.0-beta.4
Community accessibility companion for DeepSeek Harness. Publication of this GitHub prerelease triggers the npm trusted-publishing workflow with provenance.
Highlights
- Links the organization-pinned DSH accessibility core build and documents the complete installation path.
- Adds the bilingual assistive-technology support matrix and manual regression protocol.
- Adds axe-core coverage, 14 deterministic semantic diagnostics, and a required macOS/Ubuntu/Windows CI gate across Node 22.19 and 24.
- Registers the browser bundle under its full scoped npm id so DSH can load the installed package.
- Records Safari 18.5 native accessibility-tree and keyboard evidence without presenting it as spoken-output certification.
Install
dsh plugin --profile web add @oh-my-dsh/dsh-accessibility@0.1.0-beta.4For the complete behavior before the core changes reach an official DeepSeek release, use DSH accessibility patch 3.
Verification
Validation boundary
Automated semantic, keyboard, accessibility-tree, and cross-platform regression evidence is not universal assistive-technology certification. Complete human-audible VoiceOver records and the physical Windows NVDA/JAWS/Narrator matrix remain tracked in issue #2 and issue #1.
@oh-my-dsh/dsh-accessibility v0.1.0-beta.3
First public npm release under the @oh-my-dsh scope.
- npm: https://www.npmjs.com/package/@oh-my-dsh/dsh-accessibility
- source: https://github.com/omdsh-dev/dsh-accessibility
- install: dsh plugin --profile web add @oh-my-dsh/dsh-accessibility
The repository now lives at omdsh-dev/dsh-accessibility. Accessibility diagnostics and screen-reader guidance are unchanged from beta.2.
dsh-accessibility v0.1.0-beta.2
Expands the DSH companion accessibility audit from 7 to 14 checks, covering menus, listboxes, trees, radio groups, tabs, dialogs, and adjustable separators. Includes updated English and Chinese screen-reader operation guides. This diagnostic helper complements the core DSH accessibility branch; passing the audit is not a universal assistive-technology certification.