| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pi-coding-agent-install-package.json | 2026-07-25 | 380 Bytes | |
| pi-coding-agent-install-package-lock.json | 2026-07-25 | 61.9 kB | |
| pi-windows-arm64.zip | 2026-07-25 | 44.1 MB | |
| SHA256SUMS | 2026-07-25 | 823 Bytes | |
| pi-windows-x64.zip | 2026-07-25 | 45.9 MB | |
| pi-0.82.1-source.tar.gz | 2026-07-25 | 5.8 MB | |
| pi-darwin-arm64.tar.gz | 2026-07-25 | 31.7 MB | |
| pi-darwin-x64.tar.gz | 2026-07-25 | 34.3 MB | |
| pi-linux-arm64.tar.gz | 2026-07-25 | 43.3 MB | |
| pi-linux-x64.tar.gz | 2026-07-25 | 43.6 MB | |
| README.md | 2026-07-25 | 3.5 kB | |
| v0.82.1 source code.tar.gz | 2026-07-25 | 5.7 MB | |
| v0.82.1 source code.zip | 2026-07-25 | 6.4 MB | |
| Totals: 13 Items | 260.8 MB | 0 | |
New Features
- Claude Opus 5 — Available on Anthropic and Amazon Bedrock with adaptive thinking (including
xhigh), inference profiles, and prompt caching. See Providers. - Anthropic gateway bearer auth —
ANTHROPIC_AUTH_TOKENauthenticates against Anthropic-compatible gateways that requireAuthorization: Bearer, including compaction and branch summaries. See Environment Variables or Auth File. - Faster, more resilient model catalogs — pi.dev catalogs revalidate with
If-None-Matchso unchanged providers answer with an empty304, and llama.cpp models stay listed across restarts. See llama.cpp (github.com).
Added
- Exposed the
outputPadsetting to custom message renderers. See Extensions (#7045 by @xl0). - Added inherited
ANTHROPIC_AUTH_TOKENbearer authentication for Anthropic-compatible gateways. See Providers (#5871). - Added inherited Claude Opus 5 support for Anthropic and Amazon Bedrock with adaptive thinking, inference profiles, prompt caching, and preserved AWS validation messages (#7081 by @unexge, #7083 by @davidbrai).
Changed
- Changed pi.dev model catalog refreshes to revalidate with
If-None-Match, so unchanged provider catalogs answer with an empty304instead of a full download. - Changed inherited Radius OAuth device authorization, token exchange, and refresh requests to use the configured gateway directly.
- Changed inherited model loading errors to append the underlying cause, so auth failures such as
OAuth refresh failed for openai-codexreport the provider response instead of a bare wrapper message.
Fixed
- Fixed compaction and branch summaries for providers whose authentication resolves entirely to request headers (#5871)
- Fixed unavailable scoped models being hidden from
/models, allowing them to be removed without editing settings manually (#6949, #7032 by @christianklotz). - Fixed startup context file discovery to skip directories that match context file names such as
AGENTS.md, which producedEISDIRwarnings (#7106 by @mrexodia). - Fixed the llama.cpp extension to persist its model catalog, so llama.cpp models stay listed before the first successful refresh. See llama.cpp (github.com) (#7072 by @davidbrai).