From 41fb9486afcd9fb11877a06a388a3ca51b42bdff Mon Sep 17 00:00:00 2001 From: Patrick Wozniak Date: Thu, 28 May 2026 22:31:09 +0200 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb2835..7526739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.3.0 - 2026-05-28 + +- Add OMP (Oh My Pi) provider compatibility: support `~/.omp/agent/auth.json` auth path, handle OMP's env-var-name-as-apiKey quirk, convert OMP system prompt arrays to text. +- Close open thinking blocks before starting text or tool output to prevent event ordering issues when upstream omits `reasoning-end`. +- Correct DeepSeek V4 Pro discount as permanent (no expiry), not time-limited. +- Correct DeepSeek V4 Flash cache-read rate to $0.028/M and add xiaomi/mimo models to pricing table. +- Upgrade pi dependencies from `@mariozechner` 0.72.0 to `@earendil-works` 0.75.5. +- Move `pi-coding-agent` to optional peerDependencies. + ## 0.2.0 - 2026-05-27 - Stream `reasoning-delta` events incrementally instead of buffering the full thinking block until `reasoning-end`. Emits `thinking_start`, `thinking_delta`, and `thinking_end` events as they arrive so the UI can show reasoning in real time. diff --git a/package.json b/package.json index fb0800a..a36af97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pi-commandcode-provider", - "version": "0.2.0", + "version": "0.3.0", "description": "pi custom provider for Command Code API (commandcode.ai)", "type": "module", "keywords": [