Skip to content

Bump @mariozechner/pi-coding-agent from 0.72.1 to 0.73.0#9

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/mariozechner/pi-coding-agent-0.73.0
Open

Bump @mariozechner/pi-coding-agent from 0.72.1 to 0.73.0#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/mariozechner/pi-coding-agent-0.73.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps @mariozechner/pi-coding-agent from 0.72.1 to 0.73.0.

Release notes

Sourced from @​mariozechner/pi-coding-agent'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-coding-agent's changelog.

[0.73.0] - 2026-05-04

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.
Commits
  • dbcb473 Release v0.73.0
  • 299dc70 docs(changelog): audit unreleased entries
  • 6b18cdb fix(coding-agent): stream bash output incrementally (#4165)
  • 756b774 fix(coding-agent): exit on lost terminal
  • e355696 fix(coding-agent): show compact read line ranges
  • 324aa1d fix(coding-agent): render compact read calls directly
  • 2342001 fix(coding-agent): decouple codex session cleanup
  • 5fa277b fix(coding-agent): close codex websocket sessions
  • 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...
  • 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 [@mariozechner/pi-coding-agent](https://github.com/badlogic/pi-mono/tree/HEAD/packages/coding-agent) 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/coding-agent/CHANGELOG.md)
- [Commits](https://github.com/badlogic/pi-mono/commits/v0.73.0/packages/coding-agent)

---
updated-dependencies:
- dependency-name: "@mariozechner/pi-coding-agent"
  dependency-version: 0.73.0
  dependency-type: direct:development
  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 May 6, 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