·
0 commits
to 83ef7343aff2bd992e1613aaa50f115aa31d623e
since this release
Core
Bugfixes
- Prefer apply_patch for GPT models (@Naster17)
- Handle streamed think tags (@Naster17)
- Stabilize llama.cpp prompt caching (@Naster17)
- Handle interrupted streaming tool calls (@Naster17)
- Support Ministral llama.cpp tool history (@Naster17)
- Improve subagent task placeholders, patch preview titles, and write parameter streaming order (@Naster17)
TUI
Bugfixes
- Enable copying selected agent editor text (@Naster17)
- Render truncated or streaming diffs as proper diffs instead of crashing (@Naster17)
- Compact TUI error displays (@Naster17)
- Refine TUI sidebar and command palette layout (@Naster17)
Thank you to 1 community contributor:
- @Naster17:
- fix: refine TUI sidebar and command palette layout
- fix: show placeholder text for subagent task before description arrives; show file path in patch preview title during streaming; reorder write params so filePath streams before content
- fix: compact TUI error displays
- fix: support Ministral llama.cpp tool history
- fix: render truncated/streaming diffs as proper diff in TUI instead of crashing
- fix: copy selected agent editor text
- fix: handle interrupted streaming tool calls
- fix: stabilize llama.cpp prompt caching
- minor fixes
- fix: handle streamed think tags
- fix: prefer apply_patch for gpt models
- minor fixes 2