Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The auggie cloud vfs get-url command this entry advertises is gated behind the vfs_durable_file_identity flag, which defaults OFF in every environment (including production) and fails closed, so runVFSGetUrl errors out (vfs_durable_file_identity is disabled) for all users today. This is the same default-off/flagged condition under which the Daemon Diff View entry was removed earlier in this PR, so this entry appears inconsistent with that policy.

Severity: medium


🤖 Was this useful? React with 👍 or 👎


#### 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
Expand Down