Release v1.4.18-alpha #32

Merged
Mike Bros merged 1 commit from release/1.4.18-alpha into main 2026-02-16 07:07:57 +00:00
Contributor

Summary

  • fix(setup): Add visible "Validating API key..." status line during setup wizard so users can see whether the auth check executes
  • test: Add integration tests verifying full HTTP round-trip for auth validation (raw fetch status codes + testAuth interpretation)

Context

v1.4.17-alpha included the testAuth function and validation loop, but a user reported the auth check appeared to not execute on a remote machine. This release adds diagnostic output to trace the issue and strengthens test coverage with integration-level tests.

Test plan

  • 227 tests pass (2 new integration tests)
  • Manual test from remote machine: npx open-project-sidecar-mcp → Docker sidecar → connect → wrong key → should show "Validating API key... ✗" and prompt to re-enter

🤖 Generated with Claude Code

## Summary - **fix(setup):** Add visible "Validating API key..." status line during setup wizard so users can see whether the auth check executes - **test:** Add integration tests verifying full HTTP round-trip for auth validation (raw fetch status codes + testAuth interpretation) ## Context v1.4.17-alpha included the `testAuth` function and validation loop, but a user reported the auth check appeared to not execute on a remote machine. This release adds diagnostic output to trace the issue and strengthens test coverage with integration-level tests. ## Test plan - [x] 227 tests pass (2 new integration tests) - [ ] Manual test from remote machine: `npx open-project-sidecar-mcp` → Docker sidecar → connect → wrong key → should show "Validating API key... ✗" and prompt to re-enter 🤖 Generated with [Claude Code](https://claude.com/claude-code)
fix(setup): add diagnostic output to API key validation and integration tests
All checks were successful
CI / lint (pull_request) Successful in 7s
CI / security (pull_request) Successful in 6s
CI / test (pull_request) Successful in 16s
85eb154d9d
The auth validation step now prints "Validating API key..." with a
visible check/cross result so users can see whether the check executes.
Added integration tests that verify the full HTTP round-trip (raw fetch
status codes + testAuth interpretation) for both correct and wrong keys.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Mike Bros approved these changes 2026-02-16 07:07:52 +00:00
Mike Bros deleted branch release/1.4.18-alpha 2026-02-16 07:07:57 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mike/open-project-sidecar-mcp!32
No description provided.