build(deps): update Pi to v0.80.10#671
Open
mrbro-bot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
mrbro-bot
Bot
force-pushed
the
renovate/pi
branch
2 times, most recently
from
July 19, 2026 20:33
6a38ed2 to
271b32e
Compare
mrbro-bot
Bot
force-pushed
the
renovate/pi
branch
from
July 20, 2026 05:40
271b32e to
dc3a9f2
Compare
mrbro-bot
Bot
force-pushed
the
renovate/pi
branch
3 times, most recently
from
July 21, 2026 04:51
e099594 to
c350767
Compare
mrbro-bot
Bot
force-pushed
the
renovate/pi
branch
from
July 21, 2026 04:56
c350767 to
0f0a22a
Compare
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.
This PR contains the following updates:
0.80.7→0.80.100.80.7→0.80.10Release Notes
earendil-works/pi (@earendil-works/pi-ai)
v0.80.10Compare Source
Fixed
kimi-for-coding.maxlevel (#6737).v0.80.9Compare Source
Added
compat.deferredToolsMode.Changed
Fixed
Removed
v0.80.8Compare Source
Breaking Changes
Models.checkAuth(),getAuth(),login(), andlogout()APIs.checkAuth()now returnsAuthCheck | undefined, and API-key auth resolvers no longer receive a model.Provider.auth.oauthmethods instead; theoauthsubpath now retains only extension compatibility types.AuthLoginCallbackstoAuthInteraction; it exposes the provider-neutralprompt()/notify()protocol used by API-key and OAuth flows.Modelsrequest contract:getAuth(model)now includes model headers, whilegetAuth(providerId)remains provider-scoped, and Models stream options may includetransformHeaders. CustomModelsimplementations must execute the transform after merging auth/model and explicit headers, then remove it before provider dispatch.Models.refresh(options), which refreshes every configured dynamic provider and returns per-provider errors/cancellation state.Provider.refreshModels(context)now receives the effective credential, scoped model storage, network policy, and abort signal.Added
Models, including stored OAuth refresh and interactive login support throughCredentialStore.CredentialStore.list()and credential-awareProvider.filterModels()availability policy.ModelsStorewith an in-memory default for restoring and persisting dynamic provider catalogs.pi-messagesgateway provider with OAuth and credential-specific catalog refresh.Models.refresh({ force: true })to let providers bypass freshness checks for explicit refreshes.Changed
Models.getAuth(model)to include model headers and added a Models-onlytransformHeadersstream option that runs after auth and explicit header assembly but is not forwarded to providers.Fixed
earendil-works/pi (@earendil-works/pi-coding-agent)
v0.80.10Compare Source
New Features
maxlevel and supports replaying empty-signature thinking blocks. See Kimi For Coding setup and Model Options.Fixed
kimi-for-coding.maxlevel (#6737).v0.80.9Compare Source
New Features
kimi-deferred-tools.tsexample.Added
kimi-deferred-tools.tsexample.Changed
Fixed
Removed
v0.80.8Compare Source
New Features
ModelRuntimecentralizes model configuration, provider-owned/login, and dynamic provider catalogs. See Providers./modelrefreshes configured providers in the background, andpi update --modelsforces an immediate refresh. See Install and Manage.Breaking Changes
CreateAgentSessionOptions.authStorageandmodelRegistryoptions with the asyncmodelRuntimeoption.AuthStorageand its storage backends are no longer exported; useModelRuntime(or a custom pi-aiCredentialStore), orreadStoredCredential()for one-off reads of auth.json.ModelRuntime.getAll(),find(),getSnapshot(), andgetAuthOptions()projections. Use the pi-aiModelsmethodsgetModels(),getModel(),getProviders(), andcheckAuth()directly.ModelRegistry.getApiKeyAndHeaders()withModelRuntime.getAuth(). Passing a provider ID returns provider-scoped auth; passing a model also resolves built-in,models.json, and extension model headers.ModelRegistry.refresh()from synchronousvoidtoPromise<void>becausemodels.jsonloading is asynchronous. Extensions must await it before making synchronous registry reads.ModelRuntime.refresh()/pi-aiModels.refresh(). Legacy extension OAuthmodifyModelsremains supported as a synchronous compatibility projection after credential initialization.Added
ModelRuntimeas the canonical async SDK and internal model/auth facade while preserving the synchronous extension-facingModelRegistryAPI.ModelRuntime.create()accepts any pi-aiCredentialStorethrough itscredentialsoption./logindiscovery directly from registered pi-ai providers, including ambient auth status and informational links.models-store.json, per-provider pi.dev catalog overlays, and Radius gateway support including offline migration from legacy credential-cached catalogs.refreshModels(context)support for dynamic model discovery with optional provider-controlled persistence.pi update --modelsto force an immediate model catalog refresh without updating pi or extensions.Changed
ModelRuntimeto compose built-in providers, immutablemodels.jsonconfiguration, and extension overlays through ad-hoc pi-ai provider methods.ModelRuntimeto own final request assembly:getAuth(model)includes configured model headers, stream methods resolve auth once, andbefore_provider_headersruns as the Models-only header transform before provider dispatch./modelto render the current model snapshot immediately, refresh configured providers in the background, and update the open selector with partial results or timeout errors.Fixed
/model.Configuration
📅 Schedule: (in timezone America/Phoenix)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate.