v0.9.12
What's Changed
TUI Streaming & Catch‑Up Rescue (#187)
The CLI’s live output now streams in smooth, append‑only glory — no more text flicker or “where did my lines go?” moments when you scroll back. Plus, scheduled workflows that missed a run now keep proper catch‑up records, so Jazz won’t nag you twice or accidentally ghost the run. Bonus: --no-tui lets you go plain‑text for CI and tiny terminals.
MCP Server Home Base: .agents/mcp.json (#186)
MCP servers got a real home. Jazz now loads MCP configs from the .agents/mcp.json convention (user + project), while jazz.config.json only keeps the on/off switches. Result: shareable MCP setups across repos, cleaner configs, and fewer secrets sprinkled everywhere.
Release Automation, Less Drama
The release workflow now has sturdier error handling, so publishing is less “cross your fingers” and more “ship it.”
Commits
1a894e3refactor(cli): TUI output + catch-up tracking (#187) by @lvndryfc96036chore: support .agents/mcp.json (#186) by @lvndry1450866release.yml better error handling by @lvndry