feat(coding-agent): expose local bash operations closes #2299

This commit is contained in:
Mario Zechner
2026-03-18 00:41:57 +01:00
parent a9f534adfc
commit 9651e4114d
6 changed files with 125 additions and 202 deletions

View File

@@ -7,6 +7,7 @@ export {
type BashToolOptions,
bashTool,
createBashTool,
createLocalBashOperations,
} from "./bash.js";
export {
createEditTool,