-
v1.4.19-alpha
Pre-releaseAll checks were successfulCI / lint (push) Successful in 8sPublish / detect-release (push) Successful in 4sCI / security (push) Successful in 7sPublish / tag (push) Successful in 4sCI / test (push) Successful in 19sPublish / publish-forgejo (push) Successful in 9sPublish / promote-release (push) Successful in 1sPublish / publish-npm (push) Successful in 17sPublish / publish-container (push) Successful in 24sreleased this
2026-02-16 07:17:31 +00:00 | 70 commits to main since this releaseWhat's Changed
Bug Fix
- API key validation now works for all users. The auth check was only in the
--setupcode path, not thenpxauto-setup path (promptCredentials). Both paths now use the same sharedvalidateAuthKey()function.
Improvements
- Visible "Validating API key... ✓/✗" output during setup
- Retry loop: wrong key prompts to re-enter or cancel
- Network errors warn and proceed gracefully
Testing
- 8 new tests (231 total):
validateAuthKeyflow tests + HTTP integration tests - Covers: correct key, wrong key rejection, retry with correct key, network error fallback
Full Changelog: https://git.bros.ninja/mike/open-project-sidecar-mcp/compare/v1.4.18-alpha...v1.4.19-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- API key validation now works for all users. The auth check was only in the