chore(release): publish 0.4.3 (#29)

Ship the offline model-catalog cache so pi can start when Command Code
model discovery is unavailable.
This commit is contained in:
Patrick Wozniak
2026-08-02 13:20:15 +02:00
committed by GitHub
parent c8c85a84f3
commit 3f734bc280
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog # Changelog
## Unreleased ## 0.4.3 - 2026-08-02
- Allow pi to start when model discovery is unavailable. The provider now caches the last successfully fetched model catalog so previously discovered Command Code models remain selectable offline; a first offline start without a cache keeps Command Code unavailable until `/reload` succeeds. - Allow pi to start when model discovery is unavailable. The provider now caches the last successfully fetched model catalog so previously discovered Command Code models remain selectable offline; a first offline start without a cache keeps Command Code unavailable until `/reload` succeeds.
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "pi-commandcode-provider", "name": "pi-commandcode-provider",
"version": "0.4.2", "version": "0.4.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pi-commandcode-provider", "name": "pi-commandcode-provider",
"version": "0.4.2", "version": "0.4.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@earendil-works/pi-ai": "0.75.5" "@earendil-works/pi-ai": "0.75.5"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "pi-commandcode-provider", "name": "pi-commandcode-provider",
"version": "0.4.2", "version": "0.4.3",
"description": "pi custom provider for Command Code API (commandcode.ai)", "description": "pi custom provider for Command Code API (commandcode.ai)",
"type": "module", "type": "module",
"keywords": [ "keywords": [