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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

### 0.8.0

#### New Features
- **Shell Configuration**: Added automatic shell detection and startup script support with `--shell` and `--startup-script` options
- **Windows Support**: Fixed PowerShell execution on Windows for better cross-platform compatibility

Choose a reason for hiding this comment

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

This entry is categorized under "New Features" but the wording "Fixed PowerShell execution" indicates it's a bug fix rather than a new feature. Consider moving this to the "Bug Fixes" section for better accuracy.

Current location:

#### New Features
...
- **Windows Support**: Fixed PowerShell execution on Windows for better cross-platform compatibility

Suggested location:

#### Bug Fixes
- **Chat Summarization**: Fixed chat history summarization
- **Windows Support**: Fixed PowerShell execution on Windows for better cross-platform compatibility

The word "Fixed" is a strong indicator that this belongs in Bug Fixes. If this was actually adding new Windows support (not fixing existing functionality), consider rewording to something like "Added PowerShell execution support on Windows" to clarify it's a new feature.

- **Terminal Authentication**: Added terminal authentication support for ACP mode
- **ACP Mode**: Made `--acp` flag publicly available for Agent Communication Protocol support
- **Queue Management**: Enabled message queue when agent is busy

#### Improvements
- **Rules Management**: Improved rules filtering and status display for better visibility of manual and dynamic rules

#### Bug Fixes
- **Chat Summarization**: Fixed chat history summarization

### 0.7.0
#### New Features
- **Agent Client Protocol (ACP) Support**: Added comprehensive support for the Agent Client Protocol with terminal authentication, model selection, and indexing control via new `--acp` and `--allow-indexing` flags
Expand Down
Loading