Skip to content

Commit 9a08f73

Browse files
committed
docs: update changelog for v0.22.0
1 parent a616204 commit 9a08f73

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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+
- **Cloud Resource Management**: Added `auggie cloud` CLI commands for managing experts, integrations, triggers, and environments, with built-in help text examples.
8+
- **Custom Themes**: Users can now override the default TUI theme.
9+
- **MCP Registry Sidecar**: Added support for MCP registry sidecar for centralized MCP server management.
10+
- **Virtual Filesystem**: Added persistent cloud storage for agent sessions.
11+
12+
#### Improvements
13+
- **Summarization Status**: Conversation summarization indicator is now only shown when summarization is actively happening.
14+
- **Help Menu**: The `--wait-for-indexing` and `--plugin-dir` flags are now visible in `auggie --help` output.
15+
- **Plugin Auto-Enable**: Plugins loaded via `--plugin-dir` are now automatically enabled for skills and commands.
16+
- **Tool Permission Feedback**: Denying a tool permission request now provides clearer feedback.
17+
- **Error Details**: Fetch errors now surface more detailed cause information.
18+
- **MCP Tool Context**: Optimized MCP tool discovery to reduce context overhead.
19+
20+
#### Bug Fixes
21+
- Fixed excessive summarization calls within a single agent turn.
22+
- Fixed Tab-only navigation for multi-question prompts in the TUI.
23+
- Fixed MCP server initialization timing in ACP mode.
24+
- Fixed cloud rules not being re-applied after session restore.
25+
- Fixed queue message rejection handling for enqueued messages.
26+
327
### 0.21.0
428

529
#### New Features

0 commit comments

Comments
 (0)