mirror of
https://github.com/tiennm99/ccstatusline.git
synced 2026-09-13 12:20:06 +00:00
* fix(test): replace vi.mocked with direct mock reference in GitWorktree tests vi.mocked(execSync) was undefined because the vi.mock factory runs before imports resolve. Use a top-level vi.fn() reference instead. * feat(tui): add move mode to LineSelector for reordering lines Press 'm' to enter move mode, use arrow keys to swap lines, Enter/Escape to exit. Visual feedback mirrors ItemsEditor pattern with blue diamond marker and [MOVE MODE] label. * chore: update bun.lock * Fix for model in statusLine JSON being passed as string vs object, closes #157, version bump * fix(test): make GitWorktree execSync mock hoist-safe --------- Co-authored-by: Matthew Breedlove <sirmalloc@gmail.com>