Skip to content

0.134.15

Choose a tag to compare

@vinhnx vinhnx released this 09 Jul 06:12

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

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