Skip to content

v0.3.3

Choose a tag to compare

@jellythomas jellythomas released this 21 Mar 06:51
· 36 commits to main since this release
67b66bb

What's New

Interactive Setup Wizard (/agent-eyes:init)

  • Added /agent-eyes:init slash 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:init instead of dumping the full setup report
  • Version upgrade detection with re-scan reminder

Files Changed

  • README.md — added First-Time Setup section
  • src/agent_eyes/server.py — streamlined auto-setup to reminder-based flow
  • src/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