Changelog
What's new.
Every meaningful change to the platform. Built in public.
- Feature
Billing v1 — Stripe Checkout + Customer Portal
- /pricing now has a real /pricing permalink with feature compare + FAQ.
- /settings/billing shows current plan, LLM credit gauge, and 30-day spend.
- Stripe Checkout + Customer Portal wired; webhook handler mirrors subscription state.
- Runner pre-flight gate blocks runs when monthly credit is exhausted on Free.
- Auto-creates a Free subscription with $5 credit for every new signup.
- Design
Studio aesthetic + public landing page
- New warm-cream + earth-tone palette across the whole app.
- Editorial Fraunces serif for display headlines; Inter for body.
- Public landing page at / with hand-drawn agent illustration.
- Sharper corner radii, hand-picked status colours, paper-grain texture.
- Dark mode preserved as opt-in via `.dark` class.
- Feature
Marketplace — agents, teams, workflows
- Three template kinds with a shared publish / install / version flow.
- Featured starter catalog: 4 agents, 2 teams, 2 workflows ready to install.
- Team installs spawn every member agent + tools in one click.
- Workflow installs reuse same-named agents in the target company or create them.
- Versioning chain via parent_template_id; install count surfaces popularity.
- Feature
First-run onboarding
- New dashboard hero for users with 0 companies: pick a starter team → name it → 1 click.
- Suggested first task pre-fills the form for the agent's role.
- Existing "Generate from prompt" and "Create manually" paths stay.
- Feature
Real-time notifications bell
- Topbar bell with unread badge.
- Subscribes to Supabase Realtime for approvals + agent_runs.
- Pending approvals + recent runs surface anywhere in the app.
- localStorage tracks last-seen so refresh doesn't blow away the marker.
- Feature
E2B power tier — Manus-class code execution
- One persistent sandbox per agent run — variables, files, packages persist across calls.
- matplotlib + plotly figures auto-captured and uploaded to Supabase Storage.
- /workspace files render inline as artifact cards in the run timeline.
- Custom Dockerfile (4 GB RAM, batteries-included Python) at infra/e2b/ — build with one CLI command.
- Feature
Workflow non-agent action types
- `tool_call` step — run a tool directly, no LLM in the loop.
- `approval_gate` step — standalone human checkpoint.
- Editor in the workflow builder gets a step-type picker.
- Feature
Self-improvement engine
- After every run, Haiku 4.5 proposes 0-3 concrete edits.
- Suggestion kinds: system prompt edit, add/remove tool, autonomy adjust, memory save.
- Operator approves; the platform applies the mutation.
- Nightly batch sweeps recent runs that don't have suggestions yet.
- Feature
Per-agent + per-team scorecards
- 0-100 reliability composite per agent.
- Success rate, avg cost per run, avg duration, tool failure rate.
- Team scorecard unions all member agents.
- Metrics page sortable by reliability.
- Design
Branding + metadata pass
- Favicon + Apple touch icon generated at the edge via next/og.
- 1200×630 OpenGraph image for social shares.
- Per-page tab titles ("Dashboard · Agentic Business", etc.).
- Robots.txt + sitemap.xml.
- Fix
RLS audit — 1 dormant leak + 3 defense gaps closed
- `audit_logs` policy was leaking `company_id IS NULL` rows cross-tenant.
- `agent_runs`, `tool_calls`, `workflow_runs` had no write policies — added defense-in-depth.
- Migration in repo at infra/supabase/migrations/20260513110000.
Want it in your inbox?
Subscribe to the changelog and we'll email once a week with what shipped.
Sign up