v1.0.6 — PTY 错误消息友好化
问题
v1.0.5 已清除僵尸 registry 记录,但模型仍收到误导性错误 PTY cleanup failed (persistent bash send failed)——实测 PE998 评测中模型推理说 "bash session died permanently"(误判),实际只是超时打断后 shell 被重置。
修复(win32 kill 补丁增强)
该错误消息改写为:bash shell session was reset (PTY cleanup); retry the command — a fresh shell starts automatically on the next call
- 其他错误原样抛出
- 错误堆栈保留
- registry 清除逻辑不变
测试
13/13 通过(+1:错误改写 + 其他错误不受影响)