docs: add Windows troubleshooting to WINDOWS.md#334
Merged
charleslien merged 1 commit intoCodebuffAI:mainfrom Oct 25, 2025
Merged
docs: add Windows troubleshooting to WINDOWS.md#334charleslien merged 1 commit intoCodebuffAI:mainfrom
charleslien merged 1 commit intoCodebuffAI:mainfrom
Conversation
Addresses common Windows-specific issues reported in CodebuffAI#294, CodebuffAI#274, CodebuffAI#299: - Network/proxy configuration for version check failures - Git Bash/WSL recommendations for git command compatibility - Browser login workarounds for Git Bash users - Clarification on "Update available: error" message All solutions are configuration/workflow guidance with no code changes.
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.
Adds troubleshooting section to WINDOWS.md covering common Windows-specific issues that have been hitting users.
Currently WINDOWS.md only has dev setup (32 lines). This adds 151 lines covering real operational issues reported across multiple GitHub issues.
Issues Addressed
Issue #294: "Failed to determine latest version"
npm-app/release/index.js:309-312error handlingIssue #274: Git commands fail on Windows
npm-app/src/terminal/background.ts:31shell selection logicIssue #299: Login browser window fails + confusing error message
npm-app/src/client.ts:607browser opening logicAll solutions are configuration/workflow guidance with no code changes needed.
Fixes #294, #274, #299