jinzd-ai-cli 0.4.153 → 0.4.155
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-DBRN4MCC.js → batch-LS3IJVBK.js} +2 -2
- package/dist/{chat-index-LUQWWLKO.js → chat-index-IF4EINLQ.js} +2 -1
- package/dist/{chunk-D62BVFP7.js → chunk-B3LFGPU2.js} +1 -1
- package/dist/{chunk-EIIMBVXN.js → chunk-CIZQZ7CC.js} +23 -787
- package/dist/{chunk-TURORFH2.js → chunk-D6GJTJQH.js} +1 -1
- package/dist/{chunk-OP3I24WL.js → chunk-E5ICQT3P.js} +4 -4
- package/dist/{chunk-UWW3EWER.js → chunk-IBBYW6PM.js} +1 -1
- package/dist/{chunk-OT2HLGSO.js → chunk-JOJRBV2K.js} +1 -1
- package/dist/{chunk-LJPB4ZER.js → chunk-JXSWY54M.js} +1 -1
- package/dist/{chunk-EYJQJZJ6.js → chunk-NFRTSL3N.js} +1 -1
- package/dist/{chunk-M4GJOBWN.js → chunk-O6MLS5QO.js} +63 -23
- package/dist/chunk-SLSWPBK3.js +120 -0
- package/dist/chunk-TOTEUETI.js +768 -0
- package/dist/{chunk-RXM76HB7.js → chunk-U5MY24UZ.js} +3 -117
- package/dist/{ci-UEEUSELV.js → ci-34ZQH43L.js} +2 -2
- package/dist/{constants-43EVHE2E.js → constants-DQ5VJOGS.js} +1 -1
- package/dist/{doctor-cli-ZT674MCQ.js → doctor-cli-TSCI4ORL.js} +4 -4
- package/dist/electron-server.js +2 -2
- package/dist/{hub-MDQNJOMV.js → hub-ZILVZWI2.js} +81 -7
- package/dist/{hub-server-VPXCBWLA.js → hub-server-OH7AYQIW.js} +1 -1
- package/dist/index.js +32 -22
- package/dist/persist-3EBOLHFZ.js +52 -0
- package/dist/{run-tests-DCT5LWBB.js → run-tests-5CJRMOMI.js} +1 -1
- package/dist/{run-tests-EYZ2JZ4X.js → run-tests-5KWCHBQS.js} +2 -2
- package/dist/{server-OIYBFKS2.js → server-35OQV62B.js} +16 -13
- package/dist/{server-MQWFO2GJ.js → server-DVIP7NLW.js} +6 -5
- package/dist/{task-orchestrator-BGQBNKAI.js → task-orchestrator-AXSS7ROD.js} +6 -5
- package/package.json +1 -1
|
@@ -5,16 +5,18 @@ import {
|
|
|
5
5
|
} from "./chunk-GXB7YKF2.js";
|
|
6
6
|
import {
|
|
7
7
|
McpManager,
|
|
8
|
-
SessionManager,
|
|
9
8
|
SkillManager,
|
|
10
9
|
autoTrimSessionIfNeeded,
|
|
11
10
|
computeCost,
|
|
12
11
|
formatCost,
|
|
13
|
-
getContentText,
|
|
14
12
|
loadDevState,
|
|
15
13
|
persistToolRound,
|
|
16
14
|
setupProxy
|
|
17
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-CIZQZ7CC.js";
|
|
16
|
+
import {
|
|
17
|
+
SessionManager,
|
|
18
|
+
getContentText
|
|
19
|
+
} from "./chunk-TOTEUETI.js";
|
|
18
20
|
import {
|
|
19
21
|
CONTENT_ONLY_STREAM_REMINDER,
|
|
20
22
|
HALLUCINATION_CORRECTION_MESSAGE,
|
|
@@ -31,7 +33,7 @@ import {
|
|
|
31
33
|
} from "./chunk-AIZOARZY.js";
|
|
32
34
|
import {
|
|
33
35
|
ConfigManager
|
|
34
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-IBBYW6PM.js";
|
|
35
37
|
import {
|
|
36
38
|
ToolExecutor,
|
|
37
39
|
ToolRegistry,
|
|
@@ -49,13 +51,13 @@ import {
|
|
|
49
51
|
spawnAgentContext,
|
|
50
52
|
truncateOutput,
|
|
51
53
|
undoStack
|
|
52
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-E5ICQT3P.js";
|
|
53
55
|
import "./chunk-HDSKW7Q3.js";
|
|
54
56
|
import "./chunk-ZWVIDFGY.js";
|
|
55
|
-
import "./chunk-
|
|
57
|
+
import "./chunk-JOJRBV2K.js";
|
|
56
58
|
import {
|
|
57
59
|
runTool
|
|
58
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-NFRTSL3N.js";
|
|
59
61
|
import {
|
|
60
62
|
getDangerLevel
|
|
61
63
|
} from "./chunk-NXXNLLSG.js";
|
|
@@ -78,14 +80,15 @@ import {
|
|
|
78
80
|
SKILLS_DIR_NAME,
|
|
79
81
|
VERSION,
|
|
80
82
|
buildUserIdentityPrompt
|
|
81
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-B3LFGPU2.js";
|
|
82
84
|
import {
|
|
83
85
|
formatGitContextForPrompt,
|
|
84
86
|
getGitContext,
|
|
85
87
|
getGitRoot
|
|
86
88
|
} from "./chunk-HOSJZMQS.js";
|
|
87
89
|
import "./chunk-4BKXL7SM.js";
|
|
88
|
-
import "./chunk-
|
|
90
|
+
import "./chunk-U5MY24UZ.js";
|
|
91
|
+
import "./chunk-SLSWPBK3.js";
|
|
89
92
|
import "./chunk-KHYD3WXE.js";
|
|
90
93
|
import "./chunk-VNNYHW6N.js";
|
|
91
94
|
import "./chunk-OVWE4E46.js";
|
|
@@ -2462,7 +2465,7 @@ ${undoResults.map((r) => ` \u2022 ${r}`).join("\n")}` });
|
|
|
2462
2465
|
case "test": {
|
|
2463
2466
|
this.send({ type: "info", message: "\u{1F9EA} Running tests..." });
|
|
2464
2467
|
try {
|
|
2465
|
-
const { executeTests } = await import("./run-tests-
|
|
2468
|
+
const { executeTests } = await import("./run-tests-5KWCHBQS.js");
|
|
2466
2469
|
const argStr = args.join(" ").trim();
|
|
2467
2470
|
let testArgs = {};
|
|
2468
2471
|
if (argStr) {
|
|
@@ -2986,7 +2989,7 @@ Add .md files to create commands.` });
|
|
|
2986
2989
|
return;
|
|
2987
2990
|
}
|
|
2988
2991
|
try {
|
|
2989
|
-
const { searchChatMemory, loadChatIndex } = await import("./chat-index-
|
|
2992
|
+
const { searchChatMemory, loadChatIndex } = await import("./chat-index-IF4EINLQ.js");
|
|
2990
2993
|
const loaded = loadChatIndex();
|
|
2991
2994
|
if (!loaded || loaded.idx.chunks.length === 0) {
|
|
2992
2995
|
this.send({ type: "memory_hits", query: q, hits: [], indexMissing: true });
|
|
@@ -3022,7 +3025,7 @@ Add .md files to create commands.` });
|
|
|
3022
3025
|
}
|
|
3023
3026
|
async handleMemoryStatus() {
|
|
3024
3027
|
try {
|
|
3025
|
-
const { getChatIndexStatus } = await import("./chat-index-
|
|
3028
|
+
const { getChatIndexStatus } = await import("./chat-index-IF4EINLQ.js");
|
|
3026
3029
|
const s = getChatIndexStatus();
|
|
3027
3030
|
this.send({
|
|
3028
3031
|
type: "memory_status",
|
|
@@ -3047,7 +3050,7 @@ Add .md files to create commands.` });
|
|
|
3047
3050
|
type: "info",
|
|
3048
3051
|
message: full ? "\u{1F9E0} Rebuilding chat memory index (this may take a while on first run \u2014 ~117 MB embedder)." : "\u{1F9E0} Refreshing chat memory index (incremental)\u2026"
|
|
3049
3052
|
});
|
|
3050
|
-
const { buildChatIndex } = await import("./chat-index-
|
|
3053
|
+
const { buildChatIndex } = await import("./chat-index-IF4EINLQ.js");
|
|
3051
3054
|
const stats = await buildChatIndex({
|
|
3052
3055
|
full,
|
|
3053
3056
|
onProgress: (p) => {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
ToolRegistry
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-E5ICQT3P.js";
|
|
5
5
|
import "./chunk-HDSKW7Q3.js";
|
|
6
6
|
import "./chunk-ZWVIDFGY.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-JOJRBV2K.js";
|
|
8
8
|
import {
|
|
9
9
|
runTool
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-NFRTSL3N.js";
|
|
11
11
|
import {
|
|
12
12
|
getDangerLevel,
|
|
13
13
|
schemaToJsonSchema
|
|
@@ -15,9 +15,10 @@ import {
|
|
|
15
15
|
import "./chunk-2ZD3YTVM.js";
|
|
16
16
|
import {
|
|
17
17
|
VERSION
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-B3LFGPU2.js";
|
|
19
19
|
import "./chunk-4BKXL7SM.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-U5MY24UZ.js";
|
|
21
|
+
import "./chunk-SLSWPBK3.js";
|
|
21
22
|
import "./chunk-KHYD3WXE.js";
|
|
22
23
|
import "./chunk-VNNYHW6N.js";
|
|
23
24
|
import "./chunk-OVWE4E46.js";
|
|
@@ -3,22 +3,23 @@ import {
|
|
|
3
3
|
ToolRegistry,
|
|
4
4
|
googleSearchContext,
|
|
5
5
|
truncateOutput
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-E5ICQT3P.js";
|
|
7
7
|
import "./chunk-HDSKW7Q3.js";
|
|
8
8
|
import "./chunk-ZWVIDFGY.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-JOJRBV2K.js";
|
|
10
10
|
import {
|
|
11
11
|
runTool
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-NFRTSL3N.js";
|
|
13
13
|
import {
|
|
14
14
|
getDangerLevel
|
|
15
15
|
} from "./chunk-NXXNLLSG.js";
|
|
16
16
|
import "./chunk-2ZD3YTVM.js";
|
|
17
17
|
import {
|
|
18
18
|
SUBAGENT_ALLOWED_TOOLS
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-B3LFGPU2.js";
|
|
20
20
|
import "./chunk-4BKXL7SM.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-U5MY24UZ.js";
|
|
22
|
+
import "./chunk-SLSWPBK3.js";
|
|
22
23
|
import "./chunk-KHYD3WXE.js";
|
|
23
24
|
import "./chunk-VNNYHW6N.js";
|
|
24
25
|
import "./chunk-OVWE4E46.js";
|