Upgrade the Pi SDK and refresh its model catalog#867
Open
amadad wants to merge 2 commits into
Open
Conversation
Author
|
Live testing exposed one bundle-only OAuth failure: Pi’s lazy OAuth loader resolved Proof: the regression test failed before the change and passes after it; all 803 agent-runtime tests pass; the tarball smoke passes; and a bundled |
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.
Summary
@mariozechner/pi-*0.70.5 to@earendil-works/pi-*0.82.0.ModelRuntimefor model resolution, authentication, session creation, and catalog refresh. The picker now reflects each model's supported reasoning levels, includingmax.agent_end.willRetry.jiti/staticdependency and register Pi's static OAuth loaders so the standalone bridge can authenticate without filesystem-only dynamic imports.Why
BB was pinned to Pi 0.70.5 under the retired package namespace. Its static model APIs could not expose models added through Pi's current catalog. The new runtime API keeps session and catalog behavior under one owner while preserving BB's existing bridge protocol.
The server pins
@opentelemetry/apito the workspace version so Pi AI and Drizzle resolve one shared type identity.Compatibility
Verification
pnpm install --frozen-lockfilepnpm exec turbo run build typecheck lint --concurrency=1 --force(68 tasks)bb-app: 2 files, 47 testspnpm exec turbo run smoke:tarball --filter=bb-app --forceopenai-codexcredentials resolve inside the single-file bridgemax