v0.100.6
What's Changed
MR: #563
Full Changelog: v0.100.5...v0.100.6
Addresses:
Includes:
- Update tool validation to handle
ReadRangeparams - Simplify
Greptool to default to case insensitive regex searches - Add
allowed_commandsunderagent-configto whitelist some commands regardless of confirmation settings - Make file messages more precise for the LLM
- Debounce reminder messages to just once every 5 turns to improve cache efficiency
- Updates to system prompts to include instructions included in debounced reminders
- Terminal aesthetic updates (updated announcements, thinking block display, TUI tool result printing)
- Fewer emojis, more unicode
- Many updates to tool and tool parameter descriptions and fall back behaviors to help keep LLMs on track
- Add retry logic for empty LLM responses (CLI-49) by @szmania in #565
- Transfer abs_fnames back after /agent temp-coder turn by @JessicaMulein in #568
- Sanitize ExploreCode queries for Cymbal FTS5 safety by @JessicaMulein in #570
- Initialize reflected_message in init to prevent AttributeError by @JessicaMulein in #571