Skip to content

chore(deps): bump @earendil-works/pi-ai from 0.77.0 to 0.78.0#560

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/earendil-works/pi-ai-0.78.0
Open

chore(deps): bump @earendil-works/pi-ai from 0.77.0 to 0.78.0#560
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/earendil-works/pi-ai-0.78.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps @earendil-works/pi-ai from 0.77.0 to 0.78.0.

Release notes

Sourced from @​earendil-works/pi-ai's releases.

v0.78.0

New Features

  • 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).
Changelog

Sourced from @​earendil-works/pi-ai's changelog.

[0.78.0] - 2026-05-29

Breaking Changes

  • 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.
Commits
  • 0897f17 Release v0.78.0
  • 886fa6c Audit unreleased changelog entries
  • a213abb Fix OpenRouter Kimi K2.6 developer role
  • ba2d313 fix(ai): handle OpenCode Kimi reasoning params
  • a36a132 fix(ai): abort Codex SSE body reads
  • 7921ae4 Require explicit provider API keys
  • 01a8c2d Merge pull request #5196 from earendil-works/fix/opencode-thinking-requests
  • 4faac05 fix(ai): handle OpenCode reasoning params
  • 7619aae ai: add custom-header support to Bedrock provider
  • 93600d8 fix(release): align package repository metadata
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [@earendil-works/pi-ai](https://github.com/earendil-works/pi/tree/HEAD/packages/ai) from 0.77.0 to 0.78.0.
- [Release notes](https://github.com/earendil-works/pi/releases)
- [Changelog](https://github.com/earendil-works/pi/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/earendil-works/pi/commits/v0.78.0/packages/ai)

---
updated-dependencies:
- dependency-name: "@earendil-works/pi-ai"
  dependency-version: 0.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 4, 2026

Greptile Summary

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.

Reviews (1): Last reviewed commit: "chore(deps): bump @earendil-works/pi-ai ..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants