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

### 0.22.0

#### New Features
- **Fork Session**: Added `/fork` slash command to fork the current session into a new one.
- **Custom Themes**: Users can now override the default TUI theme.

#### Improvements
- **Summarization Status**: Conversation summarization indicator is now only shown when summarization is actively happening.
- **Help Menu**: The `--wait-for-indexing` and `--plugin-dir` flags are now visible in `auggie --help` output.
- **Plugin Auto-Enable**: Plugins loaded via `--plugin-dir` are now automatically enabled for skills and commands.
- **Tool Permission Feedback**: Denying a tool permission request now provides clearer feedback.
- **Error Details**: Fetch errors now surface more detailed cause information.

#### Bug Fixes
- Fixed excessive summarization calls within a single agent turn.
- Fixed Tab-only navigation for multi-question prompts in the TUI.
- Fixed MCP server initialization timing in ACP mode.
- Fixed queue message rejection handling for enqueued messages.

### 0.21.0

#### New Features
Expand Down