Content management draft actions menu redesigned (v4.100.4)
Authors on non-legacy content management sites now see a grouped, clearly labelled draft actions menu with updated copy throughout — no more “branch” language, and actions are organized into Draft Details, Actions, and Draft Management sections.
Desktop and mobile layouts differ: mobile includes Request review and Publish changes inline; desktop keeps those in the edit bar. An Exit button for proposed drafts and a responsive editing bar with continuous label truncation are also included.
Draft change summary API now available (v4.100.4)
The API can return a grouped Added / Modified / Removed summary of a draft’s changes — separating documentation changes from settings changes — enabling the review modal to show reviewers exactly what a draft touches.
Display names resolve from post-change then pre-change data, so renamed and deleted entities still show their correct labels. An “other changes” bucket surfaces any changes that cannot be attributed, rather than silently omitting them.
Overlapping draft detection now available (v4.100.4)
Before requesting review, the API can now identify other proposed drafts on the same site that touch the same pages, patterns, or settings areas, giving authors a heads-up about potential conflicts.
The check is advisory and never blocks a review request; a mayHaveUndetectedOverlap flag is returned when either draft has changes that cannot be classified.
MCP list-tokens returns namespace digest and CSS variable names (v4.100.4)
AI agents querying design tokens now receive accurate, namespace-qualified paths and the exact CSS custom-property names emitted by the site’s token build, reducing hallucinated variable names.
Calling list-tokens with no arguments returns a digest of token counts by namespace; passing an include prefix filter returns flat token entries with cssVar, path, and value. The get-component tool gains section selection via include.
Zendesk support form removed from the app (v4.100.4)
The “Contact Knapsack” modal and CSAT feedback form, which submitted to a retired Zendesk integration, have been removed from the app.
Settings and authoring routes hidden on read-only deploys (v4.100.4)
Settings, MCP, Design, Develop, Prototype, and related nav links no longer appear — and their routes are now denied — when viewing a deployed App Client, preventing unintended access to administrative surfaces from read-only environments.
The authoring workspace (latest, branch instances, local dev) is completely unaffected; only standalone deployed clients are gated.
In-app documentation links updated (v4.100.4)
Help and documentation links throughout the app now point to the correct pages on the new docs platform, resolving broken links that previously led to 404 errors.
Markdown block headings no longer carry auto-generated IDs (v4.100.5)
Heading elements inside markdown blocks no longer include id attributes generated by the markdown renderer, eliminating per-render deprecation warnings from the server.
App UI renders markdown client-side with its own heading ID assignment, so this change does not affect the table-of-contents or any user-visible heading anchors in the authoring workspace.