Skip to content

Releases: littleee/devpilot

DevPilot v0.2.0 Beta

18 Apr 21:35

Choose a tag to compare

DevPilot v0.2.0 Beta Pre-release
Pre-release

DevPilot v0.2.0 Beta

This beta release sharpens the core browser workflow around annotate -> copy to AI, while keeping Stability Copilot available as an optional enhancement.

Highlights

  • Richer AI handoff task packets with selector candidates, grouped elements, nearby elements, computed style snapshots, and source hints.
  • True ESM entrypoint for modern bundlers, alongside the existing CommonJS build.
  • Settings panel reorganized around preferences, features, and connection state.
  • Stronger MCP persistence so enriched annotation context survives sync and reloads.
  • Better toolbar polish, clearer iconography, and more consistent copy-to-AI behavior.

Beta focus

  • Local mode is ready for real user testing.
  • Connected mode continues to improve through MCP sync, SSE updates, and repair-request workflows.
  • This release is intended for preview and beta feedback, not yet as a final v1 stable release.

Package

  • npm: @littleee/devpilot@0.2.0

DevPilot MCP v0.1.0 Beta

18 Apr 21:35

Choose a tag to compare

Pre-release

DevPilot MCP v0.1.0 Beta

First public beta release of the local DevPilot bridge and MCP server.

Highlights

  • Local HTTP bridge for browser-side DevPilot session sync.
  • MCP stdio server for Claude, Cursor, and other compatible coding agents.
  • SSE event streams for live updates across annotations, stability items, and repair requests.
  • SQLite-backed persistence for sessions, annotations, stability items, and repair requests.
  • Automatic port fallback when starting without an explicit --port, with clear errors when a requested port is already occupied.

Recommended start

npx @littleee/devpilot-mcp server

Package

  • npm: @littleee/devpilot-mcp@0.1.0