Feature Request
Problem: Users want to discover which AI agent clients are supported by agent-scanner without having to run a scan first.
Solution: Add an agent-scanner clients subcommand that lists all supported AI agent clients with their platform availability.
Use case: A user considering switching to a new AI editor can quickly check if agent-scanner supports their preferred client before installing or configuring anything.
Suggested implementation:
agent-scanner clients — list all supported clients (e.g., claude, cursor, vscode, windsurf, etc.)
- Show platform support per client (macOS ✓, Linux ✓, Windows ✓)
- Optionally filter by current platform with
--current-os flag
This follows the existing CLI patterns and adds discoverability for users unfamiliar with all supported clients.
Feature Request
Problem: Users want to discover which AI agent clients are supported by agent-scanner without having to run a scan first.
Solution: Add an
agent-scanner clientssubcommand that lists all supported AI agent clients with their platform availability.Use case: A user considering switching to a new AI editor can quickly check if agent-scanner supports their preferred client before installing or configuring anything.
Suggested implementation:
agent-scanner clients— list all supported clients (e.g., claude, cursor, vscode, windsurf, etc.)--current-osflagThis follows the existing CLI patterns and adds discoverability for users unfamiliar with all supported clients.