v0.7.0 — Endpoint model-kind icons + compacter toolbar
Added
- Model-kind icon column on the AI Usage endpoints list (table + card views), before the endpoint name, with tooltips:
- Text-to-Speech →
hero-speaker-wave, Embedding →hero-rectangle-stack, Chat/Completion →hero-chat-bubble-left-right. - Backed by pure helpers
PhoenixKitAI.Endpoint.kind/1(:chat | :tts | :embedding) andkind_icon/1, inferring the kind from the model id via the sametts/embedsubstring heuristic the model picker uses (endpoints store no explicit type).
- Text-to-Speech →
Changed
- Compacter endpoints toolbar — the sort/filter UI now shares one row with the New Endpoint button + card/list toggle (moved into the core table's
:toolbar_titleslot) instead of stacking a second row. Nophoenix_kitcore change required.
📦 Hex package · 📖 Docs