diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a8883..279f22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index e2df0a0..6bc3d06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 9293ffb..419e11c 100644 --- a/package.json +++ b/package.json @@ -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": [