jinzd-ai-cli 0.4.230 → 0.4.231
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-T74D2CCK.js → batch-FLMFMR3R.js} +2 -2
- package/dist/{chunk-LMKCS5XH.js → chunk-5T746UEU.js} +3 -3
- package/dist/{chunk-SKUNYJDW.js → chunk-75TAFSFZ.js} +2 -2
- package/dist/{chunk-T3A74XGG.js → chunk-ADARC33O.js} +1 -1
- package/dist/{chunk-F2DUNYGY.js → chunk-FWAA3ARX.js} +14 -4
- package/dist/{chunk-SARJYCDV.js → chunk-NB7LR3TP.js} +3 -3
- package/dist/{chunk-ITEGK3IN.js → chunk-TQPU3J4P.js} +1 -1
- package/dist/{chunk-7I4GGVIS.js → chunk-UOIUGBG2.js} +1 -1
- package/dist/{chunk-DKPHVQUA.js → chunk-XTMHBOHG.js} +1 -1
- package/dist/{chunk-S6SFZP3G.js → chunk-YH657UWU.js} +1 -1
- package/dist/{chunk-6GSDDDEO.js → chunk-ZOLZ6JPG.js} +1 -1
- package/dist/{ci-ADQTAYOZ.js → ci-SI2VXE4Q.js} +4 -4
- package/dist/{ci-format-KZSTHIEW.js → ci-format-SFTFN3SE.js} +2 -2
- package/dist/{constants-JTHN5JSQ.js → constants-EOWAB3VR.js} +1 -1
- package/dist/{doctor-cli-XTIL3RTQ.js → doctor-cli-4YVKJESI.js} +4 -4
- package/dist/electron-server.js +13 -3
- package/dist/{hub-BHHNMBCY.js → hub-6IKXR32G.js} +1 -1
- package/dist/index.js +18 -18
- package/dist/{pr-NUHU64NS.js → pr-QJFFSYEU.js} +4 -4
- package/dist/{run-tests-M45ZJPR6.js → run-tests-RZKUBZB4.js} +1 -1
- package/dist/{run-tests-HZMY436A.js → run-tests-ZBX476UL.js} +2 -2
- package/dist/{server-Q7MNZB4X.js → server-4XGNHG6P.js} +4 -4
- package/dist/{server-RCAFE2LO.js → server-6IDBCCJ2.js} +8 -8
- package/dist/{task-orchestrator-IVSLED6U.js → task-orchestrator-UGKJ7UY4.js} +4 -4
- package/dist/{usage-KNMT35C2.js → usage-2VGL3YWF.js} +2 -2
- 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-XTMHBOHG.js";
|
|
5
5
|
import "./chunk-5ULLIOVC.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-ZOLZ6JPG.js";
|
|
7
7
|
import {
|
|
8
8
|
atomicWriteFileSync
|
|
9
9
|
} from "./chunk-IW3Q7AE5.js";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
evaluateCiGate,
|
|
4
4
|
normalizeCiThresholds
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ADARC33O.js";
|
|
6
6
|
import {
|
|
7
7
|
buildReviewPrompt,
|
|
8
8
|
buildSecurityReviewPrompt,
|
|
@@ -13,10 +13,10 @@ import {
|
|
|
13
13
|
} from "./chunk-62R7CACG.js";
|
|
14
14
|
import {
|
|
15
15
|
ConfigManager
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-XTMHBOHG.js";
|
|
17
17
|
import {
|
|
18
18
|
VERSION
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-ZOLZ6JPG.js";
|
|
20
20
|
|
|
21
21
|
// src/cli/ci.ts
|
|
22
22
|
import { execFileSync } from "child_process";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
truncateForPersist
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-FWAA3ARX.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-ZOLZ6JPG.js";
|
|
15
15
|
import {
|
|
16
16
|
atomicWriteFileSync
|
|
17
17
|
} from "./chunk-IW3Q7AE5.js";
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
runHook,
|
|
15
15
|
runLifecycleHooks,
|
|
16
16
|
runTool
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-TQPU3J4P.js";
|
|
18
18
|
import {
|
|
19
19
|
getDangerLevel,
|
|
20
20
|
isFileWriteTool,
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
} from "./chunk-4BKXL7SM.js";
|
|
34
34
|
import {
|
|
35
35
|
runTestsTool
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-YH657UWU.js";
|
|
37
37
|
import {
|
|
38
38
|
CONFIG_DIR_NAME,
|
|
39
39
|
DEFAULT_MAX_TOOL_OUTPUT_CHARS_CAP,
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
SUBAGENT_ALLOWED_TOOLS,
|
|
44
44
|
SUBAGENT_DEFAULT_MAX_ROUNDS,
|
|
45
45
|
SUBAGENT_MAX_ROUNDS_LIMIT
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-ZOLZ6JPG.js";
|
|
47
47
|
import {
|
|
48
48
|
loadChatIndex,
|
|
49
49
|
searchChatMemory
|
|
@@ -1219,7 +1219,17 @@ Current working directory: ${process.cwd()}
|
|
|
1219
1219
|
Please use list_dir to verify the file path and retry.`
|
|
1220
1220
|
);
|
|
1221
1221
|
}
|
|
1222
|
-
const
|
|
1222
|
+
const st = statSync2(normalizedPath);
|
|
1223
|
+
if (st.isDirectory()) {
|
|
1224
|
+
const entries = readdirSync2(normalizedPath, { withFileTypes: true }).slice(0, 10);
|
|
1225
|
+
const listing = entries.map((e) => `${e.isDirectory() ? "\u{1F4C1}" : "\u{1F4C4}"} ${e.name}`).join("\n");
|
|
1226
|
+
return `[Directory: ${filePath}]
|
|
1227
|
+
This path is a directory, not a file. Use list_dir to browse it.
|
|
1228
|
+
` + (listing ? `
|
|
1229
|
+
First 10 entries:
|
|
1230
|
+
${listing}` : "");
|
|
1231
|
+
}
|
|
1232
|
+
const { size } = st;
|
|
1223
1233
|
if (size > MAX_FILE_BYTES) {
|
|
1224
1234
|
const mb = (size / 1024 / 1024).toFixed(1);
|
|
1225
1235
|
return `[File too large: ${filePath} (${mb} MB)]
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
listHooks,
|
|
12
12
|
listInstalledPlugins,
|
|
13
13
|
resetStats
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-TQPU3J4P.js";
|
|
15
15
|
import {
|
|
16
16
|
ConfigManager
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-XTMHBOHG.js";
|
|
18
18
|
import {
|
|
19
19
|
getGitRoot
|
|
20
20
|
} from "./chunk-HOSJZMQS.js";
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
MCP_PROJECT_CONFIG_NAME,
|
|
27
27
|
MEMORY_FILE_NAME,
|
|
28
28
|
VERSION
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-ZOLZ6JPG.js";
|
|
30
30
|
|
|
31
31
|
// src/diagnostics/doctor-report.ts
|
|
32
32
|
import { existsSync as existsSync3, statSync as statSync2 } from "fs";
|
|
@@ -3,14 +3,14 @@ import {
|
|
|
3
3
|
CI_COMMENT_MARKER,
|
|
4
4
|
countSeverity,
|
|
5
5
|
runCi
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-5T746UEU.js";
|
|
7
|
+
import "./chunk-ADARC33O.js";
|
|
8
8
|
import "./chunk-HLWUDRBO.js";
|
|
9
9
|
import "./chunk-62R7CACG.js";
|
|
10
10
|
import "./chunk-ODYTXQ26.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-XTMHBOHG.js";
|
|
12
12
|
import "./chunk-5ULLIOVC.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-ZOLZ6JPG.js";
|
|
14
14
|
import "./chunk-IW3Q7AE5.js";
|
|
15
15
|
export {
|
|
16
16
|
CI_COMMENT_MARKER,
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import {
|
|
3
3
|
formatDoctorReport,
|
|
4
4
|
runDoctorCli
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-NB7LR3TP.js";
|
|
6
6
|
import "./chunk-62R7CACG.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-TQPU3J4P.js";
|
|
8
8
|
import "./chunk-ODYTXQ26.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-XTMHBOHG.js";
|
|
10
10
|
import "./chunk-5ULLIOVC.js";
|
|
11
11
|
import "./chunk-HOSJZMQS.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-ZOLZ6JPG.js";
|
|
13
13
|
import "./chunk-IW3Q7AE5.js";
|
|
14
14
|
export {
|
|
15
15
|
formatDoctorReport,
|
package/dist/electron-server.js
CHANGED
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
VERSION,
|
|
39
39
|
buildUserIdentityPrompt,
|
|
40
40
|
runTestsTool
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-UOIUGBG2.js";
|
|
42
42
|
import {
|
|
43
43
|
hasSemanticIndex,
|
|
44
44
|
semanticSearch
|
|
@@ -5861,7 +5861,17 @@ Current working directory: ${process.cwd()}
|
|
|
5861
5861
|
Please use list_dir to verify the file path and retry.`
|
|
5862
5862
|
);
|
|
5863
5863
|
}
|
|
5864
|
-
const
|
|
5864
|
+
const st = statSync3(normalizedPath);
|
|
5865
|
+
if (st.isDirectory()) {
|
|
5866
|
+
const entries = readdirSync3(normalizedPath, { withFileTypes: true }).slice(0, 10);
|
|
5867
|
+
const listing = entries.map((e) => `${e.isDirectory() ? "\u{1F4C1}" : "\u{1F4C4}"} ${e.name}`).join("\n");
|
|
5868
|
+
return `[Directory: ${filePath}]
|
|
5869
|
+
This path is a directory, not a file. Use list_dir to browse it.
|
|
5870
|
+
` + (listing ? `
|
|
5871
|
+
First 10 entries:
|
|
5872
|
+
${listing}` : "");
|
|
5873
|
+
}
|
|
5874
|
+
const { size } = st;
|
|
5865
5875
|
if (size > MAX_FILE_BYTES) {
|
|
5866
5876
|
const mb = (size / 1024 / 1024).toFixed(1);
|
|
5867
5877
|
return `[File too large: ${filePath} (${mb} MB)]
|
|
@@ -15866,7 +15876,7 @@ async function handleSecurityReview(args, ctx) {
|
|
|
15866
15876
|
async function handleTest(args, ctx) {
|
|
15867
15877
|
ctx.send({ type: "info", message: "\u{1F9EA} Running tests..." });
|
|
15868
15878
|
try {
|
|
15869
|
-
const { executeTests } = await import("./run-tests-
|
|
15879
|
+
const { executeTests } = await import("./run-tests-RZKUBZB4.js");
|
|
15870
15880
|
const argStr = args.join(" ").trim();
|
|
15871
15881
|
let testArgs = {};
|
|
15872
15882
|
if (argStr) {
|
|
@@ -154,7 +154,7 @@ ${content}`);
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
async function runTaskMode(config, providers, configManager, topic) {
|
|
157
|
-
const { TaskOrchestrator } = await import("./task-orchestrator-
|
|
157
|
+
const { TaskOrchestrator } = await import("./task-orchestrator-UGKJ7UY4.js");
|
|
158
158
|
const orchestrator = new TaskOrchestrator(config, providers, configManager);
|
|
159
159
|
let interrupted = false;
|
|
160
160
|
const onSigint = () => {
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
scanProject,
|
|
15
15
|
sessionHasMeaningfulContent,
|
|
16
16
|
setupProxy
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-75TAFSFZ.js";
|
|
18
18
|
import {
|
|
19
19
|
buildReviewPrompt,
|
|
20
20
|
buildSecurityReviewPrompt
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
theme,
|
|
53
53
|
undoStack,
|
|
54
54
|
updateMemoryApproval
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-FWAA3ARX.js";
|
|
56
56
|
import "./chunk-K3CF65QH.js";
|
|
57
57
|
import "./chunk-UUSRWSSX.js";
|
|
58
58
|
import "./chunk-CKH4KQ4E.js";
|
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
formatDoctorReport,
|
|
75
75
|
loadContextFiles,
|
|
76
76
|
writeCrashLog
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-NB7LR3TP.js";
|
|
78
78
|
import {
|
|
79
79
|
ProviderRegistry
|
|
80
80
|
} from "./chunk-62R7CACG.js";
|
|
@@ -94,7 +94,7 @@ import {
|
|
|
94
94
|
trustHook,
|
|
95
95
|
trustPlugin,
|
|
96
96
|
untrustHook
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-TQPU3J4P.js";
|
|
98
98
|
import {
|
|
99
99
|
CONTENT_ONLY_STREAM_REMINDER,
|
|
100
100
|
TEE_FINAL_USER_NUDGE,
|
|
@@ -116,7 +116,7 @@ import {
|
|
|
116
116
|
} from "./chunk-ODYTXQ26.js";
|
|
117
117
|
import {
|
|
118
118
|
ConfigManager
|
|
119
|
-
} from "./chunk-
|
|
119
|
+
} from "./chunk-XTMHBOHG.js";
|
|
120
120
|
import {
|
|
121
121
|
AuthError,
|
|
122
122
|
ProviderError,
|
|
@@ -130,7 +130,7 @@ import {
|
|
|
130
130
|
import {
|
|
131
131
|
fileCheckpoints
|
|
132
132
|
} from "./chunk-4BKXL7SM.js";
|
|
133
|
-
import "./chunk-
|
|
133
|
+
import "./chunk-YH657UWU.js";
|
|
134
134
|
import {
|
|
135
135
|
AGENTIC_BEHAVIOR_GUIDELINE,
|
|
136
136
|
AUTHOR,
|
|
@@ -149,7 +149,7 @@ import {
|
|
|
149
149
|
SKILLS_DIR_NAME,
|
|
150
150
|
VERSION,
|
|
151
151
|
buildUserIdentityPrompt
|
|
152
|
-
} from "./chunk-
|
|
152
|
+
} from "./chunk-ZOLZ6JPG.js";
|
|
153
153
|
import {
|
|
154
154
|
buildChatIndex,
|
|
155
155
|
clearChatIndex,
|
|
@@ -1821,7 +1821,7 @@ No tools match "${filter}".
|
|
|
1821
1821
|
const { join: join7 } = await import("path");
|
|
1822
1822
|
const { existsSync: existsSync6 } = await import("fs");
|
|
1823
1823
|
const { getGitRoot: getGitRoot2 } = await import("./git-context-EXOEHQSF.js");
|
|
1824
|
-
const { MCP_PROJECT_CONFIG_NAME: MCP_PROJECT_CONFIG_NAME2 } = await import("./constants-
|
|
1824
|
+
const { MCP_PROJECT_CONFIG_NAME: MCP_PROJECT_CONFIG_NAME2 } = await import("./constants-EOWAB3VR.js");
|
|
1825
1825
|
const { approveProject, hashMcpFile } = await import("./project-trust-NKYHL3VZ.js");
|
|
1826
1826
|
const cwd = process.cwd();
|
|
1827
1827
|
const projectRoot = getGitRoot2(cwd) ?? cwd;
|
|
@@ -2800,7 +2800,7 @@ function createReviewCommands() {
|
|
|
2800
2800
|
usage: "/test [command|filter]",
|
|
2801
2801
|
async execute(args, ctx) {
|
|
2802
2802
|
try {
|
|
2803
|
-
const { executeTests } = await import("./run-tests-
|
|
2803
|
+
const { executeTests } = await import("./run-tests-ZBX476UL.js");
|
|
2804
2804
|
const argStr = args.join(" ").trim();
|
|
2805
2805
|
let testArgs = {};
|
|
2806
2806
|
if (argStr) {
|
|
@@ -7745,7 +7745,7 @@ program.command("web").description("Start Web UI server with browser-based chat
|
|
|
7745
7745
|
console.error("Error: Invalid port number. Must be between 1 and 65535.");
|
|
7746
7746
|
process.exit(1);
|
|
7747
7747
|
}
|
|
7748
|
-
const { startWebServer } = await import("./server-
|
|
7748
|
+
const { startWebServer } = await import("./server-6IDBCCJ2.js");
|
|
7749
7749
|
await startWebServer({ port, host: options.host });
|
|
7750
7750
|
});
|
|
7751
7751
|
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) => {
|
|
@@ -7912,11 +7912,11 @@ program.command("sessions").description("List recent conversation sessions").opt
|
|
|
7912
7912
|
console.log(footer + "\n");
|
|
7913
7913
|
});
|
|
7914
7914
|
program.command("usage").description("Show token + cost usage grouped by provider/model (cross-session)").option("--days <n>", "Only the last N days (inclusive of today)").option("--month <ym>", "Only a specific month, format YYYY-MM (e.g. 2026-06)").option("--json", "Output as JSON (for scripting)").action(async (options) => {
|
|
7915
|
-
const { runUsageCli } = await import("./usage-
|
|
7915
|
+
const { runUsageCli } = await import("./usage-2VGL3YWF.js");
|
|
7916
7916
|
await runUsageCli(options);
|
|
7917
7917
|
});
|
|
7918
7918
|
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) => {
|
|
7919
|
-
const { runDoctorCli } = await import("./doctor-cli-
|
|
7919
|
+
const { runDoctorCli } = await import("./doctor-cli-4YVKJESI.js");
|
|
7920
7920
|
const argv = process.argv.slice(2);
|
|
7921
7921
|
await runDoctorCli({
|
|
7922
7922
|
json: !!options.json || argv.includes("--json"),
|
|
@@ -7925,7 +7925,7 @@ program.command("doctor").description("Health check: API keys, config, MCP, rece
|
|
|
7925
7925
|
});
|
|
7926
7926
|
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) => {
|
|
7927
7927
|
try {
|
|
7928
|
-
const batch = await import("./batch-
|
|
7928
|
+
const batch = await import("./batch-FLMFMR3R.js");
|
|
7929
7929
|
switch (action) {
|
|
7930
7930
|
case "submit":
|
|
7931
7931
|
if (!arg) {
|
|
@@ -7968,7 +7968,7 @@ program.command("batch <action> [arg] [arg2]").description("Anthropic Message Ba
|
|
|
7968
7968
|
}
|
|
7969
7969
|
});
|
|
7970
7970
|
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) => {
|
|
7971
|
-
const { startMcpServer } = await import("./server-
|
|
7971
|
+
const { startMcpServer } = await import("./server-4XGNHG6P.js");
|
|
7972
7972
|
await startMcpServer({
|
|
7973
7973
|
allowDestructive: !!options.allowDestructive,
|
|
7974
7974
|
allowOutsideCwd: !!options.allowOutsideCwd,
|
|
@@ -7981,7 +7981,7 @@ program.command("pr <action> [target]").description("PR review helpers: review |
|
|
|
7981
7981
|
console.error(`Unknown pr action: ${action}. Use review | security-review | summarize.`);
|
|
7982
7982
|
process.exit(1);
|
|
7983
7983
|
}
|
|
7984
|
-
const { runPrCli } = await import("./pr-
|
|
7984
|
+
const { runPrCli } = await import("./pr-QJFFSYEU.js");
|
|
7985
7985
|
const result = await runPrCli({
|
|
7986
7986
|
action,
|
|
7987
7987
|
target,
|
|
@@ -8001,8 +8001,8 @@ program.command("pr <action> [target]").description("PR review helpers: review |
|
|
|
8001
8001
|
process.exit(result.exitCode);
|
|
8002
8002
|
});
|
|
8003
8003
|
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 or URL; diff fetched via gh pr diff <value>", (v) => /^#?\d+$/.test(v) ? parseInt(v.replace(/^#/, ""), 10) : v).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)").option("--json", "Output a structured JSON report").option("--markdown", "Output Markdown report (default)").option("--sarif", "Output SARIF 2.1.0 for code scanning artifacts").option("--fail-on-security-high", "Fail when the security review contains HIGH/CRITICAL findings (default)").option("--no-fail-on-security-high", "Do not fail on security HIGH/CRITICAL findings").option("--fail-on-test-failure", "Fail when the report mentions test failures (default)").option("--no-fail-on-test-failure", "Do not fail on test failure findings").option("--fail-on-lint-failure", "Fail when the report mentions lint/typecheck failures (default)").option("--no-fail-on-lint-failure", "Do not fail on lint/typecheck failure findings").action(async (options) => {
|
|
8004
|
-
const { runCi } = await import("./ci-
|
|
8005
|
-
const { formatCiResult } = await import("./ci-format-
|
|
8004
|
+
const { runCi } = await import("./ci-SI2VXE4Q.js");
|
|
8005
|
+
const { formatCiResult } = await import("./ci-format-SFTFN3SE.js");
|
|
8006
8006
|
const formats = [options.json, options.markdown, options.sarif].filter(Boolean).length;
|
|
8007
8007
|
if (formats > 1) {
|
|
8008
8008
|
console.error("Choose only one output format: --json, --markdown, or --sarif.");
|
|
@@ -8160,7 +8160,7 @@ program.command("hub [topic]").description("Start multi-agent hub (discuss / bra
|
|
|
8160
8160
|
config.get("customProviders"),
|
|
8161
8161
|
config.getConfigDir()
|
|
8162
8162
|
);
|
|
8163
|
-
const { startHub } = await import("./hub-
|
|
8163
|
+
const { startHub } = await import("./hub-6IKXR32G.js");
|
|
8164
8164
|
await startHub(
|
|
8165
8165
|
{
|
|
8166
8166
|
topic: topic ?? "",
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
countSeverity,
|
|
4
4
|
runCi
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-5T746UEU.js";
|
|
6
|
+
import "./chunk-ADARC33O.js";
|
|
7
7
|
import {
|
|
8
8
|
buildReviewPrompt,
|
|
9
9
|
buildSecurityReviewPrompt,
|
|
@@ -15,11 +15,11 @@ import {
|
|
|
15
15
|
import "./chunk-ODYTXQ26.js";
|
|
16
16
|
import {
|
|
17
17
|
ConfigManager
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-XTMHBOHG.js";
|
|
19
19
|
import "./chunk-5ULLIOVC.js";
|
|
20
20
|
import {
|
|
21
21
|
VERSION
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-ZOLZ6JPG.js";
|
|
23
23
|
import "./chunk-IW3Q7AE5.js";
|
|
24
24
|
|
|
25
25
|
// src/cli/pr.ts
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
ToolRegistry
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-FWAA3ARX.js";
|
|
5
5
|
import "./chunk-K3CF65QH.js";
|
|
6
6
|
import "./chunk-UUSRWSSX.js";
|
|
7
7
|
import "./chunk-CKH4KQ4E.js";
|
|
8
8
|
import "./chunk-BXP6YZ2P.js";
|
|
9
9
|
import {
|
|
10
10
|
runTool
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-TQPU3J4P.js";
|
|
12
12
|
import {
|
|
13
13
|
getDangerLevel,
|
|
14
14
|
schemaToJsonSchema
|
|
@@ -16,10 +16,10 @@ import {
|
|
|
16
16
|
import "./chunk-5ULLIOVC.js";
|
|
17
17
|
import "./chunk-HOSJZMQS.js";
|
|
18
18
|
import "./chunk-4BKXL7SM.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-YH657UWU.js";
|
|
20
20
|
import {
|
|
21
21
|
VERSION
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-ZOLZ6JPG.js";
|
|
23
23
|
import "./chunk-NVUCDUXE.js";
|
|
24
24
|
import "./chunk-KHYD3WXE.js";
|
|
25
25
|
import "./chunk-B5TYJO7V.js";
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
scanDirTree,
|
|
24
24
|
scanProject,
|
|
25
25
|
setupProxy
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-75TAFSFZ.js";
|
|
27
27
|
import {
|
|
28
28
|
buildReviewPrompt,
|
|
29
29
|
buildSecurityReviewPrompt
|
|
@@ -67,7 +67,7 @@ import {
|
|
|
67
67
|
truncateOutput,
|
|
68
68
|
undoStack,
|
|
69
69
|
updateMemoryApproval
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-FWAA3ARX.js";
|
|
71
71
|
import "./chunk-K3CF65QH.js";
|
|
72
72
|
import "./chunk-UUSRWSSX.js";
|
|
73
73
|
import "./chunk-CKH4KQ4E.js";
|
|
@@ -84,7 +84,7 @@ import {
|
|
|
84
84
|
buildDoctorReport,
|
|
85
85
|
formatDoctorReport,
|
|
86
86
|
loadContextFiles
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-NB7LR3TP.js";
|
|
88
88
|
import {
|
|
89
89
|
ProviderRegistry
|
|
90
90
|
} from "./chunk-62R7CACG.js";
|
|
@@ -102,7 +102,7 @@ import {
|
|
|
102
102
|
runTool,
|
|
103
103
|
setPluginEnabled,
|
|
104
104
|
trustPlugin
|
|
105
|
-
} from "./chunk-
|
|
105
|
+
} from "./chunk-TQPU3J4P.js";
|
|
106
106
|
import {
|
|
107
107
|
CONTENT_ONLY_STREAM_REMINDER,
|
|
108
108
|
TEE_FINAL_USER_NUDGE,
|
|
@@ -121,7 +121,7 @@ import {
|
|
|
121
121
|
} from "./chunk-ODYTXQ26.js";
|
|
122
122
|
import {
|
|
123
123
|
ConfigManager
|
|
124
|
-
} from "./chunk-
|
|
124
|
+
} from "./chunk-XTMHBOHG.js";
|
|
125
125
|
import "./chunk-5ULLIOVC.js";
|
|
126
126
|
import {
|
|
127
127
|
formatGitContextForPrompt,
|
|
@@ -129,7 +129,7 @@ import {
|
|
|
129
129
|
getGitRoot
|
|
130
130
|
} from "./chunk-HOSJZMQS.js";
|
|
131
131
|
import "./chunk-4BKXL7SM.js";
|
|
132
|
-
import "./chunk-
|
|
132
|
+
import "./chunk-YH657UWU.js";
|
|
133
133
|
import {
|
|
134
134
|
AGENTIC_BEHAVIOR_GUIDELINE,
|
|
135
135
|
AUTHOR,
|
|
@@ -146,7 +146,7 @@ import {
|
|
|
146
146
|
SKILLS_DIR_NAME,
|
|
147
147
|
VERSION,
|
|
148
148
|
buildUserIdentityPrompt
|
|
149
|
-
} from "./chunk-
|
|
149
|
+
} from "./chunk-ZOLZ6JPG.js";
|
|
150
150
|
import "./chunk-NVUCDUXE.js";
|
|
151
151
|
import "./chunk-KHYD3WXE.js";
|
|
152
152
|
import {
|
|
@@ -1593,7 +1593,7 @@ async function handleSecurityReview(args, ctx) {
|
|
|
1593
1593
|
async function handleTest(args, ctx) {
|
|
1594
1594
|
ctx.send({ type: "info", message: "\u{1F9EA} Running tests..." });
|
|
1595
1595
|
try {
|
|
1596
|
-
const { executeTests } = await import("./run-tests-
|
|
1596
|
+
const { executeTests } = await import("./run-tests-ZBX476UL.js");
|
|
1597
1597
|
const argStr = args.join(" ").trim();
|
|
1598
1598
|
let testArgs = {};
|
|
1599
1599
|
if (argStr) {
|
|
@@ -3,14 +3,14 @@ import {
|
|
|
3
3
|
ToolRegistry,
|
|
4
4
|
googleSearchContext,
|
|
5
5
|
truncateOutput
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-FWAA3ARX.js";
|
|
7
7
|
import "./chunk-K3CF65QH.js";
|
|
8
8
|
import "./chunk-UUSRWSSX.js";
|
|
9
9
|
import "./chunk-CKH4KQ4E.js";
|
|
10
10
|
import "./chunk-BXP6YZ2P.js";
|
|
11
11
|
import {
|
|
12
12
|
runTool
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-TQPU3J4P.js";
|
|
14
14
|
import {
|
|
15
15
|
getDangerLevel,
|
|
16
16
|
runLeanAgentLoop
|
|
@@ -18,10 +18,10 @@ import {
|
|
|
18
18
|
import "./chunk-5ULLIOVC.js";
|
|
19
19
|
import "./chunk-HOSJZMQS.js";
|
|
20
20
|
import "./chunk-4BKXL7SM.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-YH657UWU.js";
|
|
22
22
|
import {
|
|
23
23
|
SUBAGENT_ALLOWED_TOOLS
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-ZOLZ6JPG.js";
|
|
25
25
|
import "./chunk-NVUCDUXE.js";
|
|
26
26
|
import "./chunk-KHYD3WXE.js";
|
|
27
27
|
import "./chunk-B5TYJO7V.js";
|
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
} from "./chunk-E44DTERW.js";
|
|
9
9
|
import {
|
|
10
10
|
ConfigManager
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-XTMHBOHG.js";
|
|
12
12
|
import "./chunk-5ULLIOVC.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-ZOLZ6JPG.js";
|
|
14
14
|
import "./chunk-IW3Q7AE5.js";
|
|
15
15
|
|
|
16
16
|
// src/cli/usage.ts
|