Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for keeping the changelog up to date! On this line we introduce an empty list item (- ). In the rendered Markdown this shows up as a dangling bullet, so we should drop the blank entry to keep the list tidy.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There’s a stray bullet (- ) here that looks unintentional; consider removing it or completing the entry.

🤖 React with 👍 or 👎 to let us know if the comment was useful.

### 0.5.5

- Ask Mode: a streamlined prompt-first interaction mode with improved transcript rendering.
Expand Down