Merge pull request #73 from patlux/release/0.6.1

chore(release): publish 0.6.1
This commit is contained in:
Patrick Wozniak
2026-09-02 00:38:25 +02:00
committed by GitHub
3 changed files with 15 additions and 3 deletions
+12
View File
@@ -2,6 +2,8 @@
## Unreleased
## 0.6.1 - 2026-09-01
- Expose selectable thinking levels (`minimal`, `low`, `medium`, `high`, `xhigh`) for `meta/muse-spark-1.1`, `meta/muse-spark-1.2`, and `meta/muse-spark-1.2-contributor` through a manual catalog override, so `/thinking` and `Shift+Tab` no longer stay locked on `off` for these reasoning models.
- Start from the cached model catalog and refresh it in the background instead of blocking host startup on the catalog request; a first start without a cache still waits for the live catalog.
- Register the `commandcode-custom` API in the `@earendil-works/pi-ai/compat` registry so sibling extensions that stream with the active Command Code model no longer fail with `No API provider registered for api: commandcode-custom` on plain pi.
@@ -14,6 +16,16 @@
- Fix `npm run sync:commandcode-catalog` and `npm run check:commandcode-catalog` on Windows by spawning npm through the shell.
- Add a `refresh-model-catalog` agent skill with cross-platform helper scripts that snapshot the live model catalog and regenerate the pricing fixture from `MODEL_COSTS`.
### Contributors
- @warc0s — preserved developer messages on the `/alpha/generate` transport with OMP advisory coverage.
- @jagaliano — added the quota renewal date and diagnosed the failing daily catalog sync.
- @ThomasByr — added GLM 5.3 Flash and Qwen 3.8 Flash and contributed the `refresh-model-catalog` skill.
- @hjshin-ubob — proposed selectable thinking levels for the Muse Spark models.
- @Sokoshy — analyzed the `commandcode-custom` compat registry failure on plain pi.
- @CoderTCY — measured and proposed the cache-first catalog startup.
- @MertSoylu — reported the missing GLM 5.3 Flash effort levels.
## 0.6.0 - 2026-08-25
- Allow switching from a vision-capable model to a text-only model by omitting historical image tool results while preserving their text output; direct image prompts still fail clearly.
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pi-commandcode-provider",
"version": "0.6.0",
"version": "0.6.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pi-commandcode-provider",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",
"devDependencies": {
"@types/node": "25.6.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pi-commandcode-provider",
"version": "0.6.0",
"version": "0.6.1",
"description": "pi custom provider for Command Code API (commandcode.ai)",
"type": "module",
"keywords": [