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

### 0.6.0

#### New Features
- **Parallel Tool Calls**: Added support for models calling multiple tools simultaneously
- **Agent Client Protocol (ACP)**: Added experimental support for external editor integration via `--acp` flag, including file mentions and image support
- **User Rules**: Added support for user-specific rules in `~/.augment/rules` directory for custom agent behavior
- **Tool Management**: Added `--disable-tool` flag and settings configuration to disable specific tools from the agent's toolset

#### Improvements
- **Vim Mode**: Added 'e' keybind for moving to the end of a word, matching standard vim behavior

Choose a reason for hiding this comment

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

This session picker improvement is duplicated in version 0.5.10 (line 21). Since this feature was already released in 0.5.10, it should be removed from the 0.6.0 changelog.

Current code:

- **Session Picker**: Improved UI with dynamic column resizing for better readability

Suggested improvement:
Remove this line from the 0.6.0 Improvements section.

- **Session Picker**: Improved UI with dynamic column resizing for better readability
- **Settings Validation**: Enhanced error handling to gracefully handle invalid configuration fields

#### Commands & Utilities
- **Request ID**: Added `/request-id` command to display request IDs for debugging and support

Choose a reason for hiding this comment

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

The /request-id command is duplicated in version 0.5.10 (line 20). Since this command was already released in 0.5.10, it should be removed from the 0.6.0 changelog.

Current code:

- **Request ID**: Added `/request-id` command to display request IDs for debugging and support

Suggested improvement:
Remove this line from the 0.6.0 Commands & Utilities section.


### 0.5.10
- **Commands**: Added `/request-id` command to display request IDs for debugging
- **UI**: Improved session picker with dynamic column resizing
Expand Down
Loading