Chief v0.2.0
What's New
TUI Improvements
-
Max Iterations Control: Header now displays
Iteration: x/yformat. 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
mainormaster, 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-retryflag 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