Changelog
What's new in CodeLoop. Every release, documented.
v0.1.15
LatestApril 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