Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LLM Relay MonitorNew to Visual Studio Code? Get it now.
LLM Relay Monitor

LLM Relay Monitor

jcyLite

|
7 installs
| (0) | Free
Status bar monitor for CC (Claude) and CX (Codex) relay providers with one-click key/config switch.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LLM Relay Monitor (VS Code Extension)

在状态栏显示 Claude(CC)和 Codex(CX)各家转发服务的可用性,支持一键切换通道、配置 API Key,并自动写入本地配置文件:

  • CC: ~/.claude/settings.json(ANTHROPIC_AUTH_TOKEN、ANTHROPIC_BASE_URL)
  • CX: ~/.codex/auth.json、~/.codex/config.toml(OPENAI_API_KEY、base_url)
  • MCP: 自动生成/合并 Claude Code (~/.claude.json) 与 Codex (~/.codex/config.toml) 的 filesystem MCP 服务,指向当前工作区,开箱可用。

资源面板已增加 LLM Relay 看板 Tree View,相比状态栏 tooltip 更易读,可直接右键切换/配置/打开控制台。

开发与运行

pnpm install   # 或 npm install
pnpm run watch # 开发模式编译

在 VS Code 中按 F5 启动扩展宿主,状态栏会出现 CC/CX 两个项目。点击即可刷新,悬浮可快速切换/配置/打开控制台。

发布

pnpm run compile
pnpm exec vsce package

生成的 .vsix 可直接侧载安装。

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft