{
  "id": 1084030,
  "title": "Exporting ANTHROPIC_BASE_URL does not reach the Claude Code panel in VSCode",
  "url": "https://urgent.news/2026/08/15/exporting-anthropic-base-url-does-not-reach-the-claude-code-panel-in",
  "topic": "ai",
  "section": "AI",
  "published": "2026-08-15T16:56:49.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/vinhnguyenthanhdn/exporting-anthropicbaseurl-does-not-reach-the-claude-code-panel-in-vscode-49n9"
  },
  "original_language": "en",
  "account": "The Claude Code panel in Visual Studio Code does not inherit the ANTHROPIC_BASE_URL environment variable set in the shell. The VSCode extension spawns its agent process from the VSCode window process, which does not have the same environment settings as the shell that set the variable. As a result, when you open the Claude Code panel in VSCode, it continues to connect directly to Anthropic instead of using the local endpoint specified by the ANTHROPIC_BASE_URL shell variable. The panel only receives the variable when VSCode is launched from a terminal that already has the variable set.",
  "summary": "export ANTHROPIC_BASE_URL=http://127.0.0.1:20128 in your shell routes the claude CLI to a local endpoint. Open the Claude Code panel in VSCode in the same project and it still talks to Anthropic directly. The two live on different environment surfaces, and that is the whole problem. Why the shell variable does not carry over The CLI reads the environment of the process you started it from. The…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 6,
    "also_reported_by": [
      {
        "outlet": "Times of India",
        "title": "European regulators seek Claude usage data from Anthropic, upsetting some users",
        "url": "https://urgent.news/2026/08/13/european-regulators-seek-claude-usage-data-from-anthropic-upsetting",
        "published": "2026-08-13T05:53:46.000Z"
      },
      {
        "outlet": "The Hindu - Sci-Tech",
        "title": "Anthropic watermarking Claude AI content | Explained",
        "url": "https://urgent.news/2026/08/13/anthropic-watermarking-claude-ai-content-explained",
        "published": "2026-08-13T09:05:29.000Z"
      },
      {
        "outlet": "Business Insider",
        "title": "Techies have concerns about Claude's hidden watermark. Anthropic has some answers.",
        "url": "https://urgent.news/2026/08/13/techies-have-concerns-about-claudes-hidden-watermark-anthropic-has",
        "published": "2026-08-13T11:36:41.000Z"
      },
      {
        "outlet": "Dev.to",
        "title": "You need to sign your content. Anthropic already marks everything Claude generates and you still don't",
        "url": "https://urgent.news/2026/08/15/you-need-to-sign-your-content-anthropic-already-marks-everything",
        "published": "2026-08-15T07:20:16.000Z"
      },
      {
        "outlet": "Techmeme",
        "title": "Anthropic details Claude's text watermark: it only shows Claude was likely involved, is sparse in code and factual text, and disappears after a full rewrite (Anthropic)",
        "url": "https://urgent.news/2026/08/15/anthropic-details-claudes-text-watermark-it-only-shows-claude-was",
        "published": "2026-08-15T15:05:04.000Z"
      }
    ]
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}