Conversation
|
👋 This PR is being monitored by an automated agent. Here's what I can do:
I check in every 5 minutes. Any new comment will wake me up. |
There was a problem hiding this comment.
Code Review Triage 🛡️ · Low Risk
✅ Approved — Low-Risk Change
Justification
This PR only modifies CHANGELOG.md, adding 24 lines of release notes for v0.22.0. It is a pure documentation change with no executable code, no prompt/guideline changes, no configuration changes, and no deletions. The content is standard changelog entries (features, improvements, bug fixes) that cannot affect runtime behavior.
👍 / 👎 Was this triage helpful? React to this comment with your feedback.
CHANGELOG.md
Outdated
|
|
||
| #### New Features | ||
| - **Fork Session**: Added `/fork` slash command to fork the current session into a new one. | ||
| - **Cloud Resource Management**: Added `auggie cloud` CLI commands for managing experts, integrations, triggers, and environments, with built-in help text examples. |
There was a problem hiding this comment.
we should remove this line "Cloud Resource Management". this is not user facing.
There was a problem hiding this comment.
Removed. Thanks for the feedback!
CHANGELOG.md
Outdated
| - **Fork Session**: Added `/fork` slash command to fork the current session into a new one. | ||
| - **Cloud Resource Management**: Added `auggie cloud` CLI commands for managing experts, integrations, triggers, and environments, with built-in help text examples. | ||
| - **Custom Themes**: Users can now override the default TUI theme. | ||
| - **MCP Registry Sidecar**: Added support for MCP registry sidecar for centralized MCP server management. |
There was a problem hiding this comment.
We should remove this line - not user facing.
CHANGELOG.md
Outdated
| - **Cloud Resource Management**: Added `auggie cloud` CLI commands for managing experts, integrations, triggers, and environments, with built-in help text examples. | ||
| - **Custom Themes**: Users can now override the default TUI theme. | ||
| - **MCP Registry Sidecar**: Added support for MCP registry sidecar for centralized MCP server management. | ||
| - **Virtual Filesystem**: Added persistent cloud storage for agent sessions. |
There was a problem hiding this comment.
We should remove this line, not user facing.
CHANGELOG.md
Outdated
| - **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. | ||
| - **MCP Tool Context**: Optimized MCP tool discovery to reduce context overhead. |
CHANGELOG.md
Outdated
| - 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 cloud rules not being re-applied after session restore. |
There was a problem hiding this comment.
remove this line. not user facing.
Update CHANGELOG.md with release notes for v0.22.0.