Skip to content

fix(vscode-ext): pass auth password via env to avoid Windows cmd esca…#60

Merged
m1rl0k merged 2 commits into
Context-Engine-AI:testfrom
voarsh2:vscode-windows-auth-login-fix-chars
Dec 13, 2025
Merged

fix(vscode-ext): pass auth password via env to avoid Windows cmd esca…#60
m1rl0k merged 2 commits into
Context-Engine-AI:testfrom
voarsh2:vscode-windows-auth-login-fix-chars

Conversation

@voarsh2

@voarsh2 voarsh2 commented Dec 13, 2025

Copy link
Copy Markdown
Contributor

…ping

On Windows the extension invokes the bridge via cmd /c npx ..., so passwords containing & were treated as command separators and broke auth login. Switch username/password login to use CTXCE_AUTH_USERNAME/CTXCE_AUTH_PASSWORD (and CTXCE_AUTH_BACKEND_URL) instead of CLI args.

…ping

On Windows the extension invokes the bridge via `cmd /c npx ...`, so passwords containing `&` were treated as command separators and broke `auth login`.
Switch username/password login to use CTXCE_AUTH_USERNAME/CTXCE_AUTH_PASSWORD
(and CTXCE_AUTH_BACKEND_URL) instead of CLI args.
@m1rl0k m1rl0k merged commit 752ac1a into Context-Engine-AI:test Dec 13, 2025
1 check passed
@voarsh2 voarsh2 deleted the vscode-windows-auth-login-fix-chars branch December 15, 2025 20:54
m1rl0k added a commit that referenced this pull request Mar 1, 2026
fix(vscode-ext): pass auth password via env to avoid Windows cmd esca…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants