contentrain@0.7.6
Patch Changes
-
c4bccd1: fix(cli): restore blank Serve UI labels and correct the capabilities transport badge
The Serve UI's Doctor and Format sidebar labels rendered blank. Two causes, both fixed:
- Stale generated client. The committed
#contentrainclient the UI bundles was last generated in March and had drifted 40 keys behind the sourceserve-ui-textsdictionary — including the two nav labels, the entire Doctor page copy (21 keys), the branch-detail merge-preview strings (7), and the Format page (4). Regenerating brings the client current (and also syncs the docs/marketing content the same client mirrors viacontent_path). - Half-migrated sidebar.
PrimarySidebarused aprimary-nav.*namespace for only Doctor/Format while the other six items were hardcoded. All eight nav items now use the single, completeprimary-sidebar.*namespace, matchingMobileNav's dictionary-driven approach.
Also:
/api/capabilitiesreportedtransport: "stdio"in Web-UI mode, where the dashboard is actually reached over HTTP (the MCP engine is embedded in-process). The badge now readslocal · http.stdioremains correct only forserve --stdio, which does not serve this UI. - Stale generated client. The committed