-
v1.4.4-alpha
Pre-releaseAll checks were successfulCI / security (push) Successful in 7sPublish / detect-release (push) Successful in 7sCI / lint (push) Successful in 10sPublish / tag (push) Successful in 4sCI / test (push) Successful in 17sPublish / publish-forgejo (push) Successful in 10sPublish / publish-npm (push) Successful in 11sPublish / promote-release (push) Successful in 2sreleased this
2026-02-16 01:01:05 +00:00 | 123 commits to main since this releaseWhat's Changed
Setup Wizard UX Overhaul (Epic OP#523)
- OP#518: Improved error messaging when
.envexists but is missing required values — now suggests--setupflag for reinstalls and distinguishes "found but incomplete" from "not found" in non-TTY mode - OP#519: Fixed duplicate service bug in Docker compose handling — services are now replaced in-place instead of appended, prompts correctly say "Update/Replace" for existing services, removed dangerous regex-based service removal
- OP#520: Fixed Claude Code registration scope — now cleans existing config from both project and user scopes before adding, uses
execFileSyncfor HTTP mode to prevent shell injection from base64 characters in API keys - OP#521: Setup wizard now reuses existing
MCP_API_KEYfrom compose.envinstead of always generating a new one — prevents 401 errors when the registered key doesn't match the running sidecar - OP#522: Improved start/restart language and manual command hints — uses "Restart" for existing services, includes
-fcompose path in fallback commands - OP#524: Added 11 unit tests covering
readExistingMcpApiKey,findExistingMcpServiceport extraction, andreplaceMcpServiceInCompose(164 total tests, 0 failures)
Install
npx -y open-project-sidecar-mcp@1.4.4-alpha --setupDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- OP#518: Improved error messaging when