fix: suppress all GCM interactive prompts in credential store#176
Merged
Conversation
GIT_TERMINAL_PROMPT=0 and GCM_INTERACTIVE=never were not sufficient to prevent Git Credential Manager from showing GUI dialogs on Windows or askpass prompts on Linux. Add GCM_GUI_PROMPT=false, GIT_ASKPASS="", and SSH_ASKPASS="" to fully suppress all prompt vectors across platforms. This fixes unwanted credential prompts when running `archgate login status` and when the CLI is invoked as a subprocess by editor plugins.
Deploying archgate-cli with
|
| Latest commit: |
931ab94
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e2adc6a7.archgate-cli.pages.dev |
| Branch Preview URL: | https://fix-gcm-prompt-suppression.archgate-cli.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GCM_GUI_PROMPT=false,GIT_ASKPASS="", andSSH_ASKPASS=""togitCredentialEnv()insrc/helpers/credential-store.tsarchgate login statusor when the CLI runs as a subprocess in editor plugins (MCP/Claude Code)GIT_TERMINAL_PROMPT=0+GCM_INTERACTIVE=nevercombo was insufficient — GCM could still show GUI dialogs on Windows and askpass prompts on LinuxTest plan
bun run validatepasses (599 tests, 21/21 ADR checks, build OK)archgate login statuson Windows with no stored credentials — no GUI prompt should appeararchgate login statuson Linux — no terminal prompt should appeararchgate login