cc-viewer 1.4.1 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cli.js CHANGED
@@ -173,6 +173,7 @@ async function runProxyCommand(args) {
173
173
  }
174
174
  }
175
175
  env.ANTHROPIC_BASE_URL = `http://127.0.0.1:${proxyPort}`;
176
+ env.CCV_PROXY_MODE = '1'; // 告诉 interceptor.js 不要再启动 server
176
177
 
177
178
  const settingsJson = JSON.stringify({
178
179
  env: {