v4.21.0
Improvements
- All replies are now streamed instantly, giving you real‑time responses as they’re generated
- No extra settings needed – streaming works automatically without extra configuration
- Live updates are more reliable thanks to stronger error handling
v4.20.2
What's New
- Six new specialist assistants (architect, debugger, security, performance, integrator, researcher) let you get focused help for specific tasks
- Status screen now shows how many tokens have been used and an estimate of cost, so you can track usage
Improvements
- You can now choose the model you want for assistants, giving you more control
- Assistant command now shows a clear table and easier navigation
- File deletion command is safer, preventing accidental removal of important files
Bug Fixes
- Fixed a bug that counted token usage twice, giving more accurate usage stats
- Fixed a crash when using the assistant command without arguments
- Corrected token tracking to only count new usage per request
v4.20.1
Bug Fixes
- Fixed issues where selecting line ranges could give incorrect results, especially with negative numbers or ranges that go beyond the file
v4.20.0
What's New
- New 'grepper' assistant that can scan code and files for patterns without making any changes
Improvements
- Agents can now run up to 100 steps, allowing more complex tasks without hitting limits
- Stuck task detection is more reliable, reducing chances of the app freezing
- Provider setup guide is clearer, making it easier to connect to services like DeepSeek and Google Gemini
Bug Fixes
- Fixed issue where requesting lines beyond a file’s length caused crashes; now returns available lines or a clear error
4.19.4
What's New
- You can now turn the safety checker on or off and choose which AI model it uses
- A new /safety command lets you quickly enable, disable, or view the status of safety checks
- Safety checks are now remembered, making responses faster and reducing unnecessary work
Improvements
- Reading files now gives clearer error messages if you request a line range that doesn’t exist
- Safety checks now allow common development tools even when a rule is triggered, so your workflow isn’t stopped unexpectedly
Bug Fixes
- Fixed a crash that could happen when trying to read lines beyond the end of a file