mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 17:00:59 +00:00
Add changelog entry for edit tool diff fix
This commit is contained in:
parent
0f81b09625
commit
a4653d48c8
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
- 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](https://github.com/badlogic/pi-mono/issues/414))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Edit tool diff not displaying in TUI due to race condition between async preview computation and tool execution
|
||||
|
||||
## [0.32.0] - 2026-01-03
|
||||
|
||||
### Breaking Changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue