@locusai/cli 0.13.2 → 0.13.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.
Files changed (3) hide show
  1. package/bin/agent/worker.js +259 -210
  2. package/bin/locus.js +342 -292
  3. package/package.json +3 -3
package/bin/locus.js CHANGED
@@ -29,7 +29,7 @@ var __export = (target, all) => {
29
29
  var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
30
30
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
31
31
 
32
- // ../../node_modules/@sindresorhus/merge-streams/index.js
32
+ // ../../node_modules/.bun/@sindresorhus+merge-streams@2.3.0/node_modules/@sindresorhus/merge-streams/index.js
33
33
  import { on, once } from "node:events";
34
34
  import { PassThrough as PassThroughStream } from "node:stream";
35
35
  import { finished } from "node:stream/promises";
@@ -191,7 +191,7 @@ var init_merge_streams = __esm(() => {
191
191
  unpipeEvent = Symbol("unpipe");
192
192
  });
193
193
 
194
- // ../../node_modules/fast-glob/out/utils/array.js
194
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/utils/array.js
195
195
  var require_array = __commonJS((exports) => {
196
196
  Object.defineProperty(exports, "__esModule", { value: true });
197
197
  exports.splitWhen = exports.flatten = undefined;
@@ -215,7 +215,7 @@ var require_array = __commonJS((exports) => {
215
215
  exports.splitWhen = splitWhen;
216
216
  });
217
217
 
218
- // ../../node_modules/fast-glob/out/utils/errno.js
218
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/utils/errno.js
219
219
  var require_errno = __commonJS((exports) => {
220
220
  Object.defineProperty(exports, "__esModule", { value: true });
221
221
  exports.isEnoentCodeError = undefined;
@@ -225,7 +225,7 @@ var require_errno = __commonJS((exports) => {
225
225
  exports.isEnoentCodeError = isEnoentCodeError;
226
226
  });
227
227
 
228
- // ../../node_modules/fast-glob/out/utils/fs.js
228
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/utils/fs.js
229
229
  var require_fs = __commonJS((exports) => {
230
230
  Object.defineProperty(exports, "__esModule", { value: true });
231
231
  exports.createDirentFromStats = undefined;
@@ -248,7 +248,7 @@ var require_fs = __commonJS((exports) => {
248
248
  exports.createDirentFromStats = createDirentFromStats;
249
249
  });
250
250
 
251
- // ../../node_modules/fast-glob/out/utils/path.js
251
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/utils/path.js
252
252
  var require_path = __commonJS((exports) => {
253
253
  Object.defineProperty(exports, "__esModule", { value: true });
254
254
  exports.convertPosixPathToPattern = exports.convertWindowsPathToPattern = exports.convertPathToPattern = exports.escapePosixPath = exports.escapeWindowsPath = exports.escape = exports.removeLeadingDotSegment = exports.makeAbsolute = exports.unixify = undefined;
@@ -298,7 +298,7 @@ var require_path = __commonJS((exports) => {
298
298
  exports.convertPosixPathToPattern = convertPosixPathToPattern;
299
299
  });
300
300
 
301
- // ../../node_modules/is-extglob/index.js
301
+ // ../../node_modules/.bun/is-extglob@2.1.1/node_modules/is-extglob/index.js
302
302
  var require_is_extglob = __commonJS((exports, module) => {
303
303
  /*!
304
304
  * is-extglob <https://github.com/jonschlinkert/is-extglob>
@@ -320,7 +320,7 @@ var require_is_extglob = __commonJS((exports, module) => {
320
320
  };
321
321
  });
322
322
 
323
- // ../../node_modules/is-glob/index.js
323
+ // ../../node_modules/.bun/is-glob@4.0.3/node_modules/is-glob/index.js
324
324
  var require_is_glob = __commonJS((exports, module) => {
325
325
  /*!
326
326
  * is-glob <https://github.com/jonschlinkert/is-glob>
@@ -455,7 +455,7 @@ var require_is_glob = __commonJS((exports, module) => {
455
455
  };
456
456
  });
457
457
 
458
- // ../../node_modules/glob-parent/index.js
458
+ // ../../node_modules/.bun/glob-parent@5.1.2/node_modules/glob-parent/index.js
459
459
  var require_glob_parent = __commonJS((exports, module) => {
460
460
  var isGlob = require_is_glob();
461
461
  var pathPosixDirname = __require("path").posix.dirname;
@@ -481,7 +481,7 @@ var require_glob_parent = __commonJS((exports, module) => {
481
481
  };
482
482
  });
483
483
 
484
- // ../../node_modules/braces/lib/utils.js
484
+ // ../../node_modules/.bun/braces@3.0.3/node_modules/braces/lib/utils.js
485
485
  var require_utils = __commonJS((exports) => {
486
486
  exports.isInteger = (num) => {
487
487
  if (typeof num === "number") {
@@ -568,7 +568,7 @@ var require_utils = __commonJS((exports) => {
568
568
  };
569
569
  });
570
570
 
571
- // ../../node_modules/braces/lib/stringify.js
571
+ // ../../node_modules/.bun/braces@3.0.3/node_modules/braces/lib/stringify.js
572
572
  var require_stringify = __commonJS((exports, module) => {
573
573
  var utils = require_utils();
574
574
  module.exports = (ast, options = {}) => {
@@ -596,7 +596,7 @@ var require_stringify = __commonJS((exports, module) => {
596
596
  };
597
597
  });
598
598
 
599
- // ../../node_modules/is-number/index.js
599
+ // ../../node_modules/.bun/is-number@7.0.0/node_modules/is-number/index.js
600
600
  var require_is_number = __commonJS((exports, module) => {
601
601
  /*!
602
602
  * is-number <https://github.com/jonschlinkert/is-number>
@@ -615,7 +615,7 @@ var require_is_number = __commonJS((exports, module) => {
615
615
  };
616
616
  });
617
617
 
618
- // ../../node_modules/to-regex-range/index.js
618
+ // ../../node_modules/.bun/to-regex-range@5.0.1/node_modules/to-regex-range/index.js
619
619
  var require_to_regex_range = __commonJS((exports, module) => {
620
620
  /*!
621
621
  * to-regex-range <https://github.com/micromatch/to-regex-range>
@@ -830,7 +830,7 @@ var require_to_regex_range = __commonJS((exports, module) => {
830
830
  module.exports = toRegexRange;
831
831
  });
832
832
 
833
- // ../../node_modules/fill-range/index.js
833
+ // ../../node_modules/.bun/fill-range@7.1.1/node_modules/fill-range/index.js
834
834
  var require_fill_range = __commonJS((exports, module) => {
835
835
  /*!
836
836
  * fill-range <https://github.com/jonschlinkert/fill-range>
@@ -1039,7 +1039,7 @@ var require_fill_range = __commonJS((exports, module) => {
1039
1039
  module.exports = fill;
1040
1040
  });
1041
1041
 
1042
- // ../../node_modules/braces/lib/compile.js
1042
+ // ../../node_modules/.bun/braces@3.0.3/node_modules/braces/lib/compile.js
1043
1043
  var require_compile = __commonJS((exports, module) => {
1044
1044
  var fill = require_fill_range();
1045
1045
  var utils = require_utils();
@@ -1088,7 +1088,7 @@ var require_compile = __commonJS((exports, module) => {
1088
1088
  module.exports = compile;
1089
1089
  });
1090
1090
 
1091
- // ../../node_modules/braces/lib/expand.js
1091
+ // ../../node_modules/.bun/braces@3.0.3/node_modules/braces/lib/expand.js
1092
1092
  var require_expand = __commonJS((exports, module) => {
1093
1093
  var fill = require_fill_range();
1094
1094
  var stringify = require_stringify();
@@ -1182,7 +1182,7 @@ var require_expand = __commonJS((exports, module) => {
1182
1182
  module.exports = expand;
1183
1183
  });
1184
1184
 
1185
- // ../../node_modules/braces/lib/constants.js
1185
+ // ../../node_modules/.bun/braces@3.0.3/node_modules/braces/lib/constants.js
1186
1186
  var require_constants = __commonJS((exports, module) => {
1187
1187
  module.exports = {
1188
1188
  MAX_LENGTH: 1e4,
@@ -1234,7 +1234,7 @@ var require_constants = __commonJS((exports, module) => {
1234
1234
  };
1235
1235
  });
1236
1236
 
1237
- // ../../node_modules/braces/lib/parse.js
1237
+ // ../../node_modules/.bun/braces@3.0.3/node_modules/braces/lib/parse.js
1238
1238
  var require_parse = __commonJS((exports, module) => {
1239
1239
  var stringify = require_stringify();
1240
1240
  var {
@@ -1461,7 +1461,7 @@ var require_parse = __commonJS((exports, module) => {
1461
1461
  module.exports = parse;
1462
1462
  });
1463
1463
 
1464
- // ../../node_modules/braces/index.js
1464
+ // ../../node_modules/.bun/braces@3.0.3/node_modules/braces/index.js
1465
1465
  var require_braces = __commonJS((exports, module) => {
1466
1466
  var stringify = require_stringify();
1467
1467
  var compile = require_compile();
@@ -1521,7 +1521,7 @@ var require_braces = __commonJS((exports, module) => {
1521
1521
  module.exports = braces;
1522
1522
  });
1523
1523
 
1524
- // ../../node_modules/picomatch/lib/constants.js
1524
+ // ../../node_modules/.bun/picomatch@2.3.1/node_modules/picomatch/lib/constants.js
1525
1525
  var require_constants2 = __commonJS((exports, module) => {
1526
1526
  var path = __require("path");
1527
1527
  var WIN_SLASH = "\\\\/";
@@ -1661,7 +1661,7 @@ var require_constants2 = __commonJS((exports, module) => {
1661
1661
  };
1662
1662
  });
1663
1663
 
1664
- // ../../node_modules/picomatch/lib/utils.js
1664
+ // ../../node_modules/.bun/picomatch@2.3.1/node_modules/picomatch/lib/utils.js
1665
1665
  var require_utils2 = __commonJS((exports) => {
1666
1666
  var path = __require("path");
1667
1667
  var win32 = process.platform === "win32";
@@ -1721,7 +1721,7 @@ var require_utils2 = __commonJS((exports) => {
1721
1721
  };
1722
1722
  });
1723
1723
 
1724
- // ../../node_modules/picomatch/lib/scan.js
1724
+ // ../../node_modules/.bun/picomatch@2.3.1/node_modules/picomatch/lib/scan.js
1725
1725
  var require_scan = __commonJS((exports, module) => {
1726
1726
  var utils = require_utils2();
1727
1727
  var {
@@ -2036,7 +2036,7 @@ var require_scan = __commonJS((exports, module) => {
2036
2036
  module.exports = scan;
2037
2037
  });
2038
2038
 
2039
- // ../../node_modules/picomatch/lib/parse.js
2039
+ // ../../node_modules/.bun/picomatch@2.3.1/node_modules/picomatch/lib/parse.js
2040
2040
  var require_parse2 = __commonJS((exports, module) => {
2041
2041
  var constants = require_constants2();
2042
2042
  var utils = require_utils2();
@@ -2814,7 +2814,7 @@ var require_parse2 = __commonJS((exports, module) => {
2814
2814
  module.exports = parse;
2815
2815
  });
2816
2816
 
2817
- // ../../node_modules/picomatch/lib/picomatch.js
2817
+ // ../../node_modules/.bun/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.js
2818
2818
  var require_picomatch = __commonJS((exports, module) => {
2819
2819
  var path = __require("path");
2820
2820
  var scan = require_scan();
@@ -2955,7 +2955,7 @@ var require_picomatch = __commonJS((exports, module) => {
2955
2955
  module.exports = picomatch;
2956
2956
  });
2957
2957
 
2958
- // ../../node_modules/micromatch/index.js
2958
+ // ../../node_modules/.bun/micromatch@4.0.8/node_modules/micromatch/index.js
2959
2959
  var require_micromatch = __commonJS((exports, module) => {
2960
2960
  var util = __require("util");
2961
2961
  var braces = require_braces();
@@ -3119,7 +3119,7 @@ var require_micromatch = __commonJS((exports, module) => {
3119
3119
  module.exports = micromatch;
3120
3120
  });
3121
3121
 
3122
- // ../../node_modules/fast-glob/out/utils/pattern.js
3122
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/utils/pattern.js
3123
3123
  var require_pattern = __commonJS((exports) => {
3124
3124
  Object.defineProperty(exports, "__esModule", { value: true });
3125
3125
  exports.isAbsolute = exports.partitionAbsoluteAndRelative = exports.removeDuplicateSlashes = exports.matchAny = exports.convertPatternsToRe = exports.makeRe = exports.getPatternParts = exports.expandBraceExpansion = exports.expandPatternsWithBraceExpansion = exports.isAffectDepthOfReadingPattern = exports.endsWithSlashGlobStar = exports.hasGlobStar = exports.getBaseDirectory = exports.isPatternRelatedToParentDirectory = exports.getPatternsOutsideCurrentDirectory = exports.getPatternsInsideCurrentDirectory = exports.getPositivePatterns = exports.getNegativePatterns = exports.isPositivePattern = exports.isNegativePattern = exports.convertToNegativePattern = exports.convertToPositivePattern = exports.isDynamicPattern = exports.isStaticPattern = undefined;
@@ -3281,7 +3281,7 @@ var require_pattern = __commonJS((exports) => {
3281
3281
  exports.isAbsolute = isAbsolute;
3282
3282
  });
3283
3283
 
3284
- // ../../node_modules/merge2/index.js
3284
+ // ../../node_modules/.bun/merge2@1.4.1/node_modules/merge2/index.js
3285
3285
  var require_merge2 = __commonJS((exports, module) => {
3286
3286
  var Stream = __require("stream");
3287
3287
  var PassThrough = Stream.PassThrough;
@@ -3397,7 +3397,7 @@ var require_merge2 = __commonJS((exports, module) => {
3397
3397
  }
3398
3398
  });
3399
3399
 
3400
- // ../../node_modules/fast-glob/out/utils/stream.js
3400
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/utils/stream.js
3401
3401
  var require_stream = __commonJS((exports) => {
3402
3402
  Object.defineProperty(exports, "__esModule", { value: true });
3403
3403
  exports.merge = undefined;
@@ -3417,7 +3417,7 @@ var require_stream = __commonJS((exports) => {
3417
3417
  }
3418
3418
  });
3419
3419
 
3420
- // ../../node_modules/fast-glob/out/utils/string.js
3420
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/utils/string.js
3421
3421
  var require_string = __commonJS((exports) => {
3422
3422
  Object.defineProperty(exports, "__esModule", { value: true });
3423
3423
  exports.isEmpty = exports.isString = undefined;
@@ -3431,7 +3431,7 @@ var require_string = __commonJS((exports) => {
3431
3431
  exports.isEmpty = isEmpty;
3432
3432
  });
3433
3433
 
3434
- // ../../node_modules/fast-glob/out/utils/index.js
3434
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/utils/index.js
3435
3435
  var require_utils3 = __commonJS((exports) => {
3436
3436
  Object.defineProperty(exports, "__esModule", { value: true });
3437
3437
  exports.string = exports.stream = exports.pattern = exports.path = exports.fs = exports.errno = exports.array = undefined;
@@ -3451,7 +3451,7 @@ var require_utils3 = __commonJS((exports) => {
3451
3451
  exports.string = string;
3452
3452
  });
3453
3453
 
3454
- // ../../node_modules/fast-glob/out/managers/tasks.js
3454
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/managers/tasks.js
3455
3455
  var require_tasks = __commonJS((exports) => {
3456
3456
  Object.defineProperty(exports, "__esModule", { value: true });
3457
3457
  exports.convertPatternGroupToTask = exports.convertPatternGroupsToTasks = exports.groupPatternsByBaseDirectory = exports.getNegativePatternsAsPositive = exports.getPositivePatterns = exports.convertPatternsToTasks = exports.generate = undefined;
@@ -3534,7 +3534,7 @@ var require_tasks = __commonJS((exports) => {
3534
3534
  exports.convertPatternGroupToTask = convertPatternGroupToTask;
3535
3535
  });
3536
3536
 
3537
- // ../../node_modules/@nodelib/fs.stat/out/providers/async.js
3537
+ // ../../node_modules/.bun/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.js
3538
3538
  var require_async = __commonJS((exports) => {
3539
3539
  Object.defineProperty(exports, "__esModule", { value: true });
3540
3540
  exports.read = undefined;
@@ -3573,7 +3573,7 @@ var require_async = __commonJS((exports) => {
3573
3573
  }
3574
3574
  });
3575
3575
 
3576
- // ../../node_modules/@nodelib/fs.stat/out/providers/sync.js
3576
+ // ../../node_modules/.bun/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.js
3577
3577
  var require_sync = __commonJS((exports) => {
3578
3578
  Object.defineProperty(exports, "__esModule", { value: true });
3579
3579
  exports.read = undefined;
@@ -3598,7 +3598,7 @@ var require_sync = __commonJS((exports) => {
3598
3598
  exports.read = read;
3599
3599
  });
3600
3600
 
3601
- // ../../node_modules/@nodelib/fs.stat/out/adapters/fs.js
3601
+ // ../../node_modules/.bun/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.js
3602
3602
  var require_fs2 = __commonJS((exports) => {
3603
3603
  Object.defineProperty(exports, "__esModule", { value: true });
3604
3604
  exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = undefined;
@@ -3618,7 +3618,7 @@ var require_fs2 = __commonJS((exports) => {
3618
3618
  exports.createFileSystemAdapter = createFileSystemAdapter;
3619
3619
  });
3620
3620
 
3621
- // ../../node_modules/@nodelib/fs.stat/out/settings.js
3621
+ // ../../node_modules/.bun/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.js
3622
3622
  var require_settings = __commonJS((exports) => {
3623
3623
  Object.defineProperty(exports, "__esModule", { value: true });
3624
3624
  var fs = require_fs2();
@@ -3638,7 +3638,7 @@ var require_settings = __commonJS((exports) => {
3638
3638
  exports.default = Settings;
3639
3639
  });
3640
3640
 
3641
- // ../../node_modules/@nodelib/fs.stat/out/index.js
3641
+ // ../../node_modules/.bun/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.js
3642
3642
  var require_out = __commonJS((exports) => {
3643
3643
  Object.defineProperty(exports, "__esModule", { value: true });
3644
3644
  exports.statSync = exports.stat = exports.Settings = undefined;
@@ -3667,7 +3667,7 @@ var require_out = __commonJS((exports) => {
3667
3667
  }
3668
3668
  });
3669
3669
 
3670
- // ../../node_modules/queue-microtask/index.js
3670
+ // ../../node_modules/.bun/queue-microtask@1.2.3/node_modules/queue-microtask/index.js
3671
3671
  var require_queue_microtask = __commonJS((exports, module) => {
3672
3672
  /*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
3673
3673
  var promise;
@@ -3676,7 +3676,7 @@ var require_queue_microtask = __commonJS((exports, module) => {
3676
3676
  }, 0));
3677
3677
  });
3678
3678
 
3679
- // ../../node_modules/run-parallel/index.js
3679
+ // ../../node_modules/.bun/run-parallel@1.2.0/node_modules/run-parallel/index.js
3680
3680
  var require_run_parallel = __commonJS((exports, module) => {
3681
3681
  /*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
3682
3682
  module.exports = runParallel;
@@ -3728,7 +3728,7 @@ var require_run_parallel = __commonJS((exports, module) => {
3728
3728
  }
3729
3729
  });
3730
3730
 
3731
- // ../../node_modules/@nodelib/fs.scandir/out/constants.js
3731
+ // ../../node_modules/.bun/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.js
3732
3732
  var require_constants3 = __commonJS((exports) => {
3733
3733
  Object.defineProperty(exports, "__esModule", { value: true });
3734
3734
  exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = undefined;
@@ -3745,7 +3745,7 @@ var require_constants3 = __commonJS((exports) => {
3745
3745
  exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = IS_MATCHED_BY_MAJOR || IS_MATCHED_BY_MAJOR_AND_MINOR;
3746
3746
  });
3747
3747
 
3748
- // ../../node_modules/@nodelib/fs.scandir/out/utils/fs.js
3748
+ // ../../node_modules/.bun/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.js
3749
3749
  var require_fs3 = __commonJS((exports) => {
3750
3750
  Object.defineProperty(exports, "__esModule", { value: true });
3751
3751
  exports.createDirentFromStats = undefined;
@@ -3768,7 +3768,7 @@ var require_fs3 = __commonJS((exports) => {
3768
3768
  exports.createDirentFromStats = createDirentFromStats;
3769
3769
  });
3770
3770
 
3771
- // ../../node_modules/@nodelib/fs.scandir/out/utils/index.js
3771
+ // ../../node_modules/.bun/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.js
3772
3772
  var require_utils4 = __commonJS((exports) => {
3773
3773
  Object.defineProperty(exports, "__esModule", { value: true });
3774
3774
  exports.fs = undefined;
@@ -3776,7 +3776,7 @@ var require_utils4 = __commonJS((exports) => {
3776
3776
  exports.fs = fs;
3777
3777
  });
3778
3778
 
3779
- // ../../node_modules/@nodelib/fs.scandir/out/providers/common.js
3779
+ // ../../node_modules/.bun/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.js
3780
3780
  var require_common = __commonJS((exports) => {
3781
3781
  Object.defineProperty(exports, "__esModule", { value: true });
3782
3782
  exports.joinPathSegments = undefined;
@@ -3789,7 +3789,7 @@ var require_common = __commonJS((exports) => {
3789
3789
  exports.joinPathSegments = joinPathSegments;
3790
3790
  });
3791
3791
 
3792
- // ../../node_modules/@nodelib/fs.scandir/out/providers/async.js
3792
+ // ../../node_modules/.bun/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.js
3793
3793
  var require_async2 = __commonJS((exports) => {
3794
3794
  Object.defineProperty(exports, "__esModule", { value: true });
3795
3795
  exports.readdir = exports.readdirWithFileTypes = exports.read = undefined;
@@ -3896,7 +3896,7 @@ var require_async2 = __commonJS((exports) => {
3896
3896
  }
3897
3897
  });
3898
3898
 
3899
- // ../../node_modules/@nodelib/fs.scandir/out/providers/sync.js
3899
+ // ../../node_modules/.bun/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.js
3900
3900
  var require_sync2 = __commonJS((exports) => {
3901
3901
  Object.defineProperty(exports, "__esModule", { value: true });
3902
3902
  exports.readdir = exports.readdirWithFileTypes = exports.read = undefined;
@@ -3952,7 +3952,7 @@ var require_sync2 = __commonJS((exports) => {
3952
3952
  exports.readdir = readdir;
3953
3953
  });
3954
3954
 
3955
- // ../../node_modules/@nodelib/fs.scandir/out/adapters/fs.js
3955
+ // ../../node_modules/.bun/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.js
3956
3956
  var require_fs4 = __commonJS((exports) => {
3957
3957
  Object.defineProperty(exports, "__esModule", { value: true });
3958
3958
  exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = undefined;
@@ -3974,7 +3974,7 @@ var require_fs4 = __commonJS((exports) => {
3974
3974
  exports.createFileSystemAdapter = createFileSystemAdapter;
3975
3975
  });
3976
3976
 
3977
- // ../../node_modules/@nodelib/fs.scandir/out/settings.js
3977
+ // ../../node_modules/.bun/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.js
3978
3978
  var require_settings2 = __commonJS((exports) => {
3979
3979
  Object.defineProperty(exports, "__esModule", { value: true });
3980
3980
  var path = __require("path");
@@ -4002,7 +4002,7 @@ var require_settings2 = __commonJS((exports) => {
4002
4002
  exports.default = Settings;
4003
4003
  });
4004
4004
 
4005
- // ../../node_modules/@nodelib/fs.scandir/out/index.js
4005
+ // ../../node_modules/.bun/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.js
4006
4006
  var require_out2 = __commonJS((exports) => {
4007
4007
  Object.defineProperty(exports, "__esModule", { value: true });
4008
4008
  exports.Settings = exports.scandirSync = exports.scandir = undefined;
@@ -4031,7 +4031,7 @@ var require_out2 = __commonJS((exports) => {
4031
4031
  }
4032
4032
  });
4033
4033
 
4034
- // ../../node_modules/reusify/reusify.js
4034
+ // ../../node_modules/.bun/reusify@1.1.0/node_modules/reusify/reusify.js
4035
4035
  var require_reusify = __commonJS((exports, module) => {
4036
4036
  function reusify(Constructor) {
4037
4037
  var head = new Constructor;
@@ -4059,7 +4059,7 @@ var require_reusify = __commonJS((exports, module) => {
4059
4059
  module.exports = reusify;
4060
4060
  });
4061
4061
 
4062
- // ../../node_modules/fastq/queue.js
4062
+ // ../../node_modules/.bun/fastq@1.20.1/node_modules/fastq/queue.js
4063
4063
  var require_queue = __commonJS((exports, module) => {
4064
4064
  var reusify = require_reusify();
4065
4065
  function fastqueue(context, worker, _concurrency) {
@@ -4342,7 +4342,7 @@ var require_queue = __commonJS((exports, module) => {
4342
4342
  module.exports.promise = queueAsPromised;
4343
4343
  });
4344
4344
 
4345
- // ../../node_modules/@nodelib/fs.walk/out/readers/common.js
4345
+ // ../../node_modules/.bun/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.js
4346
4346
  var require_common2 = __commonJS((exports) => {
4347
4347
  Object.defineProperty(exports, "__esModule", { value: true });
4348
4348
  exports.joinPathSegments = exports.replacePathSegmentSeparator = exports.isAppliedFilter = exports.isFatalError = undefined;
@@ -4373,7 +4373,7 @@ var require_common2 = __commonJS((exports) => {
4373
4373
  exports.joinPathSegments = joinPathSegments;
4374
4374
  });
4375
4375
 
4376
- // ../../node_modules/@nodelib/fs.walk/out/readers/reader.js
4376
+ // ../../node_modules/.bun/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.js
4377
4377
  var require_reader = __commonJS((exports) => {
4378
4378
  Object.defineProperty(exports, "__esModule", { value: true });
4379
4379
  var common = require_common2();
@@ -4388,7 +4388,7 @@ var require_reader = __commonJS((exports) => {
4388
4388
  exports.default = Reader;
4389
4389
  });
4390
4390
 
4391
- // ../../node_modules/@nodelib/fs.walk/out/readers/async.js
4391
+ // ../../node_modules/.bun/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.js
4392
4392
  var require_async3 = __commonJS((exports) => {
4393
4393
  Object.defineProperty(exports, "__esModule", { value: true });
4394
4394
  var events_1 = __require("events");
@@ -4489,7 +4489,7 @@ var require_async3 = __commonJS((exports) => {
4489
4489
  exports.default = AsyncReader;
4490
4490
  });
4491
4491
 
4492
- // ../../node_modules/@nodelib/fs.walk/out/providers/async.js
4492
+ // ../../node_modules/.bun/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.js
4493
4493
  var require_async4 = __commonJS((exports) => {
4494
4494
  Object.defineProperty(exports, "__esModule", { value: true });
4495
4495
  var async_1 = require_async3();
@@ -4523,7 +4523,7 @@ var require_async4 = __commonJS((exports) => {
4523
4523
  }
4524
4524
  });
4525
4525
 
4526
- // ../../node_modules/@nodelib/fs.walk/out/providers/stream.js
4526
+ // ../../node_modules/.bun/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.js
4527
4527
  var require_stream2 = __commonJS((exports) => {
4528
4528
  Object.defineProperty(exports, "__esModule", { value: true });
4529
4529
  var stream_1 = __require("stream");
@@ -4561,7 +4561,7 @@ var require_stream2 = __commonJS((exports) => {
4561
4561
  exports.default = StreamProvider;
4562
4562
  });
4563
4563
 
4564
- // ../../node_modules/@nodelib/fs.walk/out/readers/sync.js
4564
+ // ../../node_modules/.bun/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.js
4565
4565
  var require_sync3 = __commonJS((exports) => {
4566
4566
  Object.defineProperty(exports, "__esModule", { value: true });
4567
4567
  var fsScandir = require_out2();
@@ -4623,7 +4623,7 @@ var require_sync3 = __commonJS((exports) => {
4623
4623
  exports.default = SyncReader;
4624
4624
  });
4625
4625
 
4626
- // ../../node_modules/@nodelib/fs.walk/out/providers/sync.js
4626
+ // ../../node_modules/.bun/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.js
4627
4627
  var require_sync4 = __commonJS((exports) => {
4628
4628
  Object.defineProperty(exports, "__esModule", { value: true });
4629
4629
  var sync_1 = require_sync3();
@@ -4641,7 +4641,7 @@ var require_sync4 = __commonJS((exports) => {
4641
4641
  exports.default = SyncProvider;
4642
4642
  });
4643
4643
 
4644
- // ../../node_modules/@nodelib/fs.walk/out/settings.js
4644
+ // ../../node_modules/.bun/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.js
4645
4645
  var require_settings3 = __commonJS((exports) => {
4646
4646
  Object.defineProperty(exports, "__esModule", { value: true });
4647
4647
  var path = __require("path");
@@ -4671,7 +4671,7 @@ var require_settings3 = __commonJS((exports) => {
4671
4671
  exports.default = Settings;
4672
4672
  });
4673
4673
 
4674
- // ../../node_modules/@nodelib/fs.walk/out/index.js
4674
+ // ../../node_modules/.bun/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.js
4675
4675
  var require_out3 = __commonJS((exports) => {
4676
4676
  Object.defineProperty(exports, "__esModule", { value: true });
4677
4677
  exports.Settings = exports.walkStream = exports.walkSync = exports.walk = undefined;
@@ -4708,7 +4708,7 @@ var require_out3 = __commonJS((exports) => {
4708
4708
  }
4709
4709
  });
4710
4710
 
4711
- // ../../node_modules/fast-glob/out/readers/reader.js
4711
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/readers/reader.js
4712
4712
  var require_reader2 = __commonJS((exports) => {
4713
4713
  Object.defineProperty(exports, "__esModule", { value: true });
4714
4714
  var path = __require("path");
@@ -4745,7 +4745,7 @@ var require_reader2 = __commonJS((exports) => {
4745
4745
  exports.default = Reader;
4746
4746
  });
4747
4747
 
4748
- // ../../node_modules/fast-glob/out/readers/stream.js
4748
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/readers/stream.js
4749
4749
  var require_stream3 = __commonJS((exports) => {
4750
4750
  Object.defineProperty(exports, "__esModule", { value: true });
4751
4751
  var stream_1 = __require("stream");
@@ -4800,7 +4800,7 @@ var require_stream3 = __commonJS((exports) => {
4800
4800
  exports.default = ReaderStream;
4801
4801
  });
4802
4802
 
4803
- // ../../node_modules/fast-glob/out/readers/async.js
4803
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/readers/async.js
4804
4804
  var require_async5 = __commonJS((exports) => {
4805
4805
  Object.defineProperty(exports, "__esModule", { value: true });
4806
4806
  var fsWalk = require_out3();
@@ -4837,7 +4837,7 @@ var require_async5 = __commonJS((exports) => {
4837
4837
  exports.default = ReaderAsync;
4838
4838
  });
4839
4839
 
4840
- // ../../node_modules/fast-glob/out/providers/matchers/matcher.js
4840
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/matcher.js
4841
4841
  var require_matcher = __commonJS((exports) => {
4842
4842
  Object.defineProperty(exports, "__esModule", { value: true });
4843
4843
  var utils = require_utils3();
@@ -4886,7 +4886,7 @@ var require_matcher = __commonJS((exports) => {
4886
4886
  exports.default = Matcher;
4887
4887
  });
4888
4888
 
4889
- // ../../node_modules/fast-glob/out/providers/matchers/partial.js
4889
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/partial.js
4890
4890
  var require_partial = __commonJS((exports) => {
4891
4891
  Object.defineProperty(exports, "__esModule", { value: true });
4892
4892
  var matcher_1 = require_matcher();
@@ -4921,7 +4921,7 @@ var require_partial = __commonJS((exports) => {
4921
4921
  exports.default = PartialMatcher;
4922
4922
  });
4923
4923
 
4924
- // ../../node_modules/fast-glob/out/providers/filters/deep.js
4924
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/deep.js
4925
4925
  var require_deep = __commonJS((exports) => {
4926
4926
  Object.defineProperty(exports, "__esModule", { value: true });
4927
4927
  var utils = require_utils3();
@@ -4984,7 +4984,7 @@ var require_deep = __commonJS((exports) => {
4984
4984
  exports.default = DeepFilter;
4985
4985
  });
4986
4986
 
4987
- // ../../node_modules/fast-glob/out/providers/filters/entry.js
4987
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/entry.js
4988
4988
  var require_entry = __commonJS((exports) => {
4989
4989
  Object.defineProperty(exports, "__esModule", { value: true });
4990
4990
  var utils = require_utils3();
@@ -5070,7 +5070,7 @@ var require_entry = __commonJS((exports) => {
5070
5070
  exports.default = EntryFilter;
5071
5071
  });
5072
5072
 
5073
- // ../../node_modules/fast-glob/out/providers/filters/error.js
5073
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/error.js
5074
5074
  var require_error = __commonJS((exports) => {
5075
5075
  Object.defineProperty(exports, "__esModule", { value: true });
5076
5076
  var utils = require_utils3();
@@ -5089,7 +5089,7 @@ var require_error = __commonJS((exports) => {
5089
5089
  exports.default = ErrorFilter;
5090
5090
  });
5091
5091
 
5092
- // ../../node_modules/fast-glob/out/providers/transformers/entry.js
5092
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/providers/transformers/entry.js
5093
5093
  var require_entry2 = __commonJS((exports) => {
5094
5094
  Object.defineProperty(exports, "__esModule", { value: true });
5095
5095
  var utils = require_utils3();
@@ -5119,7 +5119,7 @@ var require_entry2 = __commonJS((exports) => {
5119
5119
  exports.default = EntryTransformer;
5120
5120
  });
5121
5121
 
5122
- // ../../node_modules/fast-glob/out/providers/provider.js
5122
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/providers/provider.js
5123
5123
  var require_provider = __commonJS((exports) => {
5124
5124
  Object.defineProperty(exports, "__esModule", { value: true });
5125
5125
  var path = __require("path");
@@ -5171,7 +5171,7 @@ var require_provider = __commonJS((exports) => {
5171
5171
  exports.default = Provider;
5172
5172
  });
5173
5173
 
5174
- // ../../node_modules/fast-glob/out/providers/async.js
5174
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/providers/async.js
5175
5175
  var require_async6 = __commonJS((exports) => {
5176
5176
  Object.defineProperty(exports, "__esModule", { value: true });
5177
5177
  var async_1 = require_async5();
@@ -5198,7 +5198,7 @@ var require_async6 = __commonJS((exports) => {
5198
5198
  exports.default = ProviderAsync;
5199
5199
  });
5200
5200
 
5201
- // ../../node_modules/fast-glob/out/providers/stream.js
5201
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/providers/stream.js
5202
5202
  var require_stream4 = __commonJS((exports) => {
5203
5203
  Object.defineProperty(exports, "__esModule", { value: true });
5204
5204
  var stream_1 = __require("stream");
@@ -5229,7 +5229,7 @@ var require_stream4 = __commonJS((exports) => {
5229
5229
  exports.default = ProviderStream;
5230
5230
  });
5231
5231
 
5232
- // ../../node_modules/fast-glob/out/readers/sync.js
5232
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/readers/sync.js
5233
5233
  var require_sync5 = __commonJS((exports) => {
5234
5234
  Object.defineProperty(exports, "__esModule", { value: true });
5235
5235
  var fsStat = require_out();
@@ -5275,7 +5275,7 @@ var require_sync5 = __commonJS((exports) => {
5275
5275
  exports.default = ReaderSync;
5276
5276
  });
5277
5277
 
5278
- // ../../node_modules/fast-glob/out/providers/sync.js
5278
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/providers/sync.js
5279
5279
  var require_sync6 = __commonJS((exports) => {
5280
5280
  Object.defineProperty(exports, "__esModule", { value: true });
5281
5281
  var sync_1 = require_sync5();
@@ -5302,7 +5302,7 @@ var require_sync6 = __commonJS((exports) => {
5302
5302
  exports.default = ProviderSync;
5303
5303
  });
5304
5304
 
5305
- // ../../node_modules/fast-glob/out/settings.js
5305
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/settings.js
5306
5306
  var require_settings4 = __commonJS((exports) => {
5307
5307
  Object.defineProperty(exports, "__esModule", { value: true });
5308
5308
  exports.DEFAULT_FILE_SYSTEM_ADAPTER = undefined;
@@ -5360,7 +5360,7 @@ var require_settings4 = __commonJS((exports) => {
5360
5360
  exports.default = Settings;
5361
5361
  });
5362
5362
 
5363
- // ../../node_modules/fast-glob/out/index.js
5363
+ // ../../node_modules/.bun/fast-glob@3.3.3/node_modules/fast-glob/out/index.js
5364
5364
  var require_out4 = __commonJS((exports, module) => {
5365
5365
  var taskManager = require_tasks();
5366
5366
  var async_1 = require_async6();
@@ -5458,7 +5458,7 @@ var require_out4 = __commonJS((exports, module) => {
5458
5458
  module.exports = FastGlob;
5459
5459
  });
5460
5460
 
5461
- // ../../node_modules/path-type/index.js
5461
+ // ../../node_modules/.bun/path-type@6.0.0/node_modules/path-type/index.js
5462
5462
  import fs from "node:fs";
5463
5463
  import fsPromises from "node:fs/promises";
5464
5464
  async function isType(fsStatType, statsMethodName, filePath) {
@@ -5498,7 +5498,7 @@ var init_path_type = __esm(() => {
5498
5498
  isSymlinkSync = isTypeSync.bind(undefined, "lstatSync", "isSymbolicLink");
5499
5499
  });
5500
5500
 
5501
- // ../../node_modules/unicorn-magic/node.js
5501
+ // ../../node_modules/.bun/unicorn-magic@0.3.0/node_modules/unicorn-magic/node.js
5502
5502
  import { promisify } from "node:util";
5503
5503
  import { execFile as execFileCallback, execFileSync as execFileSyncOriginal } from "node:child_process";
5504
5504
  import { fileURLToPath } from "node:url";
@@ -5511,7 +5511,7 @@ var init_node = __esm(() => {
5511
5511
  TEN_MEGABYTES_IN_BYTES = 10 * 1024 * 1024;
5512
5512
  });
5513
5513
 
5514
- // ../../node_modules/ignore/index.js
5514
+ // ../../node_modules/.bun/ignore@7.0.5/node_modules/ignore/index.js
5515
5515
  var require_ignore = __commonJS((exports, module) => {
5516
5516
  function makeArray(subject) {
5517
5517
  return Array.isArray(subject) ? subject : [subject];
@@ -5838,7 +5838,7 @@ var require_ignore = __commonJS((exports, module) => {
5838
5838
  define(module.exports, Symbol.for("setupWindows"), setupWindows);
5839
5839
  });
5840
5840
 
5841
- // ../../node_modules/globby/node_modules/slash/index.js
5841
+ // ../../node_modules/.bun/slash@5.1.0/node_modules/slash/index.js
5842
5842
  function slash(path) {
5843
5843
  const isExtendedLengthPath = path.startsWith("\\\\?\\");
5844
5844
  if (isExtendedLengthPath) {
@@ -5847,10 +5847,10 @@ function slash(path) {
5847
5847
  return path.replace(/\\/g, "/");
5848
5848
  }
5849
5849
 
5850
- // ../../node_modules/globby/utilities.js
5850
+ // ../../node_modules/.bun/globby@14.1.0/node_modules/globby/utilities.js
5851
5851
  var isNegativePattern = (pattern) => pattern[0] === "!";
5852
5852
 
5853
- // ../../node_modules/globby/ignore.js
5853
+ // ../../node_modules/.bun/globby@14.1.0/node_modules/globby/ignore.js
5854
5854
  import process2 from "node:process";
5855
5855
  import fs2 from "node:fs";
5856
5856
  import fsPromises2 from "node:fs/promises";
@@ -5925,7 +5925,7 @@ var init_ignore = __esm(() => {
5925
5925
  };
5926
5926
  });
5927
5927
 
5928
- // ../../node_modules/globby/index.js
5928
+ // ../../node_modules/.bun/globby@14.1.0/node_modules/globby/index.js
5929
5929
  import process3 from "node:process";
5930
5930
  import fs3 from "node:fs";
5931
5931
  import nodePath from "node:path";
@@ -6365,18 +6365,44 @@ var init_codebase_indexer_service = __esm(() => {
6365
6365
 
6366
6366
  // ../sdk/src/core/config.ts
6367
6367
  import { join as join2 } from "node:path";
6368
+ function isValidModelForProvider(provider, model) {
6369
+ return PROVIDER_MODELS[provider].includes(model);
6370
+ }
6371
+ function getModelsForProvider(provider) {
6372
+ return PROVIDER_MODELS[provider];
6373
+ }
6368
6374
  function getLocusPath(projectPath, fileName) {
6369
6375
  return join2(projectPath, LOCUS_CONFIG.dir, LOCUS_CONFIG[fileName]);
6370
6376
  }
6371
- var PROVIDER, DEFAULT_MODEL, LOCUS_SCHEMA_BASE_URL = "https://locusai.dev/schemas", LOCUS_SCHEMAS, LOCUS_CONFIG, LOCUS_GITIGNORE_PATTERNS;
6377
+ var PROVIDER, CLAUDE_MODELS, CODEX_MODELS, PROVIDER_MODELS, DEFAULT_MODEL, LOCUS_SCHEMA_BASE_URL = "https://locusai.dev/schemas", LOCUS_SCHEMAS, LOCUS_CONFIG, LOCUS_GITIGNORE_PATTERNS;
6372
6378
  var init_config = __esm(() => {
6373
6379
  PROVIDER = {
6374
6380
  CLAUDE: "claude",
6375
6381
  CODEX: "codex"
6376
6382
  };
6383
+ CLAUDE_MODELS = {
6384
+ OPUS: "opus",
6385
+ SONNET: "sonnet",
6386
+ HAIKU: "haiku",
6387
+ OPUS_PLAN: "opusplan",
6388
+ CLAUDE_OPUS_4_6: "claude-opus-4-6",
6389
+ CLAUDE_SONNET_4_5: "claude-sonnet-4-5-20250929",
6390
+ CLAUDE_SONNET_4_6: "claude-sonnet-4-6",
6391
+ CLAUDE_HAIKU_4_5: "claude-haiku-4-5-20251001"
6392
+ };
6393
+ CODEX_MODELS = {
6394
+ GPT_5_3_CODEX: "gpt-5.3-codex",
6395
+ GPT_5_3_CODEX_SPARK: "gpt-5.3-codex-spark",
6396
+ GPT_5_CODEX_MINI: "gpt-5-codex-mini",
6397
+ GPT_5_2_CODEX: "gpt-5.2-codex"
6398
+ };
6399
+ PROVIDER_MODELS = {
6400
+ [PROVIDER.CLAUDE]: Object.values(CLAUDE_MODELS),
6401
+ [PROVIDER.CODEX]: Object.values(CODEX_MODELS)
6402
+ };
6377
6403
  DEFAULT_MODEL = {
6378
- [PROVIDER.CLAUDE]: "opus",
6379
- [PROVIDER.CODEX]: "gpt-5.3-codex"
6404
+ [PROVIDER.CLAUDE]: CLAUDE_MODELS.OPUS,
6405
+ [PROVIDER.CODEX]: CODEX_MODELS.GPT_5_3_CODEX
6380
6406
  };
6381
6407
  LOCUS_SCHEMAS = {
6382
6408
  config: `${LOCUS_SCHEMA_BASE_URL}/config.schema.json`,
@@ -7810,6 +7836,10 @@ var init_codex_runner = __esm(() => {
7810
7836
  function createAiRunner(provider, config) {
7811
7837
  const resolvedProvider = provider ?? PROVIDER.CLAUDE;
7812
7838
  const model = config.model ?? DEFAULT_MODEL[resolvedProvider];
7839
+ if (!isValidModelForProvider(resolvedProvider, model)) {
7840
+ const validModels = getModelsForProvider(resolvedProvider);
7841
+ throw new Error(`Model "${model}" is not valid for provider "${resolvedProvider}". ` + `Valid models: ${validModels.join(", ")}`);
7842
+ }
7813
7843
  switch (resolvedProvider) {
7814
7844
  case PROVIDER.CODEX:
7815
7845
  return new CodexRunner(config.projectPath, model, config.log, config.reasoningEffort ?? "high", config.timeoutMs);
@@ -8059,14 +8089,14 @@ var init_pr_service = __esm(() => {
8059
8089
  init_git_utils();
8060
8090
  });
8061
8091
 
8062
- // ../../node_modules/axios/lib/helpers/bind.js
8092
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/bind.js
8063
8093
  function bind(fn, thisArg) {
8064
8094
  return function wrap() {
8065
8095
  return fn.apply(thisArg, arguments);
8066
8096
  };
8067
8097
  }
8068
8098
 
8069
- // ../../node_modules/axios/lib/utils.js
8099
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/utils.js
8070
8100
  function isBuffer(val) {
8071
8101
  return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);
8072
8102
  }
@@ -8125,6 +8155,9 @@ function merge() {
8125
8155
  const { caseless, skipUndefined } = isContextDefined(this) && this || {};
8126
8156
  const result = {};
8127
8157
  const assignValue = (val, key) => {
8158
+ if (key === "__proto__" || key === "constructor" || key === "prototype") {
8159
+ return;
8160
+ }
8128
8161
  const targetKey = caseless && findKey(result, key) || key;
8129
8162
  if (isPlainObject(result[targetKey]) && isPlainObject(val)) {
8130
8163
  result[targetKey] = merge(result[targetKey], val);
@@ -8346,7 +8379,12 @@ var init_utils = __esm(() => {
8346
8379
  isBlob = kindOfTest("Blob");
8347
8380
  isFileList = kindOfTest("FileList");
8348
8381
  isURLSearchParams = kindOfTest("URLSearchParams");
8349
- [isReadableStream, isRequest, isResponse, isHeaders] = ["ReadableStream", "Request", "Response", "Headers"].map(kindOfTest);
8382
+ [isReadableStream, isRequest, isResponse, isHeaders] = [
8383
+ "ReadableStream",
8384
+ "Request",
8385
+ "Response",
8386
+ "Headers"
8387
+ ].map(kindOfTest);
8350
8388
  _global = (() => {
8351
8389
  if (typeof globalThis !== "undefined")
8352
8390
  return globalThis;
@@ -8439,7 +8477,7 @@ var init_utils = __esm(() => {
8439
8477
  };
8440
8478
  });
8441
8479
 
8442
- // ../../node_modules/axios/lib/core/AxiosError.js
8480
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/core/AxiosError.js
8443
8481
  var AxiosError, AxiosError_default;
8444
8482
  var init_AxiosError = __esm(() => {
8445
8483
  init_utils();
@@ -8494,7 +8532,7 @@ var init_AxiosError = __esm(() => {
8494
8532
  AxiosError_default = AxiosError;
8495
8533
  });
8496
8534
 
8497
- // ../../node_modules/delayed-stream/lib/delayed_stream.js
8535
+ // ../../node_modules/.bun/delayed-stream@1.0.0/node_modules/delayed-stream/lib/delayed_stream.js
8498
8536
  var require_delayed_stream = __commonJS((exports, module) => {
8499
8537
  var Stream = __require("stream").Stream;
8500
8538
  var util = __require("util");
@@ -8582,7 +8620,7 @@ var require_delayed_stream = __commonJS((exports, module) => {
8582
8620
  };
8583
8621
  });
8584
8622
 
8585
- // ../../node_modules/combined-stream/lib/combined_stream.js
8623
+ // ../../node_modules/.bun/combined-stream@1.0.8/node_modules/combined-stream/lib/combined_stream.js
8586
8624
  var require_combined_stream = __commonJS((exports, module) => {
8587
8625
  var util = __require("util");
8588
8626
  var Stream = __require("stream").Stream;
@@ -8751,7 +8789,7 @@ var require_combined_stream = __commonJS((exports, module) => {
8751
8789
  };
8752
8790
  });
8753
8791
 
8754
- // ../../node_modules/mime-db/db.json
8792
+ // ../../node_modules/.bun/mime-db@1.52.0/node_modules/mime-db/db.json
8755
8793
  var require_db = __commonJS((exports, module) => {
8756
8794
  module.exports = {
8757
8795
  "application/1d-interleaved-parityfec": {
@@ -17274,7 +17312,7 @@ var require_db = __commonJS((exports, module) => {
17274
17312
  };
17275
17313
  });
17276
17314
 
17277
- // ../../node_modules/mime-types/index.js
17315
+ // ../../node_modules/.bun/mime-types@2.1.35/node_modules/mime-types/index.js
17278
17316
  var require_mime_types = __commonJS((exports) => {
17279
17317
  /*!
17280
17318
  * mime-types
@@ -17368,7 +17406,7 @@ var require_mime_types = __commonJS((exports) => {
17368
17406
  }
17369
17407
  });
17370
17408
 
17371
- // ../../node_modules/asynckit/lib/defer.js
17409
+ // ../../node_modules/.bun/asynckit@0.4.0/node_modules/asynckit/lib/defer.js
17372
17410
  var require_defer = __commonJS((exports, module) => {
17373
17411
  module.exports = defer;
17374
17412
  function defer(fn) {
@@ -17381,7 +17419,7 @@ var require_defer = __commonJS((exports, module) => {
17381
17419
  }
17382
17420
  });
17383
17421
 
17384
- // ../../node_modules/asynckit/lib/async.js
17422
+ // ../../node_modules/.bun/asynckit@0.4.0/node_modules/asynckit/lib/async.js
17385
17423
  var require_async7 = __commonJS((exports, module) => {
17386
17424
  var defer = require_defer();
17387
17425
  module.exports = async;
@@ -17402,7 +17440,7 @@ var require_async7 = __commonJS((exports, module) => {
17402
17440
  }
17403
17441
  });
17404
17442
 
17405
- // ../../node_modules/asynckit/lib/abort.js
17443
+ // ../../node_modules/.bun/asynckit@0.4.0/node_modules/asynckit/lib/abort.js
17406
17444
  var require_abort = __commonJS((exports, module) => {
17407
17445
  module.exports = abort;
17408
17446
  function abort(state) {
@@ -17416,7 +17454,7 @@ var require_abort = __commonJS((exports, module) => {
17416
17454
  }
17417
17455
  });
17418
17456
 
17419
- // ../../node_modules/asynckit/lib/iterate.js
17457
+ // ../../node_modules/.bun/asynckit@0.4.0/node_modules/asynckit/lib/iterate.js
17420
17458
  var require_iterate = __commonJS((exports, module) => {
17421
17459
  var async = require_async7();
17422
17460
  var abort = require_abort();
@@ -17447,7 +17485,7 @@ var require_iterate = __commonJS((exports, module) => {
17447
17485
  }
17448
17486
  });
17449
17487
 
17450
- // ../../node_modules/asynckit/lib/state.js
17488
+ // ../../node_modules/.bun/asynckit@0.4.0/node_modules/asynckit/lib/state.js
17451
17489
  var require_state = __commonJS((exports, module) => {
17452
17490
  module.exports = state;
17453
17491
  function state(list, sortMethod) {
@@ -17467,7 +17505,7 @@ var require_state = __commonJS((exports, module) => {
17467
17505
  }
17468
17506
  });
17469
17507
 
17470
- // ../../node_modules/asynckit/lib/terminator.js
17508
+ // ../../node_modules/.bun/asynckit@0.4.0/node_modules/asynckit/lib/terminator.js
17471
17509
  var require_terminator = __commonJS((exports, module) => {
17472
17510
  var abort = require_abort();
17473
17511
  var async = require_async7();
@@ -17482,7 +17520,7 @@ var require_terminator = __commonJS((exports, module) => {
17482
17520
  }
17483
17521
  });
17484
17522
 
17485
- // ../../node_modules/asynckit/parallel.js
17523
+ // ../../node_modules/.bun/asynckit@0.4.0/node_modules/asynckit/parallel.js
17486
17524
  var require_parallel = __commonJS((exports, module) => {
17487
17525
  var iterate = require_iterate();
17488
17526
  var initState = require_state();
@@ -17507,7 +17545,7 @@ var require_parallel = __commonJS((exports, module) => {
17507
17545
  }
17508
17546
  });
17509
17547
 
17510
- // ../../node_modules/asynckit/serialOrdered.js
17548
+ // ../../node_modules/.bun/asynckit@0.4.0/node_modules/asynckit/serialOrdered.js
17511
17549
  var require_serialOrdered = __commonJS((exports, module) => {
17512
17550
  var iterate = require_iterate();
17513
17551
  var initState = require_state();
@@ -17539,7 +17577,7 @@ var require_serialOrdered = __commonJS((exports, module) => {
17539
17577
  }
17540
17578
  });
17541
17579
 
17542
- // ../../node_modules/asynckit/serial.js
17580
+ // ../../node_modules/.bun/asynckit@0.4.0/node_modules/asynckit/serial.js
17543
17581
  var require_serial = __commonJS((exports, module) => {
17544
17582
  var serialOrdered = require_serialOrdered();
17545
17583
  module.exports = serial;
@@ -17548,7 +17586,7 @@ var require_serial = __commonJS((exports, module) => {
17548
17586
  }
17549
17587
  });
17550
17588
 
17551
- // ../../node_modules/asynckit/index.js
17589
+ // ../../node_modules/.bun/asynckit@0.4.0/node_modules/asynckit/index.js
17552
17590
  var require_asynckit = __commonJS((exports, module) => {
17553
17591
  module.exports = {
17554
17592
  parallel: require_parallel(),
@@ -17557,84 +17595,84 @@ var require_asynckit = __commonJS((exports, module) => {
17557
17595
  };
17558
17596
  });
17559
17597
 
17560
- // ../../node_modules/es-object-atoms/index.js
17598
+ // ../../node_modules/.bun/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js
17561
17599
  var require_es_object_atoms = __commonJS((exports, module) => {
17562
17600
  module.exports = Object;
17563
17601
  });
17564
17602
 
17565
- // ../../node_modules/es-errors/index.js
17603
+ // ../../node_modules/.bun/es-errors@1.3.0/node_modules/es-errors/index.js
17566
17604
  var require_es_errors = __commonJS((exports, module) => {
17567
17605
  module.exports = Error;
17568
17606
  });
17569
17607
 
17570
- // ../../node_modules/es-errors/eval.js
17608
+ // ../../node_modules/.bun/es-errors@1.3.0/node_modules/es-errors/eval.js
17571
17609
  var require_eval = __commonJS((exports, module) => {
17572
17610
  module.exports = EvalError;
17573
17611
  });
17574
17612
 
17575
- // ../../node_modules/es-errors/range.js
17613
+ // ../../node_modules/.bun/es-errors@1.3.0/node_modules/es-errors/range.js
17576
17614
  var require_range = __commonJS((exports, module) => {
17577
17615
  module.exports = RangeError;
17578
17616
  });
17579
17617
 
17580
- // ../../node_modules/es-errors/ref.js
17618
+ // ../../node_modules/.bun/es-errors@1.3.0/node_modules/es-errors/ref.js
17581
17619
  var require_ref = __commonJS((exports, module) => {
17582
17620
  module.exports = ReferenceError;
17583
17621
  });
17584
17622
 
17585
- // ../../node_modules/es-errors/syntax.js
17623
+ // ../../node_modules/.bun/es-errors@1.3.0/node_modules/es-errors/syntax.js
17586
17624
  var require_syntax = __commonJS((exports, module) => {
17587
17625
  module.exports = SyntaxError;
17588
17626
  });
17589
17627
 
17590
- // ../../node_modules/es-errors/type.js
17628
+ // ../../node_modules/.bun/es-errors@1.3.0/node_modules/es-errors/type.js
17591
17629
  var require_type = __commonJS((exports, module) => {
17592
17630
  module.exports = TypeError;
17593
17631
  });
17594
17632
 
17595
- // ../../node_modules/es-errors/uri.js
17633
+ // ../../node_modules/.bun/es-errors@1.3.0/node_modules/es-errors/uri.js
17596
17634
  var require_uri = __commonJS((exports, module) => {
17597
17635
  module.exports = URIError;
17598
17636
  });
17599
17637
 
17600
- // ../../node_modules/math-intrinsics/abs.js
17638
+ // ../../node_modules/.bun/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js
17601
17639
  var require_abs = __commonJS((exports, module) => {
17602
17640
  module.exports = Math.abs;
17603
17641
  });
17604
17642
 
17605
- // ../../node_modules/math-intrinsics/floor.js
17643
+ // ../../node_modules/.bun/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js
17606
17644
  var require_floor = __commonJS((exports, module) => {
17607
17645
  module.exports = Math.floor;
17608
17646
  });
17609
17647
 
17610
- // ../../node_modules/math-intrinsics/max.js
17648
+ // ../../node_modules/.bun/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js
17611
17649
  var require_max = __commonJS((exports, module) => {
17612
17650
  module.exports = Math.max;
17613
17651
  });
17614
17652
 
17615
- // ../../node_modules/math-intrinsics/min.js
17653
+ // ../../node_modules/.bun/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js
17616
17654
  var require_min = __commonJS((exports, module) => {
17617
17655
  module.exports = Math.min;
17618
17656
  });
17619
17657
 
17620
- // ../../node_modules/math-intrinsics/pow.js
17658
+ // ../../node_modules/.bun/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js
17621
17659
  var require_pow = __commonJS((exports, module) => {
17622
17660
  module.exports = Math.pow;
17623
17661
  });
17624
17662
 
17625
- // ../../node_modules/math-intrinsics/round.js
17663
+ // ../../node_modules/.bun/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js
17626
17664
  var require_round = __commonJS((exports, module) => {
17627
17665
  module.exports = Math.round;
17628
17666
  });
17629
17667
 
17630
- // ../../node_modules/math-intrinsics/isNaN.js
17668
+ // ../../node_modules/.bun/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js
17631
17669
  var require_isNaN = __commonJS((exports, module) => {
17632
17670
  module.exports = Number.isNaN || function isNaN2(a) {
17633
17671
  return a !== a;
17634
17672
  };
17635
17673
  });
17636
17674
 
17637
- // ../../node_modules/math-intrinsics/sign.js
17675
+ // ../../node_modules/.bun/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js
17638
17676
  var require_sign = __commonJS((exports, module) => {
17639
17677
  var $isNaN = require_isNaN();
17640
17678
  module.exports = function sign(number) {
@@ -17645,12 +17683,12 @@ var require_sign = __commonJS((exports, module) => {
17645
17683
  };
17646
17684
  });
17647
17685
 
17648
- // ../../node_modules/gopd/gOPD.js
17686
+ // ../../node_modules/.bun/gopd@1.2.0/node_modules/gopd/gOPD.js
17649
17687
  var require_gOPD = __commonJS((exports, module) => {
17650
17688
  module.exports = Object.getOwnPropertyDescriptor;
17651
17689
  });
17652
17690
 
17653
- // ../../node_modules/gopd/index.js
17691
+ // ../../node_modules/.bun/gopd@1.2.0/node_modules/gopd/index.js
17654
17692
  var require_gopd = __commonJS((exports, module) => {
17655
17693
  var $gOPD = require_gOPD();
17656
17694
  if ($gOPD) {
@@ -17663,7 +17701,7 @@ var require_gopd = __commonJS((exports, module) => {
17663
17701
  module.exports = $gOPD;
17664
17702
  });
17665
17703
 
17666
- // ../../node_modules/es-define-property/index.js
17704
+ // ../../node_modules/.bun/es-define-property@1.0.1/node_modules/es-define-property/index.js
17667
17705
  var require_es_define_property = __commonJS((exports, module) => {
17668
17706
  var $defineProperty = Object.defineProperty || false;
17669
17707
  if ($defineProperty) {
@@ -17676,7 +17714,7 @@ var require_es_define_property = __commonJS((exports, module) => {
17676
17714
  module.exports = $defineProperty;
17677
17715
  });
17678
17716
 
17679
- // ../../node_modules/has-symbols/shams.js
17717
+ // ../../node_modules/.bun/has-symbols@1.1.0/node_modules/has-symbols/shams.js
17680
17718
  var require_shams = __commonJS((exports, module) => {
17681
17719
  module.exports = function hasSymbols() {
17682
17720
  if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") {
@@ -17725,7 +17763,7 @@ var require_shams = __commonJS((exports, module) => {
17725
17763
  };
17726
17764
  });
17727
17765
 
17728
- // ../../node_modules/has-symbols/index.js
17766
+ // ../../node_modules/.bun/has-symbols@1.1.0/node_modules/has-symbols/index.js
17729
17767
  var require_has_symbols = __commonJS((exports, module) => {
17730
17768
  var origSymbol = typeof Symbol !== "undefined" && Symbol;
17731
17769
  var hasSymbolSham = require_shams();
@@ -17746,18 +17784,18 @@ var require_has_symbols = __commonJS((exports, module) => {
17746
17784
  };
17747
17785
  });
17748
17786
 
17749
- // ../../node_modules/get-proto/Reflect.getPrototypeOf.js
17787
+ // ../../node_modules/.bun/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js
17750
17788
  var require_Reflect_getPrototypeOf = __commonJS((exports, module) => {
17751
17789
  module.exports = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
17752
17790
  });
17753
17791
 
17754
- // ../../node_modules/get-proto/Object.getPrototypeOf.js
17792
+ // ../../node_modules/.bun/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js
17755
17793
  var require_Object_getPrototypeOf = __commonJS((exports, module) => {
17756
17794
  var $Object = require_es_object_atoms();
17757
17795
  module.exports = $Object.getPrototypeOf || null;
17758
17796
  });
17759
17797
 
17760
- // ../../node_modules/function-bind/implementation.js
17798
+ // ../../node_modules/.bun/function-bind@1.1.2/node_modules/function-bind/implementation.js
17761
17799
  var require_implementation = __commonJS((exports, module) => {
17762
17800
  var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
17763
17801
  var toStr = Object.prototype.toString;
@@ -17823,28 +17861,28 @@ var require_implementation = __commonJS((exports, module) => {
17823
17861
  };
17824
17862
  });
17825
17863
 
17826
- // ../../node_modules/function-bind/index.js
17864
+ // ../../node_modules/.bun/function-bind@1.1.2/node_modules/function-bind/index.js
17827
17865
  var require_function_bind = __commonJS((exports, module) => {
17828
17866
  var implementation = require_implementation();
17829
17867
  module.exports = Function.prototype.bind || implementation;
17830
17868
  });
17831
17869
 
17832
- // ../../node_modules/call-bind-apply-helpers/functionCall.js
17870
+ // ../../node_modules/.bun/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js
17833
17871
  var require_functionCall = __commonJS((exports, module) => {
17834
17872
  module.exports = Function.prototype.call;
17835
17873
  });
17836
17874
 
17837
- // ../../node_modules/call-bind-apply-helpers/functionApply.js
17875
+ // ../../node_modules/.bun/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js
17838
17876
  var require_functionApply = __commonJS((exports, module) => {
17839
17877
  module.exports = Function.prototype.apply;
17840
17878
  });
17841
17879
 
17842
- // ../../node_modules/call-bind-apply-helpers/reflectApply.js
17880
+ // ../../node_modules/.bun/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js
17843
17881
  var require_reflectApply = __commonJS((exports, module) => {
17844
17882
  module.exports = typeof Reflect !== "undefined" && Reflect && Reflect.apply;
17845
17883
  });
17846
17884
 
17847
- // ../../node_modules/call-bind-apply-helpers/actualApply.js
17885
+ // ../../node_modules/.bun/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js
17848
17886
  var require_actualApply = __commonJS((exports, module) => {
17849
17887
  var bind2 = require_function_bind();
17850
17888
  var $apply = require_functionApply();
@@ -17853,7 +17891,7 @@ var require_actualApply = __commonJS((exports, module) => {
17853
17891
  module.exports = $reflectApply || bind2.call($call, $apply);
17854
17892
  });
17855
17893
 
17856
- // ../../node_modules/call-bind-apply-helpers/index.js
17894
+ // ../../node_modules/.bun/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js
17857
17895
  var require_call_bind_apply_helpers = __commonJS((exports, module) => {
17858
17896
  var bind2 = require_function_bind();
17859
17897
  var $TypeError = require_type();
@@ -17867,7 +17905,7 @@ var require_call_bind_apply_helpers = __commonJS((exports, module) => {
17867
17905
  };
17868
17906
  });
17869
17907
 
17870
- // ../../node_modules/dunder-proto/get.js
17908
+ // ../../node_modules/.bun/dunder-proto@1.0.1/node_modules/dunder-proto/get.js
17871
17909
  var require_get = __commonJS((exports, module) => {
17872
17910
  var callBind = require_call_bind_apply_helpers();
17873
17911
  var gOPD = require_gopd();
@@ -17887,7 +17925,7 @@ var require_get = __commonJS((exports, module) => {
17887
17925
  } : false;
17888
17926
  });
17889
17927
 
17890
- // ../../node_modules/get-proto/index.js
17928
+ // ../../node_modules/.bun/get-proto@1.0.1/node_modules/get-proto/index.js
17891
17929
  var require_get_proto = __commonJS((exports, module) => {
17892
17930
  var reflectGetProto = require_Reflect_getPrototypeOf();
17893
17931
  var originalGetProto = require_Object_getPrototypeOf();
@@ -17904,7 +17942,7 @@ var require_get_proto = __commonJS((exports, module) => {
17904
17942
  } : null;
17905
17943
  });
17906
17944
 
17907
- // ../../node_modules/hasown/index.js
17945
+ // ../../node_modules/.bun/hasown@2.0.2/node_modules/hasown/index.js
17908
17946
  var require_hasown = __commonJS((exports, module) => {
17909
17947
  var call = Function.prototype.call;
17910
17948
  var $hasOwn = Object.prototype.hasOwnProperty;
@@ -17912,7 +17950,7 @@ var require_hasown = __commonJS((exports, module) => {
17912
17950
  module.exports = bind2.call(call, $hasOwn);
17913
17951
  });
17914
17952
 
17915
- // ../../node_modules/get-intrinsic/index.js
17953
+ // ../../node_modules/.bun/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js
17916
17954
  var require_get_intrinsic = __commonJS((exports, module) => {
17917
17955
  var undefined2;
17918
17956
  var $Object = require_es_object_atoms();
@@ -18238,7 +18276,7 @@ var require_get_intrinsic = __commonJS((exports, module) => {
18238
18276
  };
18239
18277
  });
18240
18278
 
18241
- // ../../node_modules/has-tostringtag/shams.js
18279
+ // ../../node_modules/.bun/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js
18242
18280
  var require_shams2 = __commonJS((exports, module) => {
18243
18281
  var hasSymbols = require_shams();
18244
18282
  module.exports = function hasToStringTagShams() {
@@ -18246,7 +18284,7 @@ var require_shams2 = __commonJS((exports, module) => {
18246
18284
  };
18247
18285
  });
18248
18286
 
18249
- // ../../node_modules/es-set-tostringtag/index.js
18287
+ // ../../node_modules/.bun/es-set-tostringtag@2.1.0/node_modules/es-set-tostringtag/index.js
18250
18288
  var require_es_set_tostringtag = __commonJS((exports, module) => {
18251
18289
  var GetIntrinsic = require_get_intrinsic();
18252
18290
  var $defineProperty = GetIntrinsic("%Object.defineProperty%", true);
@@ -18275,7 +18313,7 @@ var require_es_set_tostringtag = __commonJS((exports, module) => {
18275
18313
  };
18276
18314
  });
18277
18315
 
18278
- // ../../node_modules/form-data/lib/populate.js
18316
+ // ../../node_modules/.bun/form-data@4.0.5/node_modules/form-data/lib/populate.js
18279
18317
  var require_populate = __commonJS((exports, module) => {
18280
18318
  module.exports = function(dst, src) {
18281
18319
  Object.keys(src).forEach(function(prop) {
@@ -18285,7 +18323,7 @@ var require_populate = __commonJS((exports, module) => {
18285
18323
  };
18286
18324
  });
18287
18325
 
18288
- // ../../node_modules/form-data/lib/form_data.js
18326
+ // ../../node_modules/.bun/form-data@4.0.5/node_modules/form-data/lib/form_data.js
18289
18327
  var require_form_data = __commonJS((exports, module) => {
18290
18328
  var CombinedStream = require_combined_stream();
18291
18329
  var util = __require("util");
@@ -18600,14 +18638,14 @@ var require_form_data = __commonJS((exports, module) => {
18600
18638
  module.exports = FormData2;
18601
18639
  });
18602
18640
 
18603
- // ../../node_modules/axios/lib/platform/node/classes/FormData.js
18641
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/platform/node/classes/FormData.js
18604
18642
  var import_form_data, FormData_default;
18605
18643
  var init_FormData = __esm(() => {
18606
18644
  import_form_data = __toESM(require_form_data(), 1);
18607
18645
  FormData_default = import_form_data.default;
18608
18646
  });
18609
18647
 
18610
- // ../../node_modules/axios/lib/helpers/toFormData.js
18648
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/toFormData.js
18611
18649
  function isVisitable(thing) {
18612
18650
  return utils_default.isPlainObject(thing) || utils_default.isArray(thing);
18613
18651
  }
@@ -18721,7 +18759,7 @@ var init_toFormData = __esm(() => {
18721
18759
  toFormData_default = toFormData;
18722
18760
  });
18723
18761
 
18724
- // ../../node_modules/axios/lib/helpers/AxiosURLSearchParams.js
18762
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/AxiosURLSearchParams.js
18725
18763
  function encode(str) {
18726
18764
  const charMap = {
18727
18765
  "!": "%21",
@@ -18758,7 +18796,7 @@ var init_AxiosURLSearchParams = __esm(() => {
18758
18796
  AxiosURLSearchParams_default = AxiosURLSearchParams;
18759
18797
  });
18760
18798
 
18761
- // ../../node_modules/axios/lib/helpers/buildURL.js
18799
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/buildURL.js
18762
18800
  function encode2(val) {
18763
18801
  return encodeURIComponent(val).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
18764
18802
  }
@@ -18791,7 +18829,7 @@ var init_buildURL = __esm(() => {
18791
18829
  init_AxiosURLSearchParams();
18792
18830
  });
18793
18831
 
18794
- // ../../node_modules/axios/lib/core/InterceptorManager.js
18832
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/core/InterceptorManager.js
18795
18833
  class InterceptorManager {
18796
18834
  constructor() {
18797
18835
  this.handlers = [];
@@ -18829,24 +18867,25 @@ var init_InterceptorManager = __esm(() => {
18829
18867
  InterceptorManager_default = InterceptorManager;
18830
18868
  });
18831
18869
 
18832
- // ../../node_modules/axios/lib/defaults/transitional.js
18870
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/defaults/transitional.js
18833
18871
  var transitional_default;
18834
18872
  var init_transitional = __esm(() => {
18835
18873
  transitional_default = {
18836
18874
  silentJSONParsing: true,
18837
18875
  forcedJSONParsing: true,
18838
- clarifyTimeoutError: false
18876
+ clarifyTimeoutError: false,
18877
+ legacyInterceptorReqResOrdering: true
18839
18878
  };
18840
18879
  });
18841
18880
 
18842
- // ../../node_modules/axios/lib/platform/node/classes/URLSearchParams.js
18881
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/platform/node/classes/URLSearchParams.js
18843
18882
  import url from "url";
18844
18883
  var URLSearchParams_default;
18845
18884
  var init_URLSearchParams = __esm(() => {
18846
18885
  URLSearchParams_default = url.URLSearchParams;
18847
18886
  });
18848
18887
 
18849
- // ../../node_modules/axios/lib/platform/node/index.js
18888
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/platform/node/index.js
18850
18889
  import crypto from "crypto";
18851
18890
  var ALPHA = "abcdefghijklmnopqrstuvwxyz", DIGIT = "0123456789", ALPHABET, generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
18852
18891
  let str = "";
@@ -18879,7 +18918,7 @@ var init_node2 = __esm(() => {
18879
18918
  };
18880
18919
  });
18881
18920
 
18882
- // ../../node_modules/axios/lib/platform/common/utils.js
18921
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/platform/common/utils.js
18883
18922
  var exports_utils = {};
18884
18923
  __export(exports_utils, {
18885
18924
  origin: () => origin,
@@ -18899,7 +18938,7 @@ var init_utils2 = __esm(() => {
18899
18938
  origin = hasBrowserEnv && window.location.href || "http://localhost";
18900
18939
  });
18901
18940
 
18902
- // ../../node_modules/axios/lib/platform/index.js
18941
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/platform/index.js
18903
18942
  var platform_default;
18904
18943
  var init_platform = __esm(() => {
18905
18944
  init_node2();
@@ -18910,7 +18949,7 @@ var init_platform = __esm(() => {
18910
18949
  };
18911
18950
  });
18912
18951
 
18913
- // ../../node_modules/axios/lib/helpers/toURLEncodedForm.js
18952
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/toURLEncodedForm.js
18914
18953
  function toURLEncodedForm(data, options) {
18915
18954
  return toFormData_default(data, new platform_default.classes.URLSearchParams, {
18916
18955
  visitor: function(value, key, path2, helpers) {
@@ -18929,7 +18968,7 @@ var init_toURLEncodedForm = __esm(() => {
18929
18968
  init_platform();
18930
18969
  });
18931
18970
 
18932
- // ../../node_modules/axios/lib/helpers/formDataToJSON.js
18971
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/formDataToJSON.js
18933
18972
  function parsePropPath(name) {
18934
18973
  return utils_default.matchAll(/\w+|\[(\w*)]/g, name).map((match) => {
18935
18974
  return match[0] === "[]" ? "" : match[1] || match[0];
@@ -18987,7 +19026,7 @@ var init_formDataToJSON = __esm(() => {
18987
19026
  formDataToJSON_default = formDataToJSON;
18988
19027
  });
18989
19028
 
18990
- // ../../node_modules/axios/lib/defaults/index.js
19029
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/defaults/index.js
18991
19030
  function stringifySafely(rawValue, parser, encoder) {
18992
19031
  if (utils_default.isString(rawValue)) {
18993
19032
  try {
@@ -19098,7 +19137,7 @@ var init_defaults = __esm(() => {
19098
19137
  defaults_default = defaults;
19099
19138
  });
19100
19139
 
19101
- // ../../node_modules/axios/lib/helpers/parseHeaders.js
19140
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/parseHeaders.js
19102
19141
  var ignoreDuplicateOf, parseHeaders_default = (rawHeaders) => {
19103
19142
  const parsed = {};
19104
19143
  let key;
@@ -19147,7 +19186,7 @@ var init_parseHeaders = __esm(() => {
19147
19186
  ]);
19148
19187
  });
19149
19188
 
19150
- // ../../node_modules/axios/lib/core/AxiosHeaders.js
19189
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/core/AxiosHeaders.js
19151
19190
  function normalizeHeader(header) {
19152
19191
  return header && String(header).trim().toLowerCase();
19153
19192
  }
@@ -19382,7 +19421,7 @@ var init_AxiosHeaders = __esm(() => {
19382
19421
  AxiosHeaders_default = AxiosHeaders;
19383
19422
  });
19384
19423
 
19385
- // ../../node_modules/axios/lib/core/transformData.js
19424
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/core/transformData.js
19386
19425
  function transformData(fns, response) {
19387
19426
  const config = this || defaults_default;
19388
19427
  const context = response || config;
@@ -19400,12 +19439,12 @@ var init_transformData = __esm(() => {
19400
19439
  init_AxiosHeaders();
19401
19440
  });
19402
19441
 
19403
- // ../../node_modules/axios/lib/cancel/isCancel.js
19442
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/cancel/isCancel.js
19404
19443
  function isCancel(value) {
19405
19444
  return !!(value && value.__CANCEL__);
19406
19445
  }
19407
19446
 
19408
- // ../../node_modules/axios/lib/cancel/CanceledError.js
19447
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/cancel/CanceledError.js
19409
19448
  var CanceledError, CanceledError_default;
19410
19449
  var init_CanceledError = __esm(() => {
19411
19450
  init_AxiosError();
@@ -19419,7 +19458,7 @@ var init_CanceledError = __esm(() => {
19419
19458
  CanceledError_default = CanceledError;
19420
19459
  });
19421
19460
 
19422
- // ../../node_modules/axios/lib/core/settle.js
19461
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/core/settle.js
19423
19462
  function settle(resolve2, reject, response) {
19424
19463
  const validateStatus2 = response.config.validateStatus;
19425
19464
  if (!response.status || !validateStatus2 || validateStatus2(response.status)) {
@@ -19432,17 +19471,20 @@ var init_settle = __esm(() => {
19432
19471
  init_AxiosError();
19433
19472
  });
19434
19473
 
19435
- // ../../node_modules/axios/lib/helpers/isAbsoluteURL.js
19474
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/isAbsoluteURL.js
19436
19475
  function isAbsoluteURL(url2) {
19476
+ if (typeof url2 !== "string") {
19477
+ return false;
19478
+ }
19437
19479
  return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url2);
19438
19480
  }
19439
19481
 
19440
- // ../../node_modules/axios/lib/helpers/combineURLs.js
19482
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/combineURLs.js
19441
19483
  function combineURLs(baseURL, relativeURL) {
19442
19484
  return relativeURL ? baseURL.replace(/\/?\/$/, "") + "/" + relativeURL.replace(/^\/+/, "") : baseURL;
19443
19485
  }
19444
19486
 
19445
- // ../../node_modules/axios/lib/core/buildFullPath.js
19487
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/core/buildFullPath.js
19446
19488
  function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
19447
19489
  let isRelativeUrl = !isAbsoluteURL(requestedURL);
19448
19490
  if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
@@ -19452,7 +19494,7 @@ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
19452
19494
  }
19453
19495
  var init_buildFullPath = () => {};
19454
19496
 
19455
- // ../../node_modules/proxy-from-env/index.js
19497
+ // ../../node_modules/.bun/proxy-from-env@1.1.0/node_modules/proxy-from-env/index.js
19456
19498
  var require_proxy_from_env = __commonJS((exports) => {
19457
19499
  var parseUrl = __require("url").parse;
19458
19500
  var DEFAULT_PORTS = {
@@ -19519,7 +19561,7 @@ var require_proxy_from_env = __commonJS((exports) => {
19519
19561
  exports.getProxyForUrl = getProxyForUrl;
19520
19562
  });
19521
19563
 
19522
- // ../../node_modules/ms/index.js
19564
+ // ../../node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
19523
19565
  var require_ms = __commonJS((exports, module) => {
19524
19566
  var s = 1000;
19525
19567
  var m = s * 60;
@@ -19629,7 +19671,7 @@ var require_ms = __commonJS((exports, module) => {
19629
19671
  }
19630
19672
  });
19631
19673
 
19632
- // ../../node_modules/debug/src/common.js
19674
+ // ../../node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
19633
19675
  var require_common3 = __commonJS((exports, module) => {
19634
19676
  function setup(env) {
19635
19677
  createDebug.debug = createDebug;
@@ -19804,7 +19846,7 @@ var require_common3 = __commonJS((exports, module) => {
19804
19846
  module.exports = setup;
19805
19847
  });
19806
19848
 
19807
- // ../../node_modules/debug/src/browser.js
19849
+ // ../../node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
19808
19850
  var require_browser = __commonJS((exports, module) => {
19809
19851
  exports.formatArgs = formatArgs;
19810
19852
  exports.save = save;
@@ -19964,7 +20006,7 @@ var require_browser = __commonJS((exports, module) => {
19964
20006
  };
19965
20007
  });
19966
20008
 
19967
- // ../../node_modules/has-flag/index.js
20009
+ // ../../node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
19968
20010
  var require_has_flag = __commonJS((exports, module) => {
19969
20011
  module.exports = (flag, argv = process.argv) => {
19970
20012
  const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
@@ -19974,7 +20016,7 @@ var require_has_flag = __commonJS((exports, module) => {
19974
20016
  };
19975
20017
  });
19976
20018
 
19977
- // ../../node_modules/supports-color/index.js
20019
+ // ../../node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
19978
20020
  var require_supports_color = __commonJS((exports, module) => {
19979
20021
  var os = __require("os");
19980
20022
  var tty = __require("tty");
@@ -20073,7 +20115,7 @@ var require_supports_color = __commonJS((exports, module) => {
20073
20115
  };
20074
20116
  });
20075
20117
 
20076
- // ../../node_modules/debug/src/node.js
20118
+ // ../../node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
20077
20119
  var require_node = __commonJS((exports, module) => {
20078
20120
  var tty = __require("tty");
20079
20121
  var util = __require("util");
@@ -20244,7 +20286,7 @@ var require_node = __commonJS((exports, module) => {
20244
20286
  };
20245
20287
  });
20246
20288
 
20247
- // ../../node_modules/debug/src/index.js
20289
+ // ../../node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
20248
20290
  var require_src = __commonJS((exports, module) => {
20249
20291
  if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
20250
20292
  module.exports = require_browser();
@@ -20253,7 +20295,7 @@ var require_src = __commonJS((exports, module) => {
20253
20295
  }
20254
20296
  });
20255
20297
 
20256
- // ../../node_modules/follow-redirects/debug.js
20298
+ // ../../node_modules/.bun/follow-redirects@1.15.11/node_modules/follow-redirects/debug.js
20257
20299
  var require_debug = __commonJS((exports, module) => {
20258
20300
  var debug;
20259
20301
  module.exports = function() {
@@ -20269,7 +20311,7 @@ var require_debug = __commonJS((exports, module) => {
20269
20311
  };
20270
20312
  });
20271
20313
 
20272
- // ../../node_modules/follow-redirects/index.js
20314
+ // ../../node_modules/.bun/follow-redirects@1.15.11/node_modules/follow-redirects/index.js
20273
20315
  var require_follow_redirects = __commonJS((exports, module) => {
20274
20316
  var url2 = __require("url");
20275
20317
  var URL2 = url2.URL;
@@ -20736,16 +20778,16 @@ var require_follow_redirects = __commonJS((exports, module) => {
20736
20778
  module.exports.wrap = wrap;
20737
20779
  });
20738
20780
 
20739
- // ../../node_modules/axios/lib/env/data.js
20740
- var VERSION = "1.13.3";
20781
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/env/data.js
20782
+ var VERSION = "1.13.5";
20741
20783
 
20742
- // ../../node_modules/axios/lib/helpers/parseProtocol.js
20784
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/parseProtocol.js
20743
20785
  function parseProtocol(url2) {
20744
20786
  const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url2);
20745
20787
  return match && match[1] || "";
20746
20788
  }
20747
20789
 
20748
- // ../../node_modules/axios/lib/helpers/fromDataURI.js
20790
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/fromDataURI.js
20749
20791
  function fromDataURI(uri, asBlob, options) {
20750
20792
  const _Blob = options && options.Blob || platform_default.classes.Blob;
20751
20793
  const protocol = parseProtocol(uri);
@@ -20779,7 +20821,7 @@ var init_fromDataURI = __esm(() => {
20779
20821
  DATA_URL_PATTERN = /^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;
20780
20822
  });
20781
20823
 
20782
- // ../../node_modules/axios/lib/helpers/AxiosTransformStream.js
20824
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/AxiosTransformStream.js
20783
20825
  import stream from "stream";
20784
20826
  var kInternals, AxiosTransformStream, AxiosTransformStream_default;
20785
20827
  var init_AxiosTransformStream = __esm(() => {
@@ -20898,7 +20940,7 @@ var init_AxiosTransformStream = __esm(() => {
20898
20940
  AxiosTransformStream_default = AxiosTransformStream;
20899
20941
  });
20900
20942
 
20901
- // ../../node_modules/axios/lib/helpers/readBlob.js
20943
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/readBlob.js
20902
20944
  var asyncIterator, readBlob = async function* (blob) {
20903
20945
  if (blob.stream) {
20904
20946
  yield* blob.stream();
@@ -20915,7 +20957,7 @@ var init_readBlob = __esm(() => {
20915
20957
  readBlob_default = readBlob;
20916
20958
  });
20917
20959
 
20918
- // ../../node_modules/axios/lib/helpers/formDataToStream.js
20960
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/formDataToStream.js
20919
20961
  import util from "util";
20920
20962
  import { Readable } from "stream";
20921
20963
 
@@ -21001,7 +21043,7 @@ var init_formDataToStream = __esm(() => {
21001
21043
  formDataToStream_default = formDataToStream;
21002
21044
  });
21003
21045
 
21004
- // ../../node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js
21046
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js
21005
21047
  import stream2 from "stream";
21006
21048
  var ZlibHeaderTransformStream, ZlibHeaderTransformStream_default;
21007
21049
  var init_ZlibHeaderTransformStream = __esm(() => {
@@ -21026,7 +21068,7 @@ var init_ZlibHeaderTransformStream = __esm(() => {
21026
21068
  ZlibHeaderTransformStream_default = ZlibHeaderTransformStream;
21027
21069
  });
21028
21070
 
21029
- // ../../node_modules/axios/lib/helpers/callbackify.js
21071
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/callbackify.js
21030
21072
  var callbackify = (fn, reducer) => {
21031
21073
  return utils_default.isAsyncFn(fn) ? function(...args) {
21032
21074
  const cb = args.pop();
@@ -21044,7 +21086,7 @@ var init_callbackify = __esm(() => {
21044
21086
  callbackify_default = callbackify;
21045
21087
  });
21046
21088
 
21047
- // ../../node_modules/axios/lib/helpers/speedometer.js
21089
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/speedometer.js
21048
21090
  function speedometer(samplesCount, min) {
21049
21091
  samplesCount = samplesCount || 10;
21050
21092
  const bytes = new Array(samplesCount);
@@ -21083,7 +21125,7 @@ var init_speedometer = __esm(() => {
21083
21125
  speedometer_default = speedometer;
21084
21126
  });
21085
21127
 
21086
- // ../../node_modules/axios/lib/helpers/throttle.js
21128
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/throttle.js
21087
21129
  function throttle(fn, freq) {
21088
21130
  let timestamp = 0;
21089
21131
  let threshold = 1000 / freq;
@@ -21121,7 +21163,7 @@ var init_throttle = __esm(() => {
21121
21163
  throttle_default = throttle;
21122
21164
  });
21123
21165
 
21124
- // ../../node_modules/axios/lib/helpers/progressEventReducer.js
21166
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/progressEventReducer.js
21125
21167
  var progressEventReducer = (listener, isDownloadStream, freq = 3) => {
21126
21168
  let bytesNotified = 0;
21127
21169
  const _speedometer = speedometer_default(50, 250);
@@ -21159,7 +21201,7 @@ var init_progressEventReducer = __esm(() => {
21159
21201
  init_utils();
21160
21202
  });
21161
21203
 
21162
- // ../../node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js
21204
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js
21163
21205
  function estimateDataURLDecodedBytes(url2) {
21164
21206
  if (!url2 || typeof url2 !== "string")
21165
21207
  return 0;
@@ -21211,7 +21253,7 @@ function estimateDataURLDecodedBytes(url2) {
21211
21253
  return Buffer.byteLength(body, "utf8");
21212
21254
  }
21213
21255
 
21214
- // ../../node_modules/axios/lib/adapters/http.js
21256
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/adapters/http.js
21215
21257
  import http from "http";
21216
21258
  import https from "https";
21217
21259
  import http2 from "http2";
@@ -21826,7 +21868,7 @@ var init_http = __esm(() => {
21826
21868
  };
21827
21869
  });
21828
21870
 
21829
- // ../../node_modules/axios/lib/helpers/isURLSameOrigin.js
21871
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/isURLSameOrigin.js
21830
21872
  var isURLSameOrigin_default;
21831
21873
  var init_isURLSameOrigin = __esm(() => {
21832
21874
  init_platform();
@@ -21836,7 +21878,7 @@ var init_isURLSameOrigin = __esm(() => {
21836
21878
  })(new URL(platform_default.origin), platform_default.navigator && /(msie|trident)/i.test(platform_default.navigator.userAgent)) : () => true;
21837
21879
  });
21838
21880
 
21839
- // ../../node_modules/axios/lib/helpers/cookies.js
21881
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/cookies.js
21840
21882
  var cookies_default;
21841
21883
  var init_cookies = __esm(() => {
21842
21884
  init_utils();
@@ -21881,7 +21923,7 @@ var init_cookies = __esm(() => {
21881
21923
  };
21882
21924
  });
21883
21925
 
21884
- // ../../node_modules/axios/lib/core/mergeConfig.js
21926
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/core/mergeConfig.js
21885
21927
  function mergeConfig(config1, config2) {
21886
21928
  config2 = config2 || {};
21887
21929
  const config = {};
@@ -21953,7 +21995,9 @@ function mergeConfig(config1, config2) {
21953
21995
  headers: (a, b, prop) => mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true)
21954
21996
  };
21955
21997
  utils_default.forEach(Object.keys({ ...config1, ...config2 }), function computeConfigValue(prop) {
21956
- const merge2 = mergeMap[prop] || mergeDeepProperties;
21998
+ if (prop === "__proto__" || prop === "constructor" || prop === "prototype")
21999
+ return;
22000
+ const merge2 = utils_default.hasOwnProp(mergeMap, prop) ? mergeMap[prop] : mergeDeepProperties;
21957
22001
  const configValue = merge2(config1[prop], config2[prop], prop);
21958
22002
  utils_default.isUndefined(configValue) && merge2 !== mergeDirectKeys || (config[prop] = configValue);
21959
22003
  });
@@ -21965,7 +22009,7 @@ var init_mergeConfig = __esm(() => {
21965
22009
  init_AxiosHeaders();
21966
22010
  });
21967
22011
 
21968
- // ../../node_modules/axios/lib/helpers/resolveConfig.js
22012
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/resolveConfig.js
21969
22013
  var resolveConfig_default = (config) => {
21970
22014
  const newConfig = mergeConfig({}, config);
21971
22015
  let { data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
@@ -22009,7 +22053,7 @@ var init_resolveConfig = __esm(() => {
22009
22053
  init_buildURL();
22010
22054
  });
22011
22055
 
22012
- // ../../node_modules/axios/lib/adapters/xhr.js
22056
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/adapters/xhr.js
22013
22057
  var isXHRAdapterSupported, xhr_default;
22014
22058
  var init_xhr = __esm(() => {
22015
22059
  init_utils();
@@ -22144,7 +22188,7 @@ var init_xhr = __esm(() => {
22144
22188
  };
22145
22189
  });
22146
22190
 
22147
- // ../../node_modules/axios/lib/helpers/composeSignals.js
22191
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/composeSignals.js
22148
22192
  var composeSignals = (signals, timeout) => {
22149
22193
  const { length } = signals = signals ? signals.filter(Boolean) : [];
22150
22194
  if (timeout || length) {
@@ -22185,7 +22229,7 @@ var init_composeSignals = __esm(() => {
22185
22229
  composeSignals_default = composeSignals;
22186
22230
  });
22187
22231
 
22188
- // ../../node_modules/axios/lib/helpers/trackStream.js
22232
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/trackStream.js
22189
22233
  var streamChunk = function* (chunk, chunkSize) {
22190
22234
  let len = chunk.byteLength;
22191
22235
  if (!chunkSize || len < chunkSize) {
@@ -22259,7 +22303,7 @@ var streamChunk = function* (chunk, chunkSize) {
22259
22303
  });
22260
22304
  };
22261
22305
 
22262
- // ../../node_modules/axios/lib/adapters/fetch.js
22306
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/adapters/fetch.js
22263
22307
  var DEFAULT_CHUNK_SIZE, isFunction2, globalFetchAPI, ReadableStream2, TextEncoder2, test = (fn, ...args) => {
22264
22308
  try {
22265
22309
  return !!fn(...args);
@@ -22417,11 +22461,11 @@ var DEFAULT_CHUNK_SIZE, isFunction2, globalFetchAPI, ReadableStream2, TextEncode
22417
22461
  } catch (err) {
22418
22462
  unsubscribe && unsubscribe();
22419
22463
  if (err && err.name === "TypeError" && /Load failed|fetch/i.test(err.message)) {
22420
- throw Object.assign(new AxiosError_default("Network Error", AxiosError_default.ERR_NETWORK, config, request), {
22464
+ throw Object.assign(new AxiosError_default("Network Error", AxiosError_default.ERR_NETWORK, config, request, err && err.response), {
22421
22465
  cause: err.cause || err
22422
22466
  });
22423
22467
  }
22424
- throw AxiosError_default.from(err, err && err.code, config, request);
22468
+ throw AxiosError_default.from(err, err && err.code, config, request, err && err.response);
22425
22469
  }
22426
22470
  };
22427
22471
  }, seedCache, getFetch = (config) => {
@@ -22464,7 +22508,7 @@ var init_fetch = __esm(() => {
22464
22508
  adapter = getFetch();
22465
22509
  });
22466
22510
 
22467
- // ../../node_modules/axios/lib/adapters/adapters.js
22511
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/adapters/adapters.js
22468
22512
  function getAdapter(adapters, config) {
22469
22513
  adapters = utils_default.isArray(adapters) ? adapters : [adapters];
22470
22514
  const { length } = adapters;
@@ -22523,7 +22567,7 @@ var init_adapters = __esm(() => {
22523
22567
  };
22524
22568
  });
22525
22569
 
22526
- // ../../node_modules/axios/lib/core/dispatchRequest.js
22570
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/core/dispatchRequest.js
22527
22571
  function throwIfCancellationRequested(config) {
22528
22572
  if (config.cancelToken) {
22529
22573
  config.cancelToken.throwIfRequested();
@@ -22564,7 +22608,7 @@ var init_dispatchRequest = __esm(() => {
22564
22608
  init_adapters();
22565
22609
  });
22566
22610
 
22567
- // ../../node_modules/axios/lib/helpers/validator.js
22611
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/validator.js
22568
22612
  function assertOptions(options, schema, allowUnknown) {
22569
22613
  if (typeof options !== "object") {
22570
22614
  throw new AxiosError_default("options must be an object", AxiosError_default.ERR_BAD_OPTION_VALUE);
@@ -22624,7 +22668,7 @@ var init_validator = __esm(() => {
22624
22668
  };
22625
22669
  });
22626
22670
 
22627
- // ../../node_modules/axios/lib/core/Axios.js
22671
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/core/Axios.js
22628
22672
  class Axios {
22629
22673
  constructor(instanceConfig) {
22630
22674
  this.defaults = instanceConfig || {};
@@ -22666,7 +22710,8 @@ class Axios {
22666
22710
  validator_default.assertOptions(transitional2, {
22667
22711
  silentJSONParsing: validators2.transitional(validators2.boolean),
22668
22712
  forcedJSONParsing: validators2.transitional(validators2.boolean),
22669
- clarifyTimeoutError: validators2.transitional(validators2.boolean)
22713
+ clarifyTimeoutError: validators2.transitional(validators2.boolean),
22714
+ legacyInterceptorReqResOrdering: validators2.transitional(validators2.boolean)
22670
22715
  }, false);
22671
22716
  }
22672
22717
  if (paramsSerializer != null) {
@@ -22703,7 +22748,13 @@ class Axios {
22703
22748
  return;
22704
22749
  }
22705
22750
  synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
22706
- requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
22751
+ const transitional3 = config.transitional || transitional_default;
22752
+ const legacyInterceptorReqResOrdering = transitional3 && transitional3.legacyInterceptorReqResOrdering;
22753
+ if (legacyInterceptorReqResOrdering) {
22754
+ requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
22755
+ } else {
22756
+ requestInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);
22757
+ }
22707
22758
  });
22708
22759
  const responseInterceptorChain = [];
22709
22760
  this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {
@@ -22718,11 +22769,8 @@ class Axios {
22718
22769
  chain.push(...responseInterceptorChain);
22719
22770
  len = chain.length;
22720
22771
  promise = Promise.resolve(config);
22721
- let prevResult = config;
22722
22772
  while (i < len) {
22723
- promise = promise.then(chain[i++]).then((result) => {
22724
- prevResult = result !== undefined ? result : prevResult;
22725
- }).catch(chain[i++]).then(() => prevResult);
22773
+ promise = promise.then(chain[i++], chain[i++]);
22726
22774
  }
22727
22775
  return promise;
22728
22776
  }
@@ -22746,7 +22794,7 @@ class Axios {
22746
22794
  i = 0;
22747
22795
  len = responseInterceptorChain.length;
22748
22796
  while (i < len) {
22749
- promise = promise.then(responseInterceptorChain[i++]).catch(responseInterceptorChain[i++]);
22797
+ promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]);
22750
22798
  }
22751
22799
  return promise;
22752
22800
  }
@@ -22766,6 +22814,7 @@ var init_Axios = __esm(() => {
22766
22814
  init_buildFullPath();
22767
22815
  init_validator();
22768
22816
  init_AxiosHeaders();
22817
+ init_transitional();
22769
22818
  validators2 = validator_default.validators;
22770
22819
  utils_default.forEach(["delete", "get", "head", "options"], function forEachMethodNoData(method) {
22771
22820
  Axios.prototype[method] = function(url2, config) {
@@ -22795,7 +22844,7 @@ var init_Axios = __esm(() => {
22795
22844
  Axios_default = Axios;
22796
22845
  });
22797
22846
 
22798
- // ../../node_modules/axios/lib/cancel/CancelToken.js
22847
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/cancel/CancelToken.js
22799
22848
  class CancelToken {
22800
22849
  constructor(executor) {
22801
22850
  if (typeof executor !== "function") {
@@ -22885,14 +22934,14 @@ var init_CancelToken = __esm(() => {
22885
22934
  CancelToken_default = CancelToken;
22886
22935
  });
22887
22936
 
22888
- // ../../node_modules/axios/lib/helpers/spread.js
22937
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/spread.js
22889
22938
  function spread(callback) {
22890
22939
  return function wrap(arr) {
22891
22940
  return callback.apply(null, arr);
22892
22941
  };
22893
22942
  }
22894
22943
 
22895
- // ../../node_modules/axios/lib/helpers/isAxiosError.js
22944
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/isAxiosError.js
22896
22945
  function isAxiosError(payload) {
22897
22946
  return utils_default.isObject(payload) && payload.isAxiosError === true;
22898
22947
  }
@@ -22900,7 +22949,7 @@ var init_isAxiosError = __esm(() => {
22900
22949
  init_utils();
22901
22950
  });
22902
22951
 
22903
- // ../../node_modules/axios/lib/helpers/HttpStatusCode.js
22952
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/helpers/HttpStatusCode.js
22904
22953
  var HttpStatusCode, HttpStatusCode_default;
22905
22954
  var init_HttpStatusCode = __esm(() => {
22906
22955
  HttpStatusCode = {
@@ -22980,7 +23029,7 @@ var init_HttpStatusCode = __esm(() => {
22980
23029
  HttpStatusCode_default = HttpStatusCode;
22981
23030
  });
22982
23031
 
22983
- // ../../node_modules/axios/lib/axios.js
23032
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/lib/axios.js
22984
23033
  function createInstance(defaultConfig) {
22985
23034
  const context = new Axios_default(defaultConfig);
22986
23035
  const instance = bind(Axios_default.prototype.request, context);
@@ -23029,7 +23078,7 @@ var init_axios = __esm(() => {
23029
23078
  axios_default = axios;
23030
23079
  });
23031
23080
 
23032
- // ../../node_modules/axios/index.js
23081
+ // ../../node_modules/.bun/axios@1.13.5/node_modules/axios/index.js
23033
23082
  var init_axios2 = __esm(() => {
23034
23083
  init_axios();
23035
23084
  });
@@ -23253,7 +23302,7 @@ var init_sprints = __esm(() => {
23253
23302
  };
23254
23303
  });
23255
23304
 
23256
- // ../../node_modules/zod/v4/core/core.js
23305
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/core.js
23257
23306
  function $constructor(name, initializer, params) {
23258
23307
  function init(inst, def) {
23259
23308
  if (!inst._zod) {
@@ -23331,7 +23380,7 @@ var init_core = __esm(() => {
23331
23380
  globalConfig = {};
23332
23381
  });
23333
23382
 
23334
- // ../../node_modules/zod/v4/core/util.js
23383
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/util.js
23335
23384
  var exports_util = {};
23336
23385
  __export(exports_util, {
23337
23386
  unwrapMessage: () => unwrapMessage,
@@ -24007,7 +24056,7 @@ var init_util = __esm(() => {
24007
24056
  };
24008
24057
  });
24009
24058
 
24010
- // ../../node_modules/zod/v4/core/errors.js
24059
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/errors.js
24011
24060
  function flattenError(error, mapper = (issue2) => issue2.message) {
24012
24061
  const fieldErrors = {};
24013
24062
  const formErrors = [];
@@ -24148,7 +24197,7 @@ var init_errors = __esm(() => {
24148
24197
  $ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
24149
24198
  });
24150
24199
 
24151
- // ../../node_modules/zod/v4/core/parse.js
24200
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/parse.js
24152
24201
  var _parse = (_Err) => (schema, value, _ctx, _params) => {
24153
24202
  const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
24154
24203
  const result = schema._zod.run({ value, issues: [] }, ctx);
@@ -24230,7 +24279,7 @@ var init_parse = __esm(() => {
24230
24279
  safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
24231
24280
  });
24232
24281
 
24233
- // ../../node_modules/zod/v4/core/regexes.js
24282
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/regexes.js
24234
24283
  var exports_regexes = {};
24235
24284
  __export(exports_regexes, {
24236
24285
  xid: () => xid,
@@ -24386,7 +24435,7 @@ var init_regexes = __esm(() => {
24386
24435
  sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
24387
24436
  });
24388
24437
 
24389
- // ../../node_modules/zod/v4/core/checks.js
24438
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/checks.js
24390
24439
  function handleCheckPropertyResult(result, payload, property) {
24391
24440
  if (result.issues.length) {
24392
24441
  payload.issues.push(...prefixIssues(property, result.issues));
@@ -24939,7 +24988,7 @@ var init_checks = __esm(() => {
24939
24988
  });
24940
24989
  });
24941
24990
 
24942
- // ../../node_modules/zod/v4/core/doc.js
24991
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/doc.js
24943
24992
  class Doc {
24944
24993
  constructor(args = []) {
24945
24994
  this.content = [];
@@ -24977,7 +25026,7 @@ class Doc {
24977
25026
  }
24978
25027
  }
24979
25028
 
24980
- // ../../node_modules/zod/v4/core/versions.js
25029
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/versions.js
24981
25030
  var version;
24982
25031
  var init_versions = __esm(() => {
24983
25032
  version = {
@@ -24987,7 +25036,7 @@ var init_versions = __esm(() => {
24987
25036
  };
24988
25037
  });
24989
25038
 
24990
- // ../../node_modules/zod/v4/core/schemas.js
25039
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/schemas.js
24991
25040
  function isValidBase64(data) {
24992
25041
  if (data === "")
24993
25042
  return true;
@@ -26960,7 +27009,7 @@ var init_schemas = __esm(() => {
26960
27009
  });
26961
27010
  });
26962
27011
 
26963
- // ../../node_modules/zod/v4/locales/ar.js
27012
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ar.js
26964
27013
  function ar_default() {
26965
27014
  return {
26966
27015
  localeError: error()
@@ -27070,7 +27119,7 @@ var init_ar = __esm(() => {
27070
27119
  init_util();
27071
27120
  });
27072
27121
 
27073
- // ../../node_modules/zod/v4/locales/az.js
27122
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/az.js
27074
27123
  function az_default() {
27075
27124
  return {
27076
27125
  localeError: error2()
@@ -27179,7 +27228,7 @@ var init_az = __esm(() => {
27179
27228
  init_util();
27180
27229
  });
27181
27230
 
27182
- // ../../node_modules/zod/v4/locales/be.js
27231
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/be.js
27183
27232
  function getBelarusianPlural(count, one, few, many) {
27184
27233
  const absCount = Math.abs(count);
27185
27234
  const lastDigit = absCount % 10;
@@ -27339,7 +27388,7 @@ var init_be = __esm(() => {
27339
27388
  init_util();
27340
27389
  });
27341
27390
 
27342
- // ../../node_modules/zod/v4/locales/bg.js
27391
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/bg.js
27343
27392
  function bg_default() {
27344
27393
  return {
27345
27394
  localeError: error4()
@@ -27463,7 +27512,7 @@ var init_bg = __esm(() => {
27463
27512
  init_util();
27464
27513
  });
27465
27514
 
27466
- // ../../node_modules/zod/v4/locales/ca.js
27515
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ca.js
27467
27516
  function ca_default() {
27468
27517
  return {
27469
27518
  localeError: error5()
@@ -27574,7 +27623,7 @@ var init_ca = __esm(() => {
27574
27623
  init_util();
27575
27624
  });
27576
27625
 
27577
- // ../../node_modules/zod/v4/locales/cs.js
27626
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/cs.js
27578
27627
  function cs_default() {
27579
27628
  return {
27580
27629
  localeError: error6()
@@ -27689,7 +27738,7 @@ var init_cs = __esm(() => {
27689
27738
  init_util();
27690
27739
  });
27691
27740
 
27692
- // ../../node_modules/zod/v4/locales/da.js
27741
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/da.js
27693
27742
  function da_default() {
27694
27743
  return {
27695
27744
  localeError: error7()
@@ -27808,7 +27857,7 @@ var init_da = __esm(() => {
27808
27857
  init_util();
27809
27858
  });
27810
27859
 
27811
- // ../../node_modules/zod/v4/locales/de.js
27860
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/de.js
27812
27861
  function de_default() {
27813
27862
  return {
27814
27863
  localeError: error8()
@@ -27920,7 +27969,7 @@ var init_de = __esm(() => {
27920
27969
  init_util();
27921
27970
  });
27922
27971
 
27923
- // ../../node_modules/zod/v4/locales/en.js
27972
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/en.js
27924
27973
  function en_default() {
27925
27974
  return {
27926
27975
  localeError: error9()
@@ -28030,7 +28079,7 @@ var init_en = __esm(() => {
28030
28079
  init_util();
28031
28080
  });
28032
28081
 
28033
- // ../../node_modules/zod/v4/locales/eo.js
28082
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/eo.js
28034
28083
  function eo_default() {
28035
28084
  return {
28036
28085
  localeError: error10()
@@ -28143,7 +28192,7 @@ var init_eo = __esm(() => {
28143
28192
  init_util();
28144
28193
  });
28145
28194
 
28146
- // ../../node_modules/zod/v4/locales/es.js
28195
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/es.js
28147
28196
  function es_default() {
28148
28197
  return {
28149
28198
  localeError: error11()
@@ -28279,7 +28328,7 @@ var init_es = __esm(() => {
28279
28328
  init_util();
28280
28329
  });
28281
28330
 
28282
- // ../../node_modules/zod/v4/locales/fa.js
28331
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/fa.js
28283
28332
  function fa_default() {
28284
28333
  return {
28285
28334
  localeError: error12()
@@ -28397,7 +28446,7 @@ var init_fa = __esm(() => {
28397
28446
  init_util();
28398
28447
  });
28399
28448
 
28400
- // ../../node_modules/zod/v4/locales/fi.js
28449
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/fi.js
28401
28450
  function fi_default() {
28402
28451
  return {
28403
28452
  localeError: error13()
@@ -28513,7 +28562,7 @@ var init_fi = __esm(() => {
28513
28562
  init_util();
28514
28563
  });
28515
28564
 
28516
- // ../../node_modules/zod/v4/locales/fr.js
28565
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/fr.js
28517
28566
  function fr_default() {
28518
28567
  return {
28519
28568
  localeError: error14()
@@ -28625,7 +28674,7 @@ var init_fr = __esm(() => {
28625
28674
  init_util();
28626
28675
  });
28627
28676
 
28628
- // ../../node_modules/zod/v4/locales/fr-CA.js
28677
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/fr-CA.js
28629
28678
  function fr_CA_default() {
28630
28679
  return {
28631
28680
  localeError: error15()
@@ -28736,7 +28785,7 @@ var init_fr_CA = __esm(() => {
28736
28785
  init_util();
28737
28786
  });
28738
28787
 
28739
- // ../../node_modules/zod/v4/locales/he.js
28788
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/he.js
28740
28789
  function he_default() {
28741
28790
  return {
28742
28791
  localeError: error16()
@@ -28933,7 +28982,7 @@ var init_he = __esm(() => {
28933
28982
  init_util();
28934
28983
  });
28935
28984
 
28936
- // ../../node_modules/zod/v4/locales/hu.js
28985
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/hu.js
28937
28986
  function hu_default() {
28938
28987
  return {
28939
28988
  localeError: error17()
@@ -29045,7 +29094,7 @@ var init_hu = __esm(() => {
29045
29094
  init_util();
29046
29095
  });
29047
29096
 
29048
- // ../../node_modules/zod/v4/locales/hy.js
29097
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/hy.js
29049
29098
  function getArmenianPlural(count, one, many) {
29050
29099
  return Math.abs(count) === 1 ? one : many;
29051
29100
  }
@@ -29196,7 +29245,7 @@ var init_hy = __esm(() => {
29196
29245
  init_util();
29197
29246
  });
29198
29247
 
29199
- // ../../node_modules/zod/v4/locales/id.js
29248
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/id.js
29200
29249
  function id_default() {
29201
29250
  return {
29202
29251
  localeError: error19()
@@ -29306,7 +29355,7 @@ var init_id = __esm(() => {
29306
29355
  init_util();
29307
29356
  });
29308
29357
 
29309
- // ../../node_modules/zod/v4/locales/is.js
29358
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/is.js
29310
29359
  function is_default() {
29311
29360
  return {
29312
29361
  localeError: error20()
@@ -29419,7 +29468,7 @@ var init_is = __esm(() => {
29419
29468
  init_util();
29420
29469
  });
29421
29470
 
29422
- // ../../node_modules/zod/v4/locales/it.js
29471
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/it.js
29423
29472
  function it_default() {
29424
29473
  return {
29425
29474
  localeError: error21()
@@ -29531,7 +29580,7 @@ var init_it = __esm(() => {
29531
29580
  init_util();
29532
29581
  });
29533
29582
 
29534
- // ../../node_modules/zod/v4/locales/ja.js
29583
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ja.js
29535
29584
  function ja_default() {
29536
29585
  return {
29537
29586
  localeError: error22()
@@ -29642,7 +29691,7 @@ var init_ja = __esm(() => {
29642
29691
  init_util();
29643
29692
  });
29644
29693
 
29645
- // ../../node_modules/zod/v4/locales/ka.js
29694
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ka.js
29646
29695
  function ka_default() {
29647
29696
  return {
29648
29697
  localeError: error23()
@@ -29758,7 +29807,7 @@ var init_ka = __esm(() => {
29758
29807
  init_util();
29759
29808
  });
29760
29809
 
29761
- // ../../node_modules/zod/v4/locales/km.js
29810
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/km.js
29762
29811
  function km_default() {
29763
29812
  return {
29764
29813
  localeError: error24()
@@ -29872,7 +29921,7 @@ var init_km = __esm(() => {
29872
29921
  init_util();
29873
29922
  });
29874
29923
 
29875
- // ../../node_modules/zod/v4/locales/kh.js
29924
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/kh.js
29876
29925
  function kh_default() {
29877
29926
  return km_default();
29878
29927
  }
@@ -29880,7 +29929,7 @@ var init_kh = __esm(() => {
29880
29929
  init_km();
29881
29930
  });
29882
29931
 
29883
- // ../../node_modules/zod/v4/locales/ko.js
29932
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ko.js
29884
29933
  function ko_default() {
29885
29934
  return {
29886
29935
  localeError: error25()
@@ -29995,7 +30044,7 @@ var init_ko = __esm(() => {
29995
30044
  init_util();
29996
30045
  });
29997
30046
 
29998
- // ../../node_modules/zod/v4/locales/lt.js
30047
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/lt.js
29999
30048
  function getUnitTypeFromNumber(number2) {
30000
30049
  const abs = Math.abs(number2);
30001
30050
  const last = abs % 10;
@@ -30201,7 +30250,7 @@ var init_lt = __esm(() => {
30201
30250
  init_util();
30202
30251
  });
30203
30252
 
30204
- // ../../node_modules/zod/v4/locales/mk.js
30253
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/mk.js
30205
30254
  function mk_default() {
30206
30255
  return {
30207
30256
  localeError: error27()
@@ -30314,7 +30363,7 @@ var init_mk = __esm(() => {
30314
30363
  init_util();
30315
30364
  });
30316
30365
 
30317
- // ../../node_modules/zod/v4/locales/ms.js
30366
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ms.js
30318
30367
  function ms_default() {
30319
30368
  return {
30320
30369
  localeError: error28()
@@ -30425,7 +30474,7 @@ var init_ms = __esm(() => {
30425
30474
  init_util();
30426
30475
  });
30427
30476
 
30428
- // ../../node_modules/zod/v4/locales/nl.js
30477
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/nl.js
30429
30478
  function nl_default() {
30430
30479
  return {
30431
30480
  localeError: error29()
@@ -30539,7 +30588,7 @@ var init_nl = __esm(() => {
30539
30588
  init_util();
30540
30589
  });
30541
30590
 
30542
- // ../../node_modules/zod/v4/locales/no.js
30591
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/no.js
30543
30592
  function no_default() {
30544
30593
  return {
30545
30594
  localeError: error30()
@@ -30651,7 +30700,7 @@ var init_no = __esm(() => {
30651
30700
  init_util();
30652
30701
  });
30653
30702
 
30654
- // ../../node_modules/zod/v4/locales/ota.js
30703
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ota.js
30655
30704
  function ota_default() {
30656
30705
  return {
30657
30706
  localeError: error31()
@@ -30764,7 +30813,7 @@ var init_ota = __esm(() => {
30764
30813
  init_util();
30765
30814
  });
30766
30815
 
30767
- // ../../node_modules/zod/v4/locales/ps.js
30816
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ps.js
30768
30817
  function ps_default() {
30769
30818
  return {
30770
30819
  localeError: error32()
@@ -30882,7 +30931,7 @@ var init_ps = __esm(() => {
30882
30931
  init_util();
30883
30932
  });
30884
30933
 
30885
- // ../../node_modules/zod/v4/locales/pl.js
30934
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/pl.js
30886
30935
  function pl_default() {
30887
30936
  return {
30888
30937
  localeError: error33()
@@ -30995,7 +31044,7 @@ var init_pl = __esm(() => {
30995
31044
  init_util();
30996
31045
  });
30997
31046
 
30998
- // ../../node_modules/zod/v4/locales/pt.js
31047
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/pt.js
30999
31048
  function pt_default() {
31000
31049
  return {
31001
31050
  localeError: error34()
@@ -31107,7 +31156,7 @@ var init_pt = __esm(() => {
31107
31156
  init_util();
31108
31157
  });
31109
31158
 
31110
- // ../../node_modules/zod/v4/locales/ru.js
31159
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ru.js
31111
31160
  function getRussianPlural(count, one, few, many) {
31112
31161
  const absCount = Math.abs(count);
31113
31162
  const lastDigit = absCount % 10;
@@ -31267,7 +31316,7 @@ var init_ru = __esm(() => {
31267
31316
  init_util();
31268
31317
  });
31269
31318
 
31270
- // ../../node_modules/zod/v4/locales/sl.js
31319
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/sl.js
31271
31320
  function sl_default() {
31272
31321
  return {
31273
31322
  localeError: error36()
@@ -31380,7 +31429,7 @@ var init_sl = __esm(() => {
31380
31429
  init_util();
31381
31430
  });
31382
31431
 
31383
- // ../../node_modules/zod/v4/locales/sv.js
31432
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/sv.js
31384
31433
  function sv_default() {
31385
31434
  return {
31386
31435
  localeError: error37()
@@ -31494,7 +31543,7 @@ var init_sv = __esm(() => {
31494
31543
  init_util();
31495
31544
  });
31496
31545
 
31497
- // ../../node_modules/zod/v4/locales/ta.js
31546
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ta.js
31498
31547
  function ta_default() {
31499
31548
  return {
31500
31549
  localeError: error38()
@@ -31608,7 +31657,7 @@ var init_ta = __esm(() => {
31608
31657
  init_util();
31609
31658
  });
31610
31659
 
31611
- // ../../node_modules/zod/v4/locales/th.js
31660
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/th.js
31612
31661
  function th_default() {
31613
31662
  return {
31614
31663
  localeError: error39()
@@ -31722,7 +31771,7 @@ var init_th = __esm(() => {
31722
31771
  init_util();
31723
31772
  });
31724
31773
 
31725
- // ../../node_modules/zod/v4/locales/tr.js
31774
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/tr.js
31726
31775
  function tr_default() {
31727
31776
  return {
31728
31777
  localeError: error40()
@@ -31831,7 +31880,7 @@ var init_tr = __esm(() => {
31831
31880
  init_util();
31832
31881
  });
31833
31882
 
31834
- // ../../node_modules/zod/v4/locales/uk.js
31883
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/uk.js
31835
31884
  function uk_default() {
31836
31885
  return {
31837
31886
  localeError: error41()
@@ -31943,7 +31992,7 @@ var init_uk = __esm(() => {
31943
31992
  init_util();
31944
31993
  });
31945
31994
 
31946
- // ../../node_modules/zod/v4/locales/ua.js
31995
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ua.js
31947
31996
  function ua_default() {
31948
31997
  return uk_default();
31949
31998
  }
@@ -31951,7 +32000,7 @@ var init_ua = __esm(() => {
31951
32000
  init_uk();
31952
32001
  });
31953
32002
 
31954
- // ../../node_modules/zod/v4/locales/ur.js
32003
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ur.js
31955
32004
  function ur_default() {
31956
32005
  return {
31957
32006
  localeError: error42()
@@ -32065,7 +32114,7 @@ var init_ur = __esm(() => {
32065
32114
  init_util();
32066
32115
  });
32067
32116
 
32068
- // ../../node_modules/zod/v4/locales/uz.js
32117
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/uz.js
32069
32118
  function uz_default() {
32070
32119
  return {
32071
32120
  localeError: error43()
@@ -32178,7 +32227,7 @@ var init_uz = __esm(() => {
32178
32227
  init_util();
32179
32228
  });
32180
32229
 
32181
- // ../../node_modules/zod/v4/locales/vi.js
32230
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/vi.js
32182
32231
  function vi_default() {
32183
32232
  return {
32184
32233
  localeError: error44()
@@ -32290,7 +32339,7 @@ var init_vi = __esm(() => {
32290
32339
  init_util();
32291
32340
  });
32292
32341
 
32293
- // ../../node_modules/zod/v4/locales/zh-CN.js
32342
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/zh-CN.js
32294
32343
  function zh_CN_default() {
32295
32344
  return {
32296
32345
  localeError: error45()
@@ -32403,7 +32452,7 @@ var init_zh_CN = __esm(() => {
32403
32452
  init_util();
32404
32453
  });
32405
32454
 
32406
- // ../../node_modules/zod/v4/locales/zh-TW.js
32455
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/zh-TW.js
32407
32456
  function zh_TW_default() {
32408
32457
  return {
32409
32458
  localeError: error46()
@@ -32514,7 +32563,7 @@ var init_zh_TW = __esm(() => {
32514
32563
  init_util();
32515
32564
  });
32516
32565
 
32517
- // ../../node_modules/zod/v4/locales/yo.js
32566
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/yo.js
32518
32567
  function yo_default() {
32519
32568
  return {
32520
32569
  localeError: error47()
@@ -32625,7 +32674,7 @@ var init_yo = __esm(() => {
32625
32674
  init_util();
32626
32675
  });
32627
32676
 
32628
- // ../../node_modules/zod/v4/locales/index.js
32677
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/index.js
32629
32678
  var exports_locales = {};
32630
32679
  __export(exports_locales, {
32631
32680
  zhTW: () => zh_TW_default,
@@ -32730,7 +32779,7 @@ var init_locales = __esm(() => {
32730
32779
  init_yo();
32731
32780
  });
32732
32781
 
32733
- // ../../node_modules/zod/v4/core/registries.js
32782
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/registries.js
32734
32783
  class $ZodRegistry {
32735
32784
  constructor() {
32736
32785
  this._map = new WeakMap;
@@ -32782,7 +32831,7 @@ var init_registries = __esm(() => {
32782
32831
  globalRegistry = globalThis.__zod_globalRegistry;
32783
32832
  });
32784
32833
 
32785
- // ../../node_modules/zod/v4/core/api.js
32834
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/api.js
32786
32835
  function _string(Class2, params) {
32787
32836
  return new Class2({
32788
32837
  type: "string",
@@ -33710,7 +33759,7 @@ var init_api = __esm(() => {
33710
33759
  };
33711
33760
  });
33712
33761
 
33713
- // ../../node_modules/zod/v4/core/to-json-schema.js
33762
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/to-json-schema.js
33714
33763
  function initializeContext(params) {
33715
33764
  let target = params?.target ?? "draft-2020-12";
33716
33765
  if (target === "draft-4")
@@ -34058,7 +34107,7 @@ var init_to_json_schema = __esm(() => {
34058
34107
  init_registries();
34059
34108
  });
34060
34109
 
34061
- // ../../node_modules/zod/v4/core/json-schema-processors.js
34110
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/json-schema-processors.js
34062
34111
  function toJSONSchema(input, params) {
34063
34112
  if ("_idmap" in input) {
34064
34113
  const registry2 = input;
@@ -34570,7 +34619,7 @@ var init_json_schema_processors = __esm(() => {
34570
34619
  };
34571
34620
  });
34572
34621
 
34573
- // ../../node_modules/zod/v4/core/json-schema-generator.js
34622
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/json-schema-generator.js
34574
34623
  class JSONSchemaGenerator {
34575
34624
  get metadataRegistry() {
34576
34625
  return this.ctx.metadataRegistry;
@@ -34634,11 +34683,11 @@ var init_json_schema_generator = __esm(() => {
34634
34683
  init_to_json_schema();
34635
34684
  });
34636
34685
 
34637
- // ../../node_modules/zod/v4/core/json-schema.js
34686
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/json-schema.js
34638
34687
  var exports_json_schema = {};
34639
34688
  var init_json_schema = () => {};
34640
34689
 
34641
- // ../../node_modules/zod/v4/core/index.js
34690
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/index.js
34642
34691
  var exports_core2 = {};
34643
34692
  __export(exports_core2, {
34644
34693
  version: () => version,
@@ -34933,7 +34982,7 @@ var init_core2 = __esm(() => {
34933
34982
  init_to_json_schema();
34934
34983
  });
34935
34984
 
34936
- // ../../node_modules/zod/v4/classic/checks.js
34985
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/checks.js
34937
34986
  var exports_checks2 = {};
34938
34987
  __export(exports_checks2, {
34939
34988
  uppercase: () => _uppercase,
@@ -34970,7 +35019,7 @@ var init_checks2 = __esm(() => {
34970
35019
  init_core2();
34971
35020
  });
34972
35021
 
34973
- // ../../node_modules/zod/v4/classic/iso.js
35022
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/iso.js
34974
35023
  var exports_iso = {};
34975
35024
  __export(exports_iso, {
34976
35025
  time: () => time2,
@@ -35016,7 +35065,7 @@ var init_iso = __esm(() => {
35016
35065
  });
35017
35066
  });
35018
35067
 
35019
- // ../../node_modules/zod/v4/classic/errors.js
35068
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/errors.js
35020
35069
  var initializer2 = (inst, issues) => {
35021
35070
  $ZodError.init(inst, issues);
35022
35071
  inst.name = "ZodError";
@@ -35056,7 +35105,7 @@ var init_errors2 = __esm(() => {
35056
35105
  });
35057
35106
  });
35058
35107
 
35059
- // ../../node_modules/zod/v4/classic/parse.js
35108
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/parse.js
35060
35109
  var parse3, parseAsync2, safeParse2, safeParseAsync2, encode4, decode2, encodeAsync2, decodeAsync2, safeEncode2, safeDecode2, safeEncodeAsync2, safeDecodeAsync2;
35061
35110
  var init_parse2 = __esm(() => {
35062
35111
  init_core2();
@@ -35075,7 +35124,7 @@ var init_parse2 = __esm(() => {
35075
35124
  safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
35076
35125
  });
35077
35126
 
35078
- // ../../node_modules/zod/v4/classic/schemas.js
35127
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/schemas.js
35079
35128
  var exports_schemas2 = {};
35080
35129
  __export(exports_schemas2, {
35081
35130
  xor: () => xor,
@@ -36328,7 +36377,7 @@ var init_schemas2 = __esm(() => {
36328
36377
  meta2 = meta;
36329
36378
  });
36330
36379
 
36331
- // ../../node_modules/zod/v4/classic/compat.js
36380
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/compat.js
36332
36381
  function setErrorMap(map2) {
36333
36382
  config({
36334
36383
  customError: map2
@@ -36356,7 +36405,7 @@ var init_compat = __esm(() => {
36356
36405
  (function(ZodFirstPartyTypeKind2) {})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
36357
36406
  });
36358
36407
 
36359
- // ../../node_modules/zod/v4/classic/from-json-schema.js
36408
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/from-json-schema.js
36360
36409
  function detectVersion(schema, defaultTarget) {
36361
36410
  const $schema = schema.$schema;
36362
36411
  if ($schema === "https://json-schema.org/draft/2020-12/schema") {
@@ -36825,7 +36874,7 @@ var init_from_json_schema = __esm(() => {
36825
36874
  ]);
36826
36875
  });
36827
36876
 
36828
- // ../../node_modules/zod/v4/classic/coerce.js
36877
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/coerce.js
36829
36878
  var exports_coerce = {};
36830
36879
  __export(exports_coerce, {
36831
36880
  string: () => string3,
@@ -36854,7 +36903,7 @@ var init_coerce = __esm(() => {
36854
36903
  init_schemas2();
36855
36904
  });
36856
36905
 
36857
- // ../../node_modules/zod/v4/classic/external.js
36906
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/external.js
36858
36907
  var exports_external = {};
36859
36908
  __export(exports_external, {
36860
36909
  xor: () => xor,
@@ -37113,7 +37162,7 @@ var init_external = __esm(() => {
37113
37162
  config(en_default());
37114
37163
  });
37115
37164
 
37116
- // ../../node_modules/zod/index.js
37165
+ // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/index.js
37117
37166
  var init_zod = __esm(() => {
37118
37167
  init_external();
37119
37168
  init_external();
@@ -43463,7 +43512,7 @@ function showDiscussHelp() {
43463
43512
  ${c.cyan("locus discuss --delete <id>")} Delete a discussion
43464
43513
 
43465
43514
  ${c.bold("Options:")}
43466
- ${c.dim("--model <model>")} AI model to use
43515
+ ${c.dim("--model <model>")} AI model (claude: opus, sonnet, haiku | codex: gpt-5.3-codex, gpt-5-codex-mini)
43467
43516
  ${c.dim("--provider <p>")} AI provider (claude, codex)
43468
43517
  ${c.dim("--reasoning-effort <level>")} Reasoning effort (low, medium, high)
43469
43518
  ${c.dim("--dir <path>")} Project directory
@@ -44487,6 +44536,7 @@ function showHelp2() {
44487
44536
  ${c.header(" OPTIONS ")}
44488
44537
  ${c.secondary("--help")} Show this help message
44489
44538
  ${c.secondary("--provider")} <name> AI provider: ${c.dim("claude")} or ${c.dim("codex")} (default: ${c.dim("claude")})
44539
+ ${c.secondary("--model")} <name> AI model (claude: ${c.dim("opus, sonnet, haiku")} | codex: ${c.dim("gpt-5.3-codex, gpt-5-codex-mini")})
44490
44540
  ${c.secondary("--reasoning-effort")} <level> Codex reasoning effort: ${c.dim("low, medium, high")} (default: model default)
44491
44541
 
44492
44542
  ${c.header(" GETTING STARTED ")}
@@ -44919,7 +44969,7 @@ function showPlanHelp() {
44919
44969
  ${c.dim("--api-key <key>")} API key override (reads from settings.json)
44920
44970
  ${c.dim("--api-url <url>")} API base URL (default: https://api.locusai.dev/api)
44921
44971
  ${c.dim("--workspace <id>")} Workspace ID
44922
- ${c.dim("--model <model>")} AI model to use
44972
+ ${c.dim("--model <model>")} AI model (claude: opus, sonnet, haiku | codex: gpt-5.3-codex, gpt-5-codex-mini)
44923
44973
  ${c.dim("--provider <p>")} AI provider (claude, codex)
44924
44974
  ${c.dim("--feedback <text>")} CEO feedback when rejecting
44925
44975
  ${c.dim("--dir <path>")} Project directory