From 56733f53a815ca856cc6dedac9c930fac767fb8b Mon Sep 17 00:00:00 2001 From: Augment Bot Date: Thu, 30 Jul 2026 15:23:07 +0000 Subject: [PATCH 1/2] docs: update changelog for v0.34.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b57c3e9..b4a7e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +### 0.34.0 + +#### New Features +- **Desktop Installer**: Added `auggie cloud desktop ensure` to manage display-stack installers. +- **Billing JSON Output**: Included billing information in CLI JSON output. +- **Sensitive Path Protection**: Added approval requirements for saving files to sensitive paths. +- **Daemon Environments**: `auggie cloud environment get` now supports daemon targets. + +#### Improvements +- **Hosted Artifacts Consent**: Gated hosted-artifacts feature descriptions on explicit user consent. +- **Expert Triggers**: Preserved trigger actors when applying expert configurations. + +#### Bug Fixes +- **Credential Resolution**: Restored interactive credential resolution for MCP servers. +- **Daemon Lifecycle**: Preserved daemon execution lifecycle during automatic updates. + ### 0.33.0 #### New Features From bf8c8a03f60aecc54a7445aeb2924e8a6b25e37d Mon Sep 17 00:00:00 2001 From: Augment Bot Date: Thu, 30 Jul 2026 22:29:42 +0000 Subject: [PATCH 2/2] docs: remove staging-only desktop installer entry --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a7e5e..96f34e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ ### 0.34.0 #### New Features -- **Desktop Installer**: Added `auggie cloud desktop ensure` to manage display-stack installers. - **Billing JSON Output**: Included billing information in CLI JSON output. - **Sensitive Path Protection**: Added approval requirements for saving files to sensitive paths. - **Daemon Environments**: `auggie cloud environment get` now supports daemon targets.