skills/skills/langbot-env-setup/references/wsl-notes.md
Use this reference only for WSL-specific details. Do not put generic LangBot startup or browser-login steps here.
GitHub login and model provider calls may require proxy access from WSL.
Working proxy form:
socks5://127.0.0.1:7890
Bypass local LangBot:
localhost,127.0.0.1
Quick checks:
curl -I --max-time 8 --proxy socks5h://127.0.0.1:7890 https://github.com
curl -I --max-time 3 "$LANGBOT_BACKEND_URL"
If OAuth requires a visible browser, WSL must have a usable display path. If a visible Chromium launch fails, check the local WSL GUI/X11 setup before changing LangBot config.
ERR_NETWORK_CHANGED or GitHub timeout: browser is not using the SOCKS proxy.