# pi v0.85.1 - Product: pi (https://whatsnew.fyi/product/pi) - Vendor: pi - Date: 2026-09-05 - Version: v0.85.1 - Original notes: https://github.com/earendil-works/pi/releases/tag/v0.85.1 - Permalink: https://whatsnew.fyi/product/pi/releases/v0.85.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add GPT-6 Astra support through OpenAI API keys and OpenAI Codex subscriptions - **added** — Add five-times-faster mouse wheel scrolling while holding Alt in fullscreen mode - **fixed** — Fix configurable save keybindings in the model and thinking selectors - **fixed** — Fix SDK import failures caused by unintentionally publishing internal experimental code and dependencies in 0.85.0 - **fixed** — Fix mouse hover changing selection and recentering autocomplete and settings lists - **fixed** — Fix long prompt-cache requests for GPT-5.6+ Responses models to use prompt_cache_options.ttl: "30m" instead of prompt_cache_retention: "24h" ###### New Features - **GPT-6 Astra** — Available through OpenAI API keys and OpenAI Codex subscriptions. See [API Keys](https://github.com/earendil-works/pi/blob/v0.85.1/packages/coding-agent/docs/providers.md#api-keys) and [OpenAI Codex](https://github.com/earendil-works/pi/blob/v0.85.1/packages/coding-agent/docs/providers.md#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](https://github.com/earendil-works/pi/pull/9166) by [@xl0](https://github.com/xl0)). ###### Fixed - Fixed configurable save keybindings in the model and thinking selectors ([#9149](https://github.com/earendil-works/pi/pull/9149) by [@rwachtler](https://github.com/rwachtler)). - Fixed SDK import failures caused by unintentionally publishing internal experimental code and dependencies in 0.85.0. The experimental `client` and `experimental/plugin` subpaths and server/client commands are now source-only through `pi-test.sh`; the supported local SDK and stdio RPC API are unchanged ([#9132](https://github.com/earendil-works/pi/issues/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 of `prompt_cache_retention: "24h"`.