- Add --depth option to command signature
- Document options and update examples
- Clarify version is now shown for all tools
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Previously --depth 2 only scanned exactly 2 levels deep, missing
tools at depth 1. Now it scans all depths from 0 to N inclusive.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add --depth option to limit how many directory levels to search
- depth=0 scans only current directory, depth=1 scans one level deep, etc.
- Default is unlimited depth (recursive ** glob)
- Helps control scan time in large directory structures
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The setup.py file is in agent-harness/, not cli_anything/. Fixed the
path calculation to correctly extract version info.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add new command to list all available CLI-Anything tools.
Supports both installed and generated CLIs with table/JSON output.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>