Migrate @mariozechner/pi-* packages to @earendil-works/pi-* (0.78.0)#3707
Open
wojtekn wants to merge 11 commits into
Open
Migrate @mariozechner/pi-* packages to @earendil-works/pi-* (0.78.0)#3707wojtekn wants to merge 11 commits into
wojtekn wants to merge 11 commits into
Conversation
The @mariozechner/* npm scope is deprecated in favor of @earendil-works/*. Updates all four packages (pi-ai, pi-agent-core, pi-coding-agent, pi-tui) from 0.70.2 to 0.78.0 across package.json files and all import statements.
…ageAttachment from trunk
Collaborator
📊 Performance Test ResultsComparing 5c6e87a 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) |
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
Claude Code identified all affected files and performed the migration.
Proposed Changes
The
@mariozechner/*npm scope is deprecated — the upstream author has moved to@earendil-works/*. This replaces all four packages (pi-ai,pi-agent-core,pi-coding-agent,pi-tui) from0.70.2to0.78.0across allpackage.jsonfiles and import statements.The version jump includes several fixes relevant to Studio:
createAgentSession()failing withENOENTwhenpackage.jsonis missing next to the bundle entrypoint (directly affects bundled CLI)ANTHROPIC_AUTH_TOKENfor non-Anthropic providersAgentSessionretry/compaction/event settlementUsing
0.78.0rather than0.78.1(latest) because0.78.1was published June 4 and falls within the dependency cooldown window.Testing Instructions
npm run typecheckPre-merge Checklist