| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-27 | 581 Bytes | |
| v2.2.5 source code.tar.gz | 2026-02-27 | 701.6 kB | |
| v2.2.5 source code.zip | 2026-02-27 | 818.8 kB | |
| Totals: 3 Items | 1.5 MB | 0 | |
Bugfix release fixing issues with FormatErrors especially for weaker/smaller models that make toolcalling mistakes, and a rare issue in the inspector that could hang if encountering ANSI-sequences in trajectories.
- Fix: check if args is a dict to avoid exceptions fro… by @RobinChiu in https://github.com/SWE-agent/mini-swe-agent/pull/760
- fix(inspector): Handle ANSI escape sequences and null bytes in content by @klieret in https://github.com/SWE-agent/mini-swe-agent/pull/761
Full Changelog: https://github.com/SWE-agent/mini-swe-agent/compare/v2.2.4...v2.2.5