TermiGen-32B achieves
31.3% pass@1 on
TerminalBench 1.0, establishing a new open-weight state-of-the-art and surpassing proprietary models like o4-mini with Codex CLI (20.0%).
This model is fine-tuned from
Qwen2.5-Coder-32B-Instruct using the TermiGen pipeline, which synthesizes high-fidelity training data through two phases:
We implemented a minimal BashAgent framework based on TerminalBench for agentic terminal execution. The agent interacts with Docker containers via bash shell, generating ReAct-style responses at each turn.
For detailed usage and integration examples, please refer to our
GitHub repository.
1@article{zhu2026termigen,
2 title={TermiGen: High-Fidelity Environment and Robust Trajectory Synthesis for Terminal Agents},
3 author={Zhu, Kaijie and Nie, Yuzhou and Li, Yijiang and Huang, Yiming and Wu, Jialian and Liu, Jiang and Sun, Ximeng and Yin, Zhenfei and Wang, Lun and Liu, Zicheng and Barsoum, Emad and Wang, William Yang and Guo, Wenbo},
4 journal={arXiv preprint arXiv:2602.07274},
5 url={https://arxiv.org/abs/2602.07274},
6 year={2026}
7}