From 19f4e90ebe7bb96c2368480c1ef54f6053a7554e Mon Sep 17 00:00:00 2001 From: Patrick Wozniak Date: Fri, 7 Aug 2026 17:21:14 +0200 Subject: [PATCH] chore(release): publish 0.5.0 --- CHANGELOG.md | 7 +++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e449e9f..4d6ff0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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,10 +13,11 @@ - 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. +- Fix cached input tokens being counted twice. -## 0.4.4 - 2026-08-03 +### Contributors -- Fix cached input tokens being counted twice. +- @IfkumRfnl — fixed cached input token accounting. ## 0.4.3 - 2026-08-02 diff --git a/package-lock.json b/package-lock.json index 8f8be5b..70bbc48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 420c869..179343e 100644 --- a/package.json +++ b/package.json @@ -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": [