Commit abd22b3
committed
🤖 fix: include dist/ in terminal-bench archive to fix worker crash
The terminal-bench agent was crashing immediately on startup because:
1. Archive only packaged src/ but not dist/
2. Setup script never ran build
3. Worker threads need dist/utils/main/tokenizer.worker.js
4. Missing worker caused all 17+ tasks to timeout after 30min
Fix: Add 'dist' to _INCLUDE_PATHS so pre-built worker files are included.
The workflow already runs 'make build' during CI setup, so dist/ exists
and just needs to be packaged. This adds no per-task overhead.1 parent 7a797e2 commit abd22b3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments