Skip to content

v0.1.1

Choose a tag to compare

@amirfish1 amirfish1 released this 23 Apr 16:32
· 1230 commits to main since this release

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 $HOME scan can't reach (paths outside ~/, or nested below a top-level dir). The picked path is persisted to ~/.claude/command-center/custom-repos.txt via a new POST /api/repo/add endpoint and auto-switches on success.

Full changelog: v0.1.0...v0.1.1