co-mono/packages
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
..
agent Release v0.10.2 2025-11-27 23:59:15 +01:00
ai Restore prompt to editor on API key validation failure 2025-11-28 23:00:37 +01:00
coding-agent feat(coding-agent): add read-only exploration tools (grep, find, ls) and --tools flag 2025-11-29 00:59:23 +01:00
mom Release v0.10.2 2025-11-27 23:59:15 +01:00
pods Release v0.10.2 2025-11-27 23:59:15 +01:00
proxy Release v0.10.2 2025-11-27 23:59:15 +01:00
tui fix: file @ autocomplete performance using fd 2025-11-28 23:38:44 +01:00
web-ui Release v0.10.2 2025-11-27 23:59:15 +01:00