mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 07:04:25 +00:00
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 |
||
|---|---|---|
| .. | ||
| bash.ts | ||
| edit-diff.ts | ||
| edit.ts | ||
| find.ts | ||
| grep.ts | ||
| index.ts | ||
| ls.ts | ||
| path-utils.ts | ||
| read.ts | ||
| truncate.ts | ||
| write.ts | ||