CRO PlatformAI-Native CRO OS
Toggle navigationMenu

Changelog

Recently shipped

What landed on the platform, grouped by month, newest first. Sourced from apps/web/src/data/changelog.ts.

Last 30 days

10

Features

10

Fixes

0

Infra

0

Entries by month

June 2026

  • 2026-06-04featurePR #81

    User profile + preferences at /me

    Personal page showing identity, recent signatures, and per-user preferences. Surfaced from the global nav under Overview.

  • 2026-06-03featurePR #82

    Model registry browser at /models

    Browse pinned model IDs, the agent that each is assigned to, and the full change history. Sourced from packages/model-registry.

  • 2026-06-02featurePR #80

    Interactive onboarding tour at /tour

    Ten-step first-time visitor tour explaining the CRO platform vocabulary — agents, A0–A4, staging, Part 11, ALCOA+, provenance, inspection.

  • 2026-06-01featurePR #79

    Study snapshot sidebar on /studies/[id]

    Per-study sidebar with sponsor, phase, enrollment, active agents, and a link to the inspection package.

May 2026

  • 2026-05-30featurePR #78

    Glossary at /glossary

    Single page defining every acronym and concept used across the platform — A0–A4, ALCOA+, CDISC, Part 11, staging, provenance.

  • 2026-05-29featurePR #77

    Sponsor request thread detail at /sponsor-requests/[id]

    Full conversation view for sponsor requests, with status, requester, history, and the staging proposal generated by the assigned agent.

  • 2026-05-28featurePR #76

    Daily morning brief at /digest

    Single-page digest of the last 24h (or user-chosen window): headline tiles, top agents, top studies, risks, signatures, compliance.

  • 2026-05-26featurePR #75

    Operational health page at /health

    SRE-style view of cron liveness, sampled API latency, Supabase reachability, row counts, and the SLO board.

  • 2026-05-24featurePR #74

    Sitemap at /sitemap

    Every route in the platform — pages and API endpoints — grouped by section. Auto-generated from NAV_SECTIONS.

  • 2026-05-22featurePR #73

    Regulatory dossier on /agents/[id]

    Per-agent credibility dossier surfacing autonomy class, model, citations policy, eval cases passed, and links to validation evidence.

  • 2026-05-20featurePR #72

    Part 11 + ALCOA+ compliance dashboard at /compliance

    Real-time view of every signature, attributable/legible/contemporaneous coverage, and any audit-trail gaps the platform sees.

  • 2026-05-18featurePR #71

    Nav-bar search box wired to /search + Reference section

    Search box added to the global nav and a new Reference grouping introduced for validation, search, glossary, and sitemap.

  • 2026-05-16featurePR #70

    Unified search at /search

    Single search bar across studies, agents, sponsor requests, signatures, and provenance — with type-aware result groupings.

  • 2026-05-14featurePR #69

    Validation evidence registry at /validation

    CSV/CSA validation evidence index — every test plan, IQ/OQ/PQ run, and signed report tied to its agent and release.

  • 2026-05-12featurePR #68

    Persistent global navigation across all pages

    Replaced per-page links with a single shared GlobalNav rendered in apps/web/src/app/layout.tsx. Sections: Overview, Operations, Sponsor, Catalog, Reference.

  • 2026-05-10featurePR #67

    AI cost analytics dashboard at /costs

    Token usage and dollar spend by agent, model, and study — with trend lines and per-cap warnings sourced from the model registry.

  • 2026-05-08featurePR #66

    Agent comparison at /agents/compare

    Side-by-side agent specs: autonomy, model, citations policy, eval count, and last shipped change.

  • 2026-05-06featurePR #65

    Sponsor portal index at /portal

    Sponsor-facing landing page with open requests, study status overview, and inspection-binder shortcuts.

  • 2026-05-04featurePR #64

    Per-event JSON evidence export + ALCOA+ checklist on /provenance/[id]

    Every provenance event ships a downloadable JSON evidence bundle and an inline ALCOA+ pass/fail checklist.

  • 2026-05-02featurePR #63

    Platform-wide agent activity timeline at /timeline

    Unified timeline of every agent action and every signature, with filters for actor, study, and severity.

April 2026

  • 2026-04-30featurePR #62

    90-day activity heat map on /studies

    Per-study GitHub-style heat map of events over the trailing 90 days. Surfaces dormant studies at a glance.

  • 2026-04-28featurePR #61

    Platform-wide risk dashboard at /risks

    Risk register with severity, status, owner, mitigation, and the provenance pointer to the agent that surfaced each risk.

  • 2026-04-26featurePR #60

    Signature event detail at /signatures/[id]

    Detail page for every Part 11 signature: signer, intent, hashed record, the staging row promoted, and re-auth metadata.

  • 2026-04-24featurePR #59

    First-visit welcome tour on /

    Dismissable welcome banner pointing first-time visitors at /tour, with localStorage-backed once-only display.

  • 2026-04-22featurePR #58

    7-day token usage sparkline on /inspection

    Inline sparkline showing daily token spend across the inspection package, with a click-through to /costs.