You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Named startup sessions - --name / -n sets the session display name before startup across interactive, print, JSON, and RPC modes. See Naming Sessions and Session Options.
Clickable file tool paths - built-in file tool titles render OSC 8 file:// hyperlinks when the terminal supports them, including supported tmux clients.
Added
Exported convertToPng for extension authors (#5167 by @xl0).
Exported parseArgs and type Args for extension authors (#5202 by @xl0).
Added --name / -n to set the session display name at startup (#5153).
Added a resume command hint when exiting interactive sessions (#5176 by @yzhg1983).
Added OSC 8 file:// hyperlinks to file paths shown in built-in file tool titles (#5189 by @mpazik).
Added custom Amazon Bedrock request header support inherited from @earendil-works/pi-ai (#5178 by @stephanmck).
Fixed
Clarified the WezTerm/WSL IME hardware cursor docs to state that cursor visibility remains opt-in (#5200).
Fixed the GitLab Duo custom provider example to use adaptive thinking for Claude models, expose xhigh thinking, and include newer verified model IDs (#5201).
Fixed Bun release archive creation to install and copy the matching @mariozechner/clipboard base package and native sidecars (#5184).
Fixed early interactive input typed before the prompt loop starts so it is buffered instead of dropped (#5195 by @yzhg1983).
Fixed OpenRouter Moonshot Kimi K2.6 requests to use system instead of unsupported developer messages (#5159).
Fixed OpenCode Go Kimi K2.6 thinking requests to send thinking objects instead of invalid string values, and fixed OpenCode Zen Grok Build thinking requests to omit unsupported reasoning_effort (#5169).
Fixed OpenAI Codex Responses SSE streams to abort response body reads after terminal events.
Fixed OpenCode Kimi K2.6 generated metadata to use Anthropic-style thinking metadata instead of invalid reasoning-effort parameters.
Fixed OSC 8 hyperlinks to pass through tmux when the client supports them (#5189 by @mpazik).
Fixed ANSI text wrapping to avoid stack overflows on very long wrapped lines (#5185).
Changed direct provider stream functions to require explicit options.apiKey; top-level stream*/complete* helpers still resolve built-in environment auth.
Added
Added custom Amazon Bedrock request header support via StreamOptions.headers, excluding reserved AWS signing headers (#5178 by @stephanmck).
Fixed
Fixed OpenRouter Moonshot Kimi K2.6 requests to use system instead of unsupported developer messages (#5159).
Fixed OpenCode Go Kimi K2.6 thinking requests to send thinking objects instead of invalid string values, and fixed OpenCode Zen Grok Build thinking requests to omit unsupported reasoning_effort (#5169).
Fixed OpenAI Codex Responses SSE streams to abort response body reads after terminal events.
Fixed OpenCode Kimi K2.6 generated metadata to use Anthropic-style thinking metadata instead of invalid reasoning-effort parameters.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Routine Dependabot bump of @earendil-works/pi-ai from 0.77.0 to 0.78.0 in the backend package, with the lockfile updated to match. The 0.78.0 release includes a breaking change (direct provider stream functions now require an explicit options.apiKey), but it does not affect this codebase.
OAuthTransformer.executeRequest already constructs requestOptions with an explicit apiKey field (line 420 of oauth-transformer.ts) before passing it to the top-level stream() and complete() helpers, so the breaking change is not triggered.
The plexus-agent-plugins companion repo (packages/plexus-pi/src/extension.ts) imports @earendil-works/pi-ai only for type-level declarations, which are unaffected by the runtime change.
Confidence Score: 5/5
Safe to merge — only the dependency version and its lockfile entry change, and the one breaking change in 0.78.0 is already handled by the existing code.
The diff is limited to a single version bump and the corresponding lockfile hash. The only potentially disruptive change in 0.78.0 (requiring explicit apiKey on direct provider stream calls) is already satisfied by OAuthTransformer.executeRequest, which passes apiKey explicitly in requestOptions. All transitive dependencies remain at their prior pinned versions.
No files require special attention.
Important Files Changed
Filename
Overview
packages/backend/package.json
Bumps @earendil-works/pi-ai from 0.77.0 to 0.78.0; no other changes.
bun.lock
Lockfile updated to reflect the new 0.78.0 package hash; all transitive dependencies remain unchanged.
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
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
0 participants
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.
Bumps @earendil-works/pi-ai from 0.77.0 to 0.78.0.
Release notes
Sourced from @earendil-works/pi-ai's releases.
Changelog
Sourced from @earendil-works/pi-ai's changelog.
Commits
0897f17Release v0.78.0886fa6cAudit unreleased changelog entriesa213abbFix OpenRouter Kimi K2.6 developer roleba2d313fix(ai): handle OpenCode Kimi reasoning paramsa36a132fix(ai): abort Codex SSE body reads7921ae4Require explicit provider API keys01a8c2dMerge pull request #5196 from earendil-works/fix/opencode-thinking-requests4faac05fix(ai): handle OpenCode reasoning params7619aaeai: add custom-header support to Bedrock provider93600d8fix(release): align package repository metadataDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)