文件历史

提交图

11 次代码提交

作者 SHA1 备注 提交日期
yl-jiang 0305dfb3ec fix(tools): subprocess stderr 改为 DEVNULL 并为 bash_tool 添加读取超时
glob/grep 工具的 rg 子进程 stderr 由 PIPE 改为 DEVNULL,
防止 stderr buffer 写满时子进程阻塞造成管道死锁;
bash_tool 的 _read_remaining_output 加 2s 超时,
避免进程退出后读取残余输出时无限挂起

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-27 22:57:31 +08:00
tjb-tech b11a83df66 test(ci): stabilize full-suite regressions 2026-04-19 15:07:24 +00:00
tjb-tech d4eae153d3 fix(shell): address Windows backspace and TUI shell regressions 2026-04-19 14:22:37 +00:00
tjb-tech 0c84d85630 fix(bash): surface clearer install workflow guidance 2026-04-14 08:59:09 +00:00
tjb-tech 7f25a84d8e fix(ci): remove flaky fake subprocess cleanup assertion 2026-04-13 06:13:24 +00:00
tjb-tech 71c62c46a9 fix(ci): relax fake subprocess timeout assertions 2026-04-13 06:11:49 +00:00
tjb-tech cdb7256e6b fix(ci): make bash timeout tests robust across runners 2026-04-13 06:10:21 +00:00
tjb-tech 7f22107170 fix(ci): normalize bash timeout output under pty 2026-04-13 05:48:58 +00:00
tjb-tech 9f97283320 fix(bash): surface partial output for interactive timeouts 2026-04-13 05:34:05 +00:00
tjb-tech a890f4eef5 fix(ci): restore runtime helper import 2026-04-09 12:35:52 +00:00
tjb-tech 6fbc61fc13 fix(ohmo): support channel slash commands and stabilize tests 2026-04-09 12:31:40 +00:00