May 22, 2026
A polish week focused on the dashboard experience and reliability of the live audit feed.
New features
- Light theme — The dashboard now ships with a light mode in addition to the existing dark theme, so you can match AGCMS to your preferred working environment.
Updates
- Reliable live violation feed — Streaming connections for the live violation feed are now tuned for long-lived, unbuffered delivery, so events appear in the dashboard without stalls or reconnects behind common reverse proxies.
Bug fixes
- Correct verification status on demo data — The per-row verifier on the Audit page now correctly recognizes demo-seeded rows and reports them as Verified instead of Tampered, so first-run and sandbox workspaces no longer show misleading integrity warnings.
This week we shipped AGCMS v1.2.0 — the largest release since launch. Phases 7 and 8 are now live, bringing onboarding, policy packs, a redesigned dashboard, the Trust Center, and official Python and TypeScript SDKs.
New features
- Onboarding wizard — A guided first-run flow to get new workspaces from sign-up to a verified audit event in minutes.
- Policy packs — Drop-in compliance presets for HIPAA, GDPR, EU AI Act, NIST AI RMF, SOC 2, and PCI DSS. Apply a pack to a workspace and the matching controls, retention rules, and notifications are configured for you.
- Notifications — Configurable alerts for policy violations, anchor failures, and escalations, with routing to email, Slack, and webhooks. See Notifications.
- Trust Center — A public-facing page that proves your audit log is intact, backed by the new portable PublicVerifier and Merkle-anchored audit bundles.
- TrustChain motif on the Audit page — A live visualization of the hash chain so you can see anchor integrity at a glance.
- Python and TypeScript SDKs — First-class clients for both languages. See the Python SDK and TypeScript SDK guides.
- Sample integrations — Ready-to-run examples for OpenAI, Anthropic, and LangChain.
- Status page — Live service health is now published at agcms.betteruptime.com and linked from the docs top bar.
Updates
- Dashboard redesign — New shell with page-enter animations, a Verifier link in the top nav, and
HealthPill/StreamPillindicators that surface service and stream status in real time. - PublicVerifier hero — The verifier landing page has been promoted to match the rest of the design system, making it easier for auditors to drop in a bundle and confirm integrity.
- Refreshed brand — New Merkle-tree logomark and Geist typography across the product.
- SDK 0.1.2 — Both SDKs ship with the correct package URLs and a bundled Apache 2.0 license;
agcms.__version__in Python is now in sync with package metadata.
Bug fixes
- Dismissible onboarding banner — The dashboard no longer force-redirects users with incomplete onboarding. The prompt is now a banner you can dismiss and return to later.