v0.4.3

RightNow-AI/openfangv0.4.3Mar 14, 2026by jaberjaber23

AI Summary

Improves user experience with fixes for external links, browser installation, and comprehensive WhatsApp media handling.

Key Highlights

  • External markdown links now open in a new tab
  • Fixed Browser hand installation detection for Homebrew
  • Added aliases for OpenRouter free-tier models
  • WhatsApp gateway now handles images, voice notes, and videos
  • Sender identity is now tracked end-to-end in WhatsApp

Full Release Notes

## 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.