Title here
Summary here
Search for agents in repositories
Search for agents across all configured repositories by name or description.
aix agent search <query> [flags] # Search for agents matching "test"
aix agent search test
# Search within a specific repository
aix agent search test --repo=my-repo
# Output results as JSON
aix agent search test --json -h, --help help for search
--json Output in JSON format
--repo string Filter by repository name --log-file string write logs to file in JSON format
--log-format string log format: text, json (default "text")
-p, --platform strings target platform(s): claude, opencode (default: all detected)
-q, --quiet suppress non-error output
-v, --verbose count increase verbosity level (e.g., -v, -vv)