Skip to content

v1.4.0

Choose a tag to compare

@myakove myakove released this 08 May 20:48
· 44 commits to main since this release
d9e8adb

✨ Features

  • AI model discovery and cost tracking — Upgrade ai-cli-runner to 0.3.0 with real-time model discovery per provider, per-generation cost tracking with total_cost_usd, server-wide cost via GET /api/cost, and model combobox with display names (#71)

🐛 Bug Fixes

  • Harden post-generation workflow — Add --flatten flag to docsfy download CLI, handle brackets in model names, add secret scanner conflict guidance, offer AGENTS.md guardrail, and use available_models with display names (#72)
  • Fix planner JSON parse failure — Strip <think> blocks and AI artifacts before JSON parsing in planner, preventing cursor model failures (#73)
  • Remove Mermaid diagram support — Remove unused mermaid rendering, puppeteer config, and chromium dependency (#63)

📚 Documentation

  • Generate documentation — Generate documentation with docsfy (cursor/gpt-5.4-xhigh-fast) (#60)

Full Changelog: v1.3.0...v1.4.0