jinzd-ai-cli 0.4.247 → 0.4.249
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-UE7XQMQB.js → batch-3QWFWODX.js} +2 -2
- package/dist/{chunk-S7ZS7X23.js → chunk-2QZMITSL.js} +13 -0
- package/dist/{chunk-VPM5WRJ2.js → chunk-3KVCJEOO.js} +4 -4
- package/dist/{chunk-KPRU6QY3.js → chunk-54JJXHVI.js} +2 -2
- package/dist/{chunk-IP7LPVRW.js → chunk-AKIFD2ST.js} +1 -1
- package/dist/{chunk-VN6OGMSV.js → chunk-DCOIW3XR.js} +1 -1
- package/dist/{chunk-YVMACMXW.js → chunk-EWLXBTSC.js} +1 -1
- package/dist/{chunk-E44DTERW.js → chunk-GUOLPI33.js} +3 -0
- package/dist/{chunk-Q2OMGJIQ.js → chunk-KTBEPJI4.js} +4 -4
- package/dist/{chunk-REBKFMF3.js → chunk-MBDIRP6T.js} +1 -1
- package/dist/{chunk-4GKWLTU3.js → chunk-MRP4I6JS.js} +4 -4
- package/dist/{chunk-6Q2XAWKP.js → chunk-OLDX4A5Q.js} +1 -1
- package/dist/{chunk-RZV6WSER.js → chunk-OV74COQP.js} +1 -1
- package/dist/{chunk-3IIKIWT2.js → chunk-STICPTFQ.js} +1 -1
- package/dist/{chunk-TBXMRJHS.js → chunk-W4AHFL6E.js} +1 -1
- package/dist/{chunk-3IM53IFO.js → chunk-W5WUW6MU.js} +1 -1
- package/dist/{chunk-4EZWVX7G.js → chunk-ZLYPVLAO.js} +1 -1
- package/dist/{ci-EY6USUO7.js → ci-QIRER3XK.js} +5 -5
- package/dist/{ci-format-CZNUUWEV.js → ci-format-ZGXIMQSO.js} +2 -2
- package/dist/{constants-UDRMWAPN.js → constants-PZGUOFH6.js} +1 -1
- package/dist/{doctor-cli-GY654USP.js → doctor-cli-T4DKRAHJ.js} +5 -5
- package/dist/electron-server.js +22 -6
- package/dist/{hub-L2WX4255.js → hub-T2H5PKYC.js} +1 -1
- package/dist/index.js +23 -23
- package/dist/{persistent-memory-G24RJ5LA.js → persistent-memory-CV5DY2GH.js} +2 -2
- package/dist/{persistent-memory-JCX3P2CF.js → persistent-memory-QHQDU5E7.js} +2 -2
- package/dist/{pr-B5P2M6DV.js → pr-NJPN74KT.js} +5 -5
- package/dist/{run-tests-N2JQGL4C.js → run-tests-AKJHS6DK.js} +2 -2
- package/dist/{run-tests-QEIR322E.js → run-tests-EKIALK2T.js} +2 -2
- package/dist/{server-QDMMCD3O.js → server-XGAWZXA6.js} +13 -13
- package/dist/{server-4OAE6OEK.js → server-YONCX7AS.js} +5 -5
- package/dist/{task-orchestrator-VZXU2HK3.js → task-orchestrator-LPIHHOSU.js} +5 -5
- package/dist/{usage-LH3LNYAS.js → usage-Y27WXLNH.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-W4AHFL6E.js";
|
|
5
5
|
import "./chunk-5ULLIOVC.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-OLDX4A5Q.js";
|
|
7
7
|
import {
|
|
8
8
|
atomicWriteFileSync
|
|
9
9
|
} from "./chunk-IW3Q7AE5.js";
|
|
@@ -1588,6 +1588,7 @@ var KimiProvider = class _KimiProvider extends OpenAICompatibleProvider {
|
|
|
1588
1588
|
* 其他值会收到 400 "invalid temperature: only 1 is allowed for this model"。
|
|
1589
1589
|
*/
|
|
1590
1590
|
static TEMP_1_MODELS = /* @__PURE__ */ new Set([
|
|
1591
|
+
"kimi-k3",
|
|
1591
1592
|
"kimi-k2.6",
|
|
1592
1593
|
"kimi-k2.5",
|
|
1593
1594
|
"kimi-k2-thinking",
|
|
@@ -1614,6 +1615,18 @@ var KimiProvider = class _KimiProvider extends OpenAICompatibleProvider {
|
|
|
1614
1615
|
requiresApiKey: true,
|
|
1615
1616
|
baseUrl: this.defaultBaseUrl,
|
|
1616
1617
|
models: [
|
|
1618
|
+
// Kimi K3(2026-07 旗舰,1M 上下文,多步推理 + 原生 vision)。
|
|
1619
|
+
// 官方文档核实(platform.kimi.ai/docs/guide/kimi-k3-quickstart):
|
|
1620
|
+
// - contextWindow 1M(1048576);code 就是 `kimi-k3`(UI 名 "K3 · Max" ≠ API code)
|
|
1621
|
+
// - temperature 固定 1.0(已并入 TEMP_1_MODELS)
|
|
1622
|
+
// - vision 走 base64 / ms://file-id(不收公网 URL)——本版未接图片输入路径,仅文本/工具
|
|
1623
|
+
// 默认仍保持 kimi-k2.6(K3 输出 $15/MTok 偏贵,按需 /model kimi-k3)。
|
|
1624
|
+
{
|
|
1625
|
+
id: "kimi-k3",
|
|
1626
|
+
displayName: "Kimi K3",
|
|
1627
|
+
contextWindow: 1048576,
|
|
1628
|
+
supportsStreaming: true
|
|
1629
|
+
},
|
|
1617
1630
|
// Kimi K2.6 / K2.5 系列(最新一代,推荐)
|
|
1618
1631
|
{
|
|
1619
1632
|
id: "kimi-k2.6",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
evaluateCiGate,
|
|
4
4
|
normalizeCiThresholds
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-DCOIW3XR.js";
|
|
6
6
|
import {
|
|
7
7
|
buildReviewPrompt,
|
|
8
8
|
buildSecurityReviewPrompt,
|
|
@@ -10,13 +10,13 @@ import {
|
|
|
10
10
|
} from "./chunk-HLWUDRBO.js";
|
|
11
11
|
import {
|
|
12
12
|
ProviderRegistry
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-2QZMITSL.js";
|
|
14
14
|
import {
|
|
15
15
|
ConfigManager
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-W4AHFL6E.js";
|
|
17
17
|
import {
|
|
18
18
|
VERSION
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-OLDX4A5Q.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-KTBEPJI4.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-OLDX4A5Q.js";
|
|
15
15
|
import {
|
|
16
16
|
atomicWriteFileSync
|
|
17
17
|
} from "./chunk-IW3Q7AE5.js";
|
|
@@ -51,6 +51,9 @@ var PRICING_TABLE = {
|
|
|
51
51
|
"moonshot-v1-128k": { input: 0.83, output: 0.83 },
|
|
52
52
|
"kimi-k2": { input: 0.6, output: 2.5 },
|
|
53
53
|
"kimi-latest": { input: 0.6, output: 2.5 },
|
|
54
|
+
// Kimi K3(2026-07 旗舰,1M 上下文)官方定价 platform.kimi.ai/pricing/chat-k3:
|
|
55
|
+
// 输入 cache-miss $3.00 / cache-hit $0.30,输出 $15.00(/MTok)。
|
|
56
|
+
"kimi-k3": { input: 3, output: 15, cacheRead: 0.3 },
|
|
54
57
|
// ── Zhipu GLM ─────────────────────────────────────────────────
|
|
55
58
|
"glm-4-plus": { input: 0.7, output: 0.7 },
|
|
56
59
|
"glm-4": { input: 0.14, output: 0.14 },
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
searchPersistentMemories,
|
|
8
8
|
touchMemoryReferences,
|
|
9
9
|
updateMemoryEntry
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-OV74COQP.js";
|
|
11
11
|
import {
|
|
12
12
|
indexProject
|
|
13
13
|
} from "./chunk-GLSR2NR3.js";
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
runHook,
|
|
24
24
|
runLifecycleHooks,
|
|
25
25
|
runTool
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-W5WUW6MU.js";
|
|
27
27
|
import {
|
|
28
28
|
getDangerLevel,
|
|
29
29
|
isFileWriteTool,
|
|
@@ -39,14 +39,14 @@ import {
|
|
|
39
39
|
} from "./chunk-4BKXL7SM.js";
|
|
40
40
|
import {
|
|
41
41
|
runTestsTool
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-STICPTFQ.js";
|
|
43
43
|
import {
|
|
44
44
|
CONFIG_DIR_NAME,
|
|
45
45
|
DEFAULT_MAX_TOOL_OUTPUT_CHARS_CAP,
|
|
46
46
|
SUBAGENT_ALLOWED_TOOLS,
|
|
47
47
|
SUBAGENT_DEFAULT_MAX_ROUNDS,
|
|
48
48
|
SUBAGENT_MAX_ROUNDS_LIMIT
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-OLDX4A5Q.js";
|
|
50
50
|
import {
|
|
51
51
|
loadChatIndex,
|
|
52
52
|
searchChatMemory
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
ProviderRegistry
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-2QZMITSL.js";
|
|
5
5
|
import {
|
|
6
6
|
ConfigManager
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-W4AHFL6E.js";
|
|
8
8
|
import {
|
|
9
9
|
getActivePluginAssets,
|
|
10
10
|
getPendingHookTrust,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
listHooks,
|
|
15
15
|
listInstalledPlugins,
|
|
16
16
|
resetStats
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-W5WUW6MU.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-OLDX4A5Q.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-3KVCJEOO.js";
|
|
7
|
+
import "./chunk-DCOIW3XR.js";
|
|
8
8
|
import "./chunk-HLWUDRBO.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-2QZMITSL.js";
|
|
10
|
+
import "./chunk-W4AHFL6E.js";
|
|
11
11
|
import "./chunk-O3XSFPYH.js";
|
|
12
12
|
import "./chunk-5ULLIOVC.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-OLDX4A5Q.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-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-MRP4I6JS.js";
|
|
6
|
+
import "./chunk-2QZMITSL.js";
|
|
7
|
+
import "./chunk-W4AHFL6E.js";
|
|
8
|
+
import "./chunk-W5WUW6MU.js";
|
|
9
9
|
import "./chunk-O3XSFPYH.js";
|
|
10
10
|
import "./chunk-5ULLIOVC.js";
|
|
11
11
|
import "./chunk-HOSJZMQS.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-OLDX4A5Q.js";
|
|
13
13
|
import "./chunk-IW3Q7AE5.js";
|
|
14
14
|
export {
|
|
15
15
|
formatDoctorReport,
|
package/dist/electron-server.js
CHANGED
|
@@ -34,14 +34,14 @@ import {
|
|
|
34
34
|
touchMemoryReferences,
|
|
35
35
|
updateMemoryApproval,
|
|
36
36
|
updateMemoryEntry
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-MBDIRP6T.js";
|
|
38
38
|
import {
|
|
39
39
|
redactJson,
|
|
40
40
|
scanString
|
|
41
41
|
} from "./chunk-YVTASHS5.js";
|
|
42
42
|
import {
|
|
43
43
|
runTestsTool
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-AKIFD2ST.js";
|
|
45
45
|
import {
|
|
46
46
|
AGENTIC_BEHAVIOR_GUIDELINE,
|
|
47
47
|
APP_NAME,
|
|
@@ -73,7 +73,7 @@ import {
|
|
|
73
73
|
SUBAGENT_MAX_ROUNDS_LIMIT,
|
|
74
74
|
VERSION,
|
|
75
75
|
buildUserIdentityPrompt
|
|
76
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-ZLYPVLAO.js";
|
|
77
77
|
import {
|
|
78
78
|
hasSemanticIndex,
|
|
79
79
|
semanticSearch
|
|
@@ -3406,6 +3406,7 @@ var KimiProvider = class _KimiProvider extends OpenAICompatibleProvider {
|
|
|
3406
3406
|
* 其他值会收到 400 "invalid temperature: only 1 is allowed for this model"。
|
|
3407
3407
|
*/
|
|
3408
3408
|
static TEMP_1_MODELS = /* @__PURE__ */ new Set([
|
|
3409
|
+
"kimi-k3",
|
|
3409
3410
|
"kimi-k2.6",
|
|
3410
3411
|
"kimi-k2.5",
|
|
3411
3412
|
"kimi-k2-thinking",
|
|
@@ -3432,6 +3433,18 @@ var KimiProvider = class _KimiProvider extends OpenAICompatibleProvider {
|
|
|
3432
3433
|
requiresApiKey: true,
|
|
3433
3434
|
baseUrl: this.defaultBaseUrl,
|
|
3434
3435
|
models: [
|
|
3436
|
+
// Kimi K3(2026-07 旗舰,1M 上下文,多步推理 + 原生 vision)。
|
|
3437
|
+
// 官方文档核实(platform.kimi.ai/docs/guide/kimi-k3-quickstart):
|
|
3438
|
+
// - contextWindow 1M(1048576);code 就是 `kimi-k3`(UI 名 "K3 · Max" ≠ API code)
|
|
3439
|
+
// - temperature 固定 1.0(已并入 TEMP_1_MODELS)
|
|
3440
|
+
// - vision 走 base64 / ms://file-id(不收公网 URL)——本版未接图片输入路径,仅文本/工具
|
|
3441
|
+
// 默认仍保持 kimi-k2.6(K3 输出 $15/MTok 偏贵,按需 /model kimi-k3)。
|
|
3442
|
+
{
|
|
3443
|
+
id: "kimi-k3",
|
|
3444
|
+
displayName: "Kimi K3",
|
|
3445
|
+
contextWindow: 1048576,
|
|
3446
|
+
supportsStreaming: true
|
|
3447
|
+
},
|
|
3435
3448
|
// Kimi K2.6 / K2.5 系列(最新一代,推荐)
|
|
3436
3449
|
{
|
|
3437
3450
|
id: "kimi-k2.6",
|
|
@@ -13425,6 +13438,9 @@ var PRICING_TABLE = {
|
|
|
13425
13438
|
"moonshot-v1-128k": { input: 0.83, output: 0.83 },
|
|
13426
13439
|
"kimi-k2": { input: 0.6, output: 2.5 },
|
|
13427
13440
|
"kimi-latest": { input: 0.6, output: 2.5 },
|
|
13441
|
+
// Kimi K3(2026-07 旗舰,1M 上下文)官方定价 platform.kimi.ai/pricing/chat-k3:
|
|
13442
|
+
// 输入 cache-miss $3.00 / cache-hit $0.30,输出 $15.00(/MTok)。
|
|
13443
|
+
"kimi-k3": { input: 3, output: 15, cacheRead: 0.3 },
|
|
13428
13444
|
// ── Zhipu GLM ─────────────────────────────────────────────────
|
|
13429
13445
|
"glm-4-plus": { input: 0.7, output: 0.7 },
|
|
13430
13446
|
"glm-4": { input: 0.14, output: 0.14 },
|
|
@@ -15111,7 +15127,7 @@ Cache: write=${cacheCreate} read=${cacheRead}` : "";
|
|
|
15111
15127
|
Cost: ${formatCost(cost)}` : "";
|
|
15112
15128
|
let memoryLine = "";
|
|
15113
15129
|
try {
|
|
15114
|
-
const { countPendingMemories } = await import("./persistent-memory-
|
|
15130
|
+
const { countPendingMemories } = await import("./persistent-memory-CV5DY2GH.js");
|
|
15115
15131
|
const pending = countPendingMemories(ctx.config.getConfigDir());
|
|
15116
15132
|
if (pending > 0) memoryLine = `
|
|
15117
15133
|
Memory: \u26A0 ${pending} pending approval \u2014 see the Memory panel or /memory`;
|
|
@@ -15920,7 +15936,7 @@ async function handleSecurityReview(args, ctx) {
|
|
|
15920
15936
|
async function handleTest(args, ctx) {
|
|
15921
15937
|
ctx.send({ type: "info", message: "\u{1F9EA} Running tests..." });
|
|
15922
15938
|
try {
|
|
15923
|
-
const { executeTests } = await import("./run-tests-
|
|
15939
|
+
const { executeTests } = await import("./run-tests-EKIALK2T.js");
|
|
15924
15940
|
const argStr = args.join(" ").trim();
|
|
15925
15941
|
let testArgs = {};
|
|
15926
15942
|
if (argStr) {
|
|
@@ -16184,7 +16200,7 @@ async function handleMemory(args, ctx) {
|
|
|
16184
16200
|
ctx.handleMemoryManage(sub, args[1], sub === "expire" ? args[2] : void 0);
|
|
16185
16201
|
} else if (sub === "export") {
|
|
16186
16202
|
if (args[1] === "md") {
|
|
16187
|
-
const { exportMemoryEntries: exportMemoryEntries2 } = await import("./persistent-memory-
|
|
16203
|
+
const { exportMemoryEntries: exportMemoryEntries2 } = await import("./persistent-memory-CV5DY2GH.js");
|
|
16188
16204
|
ctx.send({
|
|
16189
16205
|
type: "export_data",
|
|
16190
16206
|
format: "md",
|
|
@@ -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-LPIHHOSU.js");
|
|
158
158
|
const orchestrator = new TaskOrchestrator(config, providers, configManager);
|
|
159
159
|
let interrupted = false;
|
|
160
160
|
const onSigint = () => {
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CostTracker
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EWLXBTSC.js";
|
|
5
5
|
import {
|
|
6
6
|
McpManager,
|
|
7
7
|
SNAPSHOT_PROMPT,
|
|
@@ -17,12 +17,12 @@ import {
|
|
|
17
17
|
scanProject,
|
|
18
18
|
sessionHasMeaningfulContent,
|
|
19
19
|
setupProxy
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-54JJXHVI.js";
|
|
21
21
|
import {
|
|
22
22
|
computeCost,
|
|
23
23
|
formatCost,
|
|
24
24
|
getPricing
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-GUOLPI33.js";
|
|
26
26
|
import {
|
|
27
27
|
buildReviewPrompt,
|
|
28
28
|
buildSecurityReviewPrompt
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
spawnAgentContext,
|
|
51
51
|
theme,
|
|
52
52
|
undoStack
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-KTBEPJI4.js";
|
|
54
54
|
import {
|
|
55
55
|
addMemoryEntry,
|
|
56
56
|
backupMemoryStore,
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
touchMemoryReferences,
|
|
77
77
|
updateMemoryApproval,
|
|
78
78
|
updateMemoryEntry
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-OV74COQP.js";
|
|
80
80
|
import "./chunk-GLSR2NR3.js";
|
|
81
81
|
import "./chunk-UUSRWSSX.js";
|
|
82
82
|
import "./chunk-CKH4KQ4E.js";
|
|
@@ -90,13 +90,13 @@ import {
|
|
|
90
90
|
formatDoctorReport,
|
|
91
91
|
loadContextFiles,
|
|
92
92
|
writeCrashLog
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-MRP4I6JS.js";
|
|
94
94
|
import {
|
|
95
95
|
ProviderRegistry
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-2QZMITSL.js";
|
|
97
97
|
import {
|
|
98
98
|
ConfigManager
|
|
99
|
-
} from "./chunk-
|
|
99
|
+
} from "./chunk-W4AHFL6E.js";
|
|
100
100
|
import {
|
|
101
101
|
describePlugin,
|
|
102
102
|
getActivePluginAssets,
|
|
@@ -113,7 +113,7 @@ import {
|
|
|
113
113
|
trustHook,
|
|
114
114
|
trustPlugin,
|
|
115
115
|
untrustHook
|
|
116
|
-
} from "./chunk-
|
|
116
|
+
} from "./chunk-W5WUW6MU.js";
|
|
117
117
|
import {
|
|
118
118
|
CONTENT_ONLY_STREAM_REMINDER,
|
|
119
119
|
TEE_FINAL_USER_NUDGE,
|
|
@@ -146,7 +146,7 @@ import {
|
|
|
146
146
|
import {
|
|
147
147
|
fileCheckpoints
|
|
148
148
|
} from "./chunk-4BKXL7SM.js";
|
|
149
|
-
import "./chunk-
|
|
149
|
+
import "./chunk-STICPTFQ.js";
|
|
150
150
|
import {
|
|
151
151
|
AGENTIC_BEHAVIOR_GUIDELINE,
|
|
152
152
|
AUTHOR,
|
|
@@ -165,7 +165,7 @@ import {
|
|
|
165
165
|
SKILLS_DIR_NAME,
|
|
166
166
|
VERSION,
|
|
167
167
|
buildUserIdentityPrompt
|
|
168
|
-
} from "./chunk-
|
|
168
|
+
} from "./chunk-OLDX4A5Q.js";
|
|
169
169
|
import {
|
|
170
170
|
buildChatIndex,
|
|
171
171
|
clearChatIndex,
|
|
@@ -279,7 +279,7 @@ var ABOUT_TOOL_DESCRIPTIONS = {
|
|
|
279
279
|
web_search: "Keyless web search (Bing/Google scrape, structured results)",
|
|
280
280
|
google_search: "Google search (requires API Key + CX config)",
|
|
281
281
|
save_last_response: "Save AI response to file (tee streaming to disk)",
|
|
282
|
-
save_memory: "Persist info to ~/.aicli/memory.
|
|
282
|
+
save_memory: "Persist approved info to ~/.aicli/memory.jsonl for future sessions",
|
|
283
283
|
ask_user: "Ask the user a question and wait for an answer mid-loop",
|
|
284
284
|
write_todos: "Break tasks into a subtask list with live progress display",
|
|
285
285
|
spawn_agent: "Delegate to an independent sub-agent (isolated tool-call loop)",
|
|
@@ -1387,7 +1387,7 @@ No tools match "${filter}".
|
|
|
1387
1387
|
const { join: join6 } = await import("path");
|
|
1388
1388
|
const { existsSync: existsSync5 } = await import("fs");
|
|
1389
1389
|
const { getGitRoot: getGitRoot2 } = await import("./git-context-EXOEHQSF.js");
|
|
1390
|
-
const { MCP_PROJECT_CONFIG_NAME: MCP_PROJECT_CONFIG_NAME2 } = await import("./constants-
|
|
1390
|
+
const { MCP_PROJECT_CONFIG_NAME: MCP_PROJECT_CONFIG_NAME2 } = await import("./constants-PZGUOFH6.js");
|
|
1391
1391
|
const { approveProject, hashMcpFile } = await import("./project-trust-NKYHL3VZ.js");
|
|
1392
1392
|
const cwd = process.cwd();
|
|
1393
1393
|
const projectRoot = getGitRoot2(cwd) ?? cwd;
|
|
@@ -2366,7 +2366,7 @@ function createReviewCommands() {
|
|
|
2366
2366
|
usage: "/test [command|filter]",
|
|
2367
2367
|
async execute(args, ctx) {
|
|
2368
2368
|
try {
|
|
2369
|
-
const { executeTests } = await import("./run-tests-
|
|
2369
|
+
const { executeTests } = await import("./run-tests-AKJHS6DK.js");
|
|
2370
2370
|
const argStr = args.join(" ").trim();
|
|
2371
2371
|
let testArgs = {};
|
|
2372
2372
|
if (argStr) {
|
|
@@ -8013,7 +8013,7 @@ program.command("web").description("Start Web UI server with browser-based chat
|
|
|
8013
8013
|
console.error("Error: Invalid port number. Must be between 1 and 65535.");
|
|
8014
8014
|
process.exit(1);
|
|
8015
8015
|
}
|
|
8016
|
-
const { startWebServer } = await import("./server-
|
|
8016
|
+
const { startWebServer } = await import("./server-XGAWZXA6.js");
|
|
8017
8017
|
await startWebServer({ port, host: options.host });
|
|
8018
8018
|
});
|
|
8019
8019
|
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) => {
|
|
@@ -8180,11 +8180,11 @@ program.command("sessions").description("List recent conversation sessions").opt
|
|
|
8180
8180
|
console.log(footer + "\n");
|
|
8181
8181
|
});
|
|
8182
8182
|
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) => {
|
|
8183
|
-
const { runUsageCli } = await import("./usage-
|
|
8183
|
+
const { runUsageCli } = await import("./usage-Y27WXLNH.js");
|
|
8184
8184
|
await runUsageCli(options);
|
|
8185
8185
|
});
|
|
8186
8186
|
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) => {
|
|
8187
|
-
const { runDoctorCli } = await import("./doctor-cli-
|
|
8187
|
+
const { runDoctorCli } = await import("./doctor-cli-T4DKRAHJ.js");
|
|
8188
8188
|
const argv = process.argv.slice(2);
|
|
8189
8189
|
await runDoctorCli({
|
|
8190
8190
|
json: !!options.json || argv.includes("--json"),
|
|
@@ -8193,7 +8193,7 @@ program.command("doctor").description("Health check: API keys, config, MCP, rece
|
|
|
8193
8193
|
});
|
|
8194
8194
|
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) => {
|
|
8195
8195
|
try {
|
|
8196
|
-
const batch = await import("./batch-
|
|
8196
|
+
const batch = await import("./batch-3QWFWODX.js");
|
|
8197
8197
|
switch (action) {
|
|
8198
8198
|
case "submit":
|
|
8199
8199
|
if (!arg) {
|
|
@@ -8236,7 +8236,7 @@ program.command("batch <action> [arg] [arg2]").description("Anthropic Message Ba
|
|
|
8236
8236
|
}
|
|
8237
8237
|
});
|
|
8238
8238
|
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) => {
|
|
8239
|
-
const { startMcpServer } = await import("./server-
|
|
8239
|
+
const { startMcpServer } = await import("./server-YONCX7AS.js");
|
|
8240
8240
|
await startMcpServer({
|
|
8241
8241
|
allowDestructive: !!options.allowDestructive,
|
|
8242
8242
|
allowOutsideCwd: !!options.allowOutsideCwd,
|
|
@@ -8249,7 +8249,7 @@ program.command("pr <action> [target]").description("PR review helpers: review |
|
|
|
8249
8249
|
console.error(`Unknown pr action: ${action}. Use review | security-review | summarize.`);
|
|
8250
8250
|
process.exit(1);
|
|
8251
8251
|
}
|
|
8252
|
-
const { runPrCli } = await import("./pr-
|
|
8252
|
+
const { runPrCli } = await import("./pr-NJPN74KT.js");
|
|
8253
8253
|
const result = await runPrCli({
|
|
8254
8254
|
action,
|
|
8255
8255
|
target,
|
|
@@ -8269,8 +8269,8 @@ program.command("pr <action> [target]").description("PR review helpers: review |
|
|
|
8269
8269
|
process.exit(result.exitCode);
|
|
8270
8270
|
});
|
|
8271
8271
|
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) => {
|
|
8272
|
-
const { runCi } = await import("./ci-
|
|
8273
|
-
const { formatCiResult } = await import("./ci-format-
|
|
8272
|
+
const { runCi } = await import("./ci-QIRER3XK.js");
|
|
8273
|
+
const { formatCiResult } = await import("./ci-format-ZGXIMQSO.js");
|
|
8274
8274
|
const formats = [options.json, options.markdown, options.sarif].filter(Boolean).length;
|
|
8275
8275
|
if (formats > 1) {
|
|
8276
8276
|
console.error("Choose only one output format: --json, --markdown, or --sarif.");
|
|
@@ -8428,7 +8428,7 @@ program.command("hub [topic]").description("Start multi-agent hub (discuss / bra
|
|
|
8428
8428
|
config.get("customProviders"),
|
|
8429
8429
|
config.getConfigDir()
|
|
8430
8430
|
);
|
|
8431
|
-
const { startHub } = await import("./hub-
|
|
8431
|
+
const { startHub } = await import("./hub-T2H5PKYC.js");
|
|
8432
8432
|
await startHub(
|
|
8433
8433
|
{
|
|
8434
8434
|
topic: topic ?? "",
|
|
@@ -27,9 +27,9 @@ import {
|
|
|
27
27
|
touchMemoryReferences,
|
|
28
28
|
updateMemoryApproval,
|
|
29
29
|
updateMemoryEntry
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-MBDIRP6T.js";
|
|
31
31
|
import "./chunk-YVTASHS5.js";
|
|
32
|
-
import "./chunk-
|
|
32
|
+
import "./chunk-ZLYPVLAO.js";
|
|
33
33
|
import "./chunk-6BUTA5VW.js";
|
|
34
34
|
export {
|
|
35
35
|
addMemoryEntry,
|
|
@@ -28,9 +28,9 @@ import {
|
|
|
28
28
|
touchMemoryReferences,
|
|
29
29
|
updateMemoryApproval,
|
|
30
30
|
updateMemoryEntry
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-OV74COQP.js";
|
|
32
32
|
import "./chunk-HOSJZMQS.js";
|
|
33
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-OLDX4A5Q.js";
|
|
34
34
|
import "./chunk-B5TYJO7V.js";
|
|
35
35
|
import "./chunk-IW3Q7AE5.js";
|
|
36
36
|
export {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
countSeverity,
|
|
4
4
|
runCi
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-3KVCJEOO.js";
|
|
6
|
+
import "./chunk-DCOIW3XR.js";
|
|
7
7
|
import {
|
|
8
8
|
buildReviewPrompt,
|
|
9
9
|
buildSecurityReviewPrompt,
|
|
@@ -11,15 +11,15 @@ import {
|
|
|
11
11
|
} from "./chunk-HLWUDRBO.js";
|
|
12
12
|
import {
|
|
13
13
|
ProviderRegistry
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-2QZMITSL.js";
|
|
15
15
|
import {
|
|
16
16
|
ConfigManager
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-W4AHFL6E.js";
|
|
18
18
|
import "./chunk-O3XSFPYH.js";
|
|
19
19
|
import "./chunk-5ULLIOVC.js";
|
|
20
20
|
import {
|
|
21
21
|
VERSION
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-OLDX4A5Q.js";
|
|
23
23
|
import "./chunk-IW3Q7AE5.js";
|
|
24
24
|
|
|
25
25
|
// src/cli/pr.ts
|
|
@@ -23,12 +23,12 @@ import {
|
|
|
23
23
|
scanDirTree,
|
|
24
24
|
scanProject,
|
|
25
25
|
setupProxy
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-54JJXHVI.js";
|
|
27
27
|
import {
|
|
28
28
|
computeCost,
|
|
29
29
|
formatCost,
|
|
30
30
|
getPricing
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-GUOLPI33.js";
|
|
32
32
|
import {
|
|
33
33
|
buildReviewPrompt,
|
|
34
34
|
buildSecurityReviewPrompt
|
|
@@ -63,7 +63,7 @@ import {
|
|
|
63
63
|
spawnAgentContext,
|
|
64
64
|
truncateOutput,
|
|
65
65
|
undoStack
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-KTBEPJI4.js";
|
|
67
67
|
import {
|
|
68
68
|
addMemoryEntry,
|
|
69
69
|
clearMemoryEntries,
|
|
@@ -77,7 +77,7 @@ import {
|
|
|
77
77
|
parseWritableScope,
|
|
78
78
|
updateMemoryApproval,
|
|
79
79
|
updateMemoryEntry
|
|
80
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-OV74COQP.js";
|
|
81
81
|
import "./chunk-GLSR2NR3.js";
|
|
82
82
|
import "./chunk-UUSRWSSX.js";
|
|
83
83
|
import "./chunk-CKH4KQ4E.js";
|
|
@@ -90,13 +90,13 @@ import {
|
|
|
90
90
|
buildDoctorReport,
|
|
91
91
|
formatDoctorReport,
|
|
92
92
|
loadContextFiles
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-MRP4I6JS.js";
|
|
94
94
|
import {
|
|
95
95
|
ProviderRegistry
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-2QZMITSL.js";
|
|
97
97
|
import {
|
|
98
98
|
ConfigManager
|
|
99
|
-
} from "./chunk-
|
|
99
|
+
} from "./chunk-W4AHFL6E.js";
|
|
100
100
|
import {
|
|
101
101
|
describePlugin,
|
|
102
102
|
getActivePluginAssets,
|
|
@@ -111,7 +111,7 @@ import {
|
|
|
111
111
|
runTool,
|
|
112
112
|
setPluginEnabled,
|
|
113
113
|
trustPlugin
|
|
114
|
-
} from "./chunk-
|
|
114
|
+
} from "./chunk-W5WUW6MU.js";
|
|
115
115
|
import {
|
|
116
116
|
CONTENT_ONLY_STREAM_REMINDER,
|
|
117
117
|
TEE_FINAL_USER_NUDGE,
|
|
@@ -135,7 +135,7 @@ import {
|
|
|
135
135
|
getGitRoot
|
|
136
136
|
} from "./chunk-HOSJZMQS.js";
|
|
137
137
|
import "./chunk-4BKXL7SM.js";
|
|
138
|
-
import "./chunk-
|
|
138
|
+
import "./chunk-STICPTFQ.js";
|
|
139
139
|
import {
|
|
140
140
|
AGENTIC_BEHAVIOR_GUIDELINE,
|
|
141
141
|
AUTHOR,
|
|
@@ -151,7 +151,7 @@ import {
|
|
|
151
151
|
SKILLS_DIR_NAME,
|
|
152
152
|
VERSION,
|
|
153
153
|
buildUserIdentityPrompt
|
|
154
|
-
} from "./chunk-
|
|
154
|
+
} from "./chunk-OLDX4A5Q.js";
|
|
155
155
|
import "./chunk-6RPGQ5CG.js";
|
|
156
156
|
import "./chunk-KHYD3WXE.js";
|
|
157
157
|
import "./chunk-NYNSYLFY.js";
|
|
@@ -803,7 +803,7 @@ Cache: write=${cacheCreate} read=${cacheRead}` : "";
|
|
|
803
803
|
Cost: ${formatCost(cost)}` : "";
|
|
804
804
|
let memoryLine = "";
|
|
805
805
|
try {
|
|
806
|
-
const { countPendingMemories } = await import("./persistent-memory-
|
|
806
|
+
const { countPendingMemories } = await import("./persistent-memory-QHQDU5E7.js");
|
|
807
807
|
const pending = countPendingMemories(ctx.config.getConfigDir());
|
|
808
808
|
if (pending > 0) memoryLine = `
|
|
809
809
|
Memory: \u26A0 ${pending} pending approval \u2014 see the Memory panel or /memory`;
|
|
@@ -1612,7 +1612,7 @@ async function handleSecurityReview(args, ctx) {
|
|
|
1612
1612
|
async function handleTest(args, ctx) {
|
|
1613
1613
|
ctx.send({ type: "info", message: "\u{1F9EA} Running tests..." });
|
|
1614
1614
|
try {
|
|
1615
|
-
const { executeTests } = await import("./run-tests-
|
|
1615
|
+
const { executeTests } = await import("./run-tests-AKJHS6DK.js");
|
|
1616
1616
|
const argStr = args.join(" ").trim();
|
|
1617
1617
|
let testArgs = {};
|
|
1618
1618
|
if (argStr) {
|
|
@@ -1876,7 +1876,7 @@ async function handleMemory(args, ctx) {
|
|
|
1876
1876
|
ctx.handleMemoryManage(sub, args[1], sub === "expire" ? args[2] : void 0);
|
|
1877
1877
|
} else if (sub === "export") {
|
|
1878
1878
|
if (args[1] === "md") {
|
|
1879
|
-
const { exportMemoryEntries: exportMemoryEntries2 } = await import("./persistent-memory-
|
|
1879
|
+
const { exportMemoryEntries: exportMemoryEntries2 } = await import("./persistent-memory-QHQDU5E7.js");
|
|
1880
1880
|
ctx.send({
|
|
1881
1881
|
type: "export_data",
|
|
1882
1882
|
format: "md",
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
ToolRegistry
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-KTBEPJI4.js";
|
|
5
|
+
import "./chunk-OV74COQP.js";
|
|
6
6
|
import "./chunk-GLSR2NR3.js";
|
|
7
7
|
import "./chunk-UUSRWSSX.js";
|
|
8
8
|
import "./chunk-CKH4KQ4E.js";
|
|
9
9
|
import "./chunk-BXP6YZ2P.js";
|
|
10
10
|
import {
|
|
11
11
|
runTool
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-W5WUW6MU.js";
|
|
13
13
|
import {
|
|
14
14
|
getDangerLevel,
|
|
15
15
|
schemaToJsonSchema
|
|
@@ -17,10 +17,10 @@ import {
|
|
|
17
17
|
import "./chunk-5ULLIOVC.js";
|
|
18
18
|
import "./chunk-HOSJZMQS.js";
|
|
19
19
|
import "./chunk-4BKXL7SM.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-STICPTFQ.js";
|
|
21
21
|
import {
|
|
22
22
|
VERSION
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-OLDX4A5Q.js";
|
|
24
24
|
import "./chunk-6RPGQ5CG.js";
|
|
25
25
|
import "./chunk-KHYD3WXE.js";
|
|
26
26
|
import "./chunk-NYNSYLFY.js";
|
|
@@ -3,15 +3,15 @@ import {
|
|
|
3
3
|
ToolRegistry,
|
|
4
4
|
googleSearchContext,
|
|
5
5
|
truncateOutput
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-KTBEPJI4.js";
|
|
7
|
+
import "./chunk-OV74COQP.js";
|
|
8
8
|
import "./chunk-GLSR2NR3.js";
|
|
9
9
|
import "./chunk-UUSRWSSX.js";
|
|
10
10
|
import "./chunk-CKH4KQ4E.js";
|
|
11
11
|
import "./chunk-BXP6YZ2P.js";
|
|
12
12
|
import {
|
|
13
13
|
runTool
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-W5WUW6MU.js";
|
|
15
15
|
import {
|
|
16
16
|
getDangerLevel,
|
|
17
17
|
runLeanAgentLoop
|
|
@@ -19,10 +19,10 @@ import {
|
|
|
19
19
|
import "./chunk-5ULLIOVC.js";
|
|
20
20
|
import "./chunk-HOSJZMQS.js";
|
|
21
21
|
import "./chunk-4BKXL7SM.js";
|
|
22
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-STICPTFQ.js";
|
|
23
23
|
import {
|
|
24
24
|
SUBAGENT_ALLOWED_TOOLS
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-OLDX4A5Q.js";
|
|
26
26
|
import "./chunk-6RPGQ5CG.js";
|
|
27
27
|
import "./chunk-KHYD3WXE.js";
|
|
28
28
|
import "./chunk-NYNSYLFY.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CostTracker
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EWLXBTSC.js";
|
|
5
5
|
import {
|
|
6
6
|
formatCost,
|
|
7
7
|
getPricing
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-GUOLPI33.js";
|
|
9
9
|
import {
|
|
10
10
|
ConfigManager
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-W4AHFL6E.js";
|
|
12
12
|
import "./chunk-5ULLIOVC.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-OLDX4A5Q.js";
|
|
14
14
|
import "./chunk-IW3Q7AE5.js";
|
|
15
15
|
|
|
16
16
|
// src/cli/usage.ts
|