Skip to content

jinn-cli 0.25.0

Released 2026-07-07.

  • Existing chats can switch engines in place. Jinn retains per-engine native session references, bridges recent transcript context when changing engines, and restores the prior native session when switching back.
  • Gateway restarts no longer replay the restart turn. Chat-driven restarts acknowledge the requesting session, finish the active queue item before shutdown, preserve healthy idle state during graceful cleanup, and avoid stale PID/port-owner hazards.
  • Rebuilds keep the web UI loadable. Web assets are synchronized into dist/web without removing the live bundle mid-request, preventing blank pages caused by briefly missing chunks.
  • Errored chats can recover by switching engines. Terminal error and interrupted states are switchable; queued, waiting, and running turns remain protected.
  • The engine picker uses the concise Switch engine… row label instead of listing every installed engine inline.