v2.9.1
Highlights
- Agent user message editing — Hover a user bubble in the agent panel, edit the text, and Save & resend to truncate from that turn and rerun the agent (attachments on that turn are kept when possible).
- Groq + images — Multipart vision payloads are sent only on Llama 4 Scout/Maverick; other Groq chat models keep a string
contentand a short note so the API no longer returnsmessages[n].content must be a string. - Agent + images + Lite — When using a Groq vision model with attachments, the stream route forces the standard agent tier, adds an IMAGE INPUT system cue, and preserves image attachments across history turns so models stop claiming they cannot see images.
Run npm run electron:build locally (or your CI) to attach platform installers to this release if needed.
Full Changelog: v2.9.0...v2.9.1