Skip to content

chore(deps): bump @anthropic-ai/sdk and @mariozechner/pi-coding-agent in /home/common/programs/pi-coding-agent/packages/pi#150

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/home/common/programs/pi-coding-agent/packages/pi/multi-747a8f19e4
Open

chore(deps): bump @anthropic-ai/sdk and @mariozechner/pi-coding-agent in /home/common/programs/pi-coding-agent/packages/pi#150
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/home/common/programs/pi-coding-agent/packages/pi/multi-747a8f19e4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @anthropic-ai/sdk to 0.91.1 and updates ancestor dependency @mariozechner/pi-coding-agent. These dependencies need to be updated together.

Updates @anthropic-ai/sdk from 0.90.0 to 0.91.1

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.91.1

0.91.1 (2026-04-24)

Full Changelog: sdk-v0.91.0...sdk-v0.91.1

Bug Fixes

  • memory: use restrictive file mode for memory files (#901) (6db3b7e)

Chores

  • formatter: run prettier and eslint separately (974d22f)

sdk: v0.91.0

0.91.0 (2026-04-23)

Full Changelog: sdk-v0.90.0...sdk-v0.91.0

Features

  • api: CMA Memory public beta (ddf732f)
  • bedrock: use auth header for mantle client (#866) (aec801a)

Bug Fixes

  • api: fix errors in api spec (ae10768)
  • api: restore missing features (1a5b47b)

Chores

  • internal: more robust bootstrap script (7716e19)
  • tests: bump steady to v0.22.1 (219a971)
Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.91.1 (2026-04-24)

Full Changelog: sdk-v0.91.0...sdk-v0.91.1

Bug Fixes

  • memory: use restrictive file mode for memory files (#901) (6db3b7e)

Chores

  • formatter: run prettier and eslint separately (974d22f)

0.91.0 (2026-04-23)

Full Changelog: sdk-v0.90.0...sdk-v0.91.0

Features

  • api: CMA Memory public beta (ddf732f)
  • bedrock: use auth header for mantle client (#866) (aec801a)

Bug Fixes

  • api: fix errors in api spec (ae10768)
  • api: restore missing features (1a5b47b)

Chores

  • internal: more robust bootstrap script (7716e19)
  • tests: bump steady to v0.22.1 (219a971)
Commits

Updates @mariozechner/pi-coding-agent from 0.70.4 to 0.72.1

Release notes

Sourced from @​mariozechner/pi-coding-agent's releases.

v0.72.1

No release notes provided.

v0.72.0

New Features

Breaking Changes

  • Replaced compat.reasoningEffortMap in models.json and pi.registerProvider() model definitions with model-level thinkingLevelMap (#3208). Migration: move old mappings from compat.reasoningEffortMap to thinkingLevelMap. Use string values for provider-specific thinking values and null for unsupported pi levels that should be hidden and skipped by cycling. See docs/models.md#thinking-level-map and docs/custom-provider.md.

Added

  • Added Xiaomi MiMo Token Plan provider support with XIAOMI_API_KEY, default model resolution, /login display support, and provider documentation (#4005 by @​Phoen1xCode).
  • Added model-level thinkingLevelMap support in models.json and pi.registerProvider(), allowing models to expose only the thinking levels they actually support (#3208).
  • Added shouldStopAfterTurn agent loop callback for post-turn stop control, inherited from @mariozechner/pi-agent-core. See packages/agent/README.md.

Fixed

  • Fixed pi.registerProvider() to honor per-model baseUrl overrides (#4063).
  • Fixed self-update detection so pi correctly identifies when a newer version is available and applies updates (#3942, #3980, #3922).

v0.71.1

Added

  • Added websocket-cached to the transport setting options for the OpenAI Codex provider used with ChatGPT subscription auth. This keeps the same WebSocket open for a session and, after the first request, sends only the new conversation items instead of resending the full chat history when possible.

v0.71.0

Breaking Changes

  • Removed built-in Google Gemini CLI and Google Antigravity support. Existing configurations using those providers must switch to another supported provider.

New Features

Added

... (truncated)

Changelog

Sourced from @​mariozechner/pi-coding-agent's changelog.

[0.72.1] - 2026-05-02

[0.72.0] - 2026-05-01

New Features

Breaking Changes

  • Replaced compat.reasoningEffortMap in models.json and pi.registerProvider() model definitions with model-level thinkingLevelMap (#3208). Migration: move old mappings from compat.reasoningEffortMap to thinkingLevelMap. Use string values for provider-specific thinking values and null for unsupported pi levels that should be hidden and skipped by cycling. See docs/models.md#thinking-level-map and docs/custom-provider.md.

Added

  • Added Xiaomi MiMo Token Plan provider support with XIAOMI_API_KEY, default model resolution, /login display support, and provider documentation (#4005 by @​Phoen1xCode).
  • Added model-level thinkingLevelMap support in models.json and pi.registerProvider(), allowing models to expose only the thinking levels they actually support (#3208).
  • Added shouldStopAfterTurn agent loop callback for post-turn stop control, inherited from @mariozechner/pi-agent-core. See packages/agent/README.md.

Fixed

  • Fixed the default transport setting to use auto, allowing OpenAI Codex to use cached WebSocket context when available (#4083).
  • Fixed pi.registerProvider() to honor per-model baseUrl overrides (#4063).
  • Fixed self-update detection so pi correctly identifies when a newer version is available and applies updates (#3942, #3980, #3922).

[0.71.1] - 2026-05-01

Added

  • Added websocket-cached to the transport setting options for the OpenAI Codex provider used with ChatGPT subscription auth. This keeps the same WebSocket open for a session and, after the first request, sends only the new conversation items instead of resending the full chat history when possible.

[0.71.0] - 2026-04-30

Breaking Changes

  • Removed built-in Google Gemini CLI and Google Antigravity support. Existing configurations using those providers must switch to another supported provider.

New Features

Added

... (truncated)

Commits
  • 036bde0 Release v0.72.1
  • b8bb241 fix(ai): honor codex transport option
  • e4163fe Add [Unreleased] section for next cycle
  • 196226b Release v0.72.0
  • 2d33616 docs: audit changelog entries for v0.71.1..HEAD
  • c0e0469 fix(ai): use Xiaomi Token Plan Anthropic endpoint
  • 80f06d3 feat: add model thinking level metadata
  • a446226 feat(ai): add Xiaomi MiMo provider (#4005)
  • ddb8ed0 fix(coding-agent): honor registered model base urls
  • c3282e4 refactor(coding-agent): inline npm command parsing
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) to 0.91.1 and updates ancestor dependency [@mariozechner/pi-coding-agent](https://github.com/badlogic/pi-mono/tree/HEAD/packages/coding-agent). These dependencies need to be updated together.


Updates `@anthropic-ai/sdk` from 0.90.0 to 0.91.1
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.90.0...sdk-v0.91.1)

Updates `@mariozechner/pi-coding-agent` from 0.70.4 to 0.72.1
- [Release notes](https://github.com/badlogic/pi-mono/releases)
- [Changelog](https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent/CHANGELOG.md)
- [Commits](https://github.com/badlogic/pi-mono/commits/v0.72.1/packages/coding-agent)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.91.1
  dependency-type: indirect
- dependency-name: "@mariozechner/pi-coding-agent"
  dependency-version: 0.72.1
  dependency-type: direct:production
...

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 May 4, 2026
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