bingocode 1.1.140 → 1.1.141

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.
@@ -8,7 +8,8 @@
8
8
  "Bash(git:*)",
9
9
  "WebFetch(domain:docs.anthropic.com)",
10
10
  "WebSearch",
11
- "WebFetch(domain:www.anthropic.com)"
11
+ "WebFetch(domain:www.anthropic.com)",
12
+ "Bash(grep -v \"node_modules\\\\|bun:\\\\|bun/\\\\|bun@\\\\|\\\\.bun\\\\|bunfig\\\\|bundl\\\\|bunny\\\\|abun\\\\|debug\\\\|comment\\\\|//.*bun\\\\|bunta\\\\|buno\")"
12
13
  ]
13
14
  }
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bingocode",
3
- "version": "1.1.140",
3
+ "version": "1.1.141",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "claude": "bin/claude-win.cjs",
@@ -664,7 +664,7 @@ export class ConversationService {
664
664
  }
665
665
 
666
666
  if (/\.(?:[cm]?[jt]s|tsx?)$/i.test(cliCommand)) {
667
- return ['bun', cliCommand, ...baseArgs]
667
+ return [process.execPath, cliCommand, ...baseArgs]
668
668
  }
669
669
 
670
670
  const cliBaseName = path.basename(cliCommand)
@@ -413,7 +413,7 @@ export class CronScheduler {
413
413
 
414
414
  const proc = Bun.spawn(
415
415
  [
416
- 'bun',
416
+ process.execPath,
417
417
  '--preload',
418
418
  preloadPath,
419
419
  cliPath,