Skip to content

Jazz v0.9.6 – Agents That Groove Even Smoother

Choose a tag to compare

@lvndry lvndry released this 13 Feb 21:00

Jazz v0.9.6 – Agents That Groove Even Smoother 🕺

This patch may be small in version number, but it’s big on quality-of-life upgrades for your agents and your workflow.

✨ Highlights

  • Smarter agent tools

    • Agents now filter out unsupported tools so they don’t try to use things your model can’t handle. Fewer tool errors, more smooth executions.
  • Built‑in Jazz code review GitHub Action

    • Introduces a Jazz-powered code review GitHub Action so you can bring conversational, AI-assisted reviews directly into your CI.
    • Great for catching issues and getting context-aware feedback without leaving your PR.
  • Better CLI tools UX

    • Simplified internal tools wiring in the CLI.
    • Improved copy/paste support in chat, so grabbing and sharing outputs and snippets feels way more natural.
  • Scheduled workflows & unified lists

    • CLI now supports scheduled workflow runs so your agents can work for you on a schedule.
    • Unified list formatting across commands means more consistent, readable output when you’re scanning agents, workflows, and more.

📦 Changes Since v0.9.5

  • ae07b11 – feat(cli): scheduled workflow runs + unified list formatting (#171)
  • d0baa2e – feat(cli/tools): simplify tools + better support of copy/paste in chat
  • 696b8be – feat: Jazz code review github action (#173)
  • 1f68a05 – filter agent tool if not supported (#174)
  • f18a3a2 – 0.9.6 (version bump)

🚀 Upgrade

If you’re using npm:

npm install -g jazz-ai

Or with bun:

bun install -g jazz-ai

Then just run:

jazz

Let your agents handle the busywork while you stay in the flow.