From 6fc70b8e539aaf4a18cbf08a9a5a0843180dd5da Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:02:40 +0000 Subject: [PATCH 1/2] docs: update changelog for v0.31.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 611d681..5db12b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +### 0.31.0 + +#### New Features +- **Cloud Workflow Triggers**: `auggie cloud` experts can now use Jira, Confluence, GitLab, and Microsoft Teams as persistent workflow trigger sources. +- **Session Space Pinning**: `auggie cloud session create` now accepts `--space-id` to pin a new session to a Space. +- **VFS File Links**: Added `auggie cloud vfs get-url` to generate compact, durable links to VFS files. +- **Daemon Diff View**: Added a diff view for the Auggie daemon. + +#### Improvements +- **Daemon Worktree Directory**: `auggie daemon` can now be configured with a custom worktree directory. + +#### Bug Fixes +- Fixed `auggie cloud expert list --by-usage` to report weekly active users consistently with the webapp. +- Fixed owner parity for opted-in shared MCP servers. +- Fixed `${...}` variable expansion across MCP server and hook config files, including plugin-root variables. + ### 0.30.0 #### New Features From f634d865e1f1c14fd587c8c2dafffb1983e68d57 Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:16:25 +0000 Subject: [PATCH 2/2] docs: remove flagged daemon diff view from v0.31.0 changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db12b9..ab2be1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ - **Cloud Workflow Triggers**: `auggie cloud` experts can now use Jira, Confluence, GitLab, and Microsoft Teams as persistent workflow trigger sources. - **Session Space Pinning**: `auggie cloud session create` now accepts `--space-id` to pin a new session to a Space. - **VFS File Links**: Added `auggie cloud vfs get-url` to generate compact, durable links to VFS files. -- **Daemon Diff View**: Added a diff view for the Auggie daemon. #### Improvements - **Daemon Worktree Directory**: `auggie daemon` can now be configured with a custom worktree directory.