Commit Graph

9 Commits

Author SHA1 Message Date
Yuhao
a73e3fd550 Merge pull request #8 from Lin-Jiong-HDU/feature/list-command
Add /cli-anything:list command and update documentation
2026-03-10 22:47:01 +08:00
Lin-Jiong-HDU
1be9afd4a6 docs: update /cli-anything:list docs with --depth parameter
- 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>
2026-03-10 11:30:42 +08:00
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
6bc2890a19 docs: add /cli-anything:list to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 22:52:20 +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
Jason Zhao
ad2d69a074 docs: replace stale build.md references with refine.md 2026-03-09 18:55:08 +08:00
yuh
01488030bd first commit 2026-03-08 21:58:43 +08:00