Replies: 1 comment
-
|
@erigrus There was some discussion on telemetry in the Discord forum https://discord.com/channels/1108621136150929458/1156679146932535376/1428463512103157800 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am on Windows behind a corporate proxy. The Continue VS Code extension works fine with my Azure OpenAI setup and local MCP servers, but the CLI fails. When I run:
it returns
{"status":"error","message":"404 Resource not found"}. In non-headless mode, the CLI also periodically logsPostHogFetchNetworkError. I expect the CLI to behave like the extension when using the same config. This appears to be proxy-related or a difference in how the CLI resolves endpoints or paths.Questions
cnuse the exact same config schema and paths as the extension?cnfor proxies on Windows (HTTP_PROXY/HTTPS_PROXY/NO_PROXY)?cn?Beta Was this translation helpful? Give feedback.
All reactions