Bump pi packages to 0.80.3 - #4073
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…very Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Collaborator
📊 Performance Test ResultsComparing 160d0c4 vs trunk app-size
site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change (<50ms diff) |
Contributor
Author
|
I run evals before merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issues
How AI was used in this PR
Fully authored with Claude Code: it checked the latest upstream versions, reviewed the pi changelog from 0.78.0 through 0.80.3 for breaking changes, applied the bump and the one required import migration, and ran the verification suite (typecheck, full tests, CLI build).
Proposed Changes
@earendil-works/pi-*packages (pi-ai,pi-agent-core,pi-coding-agent,pi-tui) from 0.78.0 to 0.80.3, and alignspackages/common, which had drifted to 0.79.0 — so we stop shipping two different copies ofpi-coding-agent.undici/protobufjs), agent-quality fixes (fuzzyeditno longer rewrites untouched lines, quadratic slowdown on deep session branches), Claude Sonnet 5 model support, and reliability improvements (auto-retry on retryable provider stream errors, HTTP errors now include response bodies).reason/willRetryand post-compaction token estimates, exported edit-diff helpers, and new RPC session-inspection commands.APPEND_SYSTEM.mddiscovery. Previously (including on 0.78.0), a file planted at~/Studio/APPEND_SYSTEM.mdor~/Studio/.pi/APPEND_SYSTEM.mdwould be silently appended to the agent's system prompt on every session. Studio builds its prompt and tools programmatically, so no behavior changes for legitimate use.@earendil-works/pi-ai/anthropicentrypoint was removed, so the Anthropic stream import moves to the new canonical@earendil-works/pi-ai/api/anthropic-messagespath (avoiding the temporary/compatshim, which is slated for removal).Testing Instructions
npm install && npm run typecheck— passes in all workspaces.npm test— full suite green (1985 passed, 9 skipped).npm run cli:build && node apps/cli/dist/cli/main.mjs --version— CLI bundles and runs.Pre-merge Checklist
🤖 Generated with Claude Code