Skip to content

Chief v0.2.0

Choose a tag to compare

@MiniCodeMonkey MiniCodeMonkey released this 29 Jan 18:28
· 13 commits to main since this release

What's New

TUI Improvements

  • Max Iterations Control: Header now displays Iteration: x/y format. Use +/- keys to adjust max iterations by 5. Dynamic default based on remaining stories.

  • Enhanced Log Viewer: Tool calls now display with icons (📖 Read, ✏️ Edit, 📝 Write, 🔨 Bash, etc.) and show relevant arguments. Tool results use full terminal width instead of being truncated at 60 characters.

  • Branch Protection Warning: When starting on main or master, Chief now shows a warning dialog with options to create a feature branch (chief/<prd-name>), continue anyway, or cancel.

  • Crash Recovery: Automatic retry on Claude crashes with configurable limits (3 retries with delays of 0s, 5s, 15s). Use --no-retry flag to disable.

Bug Fixes

  • Removed duplicate "Converting prd.md to prd.json..." message during PRD creation and editing

Documentation

  • Added TUI screenshot to README and docs homepage

Full Changelog

Features

  • feat(tui): add TUI improvements and crash recovery

Documentation

  • docs: add TUI screenshot to README and docs homepage
  • docs: add screenshot below hero section for visibility

v0.1.0...v0.2.0