0.135.10
What's Changed
Highlights
Features
- add Moonshot models, update model presets, fix blocks reflow (95ae2bc) (@vinhnx)
- show visual TUI feedback for every /config change (eb42b19) (@vinhnx)
Bug Fixes
- remove trailing empty Policy line from streaming reasoning blocks (be920c5) (@vinhnx)
- restore PTY/command tool-call display and register exec_pty_cmd (225c5c1) (@vinhnx)
- persist salvaged plan to session file during plan-mode recovery (c5dcc9f) (@vinhnx)
Documentation
Other Changes
Performance
- share conversation history via Arc to eliminate per-turn O(history) clones (7faf732) (@vinhnx)
- cut blocking IO and redundant work on tool/event hot paths (cb012b2) (@vinhnx)
- cut per-turn and streaming overhead across hot paths (e310ec8) (@vinhnx)
- eliminate repeated work in search hot paths (669d5b9) (@vinhnx)
Refactors
- extract ColorContext, simplify thinking header, fix PTY completion line (124629f) (@vinhnx)
- consolidate PTY styles, deduplicate prefix-building, relativize paths in headers (23c7554) (@vinhnx)
- harden public/harness tool dispatch and bump Rig to 0.40 (4619b1c) (@vinhnx)
- lazy flat file palette with on-demand listing (8ca1031) (@vinhnx)
- harden native_plugin FFI and document field lifetimes (7c5a77b) (@vinhnx)
Other
- Update TODO (b6274d1) (@vinhnx)
- Update note (e7b5878) (@vinhnx)
- Refine plan mode (4a7a76f) (@vinhnx)
- Update TODO (cfc90d6) (@vinhnx)
- Feat/simplify search (#702) (d7232ef) (@2789734+kernitus)
Contributors
@vinhnx, @2789734+kernitus
Full Changelog: 0.135.9...0.135.10