v0.3.3
What's New
Interactive Setup Wizard (/agent-eyes:init)
- Added
/agent-eyes:initslash command for guided setup - Uses Claude Code's native multi-choice UI (
AskUserQuestion) for interactive selection - Falls back to text-based prompts for other AI tools (VS Code, Cursor, etc.)
Smarter First-Run Experience
- First tool call now shows a short reminder to run
/agent-eyes:initinstead of dumping the full setup report - Version upgrade detection with re-scan reminder
Files Changed
README.md— added First-Time Setup sectionsrc/agent_eyes/server.py— streamlined auto-setup to reminder-based flowsrc/agent_eyes/setup/handlers.py— dual-path UI (native multi-choice + text fallback).claude/commands/agent-eyes:init.md— new slash command
Full Changelog: v0.3.2...v0.3.3