Skip to content

Bump @mariozechner/pi-ai from 0.72.1 to 0.73.0 in the production group across 1 directory - #3

Merged
afurm merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-cbbd599eda
May 5, 2026
Merged

Bump @mariozechner/pi-ai from 0.72.1 to 0.73.0 in the production group across 1 directory#3
afurm merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-cbbd599eda

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production group with 1 update in the / directory: @mariozechner/pi-ai.

Updates @mariozechner/pi-ai from 0.72.1 to 0.73.0

Release notes

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

v0.73.0

New Features

Breaking Changes

  • Switched the built-in xiaomi provider from Token Plan AMS to Xiaomi's API billing endpoint, and renamed its /login display from "Xiaomi MiMo Token Plan" to "Xiaomi MiMo". XIAOMI_API_KEY now refers to the API billing key from platform.xiaomimimo.com. Users on Token Plan should switch to the appropriate xiaomi-token-plan-* provider and set the corresponding env var (#4112 by @​Phoen1xCode).

Added

  • Added three Xiaomi MiMo Token Plan regional providers visible in /login: xiaomi-token-plan-cn (XIAOMI_TOKEN_PLAN_CN_API_KEY), xiaomi-token-plan-ams (XIAOMI_TOKEN_PLAN_AMS_API_KEY), xiaomi-token-plan-sgp (XIAOMI_TOKEN_PLAN_SGP_API_KEY). Each defaults to mimo-v2.5-pro (#4112 by @​Phoen1xCode).

Changed

  • Changed read tool rendering to collapse Pi documentation, AGENTS/CLAUDE context files, and SKILL.md contents by default in interactive output.

Fixed

  • Fixed generated OpenAI-compatible model metadata for Qwen 3.5/3.6 and MiniMax M2.7, so those models work through the built-in provider catalog (#4110 by @​jsynowiec).
  • Fixed Bedrock Claude Opus 4.7 xhigh thinking requests by preserving the provider's native effort value.
  • Fixed OpenAI Codex WebSocket transport to fall back to SSE when setup fails before streaming starts, and surface transport diagnostics in the assistant message (#4133).
  • Fixed OpenAI Codex WebSocket transport keeping --print and JSON mode processes alive after the response by closing cached WebSocket sessions during session shutdown (#4103).
  • Fixed compact read tool calls to render directly and include selected line ranges in interactive output.
  • Fixed interactive sessions to exit when terminal input is lost instead of continuing in a broken state.
  • Fixed bash tool output to stream incrementally while commands run instead of waiting for command completion (#4145).
  • Fixed selector and autocomplete fuzzy ranking to prioritize exact matches.
Changelog

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

[0.73.0] - 2026-05-04

Breaking Changes

  • Switched the built-in xiaomi provider endpoint from Token Plan AMS (https://token-plan-ams.xiaomimimo.com/anthropic) to API billing (https://api.xiaomimimo.com/anthropic). XIAOMI_API_KEY now refers to the API billing key from platform.xiaomimimo.com. Users still on Token Plan must move to the appropriate xiaomi-token-plan-* provider and set the corresponding env var (#4112 by @​Phoen1xCode).

Added

  • Added Xiaomi MiMo Token Plan regional providers with per-region env vars: xiaomi-token-plan-cn (XIAOMI_TOKEN_PLAN_CN_API_KEY), xiaomi-token-plan-ams (XIAOMI_TOKEN_PLAN_AMS_API_KEY), and xiaomi-token-plan-sgp (XIAOMI_TOKEN_PLAN_SGP_API_KEY) (#4112 by @​Phoen1xCode).
  • Added registerSessionResourceCleanup() and cleanupSessionResources() so providers can register cleanup hooks for session-scoped resources.

Fixed

  • Fixed generated OpenAI-compatible model metadata for Qwen 3.5/3.6 and MiniMax M2.7 to match models.dev and OpenCode Go (#4110 by @​jsynowiec).
  • Fixed Bedrock Converse thinking effort mapping to preserve native xhigh for Claude Opus 4.7.
  • Fixed OpenAI Codex Responses WebSocket transport to fall back to SSE when setup fails before streaming starts, and attach transport diagnostics to the assistant message (#4133).
Commits
  • dbcb473 Release v0.73.0
  • 299dc70 docs(changelog): audit unreleased entries
  • 2342001 fix(coding-agent): decouple codex session cleanup
  • 370fdae fix(ai): fall back from codex websocket to sse (#4133)
  • 693888a feat(ai): switch xiaomi default to api billing, add per-region token plan pro...
  • 7c5ef0b test(ai,coding-agent): stabilize env-sensitive test cases (#4119)
  • c8edb25 fix(ai): fix mismatch between models.dev and OpenCode Go (Qwen3.5/3.6, MiniMa...
  • b9efafc fix(ci): repair failing test expectations
  • 7268e9a Add [Unreleased] section for next cycle
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 4, 2026
@dependabot dependabot Bot changed the title Bump @mariozechner/pi-ai from 0.72.1 to 0.73.0 in the production group Bump @mariozechner/pi-ai from 0.72.1 to 0.73.0 in the production group across 1 directory May 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-cbbd599eda branch from a90bd10 to 7f7f3d1 Compare May 4, 2026 19:10
@dependabot
dependabot Bot requested a review from afurm as a code owner May 4, 2026 19:10
Bumps the production group with 1 update in the / directory: [@mariozechner/pi-ai](https://github.com/badlogic/pi-mono/tree/HEAD/packages/ai).


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

---
updated-dependencies:
- dependency-name: "@mariozechner/pi-ai"
  dependency-version: 0.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-cbbd599eda branch from 7f7f3d1 to 7e718cc Compare May 5, 2026 09:57
@afurm
afurm merged commit 87fc7e4 into main May 5, 2026
1 check passed
@afurm
afurm deleted the dependabot/npm_and_yarn/production-cbbd599eda branch May 5, 2026 13:27
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.

1 participant