mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +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
|
|
@ -182,9 +182,9 @@ export function executeBash(command: string, options?: BashExecutorOptions): Pro
|
|||
2. Manual test: Run `pi` in interactive mode, execute `!ls -la`, verify output appears
|
||||
3. Manual test: Run `!sleep 10`, press Esc, verify cancellation works
|
||||
|
||||
- [ ] Create `src/core/bash-executor.ts` with `executeBash()` function
|
||||
- [ ] Add proper TypeScript types and exports
|
||||
- [ ] Verify with `npm run check`
|
||||
- [x] Create `src/core/bash-executor.ts` with `executeBash()` function
|
||||
- [x] Add proper TypeScript types and exports
|
||||
- [x] Verify with `npm run check`
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue