Skip to content

Chief v0.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 21:44
· 28 commits to main since this release

Changelog

  • dc64ff0 feat(embed): improve PRD prompts with structured questions and expanded sections
  • d375bf3 feat(prd): improve conversion UX with progress messaging and rotating jokes
  • 1dd3436 feat(prd): replace raw spinner with styled lipgloss progress panel
  • 87a6b34 feat(prd): show live progress during PRD-to-JSON conversion
  • 699e098 feat(tui): add e keybinding to edit current PRD directly
  • 13da9d3 feat(tui): add diff view for viewing task changes
  • 57169d5 feat(update): add version check and self-update command
  • 8888d6d feat: US-001 - Config System
  • bf43d66 feat: US-002 - Git Worktree Primitives
  • db8b12b feat: US-003 - Git Push and PR Primitives
  • e47c633 feat: US-004 - Loop Working Directory Support
  • 3849915 feat: US-005 - Manager Worktree Tracking
  • b07e1e1 feat: US-006 - First-Time Setup - Post-Completion Config
  • 7eb0bf3 feat: US-007 - First-Time Setup - Worktree Setup Command
  • ca52385 feat: US-008 - Enhanced Branch Warning Dialog with Worktree Option
  • 2143faa feat: US-009 - Worktree Setup Spinner
  • 7036897 feat: US-010 - Tab Bar Branch Info
  • 926e4c2 feat: US-011 - Dashboard Header Worktree Info
  • 0cd6432 feat: US-012 - Picker Worktree Display
  • 18e71f4 feat: US-013 - Picker Merge Action
  • 8eeb5f6 feat: US-014 - Picker Clean Action
  • d00e1d9 feat: US-015 - Completion Screen UI
  • 5a27030 feat: US-016 - Auto-Push and PR on Completion
  • 7a78562 feat: US-017 - Settings TUI
  • 8eeeba5 feat: US-018 - Worktree App Integration
  • 0859bd3 feat: US-019 - Orphaned Worktree Cleanup
  • 8d16d98 feat: US-020 - Documentation Updates
  • 7ce37ed feat: tone down worktrees UI in TUI implementation
  • d53cb98 fix(build): remove sound feature to fix Rosetta 2 deadlock on Apple Silicon
  • c0b4866 fix(prd): add missing --verbose flag for stream-json output and build to bin/
  • 8f15512 fix(tui): resolve stash merge conflict in app struct
  • 9e414d5 perf(prd): inline prompt for PRD conversion instead of agentic tool use
  • b411c52 refactor(tui): defer worktree setup prompt until worktree is actually used