feat(coding-agent): add bash spawn hook

This commit is contained in:
Mario Zechner 2026-02-01 23:17:51 +01:00
parent 25fa1fafde
commit 86b43c8eac
6 changed files with 81 additions and 3 deletions

View file

@ -1,5 +1,7 @@
export {
type BashOperations,
type BashSpawnContext,
type BashSpawnHook,
type BashToolDetails,
type BashToolInput,
type BashToolOptions,