<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ClaudeCode :: Ay Docs</title><link>https://aaronyang0628.github.io/docs/using/ai/claudecode/index.html</link><description/><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 07 Mar 2026 15:00:59 +0800</lastBuildDate><atom:link href="https://aaronyang0628.github.io/docs/using/ai/claudecode/index.xml" rel="self" type="application/rss+xml"/><item><title>Linux</title><link>https://aaronyang0628.github.io/docs/using/ai/claudecode/linux/index.html</link><pubDate>Sat, 07 Mar 2026 15:00:59 +0800</pubDate><guid>https://aaronyang0628.github.io/docs/using/ai/claudecode/linux/index.html</guid><description>CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC="1" ANTHROPIC_BASE_URL="https://v2.qixuw.com" ANTHROPIC_AUTH_TOKEN="sk-ssss" claude</description></item><item><title>Windows</title><link>https://aaronyang0628.github.io/docs/using/ai/claudecode/windows/index.html</link><pubDate>Sat, 07 Mar 2026 15:00:59 +0800</pubDate><guid>https://aaronyang0628.github.io/docs/using/ai/claudecode/windows/index.html</guid><description>PowerShell $env:CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC="1" $env:ANTHROPIC_BASE_URL="https://v2.qixuw.com" $env:ANTHROPIC_AUTH_TOKEN="sk-sss" # Replace with your API key claude One Line Command $env:CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC="1"; $env:ANTHROPIC_BASE_URL="https://v2.qixuw.com"; $env:ANTHROPIC_AUTH_TOKEN="sk-sss"; claude Save to Environment Variables [System.Environment]::SetEnvironmentVariable("ANTHROPIC_BASE_URL","https://v2.qixuw.com","User") [System.Environment]::SetEnvironmentVariable("ANTHROPIC_AUTH_TOKEN","sk-sss","User") # Replace! [System.Environment]::SetEnvironmentVariable("CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC","1","User")</description></item></channel></rss>