Skip to content

0.135.0

Choose a tag to compare

@vinhnx vinhnx released this 09 Jul 22:47

What's Changed

0.135.0 - 2026-07-09

Highlights

Bug Fixes

  • Comprehensive code review and debugging fixes (060baf8)
  • Skip CARGO_INCREMENTAL with sccache wrapper in check-dev (b3009d4)
  • Address critical/high/medium bugs and DRY violations across codebase (099e7d6)
  • Dedup recovery dispatch, fix error swallowing, clean DRY (e403b78)

Features

  • Differentiate model-switch outcome variants, add harness opt-out config (b535d70)
  • Add immediate submit commands for slash palette (aa01bce)
  • Include enum options in preflight schema hint (74a9ca1)
  • Add support for GPT-5.6 models and update related prompts and configurations (6775385)

Other Changes

Other

  • Add planning intent detection and validation enhancements (8176201)
  • Update TODO (c7b353d)

Performance

  • Lowercase once per strip instead of per marker scan (83a33aa)
  • Pre-size summary prompt and retained-message vectors (b8de575)
  • Pre-size preflight validation failures vector (95ba756)
  • Pre-size system-prompt line vectors (4d58328)
  • Pre-size render output lines and list stack (35a90e0)
  • Pre-size render output strings (83407ee)

Refactors

  • Name failure mode in recovery retry directive (593b4c6)
  • Extract finalize_turn helper from run_turn_loop (85460ba)
  • Improve error handling and streamline post-tool recovery logic (bb3aeff)

Tests

  • Cover tool-free recovery retry-then-salvage (00f6ad3)

Full Changelog: 0.134.15...0.135.0