- Update package.json to 1.0.0-beta.16
- Update package.npm.json to 1.0.0-beta.16
- Update mac/VibeTunnel/version.xcconfig to 1.0.0-beta.16
- Update ios/VibeTunnel/version.xcconfig to 1.0.0-beta.16
- Fix the failing test 'should include Git info in session creation request'
- Test now properly calls checkGitRepository() to populate currentBranch and selectedBaseBranch
- Ensures Git info is correctly included in session creation requests when repository is detected
- Fixes test by making selectedBaseBranch match currentBranch to avoid branch switching warning path
Test was failing because gitRepoPath was undefined in request body, now properly includes Git repo path and branch information.
- Update version.xcconfig to 1.0.0-beta.14 (build 203)
- Update web/package.json to 1.0.0-beta.14
- Update web/package.npm.json to 1.0.0-beta.14
- Add CHANGELOG entry for beta.14 with systemd support