0.134.15
What's Changed
0.134.15 - 2026-07-09
Highlights
Bug Fixes
- Primary agent runtime config clobbers configured model with "inherit" (fe45c4e) (@ForrestThump)
- Retry tool-free recovery on contract violation instead of bailing (ebc936a)
- Raise recovery synthesis token cap 1024 -> 4096 (383c715)
- Update contributor commit counts in README and add WIP note in TODO (891da9e)
- Stop injecting contradictory resume directive during tool-free recovery (7acc042)
Features
- Implement absolute line cap for read_file calls with continuation support (a345212)
- Add absolute line cap for line-based read_file operations (c2d7a50)
- Implement WorktreeReconciler with DiffVerifier for safe merges (58c257c)
- Salvage prose from rejected recovery synthesis in fallback (c30ac37)
- Enhance local model management and readiness checks (f7271b2)
Other Changes
Build
- Eliminate last 2 unsafe blocks in build.rs and process_hardening.rs (650781c)
CI
- Wire allocator-jemalloc feature into build-linux-windows.yml (e5f4b3d)
Other
- Remove sccache + rust-cache from Windows and macOS builds (ecd69fc) (@vinhnx)
- Update TODO.md (51f4dad) (@vinhnx)
- Delete PLAN-loop-engineering.md (40ae26f) (@vinhnx)
- Delete web-fetch-hilt-fix.md (05425cd) (@vinhnx)
- Update TODO.md (e8266c2) (@vinhnx)
- Update TODOs (66a93a9)
- Update TODO (ec8e24e)
Performance
- Shallow git checkouts in CI, enable sccache for local macOS release builds (d55f76e)
- Default to jemalloc on Linux and add bench-allocator RSS diagnostic (998f101)
Full Changelog: 0.134.14...0.134.15