ccjk 13.5.7 → 13.6.1
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/agent-teams.mjs +3 -3
- package/dist/chunks/agent.mjs +2 -2
- package/dist/chunks/agents.mjs +3 -3
- package/dist/chunks/api-cli.mjs +5 -5
- package/dist/chunks/api-providers.mjs +1 -1
- package/dist/chunks/api.mjs +14 -11
- package/dist/chunks/auto-bootstrap.mjs +1 -1
- package/dist/chunks/auto-fix.mjs +17 -5
- package/dist/chunks/auto-fixer.mjs +3 -3
- package/dist/chunks/auto-init.mjs +3 -3
- package/dist/chunks/auto-updater.mjs +7 -7
- package/dist/chunks/banner.mjs +2 -2
- package/dist/chunks/boost.mjs +5 -5
- package/dist/chunks/ccjk-agents.mjs +2 -2
- package/dist/chunks/ccjk-all.mjs +6 -6
- package/dist/chunks/ccjk-config.mjs +2 -2
- package/dist/chunks/ccjk-hooks.mjs +3 -3
- package/dist/chunks/ccjk-mcp.mjs +4 -4
- package/dist/chunks/ccjk-setup.mjs +5 -5
- package/dist/chunks/ccjk-skills.mjs +9 -5
- package/dist/chunks/ccr.mjs +16 -16
- package/dist/chunks/ccu.mjs +2 -2
- package/dist/chunks/check-updates.mjs +8 -8
- package/dist/chunks/claude-code-config-manager.mjs +5 -5
- package/dist/chunks/claude-code-incremental-manager.mjs +6 -6
- package/dist/chunks/claude-config.mjs +2 -2
- package/dist/chunks/claude-wrapper.mjs +1 -1
- package/dist/chunks/cli-hook.mjs +5 -5
- package/dist/chunks/codex-config-switch.mjs +6 -6
- package/dist/chunks/codex-provider-manager.mjs +7 -7
- package/dist/chunks/codex-uninstaller.mjs +2 -2
- package/dist/chunks/codex.mjs +7 -7
- package/dist/chunks/commands.mjs +2 -2
- package/dist/chunks/commands2.mjs +2 -2
- package/dist/chunks/commit.mjs +3 -3
- package/dist/chunks/completion.mjs +2 -2
- package/dist/chunks/config-consolidator.mjs +2 -2
- package/dist/chunks/config-switch.mjs +8 -8
- package/dist/chunks/config.mjs +20 -9
- package/dist/chunks/config2.mjs +4 -4
- package/dist/chunks/config3.mjs +3 -3
- package/dist/chunks/constants.mjs +1 -1
- package/dist/chunks/context.mjs +3 -3
- package/dist/chunks/dashboard.mjs +2 -2
- package/dist/chunks/doctor.mjs +4 -4
- package/dist/chunks/evolution.mjs +2 -2
- package/dist/chunks/features.mjs +8 -8
- package/dist/chunks/help.mjs +1 -1
- package/dist/chunks/impact.mjs +1 -1
- package/dist/chunks/index.mjs +18 -19
- package/dist/chunks/index10.mjs +5148 -528
- package/dist/chunks/index11.mjs +1061 -569
- package/dist/chunks/index12.mjs +193 -1146
- package/dist/chunks/index13.mjs +607 -937
- package/dist/chunks/index14.mjs +951 -136
- package/dist/chunks/index15.mjs +185 -209
- package/dist/chunks/index2.mjs +7630 -12
- package/dist/chunks/index3.mjs +160 -19081
- package/dist/chunks/index4.mjs +20 -17
- package/dist/chunks/index5.mjs +12 -7623
- package/dist/chunks/index6.mjs +19077 -156
- package/dist/chunks/index7.mjs +565 -1551
- package/dist/chunks/index8.mjs +1535 -5166
- package/dist/chunks/init.mjs +1107 -1101
- package/dist/chunks/installer.mjs +5 -5
- package/dist/chunks/installer2.mjs +2 -2
- package/dist/chunks/interview.mjs +4 -4
- package/dist/chunks/manager.mjs +1 -1
- package/dist/chunks/marketplace.mjs +3 -3
- package/dist/chunks/mcp-cli.mjs +9 -9
- package/dist/chunks/mcp.mjs +10 -10
- package/dist/chunks/memory-check.mjs +2 -2
- package/dist/chunks/memory-paths.mjs +2 -2
- package/dist/chunks/memory-sync.mjs +2 -2
- package/dist/chunks/memory.mjs +4 -4
- package/dist/chunks/metrics-display.mjs +1 -1
- package/dist/chunks/migrator.mjs +1 -1
- package/dist/chunks/monitor.mjs +2 -2
- package/dist/chunks/notification.mjs +4 -4
- package/dist/chunks/onboarding.mjs +4 -4
- package/dist/chunks/package.mjs +1 -1
- package/dist/chunks/paradigm.mjs +1 -1
- package/dist/chunks/permission-manager.mjs +2 -2
- package/dist/chunks/permissions.mjs +3 -3
- package/dist/chunks/persistence-manager.mjs +3 -3
- package/dist/chunks/platform.mjs +1 -1
- package/dist/chunks/plugin.mjs +2 -2
- package/dist/chunks/prompts.mjs +5 -5
- package/dist/chunks/providers.mjs +2 -2
- package/dist/chunks/quick-actions.mjs +3 -3
- package/dist/chunks/quick-provider.mjs +4 -4
- package/dist/chunks/quick-setup.mjs +12 -12
- package/dist/chunks/remote.mjs +5 -5
- package/dist/chunks/session-manager.mjs +1 -1
- package/dist/chunks/session.mjs +2 -2
- package/dist/chunks/sessions.mjs +1 -1
- package/dist/chunks/silent-updater.mjs +1 -1
- package/dist/chunks/simple-config.mjs +1 -1
- package/dist/chunks/skill2.mjs +3 -3
- package/dist/chunks/skills-sync.mjs +5 -5
- package/dist/chunks/skills.mjs +28 -18
- package/dist/chunks/slash-commands.mjs +3 -3
- package/dist/chunks/startup.mjs +1 -1
- package/dist/chunks/stats.mjs +2 -2
- package/dist/chunks/status.mjs +3 -3
- package/dist/chunks/team.mjs +3 -3
- package/dist/chunks/thinking.mjs +4 -4
- package/dist/chunks/trace.mjs +2 -2
- package/dist/chunks/uninstall.mjs +13 -9
- package/dist/chunks/update.mjs +12 -12
- package/dist/chunks/upgrade-manager.mjs +3 -3
- package/dist/chunks/upgrade.mjs +1 -1
- package/dist/chunks/version-checker.mjs +4 -4
- package/dist/chunks/vim.mjs +3 -3
- package/dist/chunks/workflows.mjs +1 -1
- package/dist/chunks/wsl.mjs +1 -1
- package/dist/chunks/zero-config.mjs +3 -3
- package/dist/cli.mjs +195 -185
- package/dist/index.mjs +8 -8
- package/dist/shared/{ccjk.BJMRY2Ra.mjs → ccjk.8oaxX4iR.mjs} +1 -1
- package/dist/shared/{ccjk.8VhZ_dEO.mjs → ccjk.Bq8TqZG_.mjs} +1 -1
- package/dist/shared/{ccjk.Bb9Mpi2O.mjs → ccjk.C1hANZTu.mjs} +1 -1
- package/dist/shared/{ccjk.KpFl2RDA.mjs → ccjk.C4m4ypdk.mjs} +5 -5
- package/dist/shared/{ccjk.Cjj8SVrn.mjs → ccjk.CiKtBUW_.mjs} +1 -1
- package/dist/shared/{ccjk.DKBI0lAR.mjs → ccjk.Cv13QsGp.mjs} +3 -3
- package/dist/shared/{ccjk.D8BqKRwH.mjs → ccjk.CwsecBYP.mjs} +4 -4
- package/dist/shared/{ccjk.DCw2WnZU.mjs → ccjk.D75wivnp.mjs} +1 -1
- package/dist/shared/{ccjk.DZ4ehAHg.mjs → ccjk.DDq2hqA5.mjs} +24 -4
- package/dist/shared/{ccjk.BIxuVL3_.mjs → ccjk.DGllfVCZ.mjs} +3 -3
- package/dist/shared/{ccjk.BWFpnOr3.mjs → ccjk.DZ2LLOa-.mjs} +1 -1
- package/dist/shared/{ccjk.eDO9cM5o.mjs → ccjk.DbigonEQ.mjs} +1 -1
- package/dist/shared/{ccjk.CIObNAcl.mjs → ccjk.Dhu8ia5S.mjs} +1 -1
- package/dist/shared/{ccjk.CHUEFqmw.mjs → ccjk.DlTXS9rP.mjs} +1 -1
- package/dist/shared/{ccjk.CxAFICpL.mjs → ccjk.DvAP4XfP.mjs} +4 -4
- package/dist/shared/{ccjk.BOu1yav7.mjs → ccjk.KPLeMP-o.mjs} +1 -1
- package/dist/shared/{ccjk.I6IuYdc_.mjs → ccjk.elpZZFjp.mjs} +13 -5
- package/dist/shared/{ccjk.D8ZLYSZZ.mjs → ccjk.vO3d1ABk.mjs} +1 -1
- package/dist/templates/claude-code/common/settings.json +0 -1
- package/package.json +1 -1
- package/templates/claude-code/common/settings.json +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { existsSync, readFileSync } from 'node:fs';
|
|
2
|
-
import a from './
|
|
2
|
+
import a from './index5.mjs';
|
|
3
3
|
import { SETTINGS_FILE } from './constants.mjs';
|
|
4
|
-
import { ensureI18nInitialized, i18n } from './
|
|
4
|
+
import { ensureI18nInitialized, i18n } from './index2.mjs';
|
|
5
5
|
import { writeJsonConfig } from './json-config.mjs';
|
|
6
6
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
7
7
|
import 'node:os';
|
|
@@ -73,7 +73,7 @@ async function agentTeamsCommand(options) {
|
|
|
73
73
|
return;
|
|
74
74
|
}
|
|
75
75
|
const current = isAgentTeamsEnabled();
|
|
76
|
-
const { default: inquirer } = await import('./
|
|
76
|
+
const { default: inquirer } = await import('./index6.mjs').then(function (n) { return n.c; });
|
|
77
77
|
const { action } = await inquirer.prompt([{
|
|
78
78
|
type: "list",
|
|
79
79
|
name: "action",
|
package/dist/chunks/agent.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import a from './
|
|
1
|
+
import a from './index5.mjs';
|
|
2
2
|
import { existsSync, readFileSync, mkdirSync, writeFileSync, readdirSync } from 'node:fs';
|
|
3
3
|
import { CCJK_CONFIG_DIR } from './constants.mjs';
|
|
4
4
|
import { w as writeAgentFile } from '../shared/ccjk.CfKKcvWy.mjs';
|
|
@@ -6,7 +6,7 @@ import { g as getPluginManager } from '../shared/ccjk.DTdjs-qK.mjs';
|
|
|
6
6
|
import { homedir } from 'node:os';
|
|
7
7
|
import { j as join } from '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
8
8
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
9
|
-
import './
|
|
9
|
+
import './index2.mjs';
|
|
10
10
|
import 'node:process';
|
|
11
11
|
import 'node:url';
|
|
12
12
|
import './main.mjs';
|
package/dist/chunks/agents.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import a from './
|
|
1
|
+
import a from './index5.mjs';
|
|
2
2
|
import { n as nanoid } from '../shared/ccjk.BoApaI4j.mjs';
|
|
3
|
-
import ora from './
|
|
3
|
+
import ora from './index8.mjs';
|
|
4
4
|
import { c as contextLoader, S as SessionIntelligence, g as getGlobalConvoyManager } from './session-manager.mjs';
|
|
5
5
|
import { EventEmitter } from 'node:events';
|
|
6
6
|
import { c as resolve } from '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
7
|
-
import { e as executionTracer } from '../shared/ccjk.
|
|
7
|
+
import { e as executionTracer } from '../shared/ccjk.DlTXS9rP.mjs';
|
|
8
8
|
import { t as taskPersistence } from '../shared/ccjk.DwSebGy0.mjs';
|
|
9
9
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
10
10
|
import 'node:crypto';
|
package/dist/chunks/api-cli.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import a from './
|
|
2
|
-
import { i18n } from './
|
|
1
|
+
import a from './index5.mjs';
|
|
2
|
+
import { i18n } from './index2.mjs';
|
|
3
3
|
import { e as configureApi, f as getExistingApiConfig } from './config.mjs';
|
|
4
4
|
import { g as getAllPresets } from '../shared/ccjk.DopKzo3z.mjs';
|
|
5
5
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
@@ -8,7 +8,7 @@ import 'node:process';
|
|
|
8
8
|
import 'node:url';
|
|
9
9
|
import '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
10
10
|
import '../shared/ccjk.RyizuzOI.mjs';
|
|
11
|
-
import './
|
|
11
|
+
import './index6.mjs';
|
|
12
12
|
import 'node:readline';
|
|
13
13
|
import 'stream';
|
|
14
14
|
import 'node:tty';
|
|
@@ -39,7 +39,7 @@ async function apiConfigure(options = {}) {
|
|
|
39
39
|
const lang = options.lang || i18n.language || "en";
|
|
40
40
|
const isZh = lang === "zh-CN";
|
|
41
41
|
if (options.interactive !== false && !options.provider) {
|
|
42
|
-
const { runConfigWizard } = await import('./
|
|
42
|
+
const { runConfigWizard } = await import('./index4.mjs');
|
|
43
43
|
await runConfigWizard(lang);
|
|
44
44
|
return;
|
|
45
45
|
}
|
|
@@ -62,7 +62,7 @@ async function apiConfigure(options = {}) {
|
|
|
62
62
|
process.exit(1);
|
|
63
63
|
}
|
|
64
64
|
if (!options.yes) {
|
|
65
|
-
const inquirer = await import('./
|
|
65
|
+
const inquirer = await import('./index6.mjs').then(function (n) { return n.c; });
|
|
66
66
|
const { confirm } = await inquirer.default.prompt([{
|
|
67
67
|
type: "confirm",
|
|
68
68
|
name: "confirm",
|
package/dist/chunks/api.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import a from './
|
|
2
|
-
import { i18n, format } from './
|
|
1
|
+
import a from './index5.mjs';
|
|
2
|
+
import { i18n, resolveSupportedLanguage, format } from './index2.mjs';
|
|
3
3
|
import { STATUS, COLORS as theme } from './banner.mjs';
|
|
4
|
-
import { r as runConfigWizard, t as testApiConnection, d as displayCurrentStatus, q as quickSetup } from '../shared/ccjk.
|
|
4
|
+
import { r as runConfigWizard, t as testApiConnection, d as displayCurrentStatus, q as quickSetup } from '../shared/ccjk.elpZZFjp.mjs';
|
|
5
5
|
import { g as getAllPresets } from '../shared/ccjk.DopKzo3z.mjs';
|
|
6
6
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
7
7
|
import 'node:fs';
|
|
@@ -9,7 +9,7 @@ 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 './
|
|
12
|
+
import './index6.mjs';
|
|
13
13
|
import 'node:readline';
|
|
14
14
|
import 'stream';
|
|
15
15
|
import 'node:tty';
|
|
@@ -27,6 +27,9 @@ import 'string_decoder';
|
|
|
27
27
|
import './fs-operations.mjs';
|
|
28
28
|
import 'node:fs/promises';
|
|
29
29
|
|
|
30
|
+
function resolveApiCommandLanguage(lang) {
|
|
31
|
+
return resolveSupportedLanguage(lang || i18n.language);
|
|
32
|
+
}
|
|
30
33
|
function listProviders(lang = "en") {
|
|
31
34
|
const presets = getAllPresets();
|
|
32
35
|
console.log("");
|
|
@@ -64,17 +67,17 @@ function setupApi(providerId, apiKey, _lang = "en") {
|
|
|
64
67
|
console.log(STATUS.error(format(i18n.t("api:configFailed"), { error: result.error || "Unknown error" })));
|
|
65
68
|
}
|
|
66
69
|
}
|
|
67
|
-
function showStatus(lang
|
|
68
|
-
displayCurrentStatus(lang);
|
|
70
|
+
function showStatus(lang) {
|
|
71
|
+
displayCurrentStatus(resolveApiCommandLanguage(lang));
|
|
69
72
|
}
|
|
70
|
-
async function testApi(lang
|
|
71
|
-
await testApiConnection(lang);
|
|
73
|
+
async function testApi(lang) {
|
|
74
|
+
await testApiConnection(resolveApiCommandLanguage(lang));
|
|
72
75
|
}
|
|
73
|
-
async function runWizard(lang
|
|
74
|
-
await runConfigWizard(lang);
|
|
76
|
+
async function runWizard(lang) {
|
|
77
|
+
await runConfigWizard(resolveApiCommandLanguage(lang));
|
|
75
78
|
}
|
|
76
79
|
async function apiCommand(action = "wizard", args = [], options = {}) {
|
|
77
|
-
const lang = options.lang
|
|
80
|
+
const lang = resolveApiCommandLanguage(options.lang);
|
|
78
81
|
switch (action) {
|
|
79
82
|
case "list":
|
|
80
83
|
case "ls":
|
|
@@ -4,7 +4,7 @@ import { release, platform, type, homedir, hostname } from 'node:os';
|
|
|
4
4
|
import { fileURLToPath } from 'node:url';
|
|
5
5
|
import { CLOUD_ENDPOINTS, CCJK_CONFIG_DIR } from './constants.mjs';
|
|
6
6
|
import { j as join, d as dirname } from '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
7
|
-
import './
|
|
7
|
+
import './index2.mjs';
|
|
8
8
|
import 'node:process';
|
|
9
9
|
|
|
10
10
|
const __filename = fileURLToPath(import.meta.url);
|
package/dist/chunks/auto-fix.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { existsSync, readFileSync, mkdirSync, writeFileSync } from 'node:fs';
|
|
2
2
|
import { homedir } from 'node:os';
|
|
3
3
|
import { join } from 'node:path';
|
|
4
|
-
import { n as needsMigration, m as migrateSettingsForTokenRetrieval } from '../shared/ccjk.
|
|
5
|
-
import './
|
|
4
|
+
import { n as needsMigration, m as migrateSettingsForTokenRetrieval } from '../shared/ccjk.DDq2hqA5.mjs';
|
|
5
|
+
import './index5.mjs';
|
|
6
6
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
7
7
|
import './constants.mjs';
|
|
8
|
-
import './
|
|
8
|
+
import './index2.mjs';
|
|
9
9
|
import 'node:process';
|
|
10
10
|
import 'node:url';
|
|
11
11
|
import '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
12
12
|
import './config.mjs';
|
|
13
13
|
import '../shared/ccjk.RyizuzOI.mjs';
|
|
14
|
-
import './
|
|
14
|
+
import './index6.mjs';
|
|
15
15
|
import 'node:readline';
|
|
16
16
|
import 'stream';
|
|
17
17
|
import 'node:tty';
|
|
@@ -72,7 +72,19 @@ async function detectSettingsIssues() {
|
|
|
72
72
|
const hasAdaptiveEnvVars = Boolean(
|
|
73
73
|
env.ANTHROPIC_DEFAULT_HAIKU_MODEL || env.ANTHROPIC_DEFAULT_SONNET_MODEL || env.ANTHROPIC_DEFAULT_OPUS_MODEL
|
|
74
74
|
);
|
|
75
|
-
if (settings.model
|
|
75
|
+
if (settings.model === "default") {
|
|
76
|
+
issues.push({
|
|
77
|
+
type: "invalid",
|
|
78
|
+
severity: "critical",
|
|
79
|
+
description: 'settings.model is set to invalid runtime value "default"',
|
|
80
|
+
fix: async () => {
|
|
81
|
+
delete settings.model;
|
|
82
|
+
writeFileSync(settingsPath, JSON.stringify(settings, null, 2));
|
|
83
|
+
return true;
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
if (settings.model && settings.model !== "default" && hasAdaptiveEnvVars) {
|
|
76
88
|
issues.push({
|
|
77
89
|
type: "invalid",
|
|
78
90
|
severity: "critical",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import a from './
|
|
1
|
+
import a from './index5.mjs';
|
|
2
2
|
import { x as K } from './main.mjs';
|
|
3
|
-
import { i18n } from './
|
|
3
|
+
import { i18n } from './index2.mjs';
|
|
4
4
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
5
5
|
import 'module';
|
|
6
6
|
import 'node:child_process';
|
|
@@ -18,7 +18,7 @@ async function autoFix(results, options = {}) {
|
|
|
18
18
|
const report = { attempted: 0, succeeded: 0, failed: 0, results: [] };
|
|
19
19
|
if (fixable.length === 0)
|
|
20
20
|
return report;
|
|
21
|
-
const { default: inquirer } = await import('./
|
|
21
|
+
const { default: inquirer } = await import('./index6.mjs').then(function (n) { return n.c; });
|
|
22
22
|
for (const result of fixable) {
|
|
23
23
|
const cmd = result.command;
|
|
24
24
|
console.log("");
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { existsSync, readFileSync } from 'node:fs';
|
|
2
2
|
import { homedir } from 'node:os';
|
|
3
3
|
import { join } from 'node:path';
|
|
4
|
-
import { l as logger } from '../shared/ccjk.
|
|
5
|
-
import { h as hookRegistry } from '../shared/ccjk.
|
|
4
|
+
import { l as logger } from '../shared/ccjk.8oaxX4iR.mjs';
|
|
5
|
+
import { h as hookRegistry } from '../shared/ccjk.KPLeMP-o.mjs';
|
|
6
6
|
import { createEnvelope } from '@ccjk/wire';
|
|
7
|
-
import './
|
|
7
|
+
import './index5.mjs';
|
|
8
8
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
9
9
|
|
|
10
10
|
const DAEMON_CONTROL_URL = "http://127.0.0.1:37821";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import a from './
|
|
2
|
-
import ora from './
|
|
1
|
+
import a from './index5.mjs';
|
|
2
|
+
import ora from './index8.mjs';
|
|
3
3
|
import { exec as q } from './main.mjs';
|
|
4
|
-
import { ensureI18nInitialized, i18n, format } from './
|
|
4
|
+
import { ensureI18nInitialized, i18n, format } from './index2.mjs';
|
|
5
5
|
import { s as shouldUseSudoForGlobalInstall } from './platform.mjs';
|
|
6
|
-
import { p as promptBoolean } from '../shared/ccjk.
|
|
6
|
+
import { p as promptBoolean } from '../shared/ccjk.DZ2LLOa-.mjs';
|
|
7
7
|
import { checkClaudeCodeVersion, fixBrokenNpmSymlink, checkCcrVersion, handleDuplicateInstallations, checkCometixLineVersion } from './version-checker.mjs';
|
|
8
8
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
9
9
|
import 'node:process';
|
|
@@ -19,7 +19,7 @@ import 'node:url';
|
|
|
19
19
|
import '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
20
20
|
import 'node:os';
|
|
21
21
|
import 'node:async_hooks';
|
|
22
|
-
import './
|
|
22
|
+
import './index6.mjs';
|
|
23
23
|
import 'stream';
|
|
24
24
|
import 'node:tty';
|
|
25
25
|
import 'node:util';
|
|
@@ -110,7 +110,7 @@ async function updateClaudeCode(force = false, skipPrompt = false) {
|
|
|
110
110
|
console.log(a.green(` ${i18n.t("installation:correctPackage")}: @anthropic-ai/claude-code`));
|
|
111
111
|
console.log();
|
|
112
112
|
if (!skipPrompt) {
|
|
113
|
-
const inquirer = (await import('./
|
|
113
|
+
const inquirer = (await import('./index6.mjs').then(function (n) { return n.c; })).default;
|
|
114
114
|
const { shouldFix } = await inquirer.prompt([
|
|
115
115
|
{
|
|
116
116
|
type: "confirm",
|
|
@@ -386,7 +386,7 @@ async function checkCcjkVersionAndPrompt(skipPrompt) {
|
|
|
386
386
|
await q("npm", ["cache", "clean", "--force"]);
|
|
387
387
|
} catch {
|
|
388
388
|
}
|
|
389
|
-
const ora2 = (await import('./
|
|
389
|
+
const ora2 = (await import('./index8.mjs')).default;
|
|
390
390
|
const updateSpinner = ora2("Updating CCJK...").start();
|
|
391
391
|
try {
|
|
392
392
|
await execWithSudoIfNeeded("npm", ["install", "-g", "ccjk@latest", "--force"]);
|
package/dist/chunks/banner.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import a from './
|
|
2
|
-
import { ensureI18nInitialized, i18n } from './
|
|
1
|
+
import a from './index5.mjs';
|
|
2
|
+
import { ensureI18nInitialized, i18n } from './index2.mjs';
|
|
3
3
|
import { a as getRuntimeHomepage, g as getRuntimeVersion } from '../shared/ccjk.gDEDGD_t.mjs';
|
|
4
4
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
5
5
|
import 'node:fs';
|
package/dist/chunks/boost.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import a from './
|
|
1
|
+
import a from './index5.mjs';
|
|
2
2
|
import { existsSync, readFileSync } from 'node:fs';
|
|
3
3
|
import process__default from 'node:process';
|
|
4
4
|
import { SETTINGS_FILE } from './constants.mjs';
|
|
@@ -6,7 +6,7 @@ import { j as join } from '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
|
6
6
|
import { r as runHealthCheck } from '../shared/ccjk.xkKNsC02.mjs';
|
|
7
7
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
8
8
|
import 'node:os';
|
|
9
|
-
import './
|
|
9
|
+
import './index2.mjs';
|
|
10
10
|
import 'node:url';
|
|
11
11
|
import './memory-check.mjs';
|
|
12
12
|
import 'node:path';
|
|
@@ -18,7 +18,7 @@ import 'assert';
|
|
|
18
18
|
import 'path';
|
|
19
19
|
import './memory-paths.mjs';
|
|
20
20
|
import '../shared/ccjk.BBtCGd_g.mjs';
|
|
21
|
-
import './
|
|
21
|
+
import './index3.mjs';
|
|
22
22
|
import './fs-operations.mjs';
|
|
23
23
|
import 'node:crypto';
|
|
24
24
|
import 'node:fs/promises';
|
|
@@ -375,7 +375,7 @@ async function runCcjkCommand(args) {
|
|
|
375
375
|
}
|
|
376
376
|
async function boost(options = {}) {
|
|
377
377
|
console.log(a.cyan.bold("\n\u{1F680} CCJK Boost - One-Click Optimization\n"));
|
|
378
|
-
const ora = (await import('./
|
|
378
|
+
const ora = (await import('./index8.mjs')).default;
|
|
379
379
|
let spinner = ora("Analyzing your setup...").start();
|
|
380
380
|
const [report, profile] = await Promise.all([
|
|
381
381
|
runHealthCheck(),
|
|
@@ -415,7 +415,7 @@ async function boost(options = {}) {
|
|
|
415
415
|
}
|
|
416
416
|
let selectedActions = actions;
|
|
417
417
|
if (!options.yes) {
|
|
418
|
-
const { default: inquirer } = await import('./
|
|
418
|
+
const { default: inquirer } = await import('./index6.mjs').then(function (n) { return n.c; });
|
|
419
419
|
const { selected } = await inquirer.prompt([{
|
|
420
420
|
type: "checkbox",
|
|
421
421
|
name: "selected",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import process__default, { cwd } from 'node:process';
|
|
2
|
-
import { c as consola, P as ProjectAnalyzer, g as getTemplatesClient } from '../shared/ccjk.
|
|
3
|
-
import { i18n } from './
|
|
2
|
+
import { c as consola, P as ProjectAnalyzer, g as getTemplatesClient } from '../shared/ccjk.Cv13QsGp.mjs';
|
|
3
|
+
import { i18n } from './index2.mjs';
|
|
4
4
|
import { existsSync, readFileSync, writeFileSync, readdirSync } from 'node:fs';
|
|
5
5
|
import { CLAUDE_AGENTS_DIR } from './constants.mjs';
|
|
6
6
|
import { j as join, d as dirname } from '../shared/ccjk.bQ7Dh1g4.mjs';
|
package/dist/chunks/ccjk-all.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import a from './
|
|
2
|
-
import { c as consola, a as analyzeProject } from '../shared/ccjk.
|
|
3
|
-
import { c as createCompleteCloudClient } from '../shared/ccjk.
|
|
4
|
-
import { i18n, ensureI18nInitialized } from './
|
|
1
|
+
import a from './index5.mjs';
|
|
2
|
+
import { c as consola, a as analyzeProject } from '../shared/ccjk.Cv13QsGp.mjs';
|
|
3
|
+
import { c as createCompleteCloudClient } from '../shared/ccjk.Dhu8ia5S.mjs';
|
|
4
|
+
import { i18n, ensureI18nInitialized } from './index2.mjs';
|
|
5
5
|
import { createHash } from 'node:crypto';
|
|
6
6
|
import { promises, readFileSync } from 'node:fs';
|
|
7
7
|
import { join } from 'node:path';
|
|
@@ -23,7 +23,7 @@ import 'node:url';
|
|
|
23
23
|
import '../shared/ccjk.D6ycHbak.mjs';
|
|
24
24
|
import '../shared/ccjk.CfKKcvWy.mjs';
|
|
25
25
|
import 'node:perf_hooks';
|
|
26
|
-
import './
|
|
26
|
+
import './index6.mjs';
|
|
27
27
|
import 'node:readline';
|
|
28
28
|
import 'stream';
|
|
29
29
|
import 'node:tty';
|
|
@@ -449,7 +449,7 @@ class CloudSetupOrchestrator {
|
|
|
449
449
|
return false;
|
|
450
450
|
}
|
|
451
451
|
try {
|
|
452
|
-
const inquirerModule = await import('./
|
|
452
|
+
const inquirerModule = await import('./index6.mjs').then(function (n) { return n.c; });
|
|
453
453
|
const inquirer = inquirerModule.default || inquirerModule;
|
|
454
454
|
const { confirm } = await inquirer.prompt([
|
|
455
455
|
{
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { existsSync, mkdirSync, renameSync, copyFileSync, rmSync } from 'node:fs';
|
|
2
2
|
import { p as parse } from '../shared/ccjk.BBtCGd_g.mjs';
|
|
3
|
-
import { stringify } from './
|
|
3
|
+
import { stringify } from './index3.mjs';
|
|
4
4
|
import { DEFAULT_CODE_TOOL_TYPE, ZCF_CONFIG_FILE, LEGACY_ZCF_CONFIG_FILES, ZCF_CONFIG_DIR, isCodeToolType, SUPPORTED_LANGS } from './constants.mjs';
|
|
5
5
|
import { exists, readFile, ensureDir, writeFileAtomic } from './fs-operations.mjs';
|
|
6
6
|
import { readJsonConfig } from './json-config.mjs';
|
|
7
7
|
import { d as dirname } from '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
8
8
|
import 'node:os';
|
|
9
|
-
import './
|
|
9
|
+
import './index2.mjs';
|
|
10
10
|
import 'node:process';
|
|
11
11
|
import 'node:url';
|
|
12
12
|
import 'node:crypto';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { performance } from 'node:perf_hooks';
|
|
2
|
-
import { c as consola, P as ProjectAnalyzer, g as getTemplatesClient } from '../shared/ccjk.
|
|
3
|
-
import { i as inquirer } from './
|
|
2
|
+
import { c as consola, P as ProjectAnalyzer, g as getTemplatesClient } from '../shared/ccjk.Cv13QsGp.mjs';
|
|
3
|
+
import { i as inquirer } from './index6.mjs';
|
|
4
4
|
import { existsSync, readFileSync, mkdirSync, writeFileSync } from 'node:fs';
|
|
5
5
|
import process__default from 'node:process';
|
|
6
6
|
import { exec } from 'node:child_process';
|
|
7
7
|
import { promisify } from 'node:util';
|
|
8
8
|
import { j as join, d as dirname } from '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
9
|
-
import { i18n } from './
|
|
9
|
+
import { i18n } from './index2.mjs';
|
|
10
10
|
import './index9.mjs';
|
|
11
11
|
import 'tinyglobby';
|
|
12
12
|
import '../shared/ccjk.BBtCGd_g.mjs';
|
package/dist/chunks/ccjk-mcp.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { join } from 'node:path';
|
|
2
2
|
import { cwd } from 'node:process';
|
|
3
|
-
import a from './
|
|
4
|
-
import { c as consola, a as analyzeProject, g as getTemplatesClient } from '../shared/ccjk.
|
|
5
|
-
import { i as inquirer } from './
|
|
3
|
+
import a from './index5.mjs';
|
|
4
|
+
import { c as consola, a as analyzeProject, g as getTemplatesClient } from '../shared/ccjk.Cv13QsGp.mjs';
|
|
5
|
+
import { i as inquirer } from './index6.mjs';
|
|
6
6
|
import { CLAUDE_DIR } from './constants.mjs';
|
|
7
|
-
import { ensureI18nInitialized, i18n } from './
|
|
7
|
+
import { ensureI18nInitialized, i18n } from './index2.mjs';
|
|
8
8
|
import { c as backupMcpConfig, r as readMcpConfig, m as mergeMcpServers, w as writeMcpConfig } from './claude-config.mjs';
|
|
9
9
|
import { e as commandExists } from './platform.mjs';
|
|
10
10
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import a from './
|
|
2
|
-
import { c as consola, P as ProjectAnalyzer } from '../shared/ccjk.
|
|
3
|
-
import { i18n } from './
|
|
1
|
+
import a from './index5.mjs';
|
|
2
|
+
import { c as consola, P as ProjectAnalyzer } from '../shared/ccjk.Cv13QsGp.mjs';
|
|
3
|
+
import { i18n, resolveSupportedLanguage } from './index2.mjs';
|
|
4
4
|
import { promises } from 'node:fs';
|
|
5
5
|
import { performance } from 'node:perf_hooks';
|
|
6
6
|
import { ccjkAgents } from './ccjk-agents.mjs';
|
|
@@ -19,7 +19,7 @@ import 'node:process';
|
|
|
19
19
|
import 'node:url';
|
|
20
20
|
import '../shared/ccjk.CfKKcvWy.mjs';
|
|
21
21
|
import '../shared/ccjk.C2jHOZVP.mjs';
|
|
22
|
-
import './
|
|
22
|
+
import './index6.mjs';
|
|
23
23
|
import 'node:readline';
|
|
24
24
|
import 'stream';
|
|
25
25
|
import 'node:tty';
|
|
@@ -680,7 +680,7 @@ class SetupOrchestrator {
|
|
|
680
680
|
}
|
|
681
681
|
|
|
682
682
|
async function ccjkSetup(options = {}) {
|
|
683
|
-
const lang = options.lang
|
|
683
|
+
const lang = resolveSupportedLanguage(options.lang);
|
|
684
684
|
if (lang !== i18n.language) {
|
|
685
685
|
await i18n.changeLanguage(lang);
|
|
686
686
|
}
|
|
@@ -2,10 +2,10 @@ import { promises } from 'node:fs';
|
|
|
2
2
|
import { homedir } from 'node:os';
|
|
3
3
|
import { join, dirname } from 'node:path';
|
|
4
4
|
import { fileURLToPath } from 'node:url';
|
|
5
|
-
import a from './
|
|
6
|
-
import { c as consola, a as analyzeProject, g as getTemplatesClient } from '../shared/ccjk.
|
|
7
|
-
import { i as inquirer } from './
|
|
8
|
-
import { i18n } from './
|
|
5
|
+
import a from './index5.mjs';
|
|
6
|
+
import { c as consola, a as analyzeProject, g as getTemplatesClient } from '../shared/ccjk.Cv13QsGp.mjs';
|
|
7
|
+
import { i as inquirer } from './index6.mjs';
|
|
8
|
+
import { resolveSupportedLanguage, i18n } from './index2.mjs';
|
|
9
9
|
import { g as getSkillParser } from '../shared/ccjk.DsYaCCx4.mjs';
|
|
10
10
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
11
11
|
import './index9.mjs';
|
|
@@ -33,8 +33,12 @@ async function ccjkSkills(options = {}) {
|
|
|
33
33
|
const logger = consola.withTag("ccjk:skills");
|
|
34
34
|
const startTime = Date.now();
|
|
35
35
|
try {
|
|
36
|
+
const lang = resolveSupportedLanguage(options.lang);
|
|
37
|
+
if (lang !== i18n.language) {
|
|
38
|
+
await i18n.changeLanguage(lang);
|
|
39
|
+
}
|
|
36
40
|
const opts = {
|
|
37
|
-
lang
|
|
41
|
+
lang,
|
|
38
42
|
interactive: options.interactive ?? true,
|
|
39
43
|
category: options.category || "",
|
|
40
44
|
tags: options.tags || [],
|
package/dist/chunks/ccr.mjs
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { displayBannerWithInfo } from './banner.mjs';
|
|
2
|
-
import {
|
|
3
|
-
import { s as showCcrMenu, a as showMainMenu } from './
|
|
4
|
-
import './index2.mjs';
|
|
5
|
-
import '../shared/ccjk.BAGoDD49.mjs';
|
|
2
|
+
import { a as handleExitPromptError, h as handleGeneralError } from '../shared/ccjk.DGllfVCZ.mjs';
|
|
3
|
+
import { s as showCcrMenu, a as showMainMenu } from './index10.mjs';
|
|
6
4
|
import './index5.mjs';
|
|
5
|
+
import '../shared/ccjk.BAGoDD49.mjs';
|
|
6
|
+
import './index2.mjs';
|
|
7
7
|
import 'node:fs';
|
|
8
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 './
|
|
12
|
+
import './index6.mjs';
|
|
13
13
|
import 'node:readline';
|
|
14
14
|
import 'stream';
|
|
15
15
|
import 'node:tty';
|
|
@@ -27,13 +27,13 @@ import 'string_decoder';
|
|
|
27
27
|
import './constants.mjs';
|
|
28
28
|
import './ccjk-config.mjs';
|
|
29
29
|
import '../shared/ccjk.BBtCGd_g.mjs';
|
|
30
|
-
import './
|
|
30
|
+
import './index3.mjs';
|
|
31
31
|
import './fs-operations.mjs';
|
|
32
32
|
import 'node:fs/promises';
|
|
33
33
|
import './json-config.mjs';
|
|
34
34
|
import '../shared/ccjk.RyizuzOI.mjs';
|
|
35
35
|
import './codex.mjs';
|
|
36
|
-
import './
|
|
36
|
+
import './index8.mjs';
|
|
37
37
|
import '../shared/ccjk.DeWpAShp.mjs';
|
|
38
38
|
import '../shared/ccjk.CxpGa6MC.mjs';
|
|
39
39
|
import './main.mjs';
|
|
@@ -46,24 +46,24 @@ import './platform.mjs';
|
|
|
46
46
|
import '../shared/ccjk.DScm_NnL.mjs';
|
|
47
47
|
import '../shared/ccjk.BFQ7yr5S.mjs';
|
|
48
48
|
import './prompts.mjs';
|
|
49
|
-
import '../shared/ccjk.
|
|
50
|
-
import '../shared/ccjk.
|
|
49
|
+
import '../shared/ccjk.DZ2LLOa-.mjs';
|
|
50
|
+
import '../shared/ccjk.CiKtBUW_.mjs';
|
|
51
51
|
import './smart-defaults.mjs';
|
|
52
52
|
import '../shared/ccjk.DJuyfrlL.mjs';
|
|
53
53
|
import './features.mjs';
|
|
54
|
-
import '../shared/ccjk.
|
|
54
|
+
import '../shared/ccjk.DbigonEQ.mjs';
|
|
55
55
|
import 'node:stream/promises';
|
|
56
56
|
import 'tar';
|
|
57
57
|
import './smart-guide.mjs';
|
|
58
58
|
import './ccu.mjs';
|
|
59
59
|
import './init.mjs';
|
|
60
|
-
import '../shared/ccjk.D8BqKRwH.mjs';
|
|
61
60
|
import './config2.mjs';
|
|
62
61
|
import './auto-updater.mjs';
|
|
63
62
|
import './version-checker.mjs';
|
|
64
|
-
import '../shared/ccjk.
|
|
63
|
+
import '../shared/ccjk.DDq2hqA5.mjs';
|
|
64
|
+
import '../shared/ccjk.CwsecBYP.mjs';
|
|
65
65
|
import './installer.mjs';
|
|
66
|
-
import '../shared/ccjk.
|
|
66
|
+
import '../shared/ccjk.Bq8TqZG_.mjs';
|
|
67
67
|
import './commands.mjs';
|
|
68
68
|
import './check-updates.mjs';
|
|
69
69
|
import './config-switch.mjs';
|
|
@@ -72,15 +72,15 @@ import './doctor.mjs';
|
|
|
72
72
|
import './api-providers.mjs';
|
|
73
73
|
import '../shared/ccjk.SPoXMvZD.mjs';
|
|
74
74
|
import '../shared/ccjk.J8YiPsOw.mjs';
|
|
75
|
-
import '../shared/ccjk.
|
|
76
|
-
import '../shared/ccjk.
|
|
75
|
+
import '../shared/ccjk.DvAP4XfP.mjs';
|
|
76
|
+
import '../shared/ccjk.C4m4ypdk.mjs';
|
|
77
77
|
import './notification.mjs';
|
|
78
78
|
import '../shared/ccjk.BBizCO6_.mjs';
|
|
79
79
|
import '../shared/ccjk.D0g2ABGg.mjs';
|
|
80
80
|
import '../shared/ccjk.D6ycHbak.mjs';
|
|
81
81
|
import 'node:buffer';
|
|
82
82
|
import './uninstall.mjs';
|
|
83
|
-
import '../shared/ccjk.
|
|
83
|
+
import '../shared/ccjk.D75wivnp.mjs';
|
|
84
84
|
import 'globby';
|
|
85
85
|
import './update.mjs';
|
|
86
86
|
|
package/dist/chunks/ccu.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import process__default from 'node:process';
|
|
2
|
-
import a from './
|
|
2
|
+
import a from './index5.mjs';
|
|
3
3
|
import { x as K } from './main.mjs';
|
|
4
|
-
import { i18n } from './
|
|
4
|
+
import { i18n } from './index2.mjs';
|
|
5
5
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
6
6
|
import 'module';
|
|
7
7
|
import 'node:child_process';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import process__default from 'node:process';
|
|
2
|
-
import a from './
|
|
3
|
-
import { ensureI18nInitialized, i18n } from './
|
|
4
|
-
import { r as resolveCodeType } from '../shared/ccjk.
|
|
2
|
+
import a from './index5.mjs';
|
|
3
|
+
import { ensureI18nInitialized, i18n } from './index2.mjs';
|
|
4
|
+
import { r as resolveCodeType } from '../shared/ccjk.CiKtBUW_.mjs';
|
|
5
5
|
import { checkAndUpdateTools } from './auto-updater.mjs';
|
|
6
|
-
import {
|
|
6
|
+
import { c as runCodexUpdate } from './codex.mjs';
|
|
7
7
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'node:url';
|
|
@@ -26,13 +26,13 @@ import 'node:readline';
|
|
|
26
26
|
import '../shared/ccjk.DJuyfrlL.mjs';
|
|
27
27
|
import './ccjk-config.mjs';
|
|
28
28
|
import '../shared/ccjk.BBtCGd_g.mjs';
|
|
29
|
-
import './
|
|
30
|
-
import './
|
|
29
|
+
import './index3.mjs';
|
|
30
|
+
import './index8.mjs';
|
|
31
31
|
import '../shared/ccjk.Cjgrln_h.mjs';
|
|
32
32
|
import '../shared/ccjk.DeWpAShp.mjs';
|
|
33
|
-
import '../shared/ccjk.
|
|
33
|
+
import '../shared/ccjk.DZ2LLOa-.mjs';
|
|
34
34
|
import 'node:async_hooks';
|
|
35
|
-
import './
|
|
35
|
+
import './index6.mjs';
|
|
36
36
|
import 'stream';
|
|
37
37
|
import 'node:tty';
|
|
38
38
|
import 'node:util';
|
|
@@ -7,16 +7,16 @@ import { readJsonConfig } from './json-config.mjs';
|
|
|
7
7
|
import { j as join } from '../shared/ccjk.bQ7Dh1g4.mjs';
|
|
8
8
|
import '../shared/ccjk.BAGoDD49.mjs';
|
|
9
9
|
import 'node:os';
|
|
10
|
-
import './
|
|
10
|
+
import './index2.mjs';
|
|
11
11
|
import 'node:fs';
|
|
12
12
|
import 'node:process';
|
|
13
13
|
import 'node:url';
|
|
14
14
|
import '../shared/ccjk.BBtCGd_g.mjs';
|
|
15
|
-
import './
|
|
15
|
+
import './index3.mjs';
|
|
16
16
|
import 'node:crypto';
|
|
17
17
|
import 'node:fs/promises';
|
|
18
|
-
import './
|
|
19
|
-
import './
|
|
18
|
+
import './index5.mjs';
|
|
19
|
+
import './index6.mjs';
|
|
20
20
|
import 'node:readline';
|
|
21
21
|
import 'stream';
|
|
22
22
|
import 'node:tty';
|
|
@@ -225,7 +225,7 @@ class ClaudeCodeConfigManager {
|
|
|
225
225
|
* Apply profile settings to Claude Code runtime
|
|
226
226
|
*/
|
|
227
227
|
static async applyProfileSettings(profile) {
|
|
228
|
-
const { ensureI18nInitialized, i18n } = await import('./
|
|
228
|
+
const { ensureI18nInitialized, i18n } = await import('./index2.mjs');
|
|
229
229
|
ensureI18nInitialized();
|
|
230
230
|
try {
|
|
231
231
|
if (!profile) {
|