| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pi-coding-agent-install-package-lock.json | 2026-09-05 | 72.7 kB | |
| pi-coding-agent-install-package.json | 2026-09-05 | 380 Bytes | |
| SHA256SUMS | 2026-09-05 | 823 Bytes | |
| pi-windows-arm64.zip | 2026-09-05 | 43.6 MB | |
| pi-windows-x64.zip | 2026-09-05 | 45.0 MB | |
| pi-0.85.1-source.tar.gz | 2026-09-05 | 7.0 MB | |
| pi-darwin-arm64.tar.gz | 2026-09-05 | 31.0 MB | |
| pi-darwin-x64.tar.gz | 2026-09-05 | 33.5 MB | |
| pi-linux-arm64.tar.gz | 2026-09-05 | 42.6 MB | |
| pi-linux-x64.tar.gz | 2026-09-05 | 42.6 MB | |
| README.md | 2026-09-05 | 1.4 kB | |
| v0.85.1 source code.tar.gz | 2026-09-05 | 7.0 MB | |
| v0.85.1 source code.zip | 2026-09-05 | 7.9 MB | |
| Totals: 13 Items | 260.3 MB | 10 | |
New Features
- GPT-6 Astra — Available through OpenAI API keys and OpenAI Codex subscriptions. See API Keys and OpenAI Codex.
Added
- Added GPT-6 Astra for OpenAI API keys and OpenAI Codex subscriptions.
- Added five-times-faster mouse wheel scrolling while holding Alt in fullscreen mode (#9166 by @xl0).
Fixed
- Fixed configurable save keybindings in the model and thinking selectors (#9149 by @rwachtler).
- Fixed SDK import failures caused by unintentionally publishing internal experimental code and dependencies in 0.85.0. The experimental
clientandexperimental/pluginsubpaths and server/client commands are now source-only throughpi-test.sh; the supported local SDK and stdio RPC API are unchanged (#9132). - Fixed mouse hover changing selection and recentering autocomplete and settings lists, causing clicks to target a different item.
- Fixed long prompt-cache requests for GPT-5.6+ Responses models to use
prompt_cache_options.ttl: "30m"instead ofprompt_cache_retention: "24h".