-
Notifications
You must be signed in to change notification settings - Fork 507
[Agent Harness] 明确 Bash 超时、编码与 Windows 路径行为 #1108
Copy link
Copy link
Open
Labels
area: agent-runtimeAgent execution, subagents, tools, and runtime behaviorAgent execution, subagents, tools, and runtime behaviorarea: platformOperating-system and environment-specific behaviorOperating-system and environment-specific behaviorbugSomething isn't workingSomething isn't working
Description
Activity
Metadata
Metadata
Assignees
Labels
area: agent-runtimeAgent execution, subagents, tools, and runtime behaviorAgent execution, subagents, tools, and runtime behaviorarea: platformOperating-system and environment-specific behaviorOperating-system and environment-specific behaviorbugSomething isn't workingSomething isn't working
反馈
$PI_SCRATCH_DIR路径不能直接在 Bash 中使用;分支会话中的路径更新/提醒不足,可能静默指向错误位置。期望
超时状态和限制明确可见;跨 shell 的编码及路径能正确处理或给出明确、可操作的错误;长命令不能静默截断。
验收建议
分别验证 Bash 原生命令、Bash 调用 cmd 子进程、Windows scratch 路径及分支会话,并为长命令截断反馈补充可重复的最小复现或明确排除。