co-mono/packages/coding-agent/src/core/tools
Mario Zechner 9ed88646a8 feat(coding-agent): add pluggable operations for remote tool execution
Adds optional operations parameter to create*Tool functions enabling
delegation to remote systems (SSH, containers, etc.):

- ReadOperations: readFile, access, detectImageMimeType
- WriteOperations: writeFile, mkdir
- EditOperations: readFile, writeFile, access
- BashOperations: exec (with streaming, signal, timeout)

Add ssh.ts example demonstrating --ssh flag for remote execution.
Built-in renderers used automatically for overrides without custom renderers.

fixes #564
2026-01-08 19:32:25 +01:00
..
bash.ts feat(coding-agent): add pluggable operations for remote tool execution 2026-01-08 19:32:25 +01:00
edit-diff.ts Fix edit tool failing on files with UTF-8 BOM 2026-01-02 01:57:24 +01:00
edit.ts feat(coding-agent): add pluggable operations for remote tool execution 2026-01-08 19:32:25 +01:00
find.ts feat(coding-agent): add pluggable operations for remote tool execution 2026-01-08 19:32:25 +01:00
grep.ts feat(coding-agent): add pluggable operations for remote tool execution 2026-01-08 19:32:25 +01:00
index.ts feat(coding-agent): add pluggable operations for remote tool execution 2026-01-08 19:32:25 +01:00
ls.ts feat(coding-agent): add pluggable operations for remote tool execution 2026-01-08 19:32:25 +01:00
path-utils.ts Fix SDK tools to respect cwd option 2025-12-22 16:17:55 +01:00
read.ts feat(coding-agent): add pluggable operations for remote tool execution 2026-01-08 19:32:25 +01:00
truncate.ts Enable more biome lints and fix things 2025-12-21 22:56:20 +01:00
write.ts feat(coding-agent): add pluggable operations for remote tool execution 2026-01-08 19:32:25 +01:00