v0.0.443
·
2052 commits
to main
since this release
Version 0.0.443 (July 10, 2026)
- Prometheus connector (#595) — query metrics with PromQL over the Prometheus HTTP API; each metric becomes a table.
- Concurrent multi-tool execution (#598) — one planner decision can run its tool calls in parallel (e.g.
create_dataacross several sources), controlled by theai_tool_concurrencyorg setting (defaults to 4; set to 1 for serial). - Per-connection request rate limit (#592) — enterprise admins can cap requests per minute/hour/day on a connection, enforced as a hard block with audit logging.
- Model-authored tool-call titles (#593) — connection/external tool calls show a short human-readable label (e.g. "Searching Notion for churned customers") that streams live.
- WhatsApp outbound images (#590) — charts and image files are now sent to WhatsApp as native images with captions.
- RTL email auto-detection (#597) — free-form emails with Hebrew/Arabic content are automatically rendered right-to-left.
- LLM selector shows the model's provider icon (#596) — the prompt-box model button reflects the selected model's provider instead of a generic icon.
- Zabbix connector (enterprise) (#591) — query hosts, metrics, triggers, active problems, events, and metric history via the JSON-RPC API.
- Fix iOS focus-zoom on the report prompt box (#600) — the mobile prompt field is pinned to 16px so tapping it no longer zooms the viewport.