docs: update changelog for v0.31.0#152
Conversation
|
👋 This PR is being monitored by an automated agent. Here's what I can do:
I check in every 5 minutes. Any new comment will wake me up. |
| - **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.
Double check if this is behind a feature flag, I don't remember
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Risk Analysis 🛡️ · Low Risk
✅ Approved — Low-Risk Change
Details
Documentation-only change: a single `### 0.31.0` section added to `CHANGELOG.md` (+15/-0), with no executable code, config, schema, migration, or AI-prompt changes. The new section is correctly placed in descending-version order above `0.30.0`. Entries describe user-facing CLI/cloud behavior (cloud workflow triggers, session Space pinning, VFS file links, daemon worktree dir, MCP/hook fixes), consistent with how `main` already publishes user-facing cloud/Cosmos items — no raw experimental `auggie cloud ` plumbing-only entries. *Memory (seen 3×; last PR-148; permanent): the public CHANGELOG lists only user-facing CLI features.*| #### 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. |
There was a problem hiding this comment.
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 👎
Update the changelog with v0.31.0 release notes so reviewers and users can quickly understand the release scope.
${...}variable expansion across MCP server and hook configuration.🤖 This description was generated automatically. Please react with 👍 if it's helpful or 👎 if it needs improvement.