Changelog
What is new
Full version history for ConjureForge.
V7.8
latestApril 2026- featConjureLoop full autonomy — Plan → Build → Test → Reflect cycles with durable execution checkpoints
- featReflectPhase and CriticAgent — automatic code quality review and targeted self-repair after failures
- featCycleCoordinator — stale-cycle detection, KV-backed state, 30-minute TTL heartbeats
- featRateLimiter — KV token bucket, 20 req/min per user per route
- securityapi.system.diagnostics gated behind requireAdminSession
- refactorStripe webhook consolidated — invoice.payment_succeeded and invoice.payment_failed handlers added
- fixDeleted stale unprotected debug routes: api.debug.ts, api.debug.agent.ts, api.v61-probe.ts
- featagent_executions and agent_settings Supabase tables — 53 total tables
V7.7
April 2026- featCreditService — hasRemainingBudget gating, per-plan limits, admin bypass
- featStripe billing — Checkout, portal, subscription webhooks, credit top-ups
- featCriticAgent — autonomous build quality review with scored reports stored in Supabase
- featPersonaService and PersonaSelector — specialist agent personas with ForgeHub skills
- featAgentCreationFlow — guided multi-step agent creation with persona selection
- featBYOK (Bring Your Own Key) — field-encrypted storage for OpenAI, Anthropic, OpenRouter keys
- featUpgradeGateModal and CreditMeter — in-app upgrade prompts at credit limit
V7.6
April 2026- featAgentToolLoop — multi-step autonomous tool execution with interrupt hooks
- featSubAgentSpawner — up to 3 concurrent specialist sub-agents per build
- featSemanticProjectSearch — Voyage AI code embeddings for repo-recall
- featObservationalMemoryLayer — passive ambient project observation
- featapi.agent.tools and api.subagents routes — full REST surface for agent tool execution
V7.5 / V7.52
April 2026- featRules System V2 — RulesAuditor.ts with automated compliance scoring on every build
- featActionConfirmationGate — reversibility classification before irreversible actions
- featTrustLevelManager — per-user trust score gates for agent capabilities
- featAgentSecretsService — encrypted secret management for agent API keys
- featBrowserbaseTool — live browser automation from agent builds
- featInterruptClassifier — route agent mid-build interrupts to the right handler
V7.3 / V7.4
March 2026- featNetlify publish system — one-click app publishing to *.conjureforge.app subdomains
- featCustom domain support with CNAME verification for published apps
- featEpisodicMemoryEngine — conversation-level memory with vector search via Voyage AI
- featMemory Palace — knowledge graph with embedding queue for persistent agent awareness
- featProjectContextBuilder — automatic project intelligence summaries
- featSerper integration for web search in agent builds
V7
March 2026- featCosmic-violet design language — new colour system, typography, and component library
- featConnector Marketplace — 20+ native OAuth connectors with metered credit usage
- featAgent Studio — full identity, persona, skill, and automation management
- featForgeHub Skills registry — reusable agent skills with marketplace browsing
- featWikiPanel and BuildLog — real-time project wiki and structured build history
- featContext compaction — automatic compression at 80% context window usage
V6
February–March 2026- featProduction auth system (Clerk) — email, Google, GitHub SSO
- featSupabase backend with 40+ tables, RLS, and row-level security
- featVercel deployment pipeline with branch-based promotion
- featAgent conversation history with search and session export
- featSelf-enhance cycle — agents propose their own capability improvements
- fixUUID/TEXT schema normalisation — all user_id columns migrated to TEXT for Clerk compatibility
V5
January 2026- featMulti-agent architecture — first version supporting concurrent agent execution
- featPersistent project memory — project-scoped memory that survives sessions
- featMCP (Model Context Protocol) tool servers — STDIO/SSE/HTTP support
- featWebContainer live preview — in-browser app preview during builds
- featLLMManager multi-provider routing — OpenAI, Anthropic, Google, OpenRouter