Description
Problem
Generating the cassette tapes via GLM-5.1 on Hyper for these tree tests takes forever (each hit a 4 minute timeout):
download_tool, update_a_file, read_a_file
I was able to generate them for all the other tests.
GPT-5.5 investigated read_a_file a bit and reported:
- It did not hang on filesystem access.
- It emitted
glob {"pattern":"go.mod"} and got the correct /tmp/.../go.mod tool result.
- Then it stalled on the next model response, before calling
view.
- Conclusion: slowness is the live model stream/planning after a tool result, not sandbox/filesystem permissions.
Solution
No idea. I'm now running them one-by-one with a 10 minute timeout (which seems absurdly long to me). Will report back.
Version
No response
Environment
No response
Description
Problem
Generating the cassette tapes via GLM-5.1 on Hyper for these tree tests takes forever (each hit a 4 minute timeout):
download_tool,update_a_file,read_a_fileI was able to generate them for all the other tests.
GPT-5.5 investigated
read_a_filea bit and reported:Solution
No idea. I'm now running them one-by-one with a 10 minute timeout (which seems absurdly long to me). Will report back.
Version
No response
Environment
No response