Commit Graph

5 Commits

Author SHA1 Message Date
hikari 7a07958b65 feat: add back-to-workflow button in PRD Creator and Task Loop panels 2026-03-07 00:33:23 -08:00
hikari 7911d67d0d feat: add guided project workflow panel (Discuss → Plan → Execute → Verify) 2026-03-07 00:17:38 -08:00
hikari 93b3aa379c feat: automated task loop panel with per-task conversation orchestration
Implements issue #179. Adds a Task Loop panel that imports hikari-tasks.json
files and automatically runs Claude Code through each task in sequence, one
per conversation tab. Includes Start/Pause/Stop/Resume controls, real-time
status indicators per task, and a StatusBar badge. WSL UNC paths from the
file picker are normalised to Unix paths at import time.
2026-03-06 20:34:18 -08:00
hikari a98e544b52 feat: changelog panel with runtime release fetching
Adds a Changelog panel accessible from the nav menu. Fetches all
releases from the Gitea API on open and renders each entry with
version badge, date, pre-release tag, and markdown release notes.
Highlights the currently installed version with a pink "current" badge.
2026-03-06 19:29:38 -08:00
hikari 93c11a05b7 feat: replace nav icon cluster with single dropdown menu
Consolidates 21 toolbar buttons into a single Menu trigger that
opens a scrollable dropdown with icon + label per item. Clicking
any item auto-closes the menu; backdrop click also closes it.

All panel state migrated to NavMenu; StatusBar trimmed ~480 lines.
2026-03-06 18:51:27 -08:00