Download Latest Version v1.20.2_ voxtype agent skill + hold-by-default + docs source code.zip (55.8 MB)
Email in envelope

Get an email when there's a new version of Claude Code Tools

Home / v1.20.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-24 1.7 kB
v1.20.2_ voxtype agent skill + hold-by-default + docs source code.tar.gz 2026-07-24 55.5 MB
v1.20.2_ voxtype agent skill + hold-by-default + docs source code.zip 2026-07-24 55.8 MB
Totals: 3 Items   111.4 MB 1

Polish across the voxtype ecosystem since v1.20.0 (which split voice dictation into the standalone voxtype package).

voxtype skill — install it into Claude Code and Codex

voxtype ships a guide skill as a dedicated plugin in the cctools-plugins (Claude) and cctools-codex-plugins (Codex) marketplaces. One command sets it up in both:

:::bash
uv tool install voxtype   # macOS only
voxtype skill             # add the guide skill to Claude Code + Codex

Then just ask your agent "help me install voxtype" / "set up voice dictation" and it walks you through install, config, and macOS permissions.

voxtype now defaults to whole-take dictation

On a parakeet engine in toggle mode (the out-of-the-box default), plain voxtype now uses segmentation = "hold" — press the hotkey, speak, press again, and the whole take is transcribed with full sentence context and typed in one go (maximum accuracy, a single edit to undo). Set segmentation = "vad" for per-pause typing.

Docs & repo

  • Overview page retitled "voxtype — Type with your voice"; install instructions now show the upgrade command (uv tool upgrade voxtype, which preserves extras) and lead with voxtype skill.
  • README slimmed to the tool card grid + a pointer to the full docs.
  • Maintainer tooling: make voxtype-all-patch / -minor / -major + make voxtype-publish for cutting voxtype releases.

voxtype itself is published to PyPI separately (currently 0.1.2); uv tool upgrade voxtype to get the latest.

Full changelog: https://github.com/pchalasani/claude-code-tools/compare/v1.20.0...v1.20.2

Source: README.md, updated 2026-07-24