Skip to content

Commit ad88e07

Browse files
authored
Update CHANGELOG.md for versions 0.11.1 and 0.11.0
Added changelog entries for version 0.11.1 and 0.11.0, detailing improvements and bug fixes.
1 parent 7e6a4c0 commit ad88e07

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

3+
### 0.11.1
4+
- Task list UI: Fix uncaught exception that resulted in the agent being unable to add to the tasklist
5+
6+
### 0.11.0
7+
8+
#### MCP Mode Improvements
9+
- **MCP Logging**: Added --log-file option for MCP mode to enable error logging (default: /tmp/augment-log.txt)
10+
- **MCP Performance**: Improved MCP mode startup performance with asynchronous workspace initialization
11+
12+
#### TUI Improvements
13+
- **Thinking Display**: Improved visual styling for thinking entries with better readability and less intrusive appearance
14+
- **Bash Mode**: Bash mode is now available, trigger by pressing !
15+
- **Input History**: Fixed input history navigation state after submitting commands and queued messages now properly added to history
16+
17+
#### Bug Fixes
18+
- **Tool Interruption**: Fixed crash when interrupting tool execution with escape key
19+
- **Parallel Interrupts**: Improved interrupt handling to properly cancel all running parallel sub-agents
20+
- **Exit Message**: Fixed typo in exit tip message
21+
322
### 0.10.0
423

524
#### TUI Features

0 commit comments

Comments
 (0)