Skip to content

v0.24.2

Choose a tag to compare

@nicobailon nicobailon released this 22 Aug 23:33
· 52 commits to main since this release

Pi Web Access 0.24.2 makes automatic search routing feel more natural in Codex sessions and fixes the Windows Gemini Web cookie path added in the last release. If you run Pi with a Codex model, auto search now tries Codex-backed OpenAI search before Exa. Other sessions keep the existing Exa-first behavior. Windows Chrome and Edge users should see fewer false cookie failures when using Gemini Web browser-cookie access.

Highlights

  • auto search now uses Codex-backed OpenAI search when Pi is running a Codex model.
  • Non-Codex sessions still prefer Exa first, so zero-config search keeps its fast keyless path.
  • Gemini Web browser-cookie access is more reliable on Windows Chrome and Edge profiles.

Full changelog

Highlights

  • auto search now uses Codex-backed OpenAI search when Pi is running a Codex model.
  • Non-Codex sessions still prefer Exa first, so zero-config search keeps its fast keyless path.
  • Gemini Web browser-cookie access is more reliable on Windows Chrome and Edge profiles.

Changed

  • Prefer Codex-backed OpenAI search in auto mode when the active Pi model is openai-codex; otherwise prefer Exa before OpenAI.

Fixed

  • Fixed Windows Gemini Web browser-cookie extraction when Chromium cookie expiry values are too large for JavaScript numbers or PowerShell DPAPI key unprotect needs encoded command transport. Thanks to @laixuanthoi for issue #290.