co-mono/packages/coding-agent/src/tools
Mario Zechner 186169a820 feat(coding-agent): add read-only exploration tools (grep, find, ls) and --tools flag
Add grep, find, and ls tools for safe code exploration without modification risk.
These tools are available via the new --tools CLI flag.

- grep: Uses ripgrep (auto-downloaded) for fast regex searching. Respects .gitignore,
  supports glob filtering, context lines, and hidden files.
- find: Uses fd (auto-downloaded) for fast file finding. Respects .gitignore, supports
  glob patterns, and hidden files.
- ls: Lists directory contents with proper sorting and directory indicators.
- --tools flag: Specify available tools (e.g., --tools read,grep,find,ls for read-only mode)
- Dynamic system prompt adapts to selected tools with relevant guidelines

Closes #74
2025-11-29 00:59:23 +01:00
..
bash.ts Release v0.7.18 2025-11-18 22:08:44 +01:00
edit.ts Fix edit diff line number alignment and whitespace preservation 2025-11-27 11:53:00 +01:00
find.ts feat(coding-agent): add read-only exploration tools (grep, find, ls) and --tools flag 2025-11-29 00:59:23 +01:00
grep.ts feat(coding-agent): add read-only exploration tools (grep, find, ls) and --tools flag 2025-11-29 00:59:23 +01:00
index.ts feat(coding-agent): add read-only exploration tools (grep, find, ls) and --tools flag 2025-11-29 00:59:23 +01:00
ls.ts feat(coding-agent): add read-only exploration tools (grep, find, ls) and --tools flag 2025-11-29 00:59:23 +01:00
read.ts Release v0.8.4 2025-11-21 05:09:58 +01:00
write.ts Add image support in tool results across all providers 2025-11-12 10:45:56 +01:00