From ad5223caade8bcdf6b47d3544e3177b110422698 Mon Sep 17 00:00:00 2001 From: Patrick Wozniak Date: Tue, 15 Sep 2026 08:35:50 +0200 Subject: [PATCH] chore(release): prepare 0.7.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7847f..9545c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.7.0 - 2026-09-15 + - Honor host-resolved image input on the generate transport, including explicit text-only restrictions; fall back to catalog metadata only when host input is absent or empty. Filter unsupported modality strings without unsafe casts. - Reset the generate transport's idle timeout on every received chunk, allowing active reasoning streams to exceed the timeout overall while still aborting stalled streams (#87). @@ -16,6 +18,23 @@ - Make the daily catalog sync self-healing: it now removes manual effort overrides once upstream publishes its own levels and includes that change in the automated pull request. - Fix the pi end-to-end mock against pi 0.85 and newer by matching Anthropic Messages paths independently of query parameters. +### Contributors + +- @pierreraby — repaired catalog synchronization and Pi integration tests (#95). +- @SamYue1 — refreshed model capability metadata (#98). +- @myohei — added and verified model pricing (#93). +- @Star-233 — fixed parallel tool-result image ordering and contributed pricing coverage (#84, #85). +- @leon-zym — fixed stream idle timeout handling (#88). +- @djymike — honored host-resolved input modalities (#94). +- @dangvanthanh, @newCman1, and @eibednejo — contributed overlapping catalog, pricing, reasoning, and image fixes (#86, #91, #92). +- @zidanefaqih and @Alice39s — independently validated catalog behavior and provided review evidence (#93, #98). + +### Validation + +- Full automated suite and CI, including real Pi and Oh My Pi mock-API integration tests. +- GOAT live E2E passed: reasoning, multi-turn history, runtime commands, abort, tools, vision, and packed artifact. +- Go live E2E remains unverified: the test account returned insufficient credits on its first request. Generate transport mock coverage passes. + ## 0.6.4 - 2026-09-03 - Refresh the generated Command Code capability catalog from `command-code@1.40.1` to `command-code@1.44.0`, adding current image-input, reasoning, effort, and output-limit metadata for newly published models. diff --git a/package-lock.json b/package-lock.json index 8b44448..8632f99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pi-commandcode-provider", - "version": "0.6.4", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pi-commandcode-provider", - "version": "0.6.4", + "version": "0.7.0", "license": "MIT", "devDependencies": { "@types/node": "25.6.0", diff --git a/package.json b/package.json index 4e5d49c..cae6892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pi-commandcode-provider", - "version": "0.6.4", + "version": "0.7.0", "description": "pi custom provider for Command Code API (commandcode.ai)", "type": "module", "keywords": [