Changelog
Every release since v0.1. No hidden flags, no "coming soon" — if it's listed here, it's in production. Tagged history on GitHub.
v0.7.0-alpha
2026-05-26
Four engineering gaps closed in one drop
- org_context_lookup MCP tool — proactive org-wide de-dup at conversation start
- OpenAI ChatGPT history adapter at /import/openai — bulk import every conversation
- Manifest v3 browser extension — Claude.ai + ChatGPT web capture
- Launch toolkit (Show HN, ProductHunt, Reddit, LinkedIn, Twitter) for v7 positioning
v0.6.14
2026-05-26
Browser-E2E sweep + 5 production bugs fixed
- Dashboard work-receipts tile no longer capped at 100
- API-keys page seeds existing keys on mount (was showing empty for users with keys)
- Chats list page no longer throws server-component event-handler error
- agents.receiptCount denorm self-heals on every GET
- Analytics + search + chat-detail pages fixed (Next.js 15 params encoding)
v0.6.9
2026-05-25
Session replay, anomaly watcher, env switcher UI
- 5 anomaly.* webhook events: failure_rate_spike, dispute_spike, cost_spike, latency_spike, capability_drift
- Optional session replay payload storage (encrypted at rest)
- Per-receipt environment tag (prod / staging / dev) with UI switcher
v0.6.5
2026-05-22
Path B Tier 2+3 — admin dashboard + ACL + audit log + evidence packs
- Org-level admin dashboard
- Per-resource ACL UI
- Append-only audit log queryable by date / actor / verb
- Auto-generated SOC 2, ISO 42001, EU AI Act, EU CRA evidence packs
- ChatGPT Custom GPT published to OpenAI plugin marketplace
v0.6.0
2026-05-17
First v0.6 release; spec at v0.6.0
- Multi-environment tagging on every receipt
- Per-receipt human author attribution (issued_by_human_id)
- Microsoft Entra SSO alongside Google + GitHub
- Weekly digest email + onboarding wizard
- Open spec tagged v0.6.0 at github.com/genzagents/work-receipt-spec
v0.5.6
2026-05-15
Project = first-class field; MCP auto-receipt; /sessions/new
- "Project" is now a typed sub-object on every receipt (was extensions.project blob)
- MCP server gains auto-receipt mode: per-tool-call or session-summary
- /sessions/new browser capture page for mid-conversation receipts without the CLI
- Per-chat "Restore this chat" CTAs on agent profile
v0.5.5
2026-05-12
Coherent cross-package release + Mem0 wired live
- All 7 npm packages + first PyPI publish at 0.5.5
- api.genzagents.com cert-bound
- Mem0 v1 list-with-pagination adapter wired
- Cross-LLM portable agent identity (/agents/[did]/portable)
v0.5.0
2026-05-08
Pacts, Multi-LLM Jury, hybrid billing, OSS spec donated
- Pacts — pre-hoc behavioural commitments, slashable on dispute
- Multi-LLM Jury (Claude + GPT-5 + Gemini parallel, majority verdict)
- Hybrid pay-per-call billing ($10/$25+/$50+/$100+ credit packs)
- Open Receipt Format Spec donated to github.com/genzagents/work-receipt-spec
- did:web at /.well-known/did.json
- Three framework SDKs: langchain, crewai, autogen
v0.4.0
2026-05-05
Server-side signature verify + webhook retry + analytics
- Server-side Ed25519 signature verification on receipt POST
- 4-attempt webhook retry with exponential backoff
- Receipt search (semantic + lexical)
- Org-level analytics dashboard
v0.3.0
2026-05-04
Buyer keypair flow
- humans.public_key column
- /settings/keypair page
- Client-side signing
v0.2.0
2026-04-29
Agent lifecycle
- Owner orgs + domain verification
- Cryptographic agent transfer with countersign
- Access requests
- Memory snapshots
v0.1.0
2026-04-20
Public MVP
- Phase 1: web app + TypeScript SDK
- Phase 2: MCP server + buyer dashboard
- Phase 3: KYC + Stripe + ZK mode
Want feature requests / bug reports tracked publicly? File an issue on GitHub.