| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pi-windows-arm64.zip | 2026-05-18 | 45.6 MB | |
| pi-darwin-arm64.tar.gz | 2026-05-18 | 28.5 MB | |
| pi-darwin-x64.tar.gz | 2026-05-18 | 30.7 MB | |
| pi-linux-arm64.tar.gz | 2026-05-18 | 45.0 MB | |
| pi-linux-x64.tar.gz | 2026-05-18 | 45.3 MB | |
| pi-windows-x64.zip | 2026-05-18 | 47.5 MB | |
| README.md | 2026-05-18 | 2.1 kB | |
| v0.75.1 source code.tar.gz | 2026-05-18 | 5.3 MB | |
| v0.75.1 source code.zip | 2026-05-18 | 5.8 MB | |
| Totals: 9 Items | 253.6 MB | 0 | |
Fixed
- Fixed config selectors to scale their visible row count to terminal height (#4243 by @samjonester).
- Fixed Anthropic-compatible API-key requests to ignore unrelated
ANTHROPIC_AUTH_TOKENenvironment values, avoiding invalid bearer credentials for providers such as Xiaomi MiMo inherited from@earendil-works/pi-ai(#4342). - Fixed Amazon Bedrock message conversion to skip unknown content blocks instead of failing the stream, inherited from
@earendil-works/pi-ai(#4223). - Fixed Azure OpenAI Responses and OpenAI Responses error formatting to prefix HTTP status codes onto
errorMessage, so transient 5xx and 429 errors are correctly matched by the agent-level auto-retry classifier inherited from@earendil-works/pi-ai(#4232). - Fixed OpenCode Go Kimi reasoning replay by normalizing streamed
reasoningfields back toreasoning_contentfor OpenCode Go only, inherited from@earendil-works/pi-ai(#4251). - Fixed Xiaomi MiMo model metadata to use the OpenAI-compatible endpoints and
openai-completionsAPI, restoring multi-turn thinking/tool-call sessions inherited from@earendil-works/pi-ai(#4505). - Fixed JSON parse failures for compressed fetch responses under Node 26.0 by installing undici fetch globals alongside pi's global dispatcher (#4650, #4652, #4653).
- Fixed npm-family package commands on Windows to avoid shell argument splitting when install prefixes contain spaces (#4623).
Removed
- Removed non-working OpenAI Codex fast model variants inherited from
@earendil-works/pi-ai.