mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 17:01:02 +00:00
WP1: Create bash-executor.ts with unified bash execution
This commit is contained in:
parent
cceb44410e
commit
3f305502cd
3 changed files with 185 additions and 3 deletions
5
packages/coding-agent/src/core/index.ts
Normal file
5
packages/coding-agent/src/core/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/**
|
||||
* Core modules shared between all run modes.
|
||||
*/
|
||||
|
||||
export { type BashExecutorOptions, type BashResult, executeBash } from "./bash-executor.js";
|
||||
Loading…
Add table
Add a link
Reference in a new issue