v0.1.1
Fixed
- Chat input at the bottom of the conversation pane was clipped by the fixed topbar's 33px body padding — only a 1px border-top sliver showed. The split kanban view now sizes to
calc(100vh - 33px)so the input row is visible.
Added
- Repo picker now has a "…" button for picking folders the
$HOMEscan can't reach (paths outside~/, or nested below a top-level dir). The picked path is persisted to~/.claude/command-center/custom-repos.txtvia a newPOST /api/repo/addendpoint and auto-switches on success.
Full changelog: v0.1.0...v0.1.1