Skip to content
Merged
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

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 👎

- **Daemon Diff View**: Added a diff view for the Auggie daemon.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Double check if this is behind a feature flag, I don't remember

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good catch — you're right. The daemon diff view is gated behind the webapp_diff_view_daemon_enabled feature flag (added with the feature), and a follow-up capability gate (CORE-698) controls its rollout, so it isn't generally available to users yet. I'll remove the Daemon Diff View entry from the changelog to match our policy of excluding default-off/flagged features, and push the update.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done — removed the Daemon Diff View entry and pushed f634d86. Since this is a new commit since your approval, the PR will need a fresh approval before I can merge.


#### 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
Loading