Changelog

What's new in Mindaeon Foundry

v0.3.0March 25, 2026

AI Gateway, Enterprise Design System & Full Extension Integration

Cloudflare AI Gateway — all AI calls routed via BYOK with per-tenant tracking
Enterprise design system — Indigo theme, 25 UI components, design tokens
Designer A++ — undo/redo, keyboard shortcuts, context menu, edge editing
Auto-populate designer from pipeline DISCOVERY/SPEC data
Auto-generate prototypes from SPEC UI pages
VS Code extension: 4 new commands (create project, sync files, browse cloud, show quota)
Pipeline context injected into AI agent chat for project-aware responses
Billing sparkline chart with 30-day usage history and cost forecast
Onboarding flow with guided tour and one-click demo project
Notification preferences page
Atomic quota enforcement — reserve-then-settle pattern eliminates race condition
41 dead BYOK providers removed from extension (-16K lines)
12 TODO/FIXME issues fixed (shell detection, hook state, checkpoints)
Soft-delete filter added to all 35+ project queries
Tenant isolation hardened across designer, export, feedback routes
Token auth key mismatch in preview and vision panel
Sparkline crash on empty usage data
Auth token refresh race condition
Provider fallback defaulting to anthropic instead of mindaeon-foundry
v0.2.1March 17, 2026

AI Agent, Billing & GitHub Integration

AI agent powered by xAI Grok with real-time SSE streaming
Stripe billing — checkout, customer portal, automatic tax, webhooks
GitHub App integration — webhooks for push, PR, CI/CD status
Transactional emails via Resend (welcome, invite, payment alerts)
Token usage tracking per project with dashboard stats
Command palette (Cmd+K) for quick navigation
Rate limiting on auth endpoints (KV-based, per-IP)
Zod validation on all API endpoints
Removed localhost from production CORS origins
v0.2.0March 17, 2026

Workspace & Real Data

Monaco editor with syntax highlighting for 20+ languages
File save with Ctrl+S (persisted to R2 storage)
Designer node auto-save to database every 2 seconds
Real file tree from R2 storage (replaced mock data)
Deploy page with real project stats and file listing
All mock data eliminated — every page uses real API
Admin audit log fetches from D1 database
Team page with invite, remove, role display
Settings page loads profile from API with save
Billing page shows real Stripe subscription data
v0.1.0March 17, 2026

Foundation

Landing page with features, pricing, FAQ
Google OAuth + GitHub OAuth authentication
Visual project designer with 9 component types
IDE workspace layout (file tree, editor, chat)
3-step project creation wizard with templates
Team management with RBAC
Audit logging for compliance
Dark-first design with WCAG AA contrast
Deployed on Cloudflare global edge (Workers + Pages + D1 + R2)
CI/CD pipeline via GitHub Actions