Commit Graph

5 Commits

Author SHA1 Message Date
Lin-Jiong-HDU
4f8392a71e fix: --depth N now scans depths 0 through N (not just depth N)
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>
2026-03-10 10:56:37 +08:00
Lin-Jiong-HDU
b7f8ab4f85 feat: add --depth parameter to control scan recursion depth
- 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>
2026-03-10 10:52:00 +08:00
Lin-Jiong-HDU
55052b3fd3 fix: extract version from setup.py for generated CLIs
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>
2026-03-09 23:33:54 +08:00
Lin-Jiong-HDU
af9455704b feat: add /cli-anything:list command
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>
2026-03-09 22:50:42 +08:00
yuh
01488030bd first commit 2026-03-08 21:58:43 +08:00