Skip to content

🎷 Jazz v0.9.5 — Smoother Agent Switching & Rock‑Solid MCP

Choose a tag to compare

@lvndry lvndry released this 11 Feb 22:23

🎷 Jazz v0.9.5 — Smoother Agent Switching & Rock‑Solid MCP

A quick patch packed with quality-of-life upgrades: switching agents is faster (last-used first), and MCP connections stop dropping between messages.


✨ Highlights

  • Last-used agent first when switching agents (then alphabetical)
  • MCP stability fix: avoid disconnecting on every message

🧠 Improvements

  • Agent lists are now sorted with your most recently used agent pinned to the top — less scrolling, fewer misclicks.
  • Added a reusable helper: src/core/utils/agent-sort.ts.

🛠 Fixes

  • MCP connections should now stay alive instead of reconnecting every message (more reliable + less jitter).

🔗 Merged PRs

  • #170 — Sort agents by last used: #170
  • #169 — MCP: don’t disconnect on every message: #169

📦 Install / Upgrade

npm i -g jazz-ai@0.9.5

🗒 Notes

  • As always: if anything feels off, open an issue with logs and your platform details.