Skip to content

v0.11.0

Choose a tag to compare

@I4cTime I4cTime released this 25 Apr 06:50
d419a1f

v0.11.0 — Site overhaul + dashboard rebuild

Changed

  • Marketing site overhauled (web/) — replaced the hand-rolled landing/docs/changelog with a full HeroUI v3 + HeroUI Pro implementation backed by Tailwind v4 and lucide-react. New surfaces: hero with social-card art and install picker, TrustStrip KPIs (locale-stable), WhyQRing comparison, IntegrationsCarousel, LiveDemo terminal driving a global ⌘K CommandPalette, AgentMode, CursorPlugin showcase, FAQ, FreeCallout, FinalCta. Docs page gains a pinned Floating TOC with manual scroll-spy and a copy-to-clipboard MCP prompt cookbook. Navbar contrast lifted, custom hash navigation handles same-page anchors and home-link scroll-to-top in App Router. Background tokens darkened for better text contrast over the WebGL backdrop.
  • Status dashboard rebuiltqring status (and the status_dashboard MCP tool) now serves a denser, more useful live page: KPI strip, manifest/policy/approvals/hooks/agent-memory panels, sortable + searchable secrets table, audit-log filters with action + source chips, top-bar pause/refresh/JSON controls, and keyboard shortcuts (/, P, R, Esc).
  • Snapshot payload expanded/api/status and the SSE stream now include version, projectPath, scopes, protectedCount, manifest, policy, approvals, hooks, memoryKeys, and auditMetrics.

Fixed

  • Dashboard search input no longer loses focus — the SSE re-render uses a focus-preserving DOM swap that retains caret position, selection, and scroll offset across the 5-second tick.

CI

  • Wired HEROUI_AUTH_TOKEN (repo secret) into the Next.js + deploy-pages workflows so the licensed @heroui-pro/react postinstall can fetch its bundle on the runner.