Back to AuditorChangelog
What shipped
Phase-by-phase notes for the agent, dashboard, extension, and infra. Pre-launch entries are tagged with their phase ID; once we hit public GA this page switches to semver-only.
- v0.1.0·extension
VS Code + Cursor extension (initial release)
- →Live session spend in the status bar:
$2.31 · 12 reqformat - →Hover tooltip: team, privacy mode, signed-in email, today's session count
- →Command Palette: Refresh Status + Open My Activity
- →Publishes to VS Code Marketplace and Open VSX (Cursor auto-discovers)
- →Reuses CLI agent token — one sign-in, two tools
- →Live session spend in the status bar:
- v0.2.1·agent
Agent shipped to npm
- →@talos-foundrix/auditor-agent published under Apache-2.0
- →One-line install:
curl -fsSL https://auditor.talosfoundrix.com/install.sh | sh - →Daemon setup wizard (launchd on macOS, systemd on Linux)
- →Browser device-code OAuth via Clerk — no copy-paste tokens
- →AES-256-GCM outbox encryption; token in OS keychain
- phase-I.3·dashboard
Team data export + soft-delete
- →Self-serve JSON export of all team data (GDPR-ready)
- →Team soft-delete with 30-day grace period and ops_audit trail
- →Retention cron wipes data on mode downgrade after 7-day grace
- phase-I.7·dashboard
Public /status page
- →/health/ready polling every 30s
- →Incidents feed driven by incidents.json
- →Scoped to stability pre-launch; paid uptime monitor post-GA
- phase-H·infra
Private-beta blockers closed
- →Invite flow + role management with audit logging
- →Retention enforcement cron at 03:30 UTC
- →Daemon setup wizard
- →Encryption at rest for agent outbox
- →Observability — log shipping + error budgets
Coming next
targets, not commitments- I.1Real Stripe Checkout + webhooks + Customer PortalMay 2026
- I.2Dashboard i18n — TR + EN + AR (RTL)May 2026
- I.8SOC 2 Type I readiness milestoneQ3 2026
- J.9–J.11Savings engine — shadow eval, ablation, refined anomalyPost-GA, Summer 2026
- K.1GitHub Copilot telemetry adapterLate 2026
- K.2GitHub App — per-PR cost breakdown + PR-comment deltaLate 2026 / early 2027
- K.3Linear integration — auto-tag sessions by issueEarly 2027
- K.4SAML + SCIM SSO (Enterprise tier)Q4 2026
- K.5Self-host Docker Compose bundleQ1 2027
- K.8SOC 2 Type II audit + public pen-test reportQ1 2027
The agent is on npm, Apache-2.0. Inspect the source with npm pack. The rest of the monorepo (API, dashboard, consumer) stays closed-source.