feat(spawn): support inherited stdio

This commit is contained in:
2026-05-10 14:32:07 +00:00
parent a0010e7f0f
commit 0ff3596bd8
4 changed files with 50 additions and 8 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## Pending
### Features
- Add inherited terminal stdio support to `execSpawn` for trusted interactive CLIs.
## 2026-05-09 - 3.4.0 - feat(smartshell)
add cwd-aware execution options, structured strict-mode errors, and safer process tree termination