Changelog
What's new in CodeLoop. Every release, documented.
v0.1.20
LatestApril 30, 2026codeloop
- • Added /v1/billing/health admin endpoint surfacing Stripe mode + price configuration
- • Webhook coverage extended: charge.refunded, four dispute events, invoice.paid, customer.created, payment_method.attached
- • Idempotency cache: 24h TTL alongside the 5k-entry LRU bound
- • scripts/stripe-live-bootstrap.sh + scripts/stripe-listen-and-trigger.sh — idempotent live-mode provisioning + replay
- • Dashboard shows a Stripe environment badge (admin-only)
- • codeloop doctor: optional Stripe subsection (CODELOOP_ADMIN_TOKEN) + GEO subsection
- • GEO push: 29 per-tool deep pages at /tools/<name>, /docs/llm-search GEO landing page, FAQ + HowTo schemas across docs
- • /changelog.json (JSON-Feed) + /changelog.atom
- • smithery.yaml + AI registry submission tracker + scripts/geo/ping-on-deploy.mjs
v0.1.19
April 30, 2026codeloop
- • Launch operations runbook: /docs/launch + Cursor Marketplace prep + Stripe LIVE preflight
- • Benchmark harness: /benchmarks/buggy-commits-50 with weekly cron + network-purity test
- • Tier-B Windows runbook: /docs/tier-b + scripts/windows/preflight.ps1 + capture-evidence.ps1
- • Claude Code multi-app pack: /docs/claude-code-apps + 5-app fixture clone script
- • codeloop doctor: Tier-B + Claude Code evidence subsection
- • 5 new docs pages + sitemap + llms-full + DEVELOPMENT_LOG.md
v0.1.15
April 20, 2026codeloop
- • Added `codeloop cursor-rule` CLI command to print/refresh the global Cursor User Rule snippet
- • Created ~/.cursor/codeloop-user-rule.md as a stable copy-paste source for Cursor Settings
- • Interactive banner during `codeloop init --global` guides Cursor users through one-time rule setup
- • Defensive write of ~/.cursor/rules/codeloop.mdc for forward compatibility
- • Fixed ESM-compatible test mocking for os.homedir() using environment variable approach
v0.1.14
April 18, 2026codeloop
- • Global rules writer: writes ~/.cursor/mcp.json, ~/.claude.json, and ~/.claude/CLAUDE.md
- • New GLOBAL_CURSOR_USER_RULE_SNIPPET template for cross-workspace activation
- • MCP tool descriptors updated with FIRST-USE BOOTSTRAP paragraphs for self-bootstrapping
- • Hardened INIT_HINT with explicit `codeloop_init_project` call instructions
- • 14 new tests locking global rule content and merge behavior
v0.1.13
April 15, 2026codeloopcodeloop-mcp-server
- • Comprehensive design comparison: `codeloop_design_compare` with pixelmatch-based pixel diffing
- • Multi-viewport fan-out: compare against Figma frames across mobile, tablet, and desktop viewports
- • New `design_compare_evidence` blocker gate — agent cannot ship until pixels match design spec
- • Figma REST API integration: configure FIGMA_API_TOKEN and .codeloop/figma.json to auto-fetch frames
- • New CLI commands: `codeloop design fetch` and `codeloop design compare` for local smoke testing
- • Agent rule templates updated to mandate design comparison when design references are present
v0.1.12
April 10, 2026codeloop-mcp-server
- • Interaction testing: `codeloop_interact` with 40+ actions across macOS, Windows, Linux, Android, iOS
- • Windows UI Automation support via `win_accessibility.ts`
- • Motion-validated video recording with multi-monitor support
- • ffmpeg auto-install with Homebrew bootstrapping on macOS
- • App log capture during recording sessions
- • Window-scoped screenshot capture with IDE focus restoration
v0.1.11
April 5, 2026codeloop-mcp-server
- • Multi-section orchestration: dependency graph manager and rolling integration checkpoints
- • `codeloop_check_workflow` enforcement tool for pre-completion verification
- • `codeloop_discover_screens` static scanner for routes across Flutter, web, mobile, Xcode, Android, .NET
- • Workflow enforcement: verify run, screenshots, video, gate check, and dev log are all required
v0.1.10
March 28, 2026codeloopcodeloop-mcp-server
- • Contributor Rewards Program: +14 days for every accepted bug report, feature request, or comment
- • Anti-abuse layer: email canonicalization, device fingerprint, IP burst guard, key-sharing detection
- • Dashboard contribution form with attachment uploader (Vercel Blob, 200MB limit)
- • Admin review interface at /admin/contributions with approve/decline workflow
v0.1.5
March 28, 2026@codelooptech/shared
- • Updated gate registry with `design_compare_evidence` and `video_evidence` gates
- • Failure taxonomy: deterministic_bug, flaky_test, environment_failure categories
- • Stop policies: max_repair_attempts and confidence_stall_limit
- • Run lineage tracking: run_id, parent_run_id, prompt_template_version
v0.1.0
March 22, 2026codeloopcodeloop-mcp-server@codelooptech/shared
- • Initial public beta release
- • Core verify-diagnose-fix loop with 7 MCP tools
- • Cursor and Claude Code support via MCP
- • 14-day free trial with Team-tier allowance
- • Dashboard with usage tracking, API key management, and billing
- • Cross-platform support: macOS, Windows, Linux