Skip to content

Commit cef66d8

Browse files
authored
Update CHANGELOG for version 0.6.0 (#27)
1 parent 89bf00f commit cef66d8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
### 0.6.0
4+
5+
#### New Features
6+
- **Parallel Tool Calls**: Added support for models calling multiple tools simultaneously
7+
- **Agent Client Protocol (ACP)**: Added experimental support for external editor integration via `--acp` flag, including file mentions and image support
8+
- **User Rules**: Added support for user-specific rules in `~/.augment/rules` directory for custom agent behavior
9+
- **Tool Management**: Added `--disable-tool` flag and settings configuration to disable specific tools from the agent's toolset
10+
11+
#### Improvements
12+
- **Vim Mode**: Added 'e' keybind for moving to the end of a word, matching standard vim behavior
13+
- **Session Picker**: Improved UI with dynamic column resizing for better readability
14+
- **Settings Validation**: Enhanced error handling to gracefully handle invalid configuration fields
15+
16+
#### Commands & Utilities
17+
- **Request ID**: Added `/request-id` command to display request IDs for debugging and support
18+
319
### 0.5.10
420
- **Commands**: Added `/request-id` command to display request IDs for debugging
521
- **UI**: Improved session picker with dynamic column resizing

0 commit comments

Comments
 (0)