Skip to content

v0.7.3

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 23 Jan 22:08
· 370 commits to main since this release

Changes

Features

  • Add per-session agent mode switching with useSessionAgent hook
  • Add mobile drag-and-drop toggle for repo list with better overflow handling
  • Improve repo card UI with truncation and compact status display

Bug Fixes

  • Fix TypeScript errors in repo.ts (undefined handling for pathPart and repoName)

Other

  • Bump version to 0.7.3
  • Set package.private to false for npm publishing
  • Remove global mode preference, use session-level mode instead