From 4a6474e48d68b98a2cf71f3cca80e8718a1acdc1 Mon Sep 17 00:00:00 2001 From: justinxu421 Date: Wed, 24 Sep 2025 14:06:20 -0700 Subject: [PATCH] add changelgo 0.5.6 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c889b7e..c4bf5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### 0.5.6 +- New `auggie rules list` command: Display workspace rules and guidelines directly from the CLI +- Enhanced `/rules` command: View workspace rules with improved colored formatting in the TUI +- Smarter TUI mode switching: Exit modes now return to the previous mode instead of always going back to Normal mode, enabling better workflows with FilePicker and Ask modes +- Session continuation tip: See a helpful reminder about using `auggie session continue` when exiting the TUI +- Better error messages: Reduced duplicate warnings and improved error tracking for cleaner output +- Fixed Ctrl+C handling: Properly interrupt the agent when Ctrl+C is pressed while the agent is running +- Fixed Option+Delete: Keyboard shortcut now correctly deletes words backward instead of forward + ### 0.5.5 - Ask Mode: a streamlined prompt-first interaction mode with improved transcript rendering.