build(deps-dev): bump @earendil-works/pi-ai from 0.79.8 to 0.80.2#97
build(deps-dev): bump @earendil-works/pi-ai from 0.79.8 to 0.80.2#97dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@earendil-works/pi-ai](https://github.com/earendil-works/pi/tree/HEAD/packages/ai) from 0.79.8 to 0.80.2. - [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.80.2/packages/ai) --- updated-dependencies: - dependency-name: "@earendil-works/pi-ai" dependency-version: 0.80.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Superseded by the combined dependency update on main in 64a4f1c. Batched related OpenCode/OpenTUI/Pi updates together and validated with frozen install, typecheck, tests, build, lint, format check, e2e, and package dry-runs. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @earendil-works/pi-ai from 0.79.8 to 0.80.2.
Release notes
Sourced from @earendil-works/pi-ai's releases.
... (truncated)
Changelog
Sourced from @earendil-works/pi-ai's changelog.
... (truncated)
Commits
0201806Release v0.80.29096d5fdocs: update changelog entriese1a2dc0fix(ai): restore detectCompat runtime fallback in openai-completionsef231c4fix(ai): resolve request-scoped auth before provider calls04fce80Merge remote-tracking branch 'origin/main'49fbe68fix(ai): align api key credentials with auth json386d079fix(ai): restore legacy compat stream aliases6184307fix(ai): require explicit anthropic compat metadatae000743Add [Unreleased] section for next cycle1c4a9baRelease v0.80.1Dependabot 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)Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Summary by cubic
Upgrade dev dependency
@earendil-works/pi-aifrom 0.79.8 to 0.80.2 to pick up provider auth fixes and restored compat behavior. This release also moves the old global API off the root entrypoint; update imports if we use it.Dependencies
@earendil-works/pi-aito 0.80.2.@earendil-works/pi-ai/compatfor the legacy global API or adopt the newModelsAPI.ApiKeyCredentialusestype: "api_key"and provider-scopedenv; request-scopedapiKey/envnow resolve through provider auth.detectCompatfallback.Migration
@earendil-works/pi-ai, switch to@earendil-works/pi-ai/compat.builtinModels()from@earendil-works/pi-ai/providers/alland theModelsAPI.Written for commit 7c29b7b. Summary will update on new commits.