News

Release notes from the Pi changelog. Longer project updates and announcements will land here too.

Release notes

Pi 0.52.7

New version of pi. Download from npm, view release on GitHub, or read release notes.

  • Per-model overrides in models.json via modelOverrides, allowing customization of built-in provider models without replacing provider model lists
  • models.json provider models now merge with built-in models by id, so custom models can be added or replace matching built-ins without full provider replacement
  • Bedrock proxy support for unauthenticated endpoints via AWS_BEDROCK_SKIP_AUTH and AWS_BEDROCK_FORCE_HTTP1
Release notes

Pi 0.52.0

New version of pi. Download from npm, view release on GitHub, or read release notes.

  • Claude Opus 4.6 model support
  • GPT-5.3 Codex model support (OpenAI Codex provider only)
  • SSH URL support for git packages
  • auth.json API keys now support shell command resolution (!command) and environment variable lookup
  • Model selectors now display the selected model name
Release notes

Pi 0.51.3

New version of pi. Download from npm, view release on GitHub, or read release notes.

  • Command discovery for extensions via ExtensionAPI.getCommands(), with commands.ts example for invocation patterns
  • Local path support for pi install and pi remove, with relative path resolution against the settings file
Release notes

Pi 0.51.0

New version of pi. Download from npm, view release on GitHub, or read release notes.

  • Android/Termux support
  • Bash spawn hook
  • Linux ARM64 musl support
  • Nix/Guix support
  • Named session filter
  • Typed tool call events
  • Extension UI Protocol
Release notes

Pi 0.50.4

New version of pi. Download from npm, view release on GitHub, or read release notes.

  • OSC 52 clipboard support for SSH/mosh
  • Vercel AI Gateway routing
  • Character jump navigation
  • Emacs-style Ctrl+B/Ctrl+F navigation
  • Line boundary navigation
  • Performance improvements
  • set_session_name RPC command
  • Disable double-escape behavior