CHANGELOG
Every release, every change, every fix.
A reverse-chronological log of what we shipped. Subscribe via the GitHub releases feed to stay current.
v0.9.0 featureperfLive preview proxy + status page hardening
- New /v1/system-status endpoint exposes 28 integration probes and 6 subsystem health gauges.
- Approval Gate latency dropped 40% — median 0.4s, p95 1.1s.
- ProviderLogo grid hover state is now grayscale → colour to give the integrations grid more life.
v0.8.2 featurefixTheme persistence + light-mode hardening
- next-themes preference now hydrates from server cookie so first paint never flashes the wrong theme.
- Fix: live demo terminal contrast in light mode (was using dark-only stroke colour).
- Fix: HealthPill component no longer crashes when the integration response omits the new health block.
v0.8.0 featureStripe checkout for Pro tier
- Wallet → Pro tier upgrade now flows through Stripe Checkout with idempotent webhook handling.
- Monthly invoices are line-itemed by agent (Synthesiser tokens vs QA tokens vs Approval Gate runs).
- New /console/billing page surfaces upcoming charges and proration calculations live.
v0.7.5 featureperfEval-driven incident replay
- Replay an incident from /console/incidents/[id] with one click — useful for tuning agent prompts.
- Eval framework now reads NASA-TLX cognitive-load survey responses to tune approval routing.
- 30% reduction in QA agent token usage via prompt-cache reuse across siblings.
v0.7.0 featureReal-time pipeline canvas
- /console/incidents/[id]/pipeline now renders agent hand-offs live via WebSocket.
- Hover a node to see its input + output JSON.
- Filter pipeline events by severity + agent in the sidebar.
v0.6.0 featureWave 1 integrations: Datadog + PagerDuty
- Datadog adapter ships with metric + monitor APIs wired into Sentinel.
- PagerDuty escalation policies surface in /console/integrations.
- Slack adapter now supports threaded incident channels (one per incident_id).
v0.5.4 featurefixArgoCD adapter v2 + auto-rollback
- ArgoCD adapter now syncs application health every 30s during recovery.
- Auto-rollback fires when post-deploy health checks fail within 10 minutes.
- Fix: project deletion no longer leaves orphaned integration rows.
v0.5.0 featurebreakingAudit log + RBAC GA
- Append-only audit log lands in /console/audit with full agent hand-off history.
- RBAC: per-project + per-workspace roles (Owner, Approver, Member, Viewer).
- BREAKING: /v1/integrations response shape now includes a `health` block (Wave 1).
v0.4.0 securityfeatureAuth hardening — MFA + magic-link
- TOTP-backed MFA via otplib; QR-code enrolment on /auth/mfa.
- Magic-link sign-in flow for email-only orgs.
- Session cookie now httpOnly + SameSite=Lax + Secure in production.
v0.3.0 featurebreakingConsole redesign + light-mode default
- Light mode is now the default theme for new visitors (matches docs/PROJECT_PLAN §4.1).
- /console layout split into (app), (auth), (console) route groups for cleaner middleware.
- BREAKING: removed deprecated /dashboard route — use /console/dashboard.
v0.2.0 featureSynthesiser + QA agents
- Synthesiser ships with retrieval over recent diffs + design docs.
- QA agent generates unit + property test suites per candidate.
- Shadow pipeline runs in a Docker-in-Docker sandbox with no network egress.
v0.1.0 featureInitial public beta
- Sentinel + Pathfinder agents ship with Sentry + GitHub integrations.
- Synthetic incidents only — production ingestion gated behind workspace owner approval.
- Free tier with 1 workspace + 3 projects.