-
Notifications
You must be signed in to change notification settings - Fork 32
docs: update changelog for v0.31.0 #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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. | ||
| - **Daemon Diff View**: Added a diff view for the Auggie daemon. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done — removed the Daemon Diff View entry and pushed |
||
|
|
||
| #### 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 | ||
|
|
||
There was a problem hiding this comment.
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-urlcommand this entry advertises is gated behind thevfs_durable_file_identityflag, which defaults OFF in every environment (including production) and fails closed, sorunVFSGetUrlerrors 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 👎