Added
- Shell commands without context contribution: use
!!commandto 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