Loading...
Loading...
Manage releases for this project. Validates changelog, installs git hooks, and cuts releases. Use when user says "/release", "release 1.0.5", "cut a release", or asks about the release process. NOT auto-invoked by the model.
npx skill4agent add tobi/qmd release/release 1.0.5/release patch/release <version>skills/release/scripts/release-context.sh <version>[Unreleased][Unreleased]scripts/release.sh <version>[Unreleased][X.Y.Z] - date[Unreleased]package.json[Unreleased]scripts/extract-changelog.sh <version>git push origin main --tagsinteractive_shellgh run watch $(gh run list --workflow=publish.yml --limit=1 --json databaseId --jq '.[0].databaseId') --exit-statusCHANGELOG.md## [Unreleased]## [X.Y.Z] - YYYY-MM-DD##### [1.1.0] - 2026-03-01
QMD now runs on both Node.js and Bun, with up to 2.7x faster reranking
through parallel contexts. GPU auto-detection replaces the unreliable
`gpu: "auto"` with explicit CUDA/Metal/Vulkan probing.### Changes### Fixes### Changes
- Runtime: support Node.js (>=22) alongside Bun. The `qmd` wrapper
auto-detects a suitable install via PATH. #149 (thanks @igrigorik)
- Performance: parallel embedding & reranking — up to 2.7x faster on
multi-core machines.
### Fixes
- Prevent VRAM waste from duplicate context creation during concurrent
`embedBatch` calls. #152 (thanks @jkrems)#NNN (thanks @username)scripts/extract-changelog.shpublish.ymlscripts/pre-pushv*package.jsonCHANGELOG.md## [X.Y.Z] - dateskills/release/scripts/install-hooks.shbun install