feat(console): What's new — a user-facing feed generated from the changelog (v0.433.0) - #806
Merged
Conversation
…ngelog (v0.433.0) Changelog entries a user would notice now carry a `**For users:**` (or `**For admins:**`) line; the server parses those into a What's new dialog under the sidebar version, grouped by release, with a per-member unread badge (last-opened version in settings; first visit = last 14 days), role-scoped admin entries, and console links as the "try it". Unreleased never shows. Backfilled v0.430.0-v0.432.0; convention documented in CLAUDE.md -> Versioning. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HA3jrB7rENd2zadgxP56Lu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a user-facing What's new feed, generated from
CHANGELOG.md(option B). The changelog is written for the people building Agentric. People using it need one sentence of "you can now …" and a place to try it.How it works
**For users:**line as the last line of its bullet, or**For admins:**for owner/admin-only features. Untagged entries never appear.src/edge/whats-new.tsreadsCHANGELOG.mdonce per process; the file only changes on deploy. A tag runs to the end of its bullet. Entries under Unreleased never show. A missing file just means an empty feed.[Open Tasks](#/tasks), is its "try it" and closes the dialog.settings(whats_new_seen:<member>). Anything released after it counts as new. Someone who has never opened it sees the last 14 days as new, not the whole history.GET /api/whats-newfilters admin entries by role.POST /api/whats-new/seenmarks the feed read.One source of truth: a feature can't reach the feed without a changelog entry, and the feed can't drift from what shipped.
Verification
scripts/whats-new-test.cjs(16 checks) covers the parse, the unseen rule, the real changelog, and the per-member marker. It's added totest:governance, which passes along with typecheck and the web build.⚠ This touches server code, so it needs a server restart.
🤖 Generated with Claude Code
https://claude.ai/code/session_01HA3jrB7rENd2zadgxP56Lu