ccjk 14.0.0 → 14.1.0
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/chunks/agents.mjs +1 -1
- package/dist/chunks/ccr.mjs +13 -14
- package/dist/chunks/check-updates.mjs +1 -3
- package/dist/chunks/claude-code-incremental-manager.mjs +1 -1
- package/dist/chunks/code-type-resolver.mjs +878 -0
- package/dist/chunks/config.mjs +42 -2
- package/dist/chunks/config2.mjs +2 -2
- package/dist/chunks/doctor.mjs +1 -1
- package/dist/chunks/index10.mjs +55 -11
- package/dist/chunks/init.mjs +42 -14
- package/dist/chunks/installer.mjs +2 -2
- package/dist/chunks/mcp.mjs +1 -1
- package/dist/chunks/package.mjs +1 -1
- package/dist/chunks/quick-setup.mjs +1 -3
- package/dist/chunks/research.mjs +733 -6
- package/dist/chunks/sessions.mjs +1 -1
- package/dist/chunks/skills-sync.mjs +5 -5126
- package/dist/chunks/slash-commands.mjs +1 -1
- package/dist/chunks/status.mjs +63 -16
- package/dist/chunks/uninstall.mjs +1 -3
- package/dist/cli.mjs +101 -20
- package/dist/i18n/locales/en/configuration.json +6 -2
- package/dist/i18n/locales/zh-CN/configuration.json +6 -2
- package/dist/index.d.mts +64 -17
- package/dist/index.d.ts +64 -17
- package/dist/index.mjs +11 -720
- package/dist/shared/ccjk.BO45TPXJ.mjs +807 -0
- package/dist/shared/{ccjk.BOO14f66.mjs → ccjk.CNhnT6uQ.mjs} +42 -6
- package/dist/shared/{ccjk.vO3d1ABk.mjs → ccjk.UhjQ1seV.mjs} +1 -1
- package/dist/shared/ccjk.y-a_1vK4.mjs +5127 -0
- package/package.json +1 -1
- package/dist/chunks/intent-engine.mjs +0 -142
- package/dist/chunks/smart-defaults.mjs +0 -425
- package/dist/shared/ccjk.DJuyfrlL.mjs +0 -348
- package/dist/shared/ccjk.yYQMbHH3.mjs +0 -115
package/dist/chunks/agents.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { c as contextLoader, S as SessionIntelligence, g as getGlobalConvoyManag
|
|
|
5
5
|
import { EventEmitter } from 'node:events';
|
|
6
6
|
import { c as resolve } from '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
7
7
|
import { e as executionTracer } from '../shared/ccjk.DlTXS9rP.mjs';
|
|
8
|
-
import { t as taskPersistence } from '../shared/ccjk.
|
|
8
|
+
import { t as taskPersistence } from '../shared/ccjk.CNhnT6uQ.mjs';
|
|
9
9
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
10
10
|
import 'node:crypto';
|
|
11
11
|
import 'node:process';
|
package/dist/chunks/ccr.mjs
CHANGED
|
@@ -9,6 +9,8 @@ import 'node:process';
|
|
|
9
9
|
import 'node:url';
|
|
10
10
|
import '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
11
11
|
import '../shared/ccjk.gDEDGD_t.mjs';
|
|
12
|
+
import './config.mjs';
|
|
13
|
+
import '../shared/ccjk.RyizuzOI.mjs';
|
|
12
14
|
import './index6.mjs';
|
|
13
15
|
import 'node:readline';
|
|
14
16
|
import 'stream';
|
|
@@ -25,31 +27,27 @@ import 'node:crypto';
|
|
|
25
27
|
import 'buffer';
|
|
26
28
|
import 'string_decoder';
|
|
27
29
|
import './constants.mjs';
|
|
28
|
-
import './
|
|
29
|
-
import '../shared/ccjk.BBtCGd_g.mjs';
|
|
30
|
-
import './index3.mjs';
|
|
30
|
+
import './json-config.mjs';
|
|
31
31
|
import './fs-operations.mjs';
|
|
32
32
|
import 'node:fs/promises';
|
|
33
|
-
import './
|
|
34
|
-
import '../shared/ccjk.RyizuzOI.mjs';
|
|
35
|
-
import './codex.mjs';
|
|
36
|
-
import './index8.mjs';
|
|
37
|
-
import '../shared/ccjk.DeWpAShp.mjs';
|
|
38
|
-
import '../shared/ccjk.CxpGa6MC.mjs';
|
|
33
|
+
import './platform.mjs';
|
|
39
34
|
import './main.mjs';
|
|
40
35
|
import 'module';
|
|
41
36
|
import 'node:child_process';
|
|
42
37
|
import 'node:stream';
|
|
43
|
-
import './config.mjs';
|
|
44
|
-
import './platform.mjs';
|
|
45
38
|
import '../shared/ccjk.DScm_NnL.mjs';
|
|
39
|
+
import './ccjk-config.mjs';
|
|
40
|
+
import '../shared/ccjk.BBtCGd_g.mjs';
|
|
41
|
+
import './index3.mjs';
|
|
42
|
+
import './codex.mjs';
|
|
43
|
+
import './index8.mjs';
|
|
44
|
+
import '../shared/ccjk.DeWpAShp.mjs';
|
|
45
|
+
import '../shared/ccjk.CxpGa6MC.mjs';
|
|
46
46
|
import '../shared/ccjk.BFQ7yr5S.mjs';
|
|
47
47
|
import './prompts.mjs';
|
|
48
48
|
import '../shared/ccjk.DZ2LLOa-.mjs';
|
|
49
49
|
import '../shared/ccjk.DKXs7Fbm.mjs';
|
|
50
|
-
import '
|
|
51
|
-
import './smart-defaults.mjs';
|
|
52
|
-
import '../shared/ccjk.DJuyfrlL.mjs';
|
|
50
|
+
import './code-type-resolver.mjs';
|
|
53
51
|
import './features.mjs';
|
|
54
52
|
import '../shared/ccjk.Dh6Be-ef.mjs';
|
|
55
53
|
import '../shared/ccjk.BI-hdI7P.mjs';
|
|
@@ -84,6 +82,7 @@ import './uninstall.mjs';
|
|
|
84
82
|
import '../shared/ccjk.D75wivnp.mjs';
|
|
85
83
|
import 'globby';
|
|
86
84
|
import './update.mjs';
|
|
85
|
+
import '../shared/ccjk.BO45TPXJ.mjs';
|
|
87
86
|
|
|
88
87
|
async function ccr(options = {}) {
|
|
89
88
|
try {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import process__default from 'node:process';
|
|
2
2
|
import a from './index5.mjs';
|
|
3
3
|
import { ensureI18nInitialized, i18n } from './index2.mjs';
|
|
4
|
-
import { r as resolveCodeType } from '
|
|
4
|
+
import { r as resolveCodeType } from './code-type-resolver.mjs';
|
|
5
5
|
import { checkAndUpdateTools, checkAndUpdateMyclaudeTools } from './auto-updater.mjs';
|
|
6
6
|
import { c as runCodexUpdate } from './codex.mjs';
|
|
7
7
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
@@ -23,7 +23,6 @@ import 'node:os';
|
|
|
23
23
|
import 'node:crypto';
|
|
24
24
|
import 'buffer';
|
|
25
25
|
import 'string_decoder';
|
|
26
|
-
import './smart-defaults.mjs';
|
|
27
26
|
import 'node:child_process';
|
|
28
27
|
import './constants.mjs';
|
|
29
28
|
import './json-config.mjs';
|
|
@@ -34,7 +33,6 @@ import './platform.mjs';
|
|
|
34
33
|
import './main.mjs';
|
|
35
34
|
import 'module';
|
|
36
35
|
import 'node:stream';
|
|
37
|
-
import '../shared/ccjk.DJuyfrlL.mjs';
|
|
38
36
|
import './ccjk-config.mjs';
|
|
39
37
|
import '../shared/ccjk.BBtCGd_g.mjs';
|
|
40
38
|
import './index3.mjs';
|
|
@@ -58,7 +58,7 @@ async function syncMyclaudeProfilesIfNeeded() {
|
|
|
58
58
|
if (zcfConfig?.codeToolType !== "myclaude") {
|
|
59
59
|
return;
|
|
60
60
|
}
|
|
61
|
-
const { syncMyclaudeProviderProfilesFromCurrentClaudeConfig } = await import('./config.mjs').then(function (n) { return n.
|
|
61
|
+
const { syncMyclaudeProviderProfilesFromCurrentClaudeConfig } = await import('./config.mjs').then(function (n) { return n.F; });
|
|
62
62
|
syncMyclaudeProviderProfilesFromCurrentClaudeConfig();
|
|
63
63
|
}
|
|
64
64
|
async function configureIncrementalManagement() {
|