Skip to content

Releases: omdsh-dev/dsh-accessibility

dsh-accessibility v0.1.0-beta.5

Pre-release

Choose a tag to compare

@mattheliu mattheliu released this 26 Aug 09:30
3568762

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

Pre-release

Choose a tag to compare

@mattheliu mattheliu released this 26 Aug 05:41

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.4

For 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

Choose a tag to compare

@mattheliu mattheliu released this 26 Aug 02:21

First public npm release under the @oh-my-dsh scope.

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

Pre-release

Choose a tag to compare

@mattheliu mattheliu released this 25 Aug 19:46

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.