Skip to content

Commit f3f91b7

Browse files
authored
docs: update changelog for v0.22.0 (#114)
1 parent a616204 commit f3f91b7

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.22.0
4+
5+
#### New Features
6+
- **Fork Session**: Added `/fork` slash command to fork the current session into a new one.
7+
- **Custom Themes**: Users can now override the default TUI theme.
8+
9+
#### Improvements
10+
- **Summarization Status**: Conversation summarization indicator is now only shown when summarization is actively happening.
11+
- **Help Menu**: The `--wait-for-indexing` and `--plugin-dir` flags are now visible in `auggie --help` output.
12+
- **Plugin Auto-Enable**: Plugins loaded via `--plugin-dir` are now automatically enabled for skills and commands.
13+
- **Tool Permission Feedback**: Denying a tool permission request now provides clearer feedback.
14+
- **Error Details**: Fetch errors now surface more detailed cause information.
15+
16+
#### Bug Fixes
17+
- Fixed excessive summarization calls within a single agent turn.
18+
- Fixed Tab-only navigation for multi-question prompts in the TUI.
19+
- Fixed MCP server initialization timing in ACP mode.
20+
- Fixed queue message rejection handling for enqueued messages.
21+
322
### 0.21.0
423

524
#### New Features

0 commit comments

Comments
 (0)