Skip to content

v0.7.0 — Endpoint model-kind icons + compacter toolbar

Choose a tag to compare

@ddon ddon released this 10 Jun 18:53
· 103 commits to main since this release

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) and kind_icon/1, inferring the kind from the model id via the same tts/embed substring heuristic the model picker uses (endpoints store no explicit type).

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_title slot) instead of stacking a second row. No phoenix_kit core change required.

📦 Hex package · 📖 Docs