From 714f3a8a6435752abd4b149e6339165cdeb66ecf Mon Sep 17 00:00:00 2001 From: Justin Xu Date: Wed, 24 Sep 2025 17:12:32 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bf5c5..2f3574f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ - 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 - +- Fixed issue where rules were not being attached to the agent request +- ### 0.5.5 - Ask Mode: a streamlined prompt-first interaction mode with improved transcript rendering.