3 Commits

Author SHA1 Message Date
AI Engineer
12690e8b91 feat(shell): 新增 Start 方法支持异步进程管理(by AI)
- 新增 Start(name, args, opts) 异步启动命令,立即返回 *Process
- Process 提供 Kill/Read/Write/Check 方法管理子进程生命周期
- stdout/stderr 默认流式输出到终端,同时缓冲供 Read 读取
- Kill 优雅终止:先 SIGTERM,200ms 后 SIGKILL
- 更新 CHANGELOG、README、TEST 文档

Co-Authored-By: deepseek-v4-pro[1m] <deepseek-ai@claude-code-best.win>
2026-06-21 14:44:33 +08:00
AI Engineer
67c6abf1d3 chore: initial commit of shell module v1.0.4 (by AI) 2026-05-02 16:45:56 +08:00
b64a7f91d6 Initial commit 2026-05-02 14:16:34 +08:00