From 3df49da27ec2695483e91f6e973eb11695761c64 Mon Sep 17 00:00:00 2001 From: Augment Bot Date: Wed, 15 Jul 2026 17:43:18 +0000 Subject: [PATCH 1/2] docs: update changelog for v0.32.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2be1b..87f824e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +### 0.32.0 + +#### New Features +- **Cloud Tunnel**: Promoted the cloud tunnel command to stable and removed the experimental label. +- **VFS Granular Sharing**: Added granular file sharing controls and access requests for cloud agent files. +- **Automation Triggers**: Added support for Azure DevOps as an automation trigger. +- **Cloud File Comments**: Added support for inline and document-level comments in the cloud file viewer. +- **MCP @-Mentions**: Added the ability to @-mention MCP servers in the cloud agent composer. +- **Daemon Diff Support**: Added support for viewing file diffs in daemon-backed cloud sessions. + +#### Improvements +- **Error Visibility**: Improved visibility for API errors lacking detailed descriptions. +- **Cloud Error Legibility**: Improved legibility of model-unavailable rejections for cloud sessions. +- **Integration Status**: Added Atlassian status reporting to the cloud integration command. +- **VFS File Size**: Increased the cloud agent file size limit to 4 MiB. +- **Session Cleanup**: Automated cleanup of temporary worktrees when archiving or deleting sessions. +- **Session Details**: Added the CLI version to the cloud session details view. +- **MCP Reliability**: Improved MCP reliability by automatically restarting wedged servers. +- **MCP Monitoring**: Enhanced MCP server health monitoring and added a guard for empty credentials. +- **Event Logging**: Added originating webhook information to the cloud session event log. +- **Shell Consistency**: Propagated the local shell selection to child and cloud agents for a consistent terminal experience. +- **Connection Recovery**: Added a watchdog to automatically recover WebSocket connections when resuming from sleep. + +#### Bug Fixes +- **Chat Summaries**: Fixed an issue where stale thinking signatures remained in chat summaries. +- **macOS Initialization**: Fixed a macOS permission issue affecting terminal initialization at install time. +- **MCP Diagnostics**: Fixed a bug where MCP servers would stay in a "Connecting..." state in the diagnostics view. +- **MCP UI**: Resolved an issue where the @-mention spinner would get stuck when an MCP server failed to add. +- **VFS Share Links**: Fixed VFS share links to correctly resolve in the cloud viewer. +- **MCP Content**: Fixed an issue where non-text/image MCP content was not correctly surfaced to the agent. + ### 0.31.0 #### New Features From be4239a751769755191c05abe1de0210e78d38c7 Mon Sep 17 00:00:00 2001 From: Tulga Tsogtgerel Date: Wed, 15 Jul 2026 10:50:37 -0700 Subject: [PATCH 2/2] trim --- CHANGELOG.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f824e..7ce4bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,33 +2,16 @@ ### 0.32.0 -#### New Features -- **Cloud Tunnel**: Promoted the cloud tunnel command to stable and removed the experimental label. -- **VFS Granular Sharing**: Added granular file sharing controls and access requests for cloud agent files. -- **Automation Triggers**: Added support for Azure DevOps as an automation trigger. -- **Cloud File Comments**: Added support for inline and document-level comments in the cloud file viewer. -- **MCP @-Mentions**: Added the ability to @-mention MCP servers in the cloud agent composer. -- **Daemon Diff Support**: Added support for viewing file diffs in daemon-backed cloud sessions. - #### Improvements - **Error Visibility**: Improved visibility for API errors lacking detailed descriptions. -- **Cloud Error Legibility**: Improved legibility of model-unavailable rejections for cloud sessions. -- **Integration Status**: Added Atlassian status reporting to the cloud integration command. -- **VFS File Size**: Increased the cloud agent file size limit to 4 MiB. -- **Session Cleanup**: Automated cleanup of temporary worktrees when archiving or deleting sessions. -- **Session Details**: Added the CLI version to the cloud session details view. - **MCP Reliability**: Improved MCP reliability by automatically restarting wedged servers. - **MCP Monitoring**: Enhanced MCP server health monitoring and added a guard for empty credentials. - **Event Logging**: Added originating webhook information to the cloud session event log. -- **Shell Consistency**: Propagated the local shell selection to child and cloud agents for a consistent terminal experience. -- **Connection Recovery**: Added a watchdog to automatically recover WebSocket connections when resuming from sleep. #### Bug Fixes - **Chat Summaries**: Fixed an issue where stale thinking signatures remained in chat summaries. - **macOS Initialization**: Fixed a macOS permission issue affecting terminal initialization at install time. - **MCP Diagnostics**: Fixed a bug where MCP servers would stay in a "Connecting..." state in the diagnostics view. -- **MCP UI**: Resolved an issue where the @-mention spinner would get stuck when an MCP server failed to add. -- **VFS Share Links**: Fixed VFS share links to correctly resolve in the cloud viewer. - **MCP Content**: Fixed an issue where non-text/image MCP content was not correctly surfaced to the agent. ### 0.31.0