Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Loading