Skip to content

v0.9.1

Choose a tag to compare

@charliewwdev charliewwdev released this 24 Feb 19:53
· 25 commits to main since this release

What's New

🖥️ CLI Client Commands

Connect to a running flutter-skill serve instance with simple one-line commands:

flutter-skill serve https://your-app.com   # Start server
flutter-skill nav https://google.com       # Navigate
flutter-skill snap                         # Accessibility snapshot (99% fewer tokens)
flutter-skill screenshot /tmp/ss.jpg       # Screenshot
flutter-skill tap "Login"                   # Tap element
flutter-skill type "hello@example.com"      # Type text
flutter-skill eval "document.title"         # Run JavaScript
flutter-skill tools                        # List all tools

Supports --port=N, --host=H flags and FS_PORT/FS_HOST env vars.

🌐 GitHub Pages Documentation

Documentation site auto-deploys to GitHub Pages. See docs/site/.

📖 AI Platform Integration Guide

New README section covering all supported AI platforms:

Platform Mode Status
Cursor MCP stdio
Claude Desktop MCP stdio
Windsurf MCP stdio
VSCode Copilot MCP stdio
Cline MCP stdio
OpenClaw HTTP serve
Continue.dev MCP stdio
CLI / CI/CD HTTP serve

Bug Fixes

  • Chrome WebSocket 403 Forbidden (Origin header)
  • Domain-based tab matching (never hijack unrelated tabs)
  • PUT for /json/new (Chrome 145+)

Full Changelog: v0.9.0...v0.9.1