Replies: 4 comments 1 reply
-
|
@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.
-
|
This is an area we need more information from corporate proxy users. The Continue IDE extensions after months of feedback. With the CLI being newer, we'd need some design partnership or community contribution to work through the limitations. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same issue and NOT behind a corporate proxy, but am pointing to an azure.us endpoint. Extension works great, but I get a 404 on the CLI. The main guess is that the CLI has some different logic for the URL generation and the .us is throwing it somehow. Hope this helps |
Beta Was this translation helpful? Give feedback.
-
|
I have a similar issue: Azure provider returns Interestingly, the Anthropic provider works fine in CLI. The key difference: my Azure config uses no API key (authentication is handled by our corporate gateway), while the working Anthropic config requires an API key. Environment
Configuration (Works in VSCode, Fails in CLI)name: Azure GPT Test
version: 1.0.0
schema: v1
models:
- name: Azure GPT-5.1
model: gpt-5.1
provider: azure
apiBase: https://api-gateway.company.local/continue
requestOptions:
caBundlePath: C:/Users/username/.continue/certs/cacerts.pem
capabilities:
- tool_use
- image_input
env:
apiVersion: 2024-04-01-preview
defaultCompletionOptions:
maxTokens: 128000
contextLength: 400000Steps to Reproduce
Key ObservationAnthropic provider works in CLI with the same network setup: models:
- name: Claude_Opus_4.5
provider: anthropic
model: claude-opus-4-5
apiKey: <api-key> # Note: API key required
apiBase: https://my-resource.services.ai.azure.com/anthropic/v1
requestOptions:
proxy: http://corporate-proxy.local:80
caBundlePath: /path/to/cacerts.pemThis confirms:
Questions
|
Beta Was this translation helpful? Give feedback.
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