jinzd-ai-cli 0.4.167 → 0.4.168

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,9 +1,9 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ConfigManager
4
- } from "./chunk-4U2ISQXG.js";
4
+ } from "./chunk-5FWNJ2RK.js";
5
5
  import "./chunk-TZQHYZKT.js";
6
- import "./chunk-NZBNVMVQ.js";
6
+ import "./chunk-ZMULUSO7.js";
7
7
  import "./chunk-PDX44BCA.js";
8
8
 
9
9
  // src/cli/batch.ts
@@ -5,10 +5,10 @@ import {
5
5
  } from "./chunk-HDSKW7Q3.js";
6
6
  import {
7
7
  runTestsTool
8
- } from "./chunk-W7NDAT4D.js";
8
+ } from "./chunk-YD4HRLLT.js";
9
9
  import {
10
10
  runTool
11
- } from "./chunk-H776A726.js";
11
+ } from "./chunk-VTZ4WZ7B.js";
12
12
  import {
13
13
  getDangerLevel,
14
14
  isFileWriteTool
@@ -25,7 +25,7 @@ import {
25
25
  SUBAGENT_ALLOWED_TOOLS,
26
26
  SUBAGENT_DEFAULT_MAX_ROUNDS,
27
27
  SUBAGENT_MAX_ROUNDS_LIMIT
28
- } from "./chunk-NZBNVMVQ.js";
28
+ } from "./chunk-ZMULUSO7.js";
29
29
  import {
30
30
  fileCheckpoints
31
31
  } from "./chunk-4BKXL7SM.js";
@@ -8,7 +8,7 @@ import {
8
8
  CONFIG_FILE_NAME,
9
9
  HISTORY_DIR_NAME,
10
10
  PLUGINS_DIR_NAME
11
- } from "./chunk-NZBNVMVQ.js";
11
+ } from "./chunk-ZMULUSO7.js";
12
12
 
13
13
  // src/config/config-manager.ts
14
14
  import { readFileSync, writeFileSync, existsSync, mkdirSync } from "fs";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  CONFIG_DIR_NAME,
4
4
  VERSION
5
- } from "./chunk-NZBNVMVQ.js";
5
+ } from "./chunk-ZMULUSO7.js";
6
6
 
7
7
  // src/diagnostics/crash-log.ts
8
8
  import {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  truncateForPersist
4
- } from "./chunk-ECZC3W5V.js";
4
+ } from "./chunk-4K6LAJJC.js";
5
5
  import {
6
6
  APP_NAME,
7
7
  CONFIG_DIR_NAME,
@@ -11,7 +11,7 @@ import {
11
11
  MCP_PROTOCOL_VERSION,
12
12
  MCP_TOOL_PREFIX,
13
13
  VERSION
14
- } from "./chunk-NZBNVMVQ.js";
14
+ } from "./chunk-ZMULUSO7.js";
15
15
 
16
16
  // src/mcp/client.ts
17
17
  import { spawn } from "child_process";
@@ -6,7 +6,7 @@ import { platform } from "os";
6
6
  import chalk from "chalk";
7
7
 
8
8
  // src/core/constants.ts
9
- var VERSION = "0.4.167";
9
+ var VERSION = "0.4.168";
10
10
  var APP_NAME = "ai-cli";
11
11
  var CONFIG_DIR_NAME = ".aicli";
12
12
  var CONFIG_FILE_NAME = "config.json";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CONFIG_DIR_NAME
4
- } from "./chunk-NZBNVMVQ.js";
4
+ } from "./chunk-ZMULUSO7.js";
5
5
 
6
6
  // src/diagnostics/tool-stats.ts
7
7
  import { existsSync, readFileSync, writeFileSync, mkdirSync, renameSync } from "fs";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  TEST_TIMEOUT
4
- } from "./chunk-NZBNVMVQ.js";
4
+ } from "./chunk-ZMULUSO7.js";
5
5
 
6
6
  // src/tools/builtin/run-tests.ts
7
7
  import { execSync, spawnSync } from "child_process";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  // src/core/constants.ts
4
- var VERSION = "0.4.167";
4
+ var VERSION = "0.4.168";
5
5
  var APP_NAME = "ai-cli";
6
6
  var CONFIG_DIR_NAME = ".aicli";
7
7
  var CONFIG_FILE_NAME = "config.json";
