Parcourir la source

fix: bypass GitHub app check for ultraplan/remote sessions

Bake CCR_FORCE_BUNDLE=true into the build defines so the bundle-seed
path is always active. This skips the GitHub remote + app installation
checks that fail on non-Anthropic repos.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
paoloanzn il y a 2 mois
Parent
commit
1710246afb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      scripts/build.ts

+ 1 - 0
scripts/build.ts

@@ -141,6 +141,7 @@ const defines = {
       }
     : {}),
   'process.env.CLAUDE_CODE_VERIFY_PLAN': JSON.stringify('false'),
+  'process.env.CCR_FORCE_BUNDLE': JSON.stringify('true'),
   'MACRO.VERSION': JSON.stringify(version),
   'MACRO.BUILD_TIME': JSON.stringify(buildTime),
   'MACRO.PACKAGE_URL': JSON.stringify(pkg.name),