jinzd-ai-cli 0.1.97 → 0.1.99

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.
@@ -1,10 +1,4 @@
1
1
  #!/usr/bin/env node
2
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
3
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
4
- }) : x)(function(x) {
5
- if (typeof require !== "undefined") return require.apply(this, arguments);
6
- throw Error('Dynamic require of "' + x + '" is not supported');
7
- });
8
2
 
9
3
  // src/tools/builtin/run-tests.ts
10
4
  import { execSync } from "child_process";
@@ -14,7 +8,7 @@ import { platform } from "os";
14
8
  import chalk from "chalk";
15
9
 
16
10
  // src/core/constants.ts
17
- var VERSION = "0.1.97";
11
+ var VERSION = "0.1.99";
18
12
  var APP_NAME = "ai-cli";
19
13
  var CONFIG_DIR_NAME = ".aicli";
20
14
  var CONFIG_FILE_NAME = "config.json";
@@ -447,7 +441,6 @@ var runTestsTool = {
447
441
  };
448
442
 
449
443
  export {
450
- __require,
451
444
  VERSION,
452
445
  APP_NAME,
453
446
  CONFIG_DIR_NAME,
@@ -16,7 +16,7 @@ import {
16
16
  SUBAGENT_MAX_ROUNDS_LIMIT,
17
17
  VERSION,
18
18
  runTestsTool
19
- } from "./chunk-ZI3JNFJI.js";
19
+ } from "./chunk-IV3LYGTI.js";
20
20
 
21
21
  // src/config/config-manager.ts
22
22
  import { readFileSync, writeFileSync, existsSync, mkdirSync } from "fs";