fix(core): fix browser agent UX issues and improve E2E test reliability (#24312)

This commit is contained in:
Gaurav
2026-04-01 07:00:16 +08:00
committed by GitHub
parent 94f9480a3a
commit 782bb4e4bd
5 changed files with 144 additions and 128 deletions
+1
View File
@@ -121,6 +121,7 @@ describe('file-system', () => {
const result = await rig.run({
args: `write "hello" to "${fileName}" and then stop. Do not perform any other actions.`,
timeout: 600000, // 10 min — real LLM can be slow in Docker sandbox
});
const foundToolCall = await rig.waitForToolCall('write_file');