@blockrun/cc 0.4.0 → 0.4.1

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.
@@ -57,7 +57,7 @@ function launchServer(server, port, shouldLaunch, model) {
57
57
  const cleanEnv = { ...process.env };
58
58
  delete cleanEnv.CLAUDE_ACCESS_TOKEN;
59
59
  delete cleanEnv.CLAUDE_OAUTH_TOKEN;
60
- const claudeArgs = ['--api-key-auth'];
60
+ const claudeArgs = [];
61
61
  if (model)
62
62
  claudeArgs.push('--model', model);
63
63
  const claude = spawn('claude', claudeArgs, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockrun/cc",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Run Claude Code with any model — no rate limits, no account locks, no phone verification. Pay per use with USDC.",
5
5
  "type": "module",
6
6
  "bin": {