You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
### 0.5.6
4
+
- New `auggie rules list` command: Display workspace rules and guidelines directly from the CLI
5
+
- Enhanced `/rules` command: View workspace rules with improved colored formatting in the TUI
6
+
- 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
7
+
- Session continuation tip: See a helpful reminder about using `auggie session continue` when exiting the TUI
8
+
- Better error messages: Reduced duplicate warnings and improved error tracking for cleaner output
9
+
- Fixed Ctrl+C handling: Properly interrupt the agent when Ctrl+C is pressed while the agent is running
10
+
- Fixed Option+Delete: Keyboard sho
11
+
3
12
### 0.5.5
4
13
5
14
- Ask Mode: a streamlined prompt-first interaction mode with improved transcript rendering.
0 commit comments