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