pi-commandcode-provider 0.6.1
Summary
- Selectable thinking levels (
minimal…xhigh) formeta/muse-spark-1.1,meta/muse-spark-1.2, andmeta/muse-spark-1.2-contributorvia a catalog override;/thinkingandShift+Tabno longer stay locked onoff. - Cache-first startup: the cached model catalog registers immediately and refreshes in the background, so pi no longer waits for a network round-trip on every launch (#63).
- Register the
commandcode-customAPI in the@earendil-works/pi-ai/compatregistry so sibling extensions (background agents, memory workers) streaming with the active Command Code model work on plain pi (#68). - Preserve host
developermessages on the/alpha/generatetransport instead of dropping them (#48). /commandcode-quotashows the monthly renewal date and remaining days (#62).- Catalog synced to
command-code@1.40.1: addsQwen/Qwen3.8-Flash,z-ai/glm-5.3-flash,claude-fable-5-1,deepseek/deepseek-v4-flash-fast,tencent/hy4-preview; removesstealth/ox-alphaandminimax/minimax-m3-free(#64, #65). - Display pricing refreshed for all 62 models; expired Claude Sonnet 5 and Gemini 3.7 Flash promotions ended.
- Catalog tests assert structural invariants instead of pinned model ids, so the daily catalog sync no longer fails on upstream changes (#67).
refresh-model-catalogagent skill and Windows fix for the catalog scripts (#66).
Full list: CHANGELOG.md
Contributors
- @warc0s — #48
- @jagaliano — #62, #67
- @ThomasByr — #65, #66
- @hjshin-ubob — #69
- @Sokoshy — #68
- @CoderTCY — #63
- @MertSoylu — #64
Validation
npm test(214 unit tests,pi-localend-to-end against a mock Command Code API),typecheck,format:check,git diff --checknpm audit --audit-level=moderate: 0 vulnerabilitiesnpm run check:commandcode-catalog: current (command-code@1.40.1)- Live E2E: Go profile PASS (
/alpha/generatetransport), GOAT profile PASS (Provider API transport, vision viagpt-5.6-luna) - Muse Spark override verified live on Go and GOAT:
--thinking off/high/xhighsendsreasoning_effortundefined/"high"/"xhigh" - Manual
model-metadata.ymlrun onmainafter the merges: green, no drift - CI green on release commit
008765f(#73)