WP8: Add AgentSession bash execution

This commit is contained in:
Mario Zechner 2025-12-09 00:13:10 +01:00
parent 8d6d2dd72b
commit 94ff0b0962
3 changed files with 75 additions and 3 deletions

View file

@ -888,8 +888,8 @@ get isBashRunning(): boolean {
**Verification:**
1. `npm run check` passes
- [ ] Add bash execution methods using bash-executor module
- [ ] Verify with `npm run check`
- [x] Add bash execution methods using bash-executor module
- [x] Verify with `npm run check`
---