chore(deps): update all non-major dependencies - #38
Open
akua-renovate[bot] wants to merge 1 commit into
Open
Conversation
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
18 times, most recently
from
July 30, 2026 05:18
a106b00 to
9430d43
Compare
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
agentos-site | 7889aa4 | Aug 07 2026, 08:27 PM |
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
July 31, 2026 00:59
dd4215a to
8c310c3
Compare
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 31, 2026 05:25
8c310c3 to
1264bb5
Compare
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
July 31, 2026 16:49
0bbfcd5 to
75d656a
Compare
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
28 times, most recently
from
August 7, 2026 16:30
0565be4 to
6786769
Compare
akua-renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 7, 2026 20:27
6786769 to
7889aa4
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.81.1→0.84.10.81.1→0.84.10.81.1→0.84.10.81.1→0.84.10.81.1→0.84.10.81.1→0.84.14.0.0-beta.102→4.0.0-beta.1054.0.0-beta.102→4.0.0-beta.1054.0.0-beta.102→4.0.0-beta.1054.0.0-beta.102→4.0.0-beta.1054.0.0-beta.102→4.0.0-beta.1054.0.0-beta.102→4.0.0-beta.1054.0.0-beta.102→4.0.0-beta.1054.0.0-beta.102→4.0.0-beta.10516.2.11→16.3.016.2.11→16.3.0^0.0.77→^0.0.7926.1.1→26.2.08.20.0→8.21.0^0.0.8→^0.1.0v4.4.0→v4.6.04.0.0-beta.102→4.0.0-beta.1054.0.0-beta.102→4.0.0-beta.1054.0.0-beta.102→4.0.0-beta.10516.13.0→16.14.215.2.0→15.2.216.13.0→16.14.22.96.0→2.97.01.40.3→v1.45.42.0.0→v2.1.10.7.3→v0.8.01.25.7-bookworm→1.26.5-bookwormv4.2.1→v4.2.41.35.6→1.36.316.2.11→16.3.024.16.0→v24.19.00.81.1→0.84.10.144.5→0.147.00.1.26→0.1.290.1.27→0.1.300.1.42→0.1.460.1.5→0.1.180.128.0→0.143.01.408.2→1.414.015.1.0→15.2.00.34.5→0.35.30.35.2→0.36.18.1.5→8.2.14.115.0→4.120.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
earendil-works/pi (@earendil-works/pi-ai)
v0.84.1Compare Source
Added
QWEN_TOKEN_PLAN_API_KEY(#7659 by @arasovic).v0.84.0Compare Source
Breaking Changes
Renamed the exported
ModelsStreamTransformsinterface toModelsRequestTransformsbecause its header transformation now applies to all authenticated provider requests.Required dynamic model providers to accept a concrete
RefreshModelsContext.signal;Models.refresh()remains unbounded when callers omit its optional signal.Required provider login, API-key check/resolution, and OAuth refresh implementations to accept a concrete abort signal; public auth and credential operations remain unbounded when callers omit their optional signal.
Replaced raw
RefreshModelsContext.storeaccess with the read-onlycontext.storedsnapshot and generation-checkedcontext.publish()transaction.createProvider({ fetchModels }): no catalog-publication migration is required. Before and after, return the fetched list;createProvider()restores stored models and publishes and persists refreshed models itself.signalis now guaranteed to be present.Handwritten
Provider.refreshModels(): replace direct store access and pre-publication mutation with generation-guarded publications.In
publish(), omitpersistto leave storage unchanged, pass aModelsStoreEntryto write it, or passpersist: nullto delete it. Omitupdatefor metadata-only persistence; omitpersistfor an ephemeral in-memory publication.Added
OAuthAuth.isSubscriptionmetadata for distinguishing subscription-backed authentication from generic OAuth sign-in.TelemetryContextpropagation across stream, deferred, and image request options using the vendor-neutral@earendil-works/pi-telemetrycontract.chat_template_argsreasoning controls.Model.samplingParamsandStreamOptions.samplingParams, including per-request overrides (#7568 by @mrexodia).thinking_token_budgetsupport for OpenAI-compatible models, reserving output tokens for the final answer (#7638 by @bnsd55).OpenAICompletionsCompat.supportsFinishReasonfor providers that omit streamedfinish_reasonvalues, inferring normal and tool-use stops when the stream ends.Changed
ModelsStorereads, writes, and deletions; catalog orchestration binds these waits to the provider refresh signal.Fixed
anyOf/oneOfunion arm before attempting coercion, avoiding nullable unions convertingnullto another primitive value (#7328).prompt_cache_retentionfield when long cache retention is enabled, and enabled session affinity for automatic prompt caching (#7676).qwen/qwen3.6-27bmodel.max_output_tokensis treated as a length stop, and exposed bounded recovery detection for responses truncated below their intended output limit (#7540 by @davidbrai).qwen3.8-max-previewmodel withqwen3.8-max(#7670 by @QuintinShaw).v0.83.0Compare Source
Breaking Changes
Type.Base,Type.Awaited,Type.Promise,Type.AsyncIterator,Type.Iterator,Type.Options, andValue.Mutate, while fixing compiled validation of nullable array tool arguments. Consumers using removed APIs must migrate to supported TypeBox APIs (#7243 by @petrroll).Added
fetchinjection for supported text and image provider transports; Google adapters reject non-global implementations rather than silently bypassing them.minimalthinking-level override (#7158 by @jay-aye-see-kay)."pending"stop reason for partial streaming messages. See Stop Reasons (#7151 by @lucasmeijer).AssistantMessage.rawStopReasonand populated it across Google, Anthropic, Amazon Bedrock, Mistral, and OpenAI streams; unmapped terminal reasons now surface as provider errors instead of successful stops (#7272).AuthResolutionOverrides.minOAuthValidityMsso callers can require and refresh OAuth credentials with a minimum remaining validity (#7168).Changed
Fixed
max_tokens, which those endpoints honor (#7174 by @HyeokjaeLee).functionpayload and an emptycustomobject discarding the function arguments (#7288 by @sunnyyoung).v0.82.1Compare Source
Added
ModelsStoreEntry.etagso persisted provider catalogs can carry the remote ETag validator for conditional refreshes.ANTHROPIC_AUTH_TOKENbearer authentication for Anthropic-compatible gateways (#5871)Changed
ModelsErrormessages to append the underlying cause, so auth failures such asOAuth refresh failed for openai-codexreport the provider response instead of a bare wrapper message.v0.82.0Compare Source
Breaking Changes
getBuiltinModelDataUrl(provider)withgetBuiltinModelDataGeneratedAt()so built-in catalog freshness uses its recorded generation time instead of installation-dependent file metadata (#7016 by @davidbrai).Added
kimi-codingprovider, with device authorization, token refresh, and OAuth host overrides (#6935 by @zaycruz).Tool.constrainedSamplingwith strict JSON Schema (prefer/require) and OpenAI Lark/regex grammar variants, enforcing provider-side constrained tool sampling across OpenAI, Anthropic, Amazon Bedrock, Google Gemini, and Mistral. See Constrained Sampling for Tools.supportsGrammarToolsandsupportsStrictToolscompatibility flags, expandedsupportsStrictModeto Responses and Bedrock models, and generated model capability metadata to gate constrained sampling.Changed
Fixed
cacheRetention: "none"to disable implicit prompt-cache writes for supported OpenAI models and session-based caching for OpenAI Codex (#6618 by @tmustier).getaddrinfo,ENOTFOUND, andEAI_AGAINto trigger automatic assistant retries (#6946 by @christianklotz).previous_response_not_founderrors (#6955 by @davidbrai).~anthropic/*-latestaliases (#6941 by @mteam88).earendil-works/pi (@earendil-works/pi-coding-agent)
v0.84.1Compare Source
New Features
pi auth checkto verify provider or model credentials, optionally emitting the resolved credential.tool_callhandlers can stop all-terminating batches without another model call. See Tool Events.Added
QWEN_TOKEN_PLAN_API_KEY. See API Keys (#7659 by @arasovic).pi auth checkprovider/model auth preflight with optional credential output (#7152).terminatesupport to blocked extensiontool_callevents so all-terminating batches can skip the automatic follow-up model call. See Tool Events (#7715 by @muyiyr).Changed
PI_*environment guideline in an attempt to reduce unnecessary inspection commands (#7128).Fixed
bunfig.tomlwithpreloadby compiling with--no-compile-autoload-bunfig(#7685 by @geril07).Agent.reset()clearing transcript and runtime state during active runs; it now rejects until the agent is idle (#7717 by @wesleyzhangwq).v0.84.0Compare Source
New Features
AGENTS.override.mdto replace context files for a specific directory. See Context Files.samplingParamsand opt-in vLLMthinking_token_budgetvalues. See Sampling Parameters.Breaking Changes
Renamed the inherited pi-ai
ModelsStreamTransformsinterface toModelsRequestTransformsbecause its header transformation now applies to all authenticated provider requests.Changed JSON and RPC
message_updateevents to emit onlyassistantMessageEventdeltas, removing the cumulativemessageandassistantMessageEvent.partialfields that caused quadratic output growth. Clients that need partial messages must assemble deltas betweenmessage_startandmessage_end; the latter remains authoritative (#7290).ModelRegistry.getApiKeyAndHeaders()now returnsProviderHeaderswithstring | nullvalues and preservesnullheader-deletion markers. Extensions that inspect returned headers must handlenull; extensions forwarding them to pi-ai streams should pass them through unchanged. This prevents placeholder OpenAI credentials from being sent through Cloudflare AI Gateway (#7030).Changed
ModelRegistry.refresh()to acceptModelsRefreshOptionsand returnModelsRefreshResultinstead of discarding cancellation and provider errors.Changed
ModelRuntime.setRuntimeApiKey()to accept auth cancellation options rather than catalog refresh options. Callrefresh({ providers: [providerId], signal })separately when remote freshness is required.Required config-form extension OAuth
refreshToken(credentials, signal)callbacks to accept and honor a concrete abort signal.Replaced dynamic provider refresh context store access with the read-only
context.storedsnapshot and generation-checkedcontext.publish()transaction.Providers built with
createProvider({ fetchModels }): no catalog-publication migration is required. Before and after, return the fetched models and register the resulting provider;createProvider()owns restoration, persistence, and in-memory publication.Handwritten native
Provider.refreshModels(): replace direct store access and pre-publication mutation with generation-guarded publications.For the config-form
pi.registerProvider(name, { refreshModels }), callbacks that only return models remain unchanged; pi publishes the returned list. If such a callback previously usedcontext.storefor custom persistence, readcontext.storedand callcontext.publish({ persist: entry }). Inpublish(), omitpersistto leave storage unchanged, pass aModelsStoreEntryto write it, or passpersist: nullto delete it.Replaced the inherited pi-agent-core harness session model with the v4 lane-based
Session,SessionStorage, andSessionRepoAPIs, including durable operation records, global facts, shared sequence numbers, and tree-scoped lane views.Promoted the inherited v2 session and
AgentHarnessAPI from pi-agent-core's experimental entrypoint to its default export and removed the experimental subpaths.Removed the inherited legacy JSONL and in-memory repository APIs. Use pi-agent-core's v4
JsonlSessionRepoorInMemorySessionRepo, both implementing the newSessionRepocontract.Added the inherited required pi-agent-core
FileSystem.renameFile()operation for atomic JSONL publication; custom harness file-system implementations must provide same-filesystem replacement semantics (#7707 by @davidbrai).Replaced experimental remote-session list summaries with durable
SessionMetadata;RemoteSession.sessionsno longer exposes runtime phase, model, thinking, attachment, or lock state, which remains available from acquiredSessionSnapshotvalues (#7708).Added
BASETEN_API_KEYauthentication andzai-org/GLM-5.2as the default model.PiClient, CBOR protocol, Unix-socket transport, and@earendil-works/pi-coding-agent/clientRemoteSessioncontroller with transcript reducers. See Pi Client and Remote Protocol (#7344, #7348, #7371, #7409).CredentialSynchronizationErrorfor credential changes that commit successfully but fail to synchronize local model state.pi.registerMarkdownTransformer()hooks for display-only transformation of user and assistant Markdown. Seepi.registerMarkdownTransformer()(#7231 by @xl0).--tui-mode fullscreenor/settings(#7304)./settings.auto,always, andhiddenmodes through/settings;alwaysreserves the rightmost column.scrollbarThumbtheme color for fullscreen scrollbar thumbs, falling back toselectedBg.Ctrl+P/Ctrl+Nprompt history navigation, with explicit history bindings taking precedence over application shortcuts while the editor is focused.AGENTS.override.mdcontext files, which replaceAGENTS.mdorCLAUDE.mdin the same directory while preserving context from other directories. See Context Files (#7681 by @Marvae).AI_AGENT=pito CLI and RPC child-process environments for generic agent attribution. See Environment Variables (#7493 by @renaudhartert-db).samplingParamsinmodels.json, model overrides, extension providers, and stream options. See Sampling Parameters (#7568 by @mrexodia).thinking_token_budgetsupport for OpenAI-compatible models, reserving output tokens for the final answer (#7638 by @bnsd55).finish_reason, usingcompat.supportsFinishReasonto infer normal and tool-use stops when the stream ends. See OpenAI Compatibility.AgentOptions.shouldStopAfterTurnfor gracefully stopping after a completed turn before queued messages or another model call are processed. See Agent Options (#7367 by @acmerfight).JsonlSessionReposupport for append-only JSONL harness sessions (#7611 by @davidbrai).AgentHarnessv2 scaffold; unfinished operation paths reject withHarnessNotImplementedwhile durable execution is implemented.Changed
ModelsStorereads, writes, and deletions; catalog orchestration binds these waits to the provider refresh signal.Fixed
(sub)for generic OAuth/OpenID sign-ins without a known subscription; extension OAuth providers can opt in withisSubscription.anyOf/oneOfunion arm before coercion, avoiding nullable unions convertingnullto another primitive value (#7328).prompt_cache_retentionfield when long cache retention is enabled, and enabled session affinity for automatic prompt caching (#7676).JsonlSessionRepoenforcing session IDs globally across working directories; IDs are now unique within each working directory.findglobs returning no results on Windows (#6817)./compactfailing instead of being sent after compaction completes.--modelIDs shared by multiple providers choosing the first catalog entry instead of the sole authenticated provider or a clear ambiguity error (#7327).Ctrl+Xcopy confirmations in fullscreen mode adding a transcript status line instead of showing the transientCopied!marker./settingssearches toggling the highlighted setting while typing multi-word queries such as TUI mode or Quiet startup.setToolsExpanded(false)to be a no-op when tool output is already collapsed, avoiding redundantTool output: collapsedstartup notices from extensions (#7292).auth.jsonwithout serializing concurrent credential reads and delaying startup (#7319).models-store.jsonreads forming a file-lock convoy and delaying startup.brace-expansiondependency to 5.0.8 to address GHSA-mh99-v99m-4gvg (#7316)./modelcatalog refresh failures to identify every catalog that failed./scoped-modelswaiting for remote catalogs before rendering instead of showing cached models and cancelling refresh on close (#7153)./model <name>waiting for catalog refresh before checking cached model matches (#7443).undicito 8.9.0 and the packagedbrace-expansionto 5.0.9 to address GHSA-8xcm-r25x-g524, GHSA-4cwx-7wf7-3272, GHSA-m8rv-5g2x-5cg5, GHSA-jr45-8vmc-qm54, GHSA-v3r7-h72x-cjcm, and GHSA-rgw5-rvv9-x895.Home,End,PageUp, orPageDownvariants by adding Ctrl-modified editor bindings (#7574)./copyfailing to read clipboard text on Wayland when no X11 clipboard is available (#7387).git cleancannot remove an ignored dependency directory (#7570 by @mrexodia).findresults from POSIX and Windows filesystem roots losing the first path segment or gaining duplicate trailing separators (#7569 by @petrroll).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.