Skip to content

v0.32.1

Choose a tag to compare

@github-actions github-actions released this 03 Jan 03:27
· 3175 commits to main since this release

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