generated from nhcarrigan/template
-
v1.11.0
Stablereleased this
2026-03-07 03:24:48 -08:00 | 10 commits to main since this release[1.11.0] - 2026-03-07
Added
- Pretty diff viewer: the Git panel now shows colour-coded unified diffs with syntax highlighting and line numbers instead of raw text output
- Guided Project Workflow panel: a four-phase workflow (Discuss → Plan → Execute → Verify) to keep projects structured from idea to completion; phases 2 and 3 open the PRD Creator and Task Loop panels directly, and state is persisted to
workflow-state.jsonin the working directory - PRD Creator panel: generate a structured product requirements document and task list from a natural language description; outputs
hikari-tasks.jsonfor the Task Loop to consume; tasks support inter-task dependencies for wave-based execution - Task Loop panel: automated per-task conversation orchestration; each task gets its own Claude conversation, runs in dependency order, and can be committed automatically on completion
- Wave-based parallel task execution: tasks in the Task Loop now run in dependency-aware waves with configurable concurrency (default 3); independent tasks execute in parallel, and blocked tasks are marked automatically when their dependencies fail
- Auto-commit after task completion: the Task Loop can optionally commit changes after each completed task with a configurable conventional-commit prefix and optional SUMMARY.md generation
- Project Context panel: persist
PROJECT.md,REQUIREMENTS.md,ROADMAP.md, andSTATE.mdin the working directory; these are injected into Claude's context automatically on every message - Codebase Mapper: generates a
CODEBASE.mdarchitectural summary of the current project so Claude understands the project structure before starting work - Community preset themes: Dracula, Catppuccin Mocha, Nord, Solarized Dark, Gruvbox Dark, and Rosé Pine added as one-click built-in theme presets alongside the existing custom colour controls
- In-app changelog panel: fetches release notes from the repository at runtime and displays the full version history inside the app
- Full embedded documentation: the single-page help modal has been replaced with a 12-page paginated docs browser covering every feature; includes a sidebar table of contents, prev/next navigation, arrow-key support, and a
?keyboard shortcut to open it from anywhere
Fixed
Ctrl+Cnow copies selected text to the clipboard as expected; it only interrupts Claude when no text is selected
Performance
- Conversation history now uses virtual windowing to render only visible messages, keeping the UI responsive in long sessions; markdown rendering is memoised and history search is debounced
Downloads