@@ -10,11 +10,11 @@ import {
10
10
  import "./chunk-NXXNLLSG.js";
11
11
  import {
12
12
  ConfigManager
13
- } from "./chunk-4U2ISQXG.js";
13
+ } from "./chunk-5FWNJ2RK.js";
14
14
  import "./chunk-TZQHYZKT.js";
15
15
  import {
16
16
  VERSION
17
- } from "./chunk-NZBNVMVQ.js";
17
+ } from "./chunk-ZMULUSO7.js";
18
18
  import "./chunk-PDX44BCA.js";
19
19
 
20
20
  // src/cli/ci.ts
@@ -36,7 +36,7 @@ import {
36
36
  TEST_TIMEOUT,
37
37
  VERSION,
38
38
  buildUserIdentityPrompt
39
- } from "./chunk-NZBNVMVQ.js";
39
+ } from "./chunk-ZMULUSO7.js";
40
40
  import "./chunk-PDX44BCA.js";
41
41
  export {
42
42
  AGENTIC_BEHAVIOR_GUIDELINE,
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getConfigDirUsage,
4
4
  listRecentCrashes
5
- } from "./chunk-I6CTAVTV.js";
5
+ } from "./chunk-6Z6CXOZH.js";
6
6
  import {
7
7
  ProviderRegistry
8
8
  } from "./chunk-GNJOC6ZN.js";
@@ -11,17 +11,17 @@ import {
11
11
  getTopFailingTools,
12
12
  getTopUsedTools,
13
13
  resetStats
14
- } from "./chunk-H776A726.js";
14
+ } from "./chunk-VTZ4WZ7B.js";
15
15
  import "./chunk-NXXNLLSG.js";
16
16
  import {
17
17
  ConfigManager
18
- } from "./chunk-4U2ISQXG.js";
18
+ } from "./chunk-5FWNJ2RK.js";
19
19
  import "./chunk-TZQHYZKT.js";
20
20
  import {
21
21
  DEV_STATE_FILE_NAME,
22
22
  MEMORY_FILE_NAME,
23
23
  VERSION
24
- } from "./chunk-NZBNVMVQ.js";
24
+ } from "./chunk-ZMULUSO7.js";
25
25
  import "./chunk-PDX44BCA.js";
26
26
 
27
27
  // src/diagnostics/doctor-cli.ts
@@ -36,7 +36,7 @@ import {
36
36
  VERSION,
37
37
  buildUserIdentityPrompt,
38
38
  runTestsTool
39
- } from "./chunk-634OPCVR.js";
39
+ } from "./chunk-V5ULFCOM.js";
40
40
  import {
41
41
  hasSemanticIndex,
42
42
  semanticSearch
@@ -13548,7 +13548,7 @@ ${undoResults.map((r) => ` \u2022 ${r}`).join("\n")}` });
13548
13548
  case "test": {
13549
13549
  this.send({ type: "info", message: "\u{1F9EA} Running tests..." });
13550
13550
  try {
13551
- const { executeTests } = await import("./run-tests-VEKHGSYB.js");
13551
+ const { executeTests } = await import("./run-tests-V7MVZOR3.js");
13552
13552
  const argStr = args.join(" ").trim();
13553
13553
  let testArgs = {};
13554
13554
  if (argStr) {
@@ -155,7 +155,7 @@ ${content}`);
155
155
  }
156
156
  }
157
157
  async function runTaskMode(config, providers, configManager, topic) {
158
- const { TaskOrchestrator } = await import("./task-orchestrator-66DIBFRY.js");
158
+ const { TaskOrchestrator } = await import("./task-orchestrator-KWDFEU7P.js");
159
159
  const orchestrator = new TaskOrchestrator(config, providers, configManager);
160
160
  let interrupted = false;
161
161
  const onSigint = () => {
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  saveDevState,
19
19
  sessionHasMeaningfulContent,
20
20
  setupProxy
21
- } from "./chunk-TKYLIC6W.js";
21
+ } from "./chunk-ME7R5BZL.js";
22
22
  import {
23
23
  ToolExecutor,
24
24
  ToolRegistry,
@@ -37,10 +37,10 @@ import {
37
37
  spawnAgentContext,
38
38
  theme,
39
39
  undoStack
40
- } from "./chunk-ECZC3W5V.js";
40
+ } from "./chunk-4K6LAJJC.js";
41
41
  import "./chunk-HDSKW7Q3.js";
