Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c18c74a

Browse files
committed
Serve QMD skill instructions from CLI
1 parent 17aa34d commit c18c74a

7 files changed

Lines changed: 374 additions & 49 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Changes
6+
7+
- Agent skills: add `qmd skills list|get|path` to serve version-matched runtime skill instructions from the installed CLI, and make `qmd skill install` write a stable discovery stub so installed agent skills do not go stale after QMD upgrades.
8+
59
### Fixes
610

711
- GPU: add `QMD_FORCE_CPU=1` / `--no-gpu` to bypass CUDA/Vulkan/Metal probing entirely, and route native llama.cpp stdout noise to stderr so JSON output stays parseable during search/query commands.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"files": [
1818
"bin/",
1919
"dist/",
20+
"skills/",
2021
"scripts/check-package-grammars.mjs",
2122
"LICENSE",
2223
"CHANGELOG.md"

0 commit comments

Comments
 (0)