jinzd-ai-cli 0.4.169 → 0.4.170
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.
- package/dist/{batch-UA6OWP5B.js → batch-CAV4XSEF.js} +2 -2
- package/dist/{chunk-2QLZGNFP.js → chunk-2C2DGQ5M.js} +2 -2
- package/dist/{chunk-RNMT4XBQ.js → chunk-7ORSZ7UO.js} +3 -3
- package/dist/{chunk-MD3SNDQ6.js → chunk-E5UKN2FB.js} +1 -1
- package/dist/{chunk-X6N4EAMM.js → chunk-NVBUA6YL.js} +1 -1
- package/dist/{chunk-QIFUVX5K.js → chunk-PTXA4BGU.js} +1 -1
- package/dist/{chunk-6JVMTB2S.js → chunk-PUUJZGAS.js} +1 -1
- package/dist/{chunk-I4ZOULB6.js → chunk-Q466H3NV.js} +1 -1
- package/dist/{chunk-QVHML2M7.js → chunk-SPJ5NO5Z.js} +1 -1
- package/dist/{ci-34RE6YZA.js → ci-VERENT2L.js} +2 -2
- package/dist/{constants-FJD3QUHI.js → constants-DX4RNM5O.js} +1 -1
- package/dist/{doctor-cli-T4N3V2OT.js → doctor-cli-323ZXFCH.js} +4 -4
- package/dist/electron-server.js +2 -2
- package/dist/{hub-7GSXGHN7.js → hub-IZL5HKHA.js} +1 -1
- package/dist/index.js +64 -49
- package/dist/{run-tests-OLKEYSWX.js → run-tests-JUG5WK6N.js} +2 -2
- package/dist/{run-tests-X5VFC62T.js → run-tests-KP7Y34MG.js} +1 -1
- package/dist/{server-EOMEJL2N.js → server-JXCJRJN5.js} +7 -7
- package/dist/{server-QK64LBV2.js → server-VQTTNO3M.js} +4 -4
- package/dist/{task-orchestrator-SBTDEKS5.js → task-orchestrator-PY5AF2US.js} +4 -4
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
ConfigManager
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-E5UKN2FB.js";
|
|
5
5
|
import "./chunk-TZQHYZKT.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-PTXA4BGU.js";
|
|
7
7
|
import "./chunk-PDX44BCA.js";
|
|
8
8
|
|
|
9
9
|
// src/cli/batch.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
truncateForPersist
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-7ORSZ7UO.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-
|
|
14
|
+
} from "./chunk-PTXA4BGU.js";
|
|
15
15
|
|
|
16
16
|
// src/mcp/client.ts
|
|
17
17
|
import { spawn } from "child_process";
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
} from "./chunk-HDSKW7Q3.js";
|
|
6
6
|
import {
|
|
7
7
|
runTestsTool
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-PUUJZGAS.js";
|
|
9
9
|
import {
|
|
10
10
|
runTool
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-SPJ5NO5Z.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-
|
|
28
|
+
} from "./chunk-PTXA4BGU.js";
|
|
29
29
|
import {
|
|
30
30
|
fileCheckpoints
|
|
31
31
|
} from "./chunk-4BKXL7SM.js";
|
|
@@ -10,11 +10,11 @@ import {
|
|
|
10
10
|
import "./chunk-NXXNLLSG.js";
|
|
11
11
|
import {
|
|
12
12
|
ConfigManager
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-E5UKN2FB.js";
|
|
14
14
|
import "./chunk-TZQHYZKT.js";
|
|
15
15
|
import {
|
|
16
16
|
VERSION
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-PTXA4BGU.js";
|
|
18
18
|
import "./chunk-PDX44BCA.js";
|
|
19
19
|
|
|
20
20
|
// src/cli/ci.ts
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getConfigDirUsage,
|
|
4
4
|
listRecentCrashes
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-Q466H3NV.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-
|
|
14
|
+
} from "./chunk-SPJ5NO5Z.js";
|
|
15
15
|
import "./chunk-NXXNLLSG.js";
|
|
16
16
|
import {
|
|
17
17
|
ConfigManager
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-E5UKN2FB.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-
|
|
24
|
+
} from "./chunk-PTXA4BGU.js";
|
|
25
25
|
import "./chunk-PDX44BCA.js";
|
|
26
26
|
|
|
27
27
|
// src/diagnostics/doctor-cli.ts
|
package/dist/electron-server.js
CHANGED
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
VERSION,
|
|
37
37
|
buildUserIdentityPrompt,
|
|
38
38
|
runTestsTool
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-NVBUA6YL.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-
|
|
13551
|
+
const { executeTests } = await import("./run-tests-KP7Y34MG.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-
|
|
158
|
+
const { TaskOrchestrator } = await import("./task-orchestrator-PY5AF2US.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-
|
|
21
|
+
} from "./chunk-2C2DGQ5M.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-
|
|
40
|
+
} from "./chunk-7ORSZ7UO.js";
|
|
41
41
|
import "./chunk-HDSKW7Q3.js";
|
|
42
42
|
import "./chunk-ZWVIDFGY.js";
|
|
43
|
-
import "./chunk-
|
|
43
|
+
import "./chunk-PUUJZGAS.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-
|
|
52
|
+
} from "./chunk-Q466H3NV.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-
|
|
77
|
+
} from "./chunk-SPJ5NO5Z.js";
|
|
78
78
|
import "./chunk-NXXNLLSG.js";
|
|
79
79
|
import {
|
|
80
80
|
ConfigManager
|
|
81
|
-
} from "./chunk-
|
|
81
|
+
} from "./chunk-E5UKN2FB.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-
|
|
108
|
+
} from "./chunk-PTXA4BGU.js";
|
|
109
109
|
import {
|
|
110
110
|
formatGitContextForPrompt,
|
|
111
111
|
getGitContext,
|
|
@@ -208,6 +208,13 @@ function isInterruptedSession(messages) {
|
|
|
208
208
|
import chalk from "chalk";
|
|
209
209
|
import { createWriteStream, mkdirSync } from "fs";
|
|
210
210
|
import { dirname } from "path";
|
|
211
|
+
function partialTagTail(s, tag) {
|
|
212
|
+
const max = Math.min(s.length, tag.length - 1);
|
|
213
|
+
for (let k = max; k > 0; k--) {
|
|
214
|
+
if (s.endsWith(tag.slice(0, k))) return k;
|
|
215
|
+
}
|
|
216
|
+
return 0;
|
|
217
|
+
}
|
|
211
218
|
function fmtContextWindow(tokens) {
|
|
212
219
|
if (tokens >= 1e6) return `${Math.round(tokens / 1e5) / 10}M`;
|
|
213
220
|
if (tokens >= 1e3) return `${Math.round(tokens / 1024)}K`;
|
|
@@ -489,34 +496,46 @@ var Renderer = class {
|
|
|
489
496
|
let fullContent = "";
|
|
490
497
|
let usage;
|
|
491
498
|
let inThinking = false;
|
|
492
|
-
let
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
inThinking = false;
|
|
509
|
-
out = out.slice(closeIdx + "</think>".length);
|
|
510
|
-
buf = out;
|
|
511
|
-
flushBuf();
|
|
512
|
-
return;
|
|
499
|
+
let thinkBuf = "";
|
|
500
|
+
const emitText = (raw) => {
|
|
501
|
+
thinkBuf += raw;
|
|
502
|
+
let out = "";
|
|
503
|
+
while (thinkBuf.length > 0) {
|
|
504
|
+
if (!inThinking) {
|
|
505
|
+
const open = thinkBuf.indexOf("<think>");
|
|
506
|
+
if (open === -1) {
|
|
507
|
+
const keep = partialTagTail(thinkBuf, "<think>");
|
|
508
|
+
out += thinkBuf.slice(0, thinkBuf.length - keep);
|
|
509
|
+
thinkBuf = thinkBuf.slice(thinkBuf.length - keep);
|
|
510
|
+
break;
|
|
511
|
+
}
|
|
512
|
+
out += thinkBuf.slice(0, open);
|
|
513
|
+
thinkBuf = thinkBuf.slice(open + "<think>".length);
|
|
514
|
+
inThinking = true;
|
|
513
515
|
} else {
|
|
514
|
-
|
|
515
|
-
|
|
516
|
+
const close = thinkBuf.indexOf("</think>");
|
|
517
|
+
if (close === -1) {
|
|
518
|
+
const keep = partialTagTail(thinkBuf, "</think>");
|
|
519
|
+
thinkBuf = thinkBuf.slice(thinkBuf.length - keep);
|
|
520
|
+
break;
|
|
521
|
+
}
|
|
522
|
+
thinkBuf = thinkBuf.slice(close + "</think>".length);
|
|
523
|
+
inThinking = false;
|
|
516
524
|
}
|
|
517
525
|
}
|
|
518
|
-
if (out)
|
|
519
|
-
|
|
526
|
+
if (out) {
|
|
527
|
+
process.stdout.write(out);
|
|
528
|
+
if (fileStream) fileStream.write(out);
|
|
529
|
+
fullContent += out;
|
|
530
|
+
}
|
|
531
|
+
};
|
|
532
|
+
const flushTail = () => {
|
|
533
|
+
if (!inThinking && thinkBuf) {
|
|
534
|
+
process.stdout.write(thinkBuf);
|
|
535
|
+
if (fileStream) fileStream.write(thinkBuf);
|
|
536
|
+
fullContent += thinkBuf;
|
|
537
|
+
thinkBuf = "";
|
|
538
|
+
}
|
|
520
539
|
};
|
|
521
540
|
let interrupted = false;
|
|
522
541
|
let streamErr = null;
|
|
@@ -530,23 +549,19 @@ var Renderer = class {
|
|
|
530
549
|
usage = chunk.usage;
|
|
531
550
|
}
|
|
532
551
|
if (chunk.done) {
|
|
533
|
-
flushBuf();
|
|
534
552
|
break;
|
|
535
553
|
}
|
|
536
554
|
if (!chunk.delta) continue;
|
|
537
|
-
|
|
538
|
-
buf += chunk.delta;
|
|
539
|
-
if (fileStream) fileStream.write(chunk.delta);
|
|
540
|
-
flushBuf();
|
|
555
|
+
emitText(chunk.delta);
|
|
541
556
|
}
|
|
542
557
|
} catch (err) {
|
|
543
558
|
if (err?.name === "AbortError") {
|
|
544
559
|
interrupted = true;
|
|
545
|
-
if (!inThinking) flushBuf();
|
|
546
560
|
} else {
|
|
547
561
|
streamErr = err;
|
|
548
562
|
}
|
|
549
563
|
}
|
|
564
|
+
flushTail();
|
|
550
565
|
if (interrupted) {
|
|
551
566
|
process.stdout.write(theme.dim(" [interrupted]\n"));
|
|
552
567
|
}
|
|
@@ -1771,7 +1786,7 @@ No tools match "${filter}".
|
|
|
1771
1786
|
const { join: join6 } = await import("path");
|
|
1772
1787
|
const { existsSync: existsSync6 } = await import("fs");
|
|
1773
1788
|
const { getGitRoot: getGitRoot2 } = await import("./git-context-7KIP4X2V.js");
|
|
1774
|
-
const { MCP_PROJECT_CONFIG_NAME: MCP_PROJECT_CONFIG_NAME2 } = await import("./constants-
|
|
1789
|
+
const { MCP_PROJECT_CONFIG_NAME: MCP_PROJECT_CONFIG_NAME2 } = await import("./constants-DX4RNM5O.js");
|
|
1775
1790
|
const { approveProject, hashMcpFile } = await import("./project-trust-IFM7FXEV.js");
|
|
1776
1791
|
const cwd = process.cwd();
|
|
1777
1792
|
const projectRoot = getGitRoot2(cwd) ?? cwd;
|
|
@@ -2832,7 +2847,7 @@ ${hint}` : "")
|
|
|
2832
2847
|
usage: "/test [command|filter]",
|
|
2833
2848
|
async execute(args, ctx) {
|
|
2834
2849
|
try {
|
|
2835
|
-
const { executeTests } = await import("./run-tests-
|
|
2850
|
+
const { executeTests } = await import("./run-tests-JUG5WK6N.js");
|
|
2836
2851
|
const argStr = args.join(" ").trim();
|
|
2837
2852
|
let testArgs = {};
|
|
2838
2853
|
if (argStr) {
|
|
@@ -4683,7 +4698,7 @@ var FREE_ROUND_TOOLS = /* @__PURE__ */ new Set(["write_todos"]);
|
|
|
4683
4698
|
var MAX_CONSECUTIVE_FREE_ROUNDS = 3;
|
|
4684
4699
|
var MAX_REPEATED_TOOL_CALLS = 2;
|
|
4685
4700
|
var DEFAULT_AUTO_PAUSE_INTERVAL = 50;
|
|
4686
|
-
function
|
|
4701
|
+
function partialTagTail2(s, tag) {
|
|
4687
4702
|
const max = Math.min(s.length, tag.length - 1);
|
|
4688
4703
|
for (let k = max; k > 0; k--) {
|
|
4689
4704
|
if (s.endsWith(tag.slice(0, k))) return k;
|
|
@@ -6381,7 +6396,7 @@ Session '${this.resumeSessionId}' not found.
|
|
|
6381
6396
|
if (!inThink) {
|
|
6382
6397
|
const open = thinkBuf.indexOf("<think>");
|
|
6383
6398
|
if (open === -1) {
|
|
6384
|
-
const keep =
|
|
6399
|
+
const keep = partialTagTail2(thinkBuf, "<think>");
|
|
6385
6400
|
out += thinkBuf.slice(0, thinkBuf.length - keep);
|
|
6386
6401
|
thinkBuf = thinkBuf.slice(thinkBuf.length - keep);
|
|
6387
6402
|
break;
|
|
@@ -6393,7 +6408,7 @@ Session '${this.resumeSessionId}' not found.
|
|
|
6393
6408
|
} else {
|
|
6394
6409
|
const close = thinkBuf.indexOf("</think>");
|
|
6395
6410
|
if (close === -1) {
|
|
6396
|
-
const keep =
|
|
6411
|
+
const keep = partialTagTail2(thinkBuf, "</think>");
|
|
6397
6412
|
thinkBuf = thinkBuf.slice(thinkBuf.length - keep);
|
|
6398
6413
|
break;
|
|
6399
6414
|
}
|
|
@@ -7581,7 +7596,7 @@ program.command("web").description("Start Web UI server with browser-based chat
|
|
|
7581
7596
|
console.error("Error: Invalid port number. Must be between 1 and 65535.");
|
|
7582
7597
|
process.exit(1);
|
|
7583
7598
|
}
|
|
7584
|
-
const { startWebServer } = await import("./server-
|
|
7599
|
+
const { startWebServer } = await import("./server-JXCJRJN5.js");
|
|
7585
7600
|
await startWebServer({ port, host: options.host });
|
|
7586
7601
|
});
|
|
7587
7602
|
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) => {
|
|
@@ -7748,12 +7763,12 @@ program.command("sessions").description("List recent conversation sessions").opt
|
|
|
7748
7763
|
console.log(footer + "\n");
|
|
7749
7764
|
});
|
|
7750
7765
|
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) => {
|
|
7751
|
-
const { runDoctorCli } = await import("./doctor-cli-
|
|
7766
|
+
const { runDoctorCli } = await import("./doctor-cli-323ZXFCH.js");
|
|
7752
7767
|
await runDoctorCli({ json: !!options.json, resetStats: !!options.resetStats });
|
|
7753
7768
|
});
|
|
7754
7769
|
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) => {
|
|
7755
7770
|
try {
|
|
7756
|
-
const batch = await import("./batch-
|
|
7771
|
+
const batch = await import("./batch-CAV4XSEF.js");
|
|
7757
7772
|
switch (action) {
|
|
7758
7773
|
case "submit":
|
|
7759
7774
|
if (!arg) {
|
|
@@ -7796,7 +7811,7 @@ program.command("batch <action> [arg] [arg2]").description("Anthropic Message Ba
|
|
|
7796
7811
|
}
|
|
7797
7812
|
});
|
|
7798
7813
|
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) => {
|
|
7799
|
-
const { startMcpServer } = await import("./server-
|
|
7814
|
+
const { startMcpServer } = await import("./server-VQTTNO3M.js");
|
|
7800
7815
|
await startMcpServer({
|
|
7801
7816
|
allowDestructive: !!options.allowDestructive,
|
|
7802
7817
|
allowOutsideCwd: !!options.allowOutsideCwd,
|
|
@@ -7805,7 +7820,7 @@ program.command("mcp-serve").description("Start an MCP server over STDIO, exposi
|
|
|
7805
7820
|
});
|
|
7806
7821
|
});
|
|
7807
7822
|
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) => {
|
|
7808
|
-
const { runCi } = await import("./ci-
|
|
7823
|
+
const { runCi } = await import("./ci-VERENT2L.js");
|
|
7809
7824
|
const result = await runCi({
|
|
7810
7825
|
pr: options.pr,
|
|
7811
7826
|
base: options.base,
|
|
@@ -7950,7 +7965,7 @@ program.command("hub [topic]").description("Start multi-agent hub (discuss / bra
|
|
|
7950
7965
|
}),
|
|
7951
7966
|
config.get("customProviders")
|
|
7952
7967
|
);
|
|
7953
|
-
const { startHub } = await import("./hub-
|
|
7968
|
+
const { startHub } = await import("./hub-IZL5HKHA.js");
|
|
7954
7969
|
await startHub(
|
|
7955
7970
|
{
|
|
7956
7971
|
topic: topic ?? "",
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
loadDevState,
|
|
22
22
|
persistToolRound,
|
|
23
23
|
setupProxy
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-2C2DGQ5M.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-
|
|
42
|
+
} from "./chunk-7ORSZ7UO.js";
|
|
43
43
|
import "./chunk-HDSKW7Q3.js";
|
|
44
44
|
import "./chunk-ZWVIDFGY.js";
|
|
45
|
-
import "./chunk-
|
|
45
|
+
import "./chunk-PUUJZGAS.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-
|
|
67
|
+
} from "./chunk-SPJ5NO5Z.js";
|
|
68
68
|
import {
|
|
69
69
|
getDangerLevel
|
|
70
70
|
} from "./chunk-NXXNLLSG.js";
|
|
71
71
|
import {
|
|
72
72
|
ConfigManager
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-E5UKN2FB.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-
|
|
93
|
+
} from "./chunk-PTXA4BGU.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-
|
|
2580
|
+
const { executeTests } = await import("./run-tests-JUG5WK6N.js");
|
|
2581
2581
|
const argStr = args.join(" ").trim();
|
|
2582
2582
|
let testArgs = {};
|
|
2583
2583
|
if (argStr) {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
ToolRegistry
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-7ORSZ7UO.js";
|
|
5
5
|
import "./chunk-HDSKW7Q3.js";
|
|
6
6
|
import "./chunk-ZWVIDFGY.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-PUUJZGAS.js";
|
|
8
8
|
import {
|
|
9
9
|
runTool
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-SPJ5NO5Z.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-
|
|
18
|
+
} from "./chunk-PTXA4BGU.js";
|
|
19
19
|
import "./chunk-4BKXL7SM.js";
|
|
20
20
|
import "./chunk-MM3F43H6.js";
|
|
21
21
|
import "./chunk-KHYD3WXE.js";
|
|
@@ -3,20 +3,20 @@ import {
|
|
|
3
3
|
ToolRegistry,
|
|
4
4
|
googleSearchContext,
|
|
5
5
|
truncateOutput
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-7ORSZ7UO.js";
|
|
7
7
|
import "./chunk-HDSKW7Q3.js";
|
|
8
8
|
import "./chunk-ZWVIDFGY.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-PUUJZGAS.js";
|
|
10
10
|
import {
|
|
11
11
|
runTool
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-SPJ5NO5Z.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-
|
|
19
|
+
} from "./chunk-PTXA4BGU.js";
|
|
20
20
|
import "./chunk-4BKXL7SM.js";
|
|
21
21
|
import "./chunk-MM3F43H6.js";
|
|
22
22
|
import "./chunk-KHYD3WXE.js";
|