chore(release): publish 0.5.0 (#41)

This commit is contained in:
Patrick Wozniak
2026-08-07 17:23:47 +02:00
committed by GitHub
parent f3466f816f
commit 4b6e1cd85a
3 changed files with 9 additions and 6 deletions
+6 -3
View File
@@ -2,6 +2,8 @@
## Unreleased
## 0.5.0 - 2026-08-07
- Stop replaying completed assistant reasoning traces to Command Code while preserving visible text and completed tool calls in follow-up request history.
- Add `/commandcode-refresh` and `/commandcode-status` commands for safe model-catalog refreshes and redacted diagnostics.
- Bound model discovery to a configurable 10-second timeout so a slow Provider API cannot block pi startup; timed-out discovery uses the validated cache when available.
@@ -11,11 +13,12 @@
- Add repository commands for testing the current checkout either in a logged-out, automatically cleaned-up pi environment or with existing credentials and only Command Code models enabled.
- Refresh display pricing for the current Command Code model catalog, remove expired Qwen promotional rates, add current free and discounted models, and require review when temporary prices expire.
- Use the host-provided `pi-ai` and `pi-coding-agent` core packages instead of installing private runtime copies, including for local and out-of-store development checkouts.
## 0.4.4 - 2026-08-03
- Fix cached input tokens being counted twice.
### Contributors
- @IfkumRfnl — fixed cached input token accounting.
## 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.
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pi-commandcode-provider",
"version": "0.4.3",
"version": "0.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pi-commandcode-provider",
"version": "0.4.3",
"version": "0.5.0",
"license": "MIT",
"devDependencies": {
"@types/node": "25.6.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pi-commandcode-provider",
"version": "0.4.3",
"version": "0.5.0",
"description": "pi custom provider for Command Code API (commandcode.ai)",
"type": "module",
"keywords": [