Skip to content

v0.9.11

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jun 00:57
· 1 commit to main since this release

This release introduces the fun new Constellation UI home-page view — an activity bubble visualization. It adds first-class support for Hermes agents, including dedicated event rendering, session stats, and model pricing, alongside a redesigned collapsible conversation thread with navigation and stable scrolling.

Features

  • Added the Constellation dashboard theme; it's now the default home-page view with a toggle to switch to previous List view.
  • Added first-class Hermes agent support: dedicated event rendering, session stats derived from events, a model pricing endpoint, and a Hermes agent plugin.
  • Redesigned the conversation thread to be collapsible with thread navigation, stable stream scrolling, and improved parity with the event stream.
  • Added rendering for claude's StructuredOutput tool events.
  • Added positional URL routing with a project segment derived from the session.
  • Made the active-session indicator duration configurable.

Fixes

  • Normalized epoch-seconds timestamps to milliseconds at ingest so event times display correctly.

Other

  • Improved routing performance by caching session lookups and bounding the route fallback set.