changelog: readable account settings, copyable workspace ID, unified labels#123
Merged
Merged
Conversation
…bels unified User-visible UI polish shipped in agentsfleet PR #478: the account settings dialog renders readable on the dark theme (Clerk appearance fix), the Workspace page gains one-click copy for the name and ID, and dashboard eyebrow labels collapse to a single type size. UI-only — no binary/CLI version change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
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.
Changelog
<Update>(Jul 04, 2026) for the UI standardization shipped in agentsfleet#478.UI-only — no
VERSION/binary/CLI change, so no version bump. Presentation-only; no documented endpoint, CLI flag, or behaviour moved, so no other docs page changed.🤖 Generated with Claude Code
Greptile Summary
Adds a
Jul 04, 2026changelog entry documenting the dark-theme fix for the Clerk account settings dialog, one-click workspace ID copy, unified eyebrow label sizes, and improved first-run empty states.<Update>block — covers one bug fix (dark-on-dark account settings) and three "What's new" items (copy workspace ID, unified label size, clearer empty states), combined into a single entry.tags={["Fixes", "UI"]}but contains a full## What's newsection, so the new features are invisible to any changelog filter on"What's new".Confidence Score: 4/5
Documentation-only change. The one issue — a missing tag — would cause new features to be hidden from the "What's new" changelog filter.
The entry correctly adds the "Fixes" tag but omits "What's new" even though three new features are described under a ## What's new heading. Users or automated tools filtering the changelog by that tag will silently miss the workspace ID copy feature and label/empty-state improvements.
changelog.mdx — the tags array on the new block needs "What's new" added.
Important Files Changed
tagsarray omits"What's new"despite the entry containing a full "What's new" section with three features.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["Jul 04 Update entry"] --> B["tags: Fixes, UI"] A --> C["## What's new section"] A --> D["## Bug fixes section"] C --> E["Copy workspace ID"] C --> F["Unified label size"] C --> G["Clearer empty states"] D --> H["Account settings dark-theme fix"] B -->|"Missing tag"| X["'What's new' filter: entry not shown"] B -->|"Matched"| Y["'Fixes' filter: entry shown"] B -->|"Matched"| Z["'UI' filter: entry shown"]%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD A["Jul 04 Update entry"] --> B["tags: Fixes, UI"] A --> C["## What's new section"] A --> D["## Bug fixes section"] C --> E["Copy workspace ID"] C --> F["Unified label size"] C --> G["Clearer empty states"] D --> H["Account settings dark-theme fix"] B -->|"Missing tag"| X["'What's new' filter: entry not shown"] B -->|"Matched"| Y["'Fixes' filter: entry shown"] B -->|"Matched"| Z["'UI' filter: entry shown"]Reviews (2): Last reviewed commit: "Update changelog.mdx" | Re-trigger Greptile