You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
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
0 commit comments