Skip to content

v0.9.14

Choose a tag to compare

@lvndry lvndry released this 01 Mar 08:57
· 84 commits to main since this release

What's Changed

CLI Glow-Up: Spacing, Wrapping, and Live Output That Behaves

The CLI got a serious styling makeover — consistent padding everywhere, streaming text that reflows nicely on resize, and output that stops doing the “wrap like a ransom note” dance. The UI now respects a shared spacing system, so tool results, reasoning, and responses line up cleanly. Bonus: the streaming renderer now avoids over-wrapping and keeps content copy-friendly. Your terminal just got a lot more readable.

Longer-Running Commands Without the “Oops, Timeout” Panic

Shell commands no longer tap out after 30 seconds. The execute_command tool now defaults to a comfy 15-minute timeout with explicit support for long-running jobs. This means fewer half-finished builds and more time for heavy tasks to finish without babysitting.

Obsidian Skill: Now Using the Official CLI (#191)

The Obsidian skill moved to the official Obsidian CLI (v1.12+), with a massive command surface documented right in the skill. That means better vault control, daily notes, tasks, tags, templates, sync, publish — the whole Obsidian toolkit, right from Jazz. Notes automation just leveled up.


Commits

  • 38de554 obsidian skill: use official obsidian cli (#191) by @Landry Monga
  • 91cbaf9 unifined padding by @lvndry
  • 3ab5966 fix: streaming padding (#190) by @Landry Monga
  • 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.13...v0.9.14