Skip to content

v0.9.13

Choose a tag to compare

@lvndry lvndry released this 27 Feb 16:24

What's Changed

CLI Prompts That Don’t Make You Guess (#188)

The CLI now whispers helpful hints instead of staring blankly at you. Search selectors and text inputs gained real placeholders (“Search models…”, “my-agent”), so it’s obvious what to type and where. Less head‑scratching, more cruising.

Smarter Catch‑Up Scheduling (No More “Wait, Didn’t I Already?”) (#188)

Catch‑up logic now notices when a workflow is already running within the catch‑up window and stops pestering you to re-run it. It’s like a calendar that respects your time and doesn’t ask “are we there yet?” every five minutes.

Tool‑Support Reality Checks (Because Surprise Is Not a Feature) (#188)

When you start a chat, switch agents, or tweak models, Jazz now warns you if the selected model can’t use tools. No more “why didn’t my tools run?” moments — the CLI tells you up front.

Thinking Indicator Discipline (Less Drama, More Signal) (#188)

Thinking indicators now show only when reasoning is actually enabled. Sub‑agents and executors respect your “no‑thinking” preference, so the UI doesn’t light up like a pinball machine when you asked for silence.

Clickable Links That Actually Click Right (#189)

Markdown links wrapped in bold/italic no longer smuggle ** into the URL. Links now open cleanly while still preserving legit underscores/asterisks inside real URLs. Your terminal hyperlinks stop tripping over their own shoelaces.

Release Notes Agent Can Find Its Backpack

The release workflow now copies the release‑notes agent into the correct home directory path, so the release bot shows up prepared instead of wandering around lost.


Commits

  • bd55c09 fix: release note agent copy path by @lvndry
  • 0754ce8 fix: markdown url formatting (#189) by @Landry Monga
  • e6ab1e2 feat: improve cli prompts and catch-up handling (#188) by @Landry Monga

Full diff

v0.9.12...v0.9.13