Bug Fixes
- Open links in new tab (#612): External links in markdown agent responses now open in a new tab with
target="_blank". - Browser hand install (#611): Homebrew "already an App at" message now correctly recognized as success instead of failure.
- "FREE is not a valid model" (#610): Added
"free","openrouter/free", and"free-reasoning"aliases for OpenRouter free-tier models. - WhatsApp drops media (#605): Gateway now handles images, voice notes, videos, documents, and stickers with descriptive placeholders instead of silently dropping them.
- WhatsApp sender metadata (#597): Sender identity (phone, name) now flows end-to-end from API → kernel → system prompt. Agents know who sent each message.
- Config overwrite warning (#578): Web dashboard shows a warning toast when saving an API key triggers an auto-provider-switch.
- Linux libssl error (#582): OpenSSL is now statically compiled via vendored feature — no runtime libssl dependency.
Enhancements
- Minimax global URL (#576): Default URL switched to global endpoint (
api.minimax.io/v1). China users can override via[provider_urls]in config.toml.