← News
Release notes

Pi 0.32.1

Added

  • Shell commands without context contribution: use !!command to execute a bash command that is shown in the TUI and saved to session history but excluded from LLM context. Useful for running commands you don't want the AI to see. (#414)

Fixed

  • Edit tool diff not displaying in TUI due to race condition between async preview computation and tool execution