42
42
  import "./chunk-ZWVIDFGY.js";
43
- import "./chunk-W7NDAT4D.js";
43
+ import "./chunk-YD4HRLLT.js";
44
44
  import {
45
45
  SessionManager,
46
46
  getContentText
@@ -49,7 +49,7 @@ import {
49
49
  getConfigDirUsage,
50
50
  listRecentCrashes,
51
51
  writeCrashLog
52
- } from "./chunk-I6CTAVTV.js";
52
+ } from "./chunk-6Z6CXOZH.js";
53
53
  import {
54
54
  CONTENT_ONLY_STREAM_REMINDER,
55
55
  HALLUCINATION_CORRECTION_MESSAGE,
@@ -74,11 +74,11 @@ import {
74
74
  getTopFailingTools,
75
75
  getTopUsedTools,
76
76
  installFlushOnExit
77
- } from "./chunk-H776A726.js";
77
+ } from "./chunk-VTZ4WZ7B.js";
78
78
  import "./chunk-NXXNLLSG.js";
79
79
  import {
80
80
  ConfigManager
81
- } from "./chunk-4U2ISQXG.js";
81
+ } from "./chunk-5FWNJ2RK.js";
82
82
  import {
83
83
  AuthError,
84
84
  ProviderError,
@@ -105,7 +105,7 @@ import {
105
105
  SKILLS_DIR_NAME,
106
106
  VERSION,
107
107
  buildUserIdentityPrompt
108
- } from "./chunk-NZBNVMVQ.js";
108
+ } from "./chunk-ZMULUSO7.js";
109
109
  import {
110
110
  formatGitContextForPrompt,
111
111
  getGitContext,
@@ -1788,7 +1788,7 @@ No tools match "${filter}".
1788
1788
  const { join: join6 } = await import("path");
1789
1789
  const { existsSync: existsSync6 } = await import("fs");
1790
1790
  const { getGitRoot: getGitRoot2 } = await import("./git-context-7KIP4X2V.js");
1791
- const { MCP_PROJECT_CONFIG_NAME: MCP_PROJECT_CONFIG_NAME2 } = await import("./constants-UZK6OWBJ.js");
1791
+ const { MCP_PROJECT_CONFIG_NAME: MCP_PROJECT_CONFIG_NAME2 } = await import("./constants-IOB32OGD.js");
1792
1792
  const { approveProject, hashMcpFile } = await import("./project-trust-IFM7FXEV.js");
1793
1793
  const cwd = process.cwd();
1794
1794
  const projectRoot = getGitRoot2(cwd) ?? cwd;
@@ -2849,7 +2849,7 @@ ${hint}` : "")
2849
2849
  usage: "/test [command|filter]",
2850
2850
  async execute(args, ctx) {
2851
2851
  try {
2852
- const { executeTests } = await import("./run-tests-ENFFEDCA.js");
2852
+ const { executeTests } = await import("./run-tests-RPBZ2IAC.js");
2853
2853
  const argStr = args.join(" ").trim();
2854
2854
  let testArgs = {};
2855
2855
  if (argStr) {
@@ -4700,6 +4700,13 @@ var FREE_ROUND_TOOLS = /* @__PURE__ */ new Set(["write_todos"]);
4700
4700
  var MAX_CONSECUTIVE_FREE_ROUNDS = 3;
4701
4701
  var MAX_REPEATED_TOOL_CALLS = 2;
4702
4702
  var DEFAULT_AUTO_PAUSE_INTERVAL = 50;
4703
+ function partialTagTail(s, tag) {
4704
+ const max = Math.min(s.length, tag.length - 1);
4705
+ for (let k = max; k > 0; k--) {
4706
+ if (s.endsWith(tag.slice(0, k))) return k;
4707
+ }
4708
+ return 0;
4709
+ }
4703
4710
  function fmtTokens(n) {
4704
4711
  if (n >= 1e6) return `${Math.round(n / 1e5) / 10}M`;
4705
4712
  if (n >= 1e3) return `${Math.round(n / 1024)}K`;
@@ -6381,13 +6388,50 @@ Session '${this.resumeSessionId}' not found.
6381
6388
  spinnerStopped = true;
6382
6389
  }
6383
6390
  };
6391
+ let inThink = false;
6392
+ let thinkShown = false;
6393
+ let thinkBuf = "";
6394
+ const emitText = (raw) => {
6395
+ thinkBuf += raw;
6396
+ let out = "";
6397
+ while (thinkBuf.length > 0) {
6398
+ if (!inThink) {
6399
+ const open = thinkBuf.indexOf("<think>");
6400
+ if (open === -1) {
6401
+ const keep = partialTagTail(thinkBuf, "<think>");
6402
+ out += thinkBuf.slice(0, thinkBuf.length - keep);
6403
+ thinkBuf = thinkBuf.slice(thinkBuf.length - keep);
6404
+ break;
6405
+ }
6406
+ out += thinkBuf.slice(0, open);
6407
+ thinkBuf = thinkBuf.slice(open + "<think>".length);
6408
+ inThink = true;
6409
+ if (!thinkShown) {
6410
+ process.stdout.write(theme.dim("\n\u{1F4AD} Thinking...\n"));
6411
+ thinkShown = true;
6412
+ }
6413
+ } else {
6414
+ const close = thinkBuf.indexOf("</think>");
6415
+ if (close === -1) {
6416
+ const keep = partialTagTail(thinkBuf, "</think>");
6417
+ thinkBuf = thinkBuf.slice(thinkBuf.length - keep);
6418
+ break;
6419
+ }
6420
+ thinkBuf = thinkBuf.slice(close + "</think>".length);
6421
+ inThink = false;
6422
+ }
6423
+ }
6424
+ if (out) {
6425
+ process.stdout.write(out);
6426
+ textParts.push(out);
6427
+ }
6428
+ };
6384
6429
  try {
6385
6430
  for await (const event of stream) {
6386
6431
  switch (event.type) {
6387
6432
  case "text_delta":
6388
6433
  stopSpinner();
6389
- process.stdout.write(event.delta);
6390
- textParts.push(event.delta);
6434
+ emitText(event.delta);
6391
6435
  break;
6392
6436
  case "thinking_start":
6393
6437
  stopSpinner();
@@ -6442,6 +6486,11 @@ Session '${this.resumeSessionId}' not found.
6442
6486
  }
6443
6487
  throw err;
6444
6488
  }
6489
+ if (!inThink && thinkBuf) {
6490
+ process.stdout.write(thinkBuf);
6491
+ textParts.push(thinkBuf);
6492
+ thinkBuf = "";
6493
+ }
6445
6494
  const toolCalls = [];
6446
6495
  for (const [, acc] of toolCallAccumulators) {
6447
6496
  let parsedArgs;
@@ -7552,7 +7601,7 @@ program.command("web").description("Start Web UI server with browser-based chat
7552
7601
  console.error("Error: Invalid port number. Must be between 1 and 65535.");
7553
7602
  process.exit(1);
7554
7603
  }
7555
- const { startWebServer } = await import("./server-CBCSOP3D.js");
7604
+ const { startWebServer } = await import("./server-S5OBTPL7.js");
7556
7605
  await startWebServer({ port, host: options.host });
7557
7606
  });
7558
7607
  program.command("user [action] [username]").description("Manage Web UI users (list | create <name> | delete <name> | reset-password <name> | logout-all <name> | migrate <name>)").action(async (action, username) => {
@@ -7719,12 +7768,12 @@ program.command("sessions").description("List recent conversation sessions").opt
7719
7768
  console.log(footer + "\n");
7720
7769
  });
7721
7770
  program.command("doctor").description("Health check: API keys, config, MCP, recent crashes, tool usage, disk usage").option("--json", "Output as JSON (for scripting)").option("--reset-stats", "Reset accumulated tool usage statistics").action(async (options) => {
7722
- const { runDoctorCli } = await import("./doctor-cli-LNHCKYCL.js");
7771
+ const { runDoctorCli } = await import("./doctor-cli-6B7IBG7B.js");
7723
7772
  await runDoctorCli({ json: !!options.json, resetStats: !!options.resetStats });
7724
7773
  });
7725
7774
  program.command("batch <action> [arg] [arg2]").description("Anthropic Message Batches: submit | list | status <id> | results <id> [out] | cancel <id>").option("--dry-run", "Parse and validate input without submitting (submit only)").action(async (action, arg, arg2, options) => {
7726
7775
  try {
7727
- const batch = await import("./batch-N47O3MFT.js");
7776
+ const batch = await import("./batch-3LFXB2YA.js");
7728
7777
  switch (action) {
7729
7778
  case "submit":
7730
7779
  if (!arg) {
@@ -7767,7 +7816,7 @@ program.command("batch <action> [arg] [arg2]").description("Anthropic Message Ba
7767
7816
  }
7768
7817
  });
7769
7818
  program.command("mcp-serve").description("Start an MCP server over STDIO, exposing aicli's built-in tools to Claude Desktop / Cursor / other MCP clients").option("--allow-destructive", "Allow bash / run_interactive / task_create (always destructive in MCP mode)").option("--allow-outside-cwd", "Allow tool path arguments to escape the sandbox root \u2014 disabled by default").option("--tools <list>", "Comma-separated whitelist of tools to expose (default: all eligible tools)").option("--cwd <path>", "Working directory AND sandbox root (default: current directory)").action(async (options) => {
7770
- const { startMcpServer } = await import("./server-HDB2FQO5.js");
7819
+ const { startMcpServer } = await import("./server-JORD3KAA.js");
7771
7820
  await startMcpServer({
7772
7821
  allowDestructive: !!options.allowDestructive,
7773
7822
  allowOutsideCwd: !!options.allowOutsideCwd,
@@ -7776,7 +7825,7 @@ program.command("mcp-serve").description("Start an MCP server over STDIO, exposi
7776
7825
  });
7777
7826
  });
7778
7827
  program.command("ci").description("Headless PR review (code + security) \u2014 reads git/gh diff, optionally posts to PR. Designed for GitHub Actions.").option("--pr <num>", "PR number; diff fetched via `gh pr diff <num>`", (v) => parseInt(v, 10)).option("--base <ref>", "Base ref for `git diff <ref>...HEAD` (ignored when --pr set)").option("--post", "Post review as a PR comment (requires gh CLI + GH_TOKEN, needs --pr)").option("--no-update", "Always create a new comment instead of updating the previous aicli review").option("--skip-code", "Skip the code review section").option("--skip-security", "Skip the security review section").option("--detailed", "Use the detailed code-review prompt").option("--max-diff <n>", "Max diff chars sent to the model (default 30000)", (v) => parseInt(v, 10)).option("--provider <id>", "Override provider (default: config.defaultProvider)").option("--model <id>", "Override model").option("--dry-run", "Print result to stdout instead of posting (overrides --post)").action(async (options) => {
7779
- const { runCi } = await import("./ci-GJ334TSF.js");
7828
+ const { runCi } = await import("./ci-WLOVQACD.js");
7780
7829
  const result = await runCi({
7781
7830
  pr: options.pr,
7782
7831
  base: options.base,
@@ -7921,7 +7970,7 @@ program.command("hub [topic]").description("Start multi-agent hub (discuss / bra
7921
7970
  }),
7922
7971
  config.get("customProviders")
7923
7972
  );
7924
- const { startHub } = await import("./hub-PQGV57IX.js");
7973
+ const { startHub } = await import("./hub-J2DLTQFC.js");
7925
7974
  await startHub(
7926
7975
  {
7927
7976
  topic: topic ?? "",
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  executeTests,
4
4
  runTestsTool
5
- } from "./chunk-W7NDAT4D.js";
6
- import "./chunk-NZBNVMVQ.js";
5
+ } from "./chunk-YD4HRLLT.js";
6
+ import "./chunk-ZMULUSO7.js";
7
7
  import "./chunk-PDX44BCA.js";
8
8
  export {
9
9
  executeTests,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  executeTests,
3
3
  runTestsTool
4
- } from "./chunk-634OPCVR.js";
4
+ } from "./chunk-V5ULFCOM.js";
5
5
  import "./chunk-3RG5ZIWI.js";
6
6
  export {
7
7
  executeTests,
@@ -1,13 +1,13 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ToolRegistry
4
- } from "./chunk-ECZC3W5V.js";
4
+ } from "./chunk-4K6LAJJC.js";
5
5
  import "./chunk-HDSKW7Q3.js";
6
6
  import "./chunk-ZWVIDFGY.js";
7
- import "./chunk-W7NDAT4D.js";
7
+ import "./chunk-YD4HRLLT.js";
8
8
  import {
9
9
  runTool
10
- } from "./chunk-H776A726.js";
10
+ } from "./chunk-VTZ4WZ7B.js";
11
11
  import {
12
12
  getDangerLevel,
13
13
  schemaToJsonSchema
@@ -15,7 +15,7 @@ import {
15
15
  import "./chunk-TZQHYZKT.js";
16
16
  import {
17
17
  VERSION
18
- } from "./chunk-NZBNVMVQ.js";
18
+ } from "./chunk-ZMULUSO7.js";
19
19
  import "./chunk-4BKXL7SM.js";
20
20
  import "./chunk-MM3F43H6.js";
21
21
  import "./chunk-KHYD3WXE.js";
@@ -21,7 +21,7 @@ import {
21
21
  loadDevState,
22
22
  persistToolRound,
23
23
  setupProxy
24
- } from "./chunk-TKYLIC6W.js";
24
+ } from "./chunk-ME7R5BZL.js";
25
25
  import {
26
26
  ToolExecutor,
27
27
  ToolRegistry,
@@ -39,10 +39,10 @@ import {
39
39
  spawnAgentContext,
40
40
  truncateOutput,
41
41
  undoStack
42
- } from "./chunk-ECZC3W5V.js";
42
+ } from "./chunk-4K6LAJJC.js";
43
43
  import "./chunk-HDSKW7Q3.js";
44
44
  import "./chunk-ZWVIDFGY.js";
45
- import "./chunk-W7NDAT4D.js";
45
+ import "./chunk-YD4HRLLT.js";
46
46
  import {
47
47
  SessionManager,
48
48
  getContentText
@@ -64,13 +64,13 @@ import {
64
64
  } from "./chunk-GNJOC6ZN.js";
65
65
  import {
66
66
  runTool
67
- } from "./chunk-H776A726.js";
67
+ } from "./chunk-VTZ4WZ7B.js";
68
68
  import {
69
69
  getDangerLevel
70
70
  } from "./chunk-NXXNLLSG.js";
71
71
  import {
72
72
  ConfigManager
73
- } from "./chunk-4U2ISQXG.js";
73
+ } from "./chunk-5FWNJ2RK.js";
74
74
  import "./chunk-TZQHYZKT.js";
75
75
  import {
76
76
  AGENTIC_BEHAVIOR_GUIDELINE,
@@ -90,7 +90,7 @@ import {
90
90
  SKILLS_DIR_NAME,
91
91
  VERSION,
92
92
  buildUserIdentityPrompt
93
- } from "./chunk-NZBNVMVQ.js";
93
+ } from "./chunk-ZMULUSO7.js";
94
94
  import {
95
95
  formatGitContextForPrompt,
96
96
  getGitContext,
@@ -2577,7 +2577,7 @@ ${undoResults.map((r) => ` \u2022 ${r}`).join("\n")}` });
2577
2577
  case "test": {
2578
2578
  this.send({ type: "info", message: "\u{1F9EA} Running tests..." });
2579
2579
  try {
2580
- const { executeTests } = await import("./run-tests-ENFFEDCA.js");
2580
+ const { executeTests } = await import("./run-tests-RPBZ2IAC.js");
2581
2581
  const argStr = args.join(" ").trim();
2582
2582
  let testArgs = {};
2583
2583
  if (argStr) {
@@ -3,20 +3,20 @@ import {
3
3
  ToolRegistry,
4
4
  googleSearchContext,
5
5
  truncateOutput
6
- } from "./chunk-ECZC3W5V.js";
6
+ } from "./chunk-4K6LAJJC.js";
7
7
  import "./chunk-HDSKW7Q3.js";
8
8
  import "./chunk-ZWVIDFGY.js";
9
- import "./chunk-W7NDAT4D.js";
9
+ import "./chunk-YD4HRLLT.js";
10
10
  import {
11
11
  runTool
12
- } from "./chunk-H776A726.js";
12
+ } from "./chunk-VTZ4WZ7B.js";
13
13
  import {
14
14
  getDangerLevel
15
15
  } from "./chunk-NXXNLLSG.js";
16
16
  import "./chunk-TZQHYZKT.js";
17
17
  import {
18
18
  SUBAGENT_ALLOWED_TOOLS
19
- } from "./chunk-NZBNVMVQ.js";
19
+ } from "./chunk-ZMULUSO7.js";
20
20
  import "./chunk-4BKXL7SM.js";
21
21
  import "./chunk-MM3F43H6.js";
22
22
  import "./chunk-KHYD3WXE.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jinzd-ai-cli",
3
- "version": "0.4.167",
3
+ "version": "0.4.168",
4
4
  "description": "Cross-platform REPL-style AI CLI with multi-provider support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",