ccjk 12.2.2 → 12.3.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.
Files changed (135) hide show
  1. package/dist/chunks/agent-teams.mjs +3 -3
  2. package/dist/chunks/agent.mjs +2 -2
  3. package/dist/chunks/agents.mjs +4 -5
  4. package/dist/chunks/api-cli.mjs +5 -5
  5. package/dist/chunks/api-providers.mjs +1 -1
  6. package/dist/chunks/api.mjs +4 -4
  7. package/dist/chunks/auto-bootstrap.mjs +1 -1
  8. package/dist/chunks/auto-fixer.mjs +3 -3
  9. package/dist/chunks/auto-init.mjs +3 -3
  10. package/dist/chunks/auto-updater.mjs +9 -9
  11. package/dist/chunks/banner.mjs +2 -2
  12. package/dist/chunks/boost.mjs +4 -4
  13. package/dist/chunks/ccjk-agents.mjs +3 -3
  14. package/dist/chunks/ccjk-all.mjs +6 -6
  15. package/dist/chunks/ccjk-config.mjs +2 -2
  16. package/dist/chunks/ccjk-hooks.mjs +4 -4
  17. package/dist/chunks/ccjk-mcp.mjs +5 -5
  18. package/dist/chunks/ccjk-setup.mjs +5 -5
  19. package/dist/chunks/ccjk-skills.mjs +5 -5
  20. package/dist/chunks/ccr.mjs +14 -14
  21. package/dist/chunks/ccu.mjs +2 -2
  22. package/dist/chunks/check-updates.mjs +6 -6
  23. package/dist/chunks/claude-code-config-manager.mjs +5 -4
  24. package/dist/chunks/claude-code-incremental-manager.mjs +6 -6
  25. package/dist/chunks/claude-config.mjs +1 -1
  26. package/dist/chunks/claude-wrapper.mjs +1 -1
  27. package/dist/chunks/cli-hook.mjs +9 -10
  28. package/dist/chunks/codex-config-switch.mjs +6 -6
  29. package/dist/chunks/codex-provider-manager.mjs +6 -6
  30. package/dist/chunks/codex-uninstaller.mjs +2 -2
  31. package/dist/chunks/codex.mjs +5 -5
  32. package/dist/chunks/commands.mjs +2 -2
  33. package/dist/chunks/commands2.mjs +1 -1
  34. package/dist/chunks/commit.mjs +2 -2
  35. package/dist/chunks/completion.mjs +2 -2
  36. package/dist/chunks/config-consolidator.mjs +2 -2
  37. package/dist/chunks/config-switch.mjs +7 -7
  38. package/dist/chunks/config.mjs +3 -3
  39. package/dist/chunks/config2.mjs +4 -4
  40. package/dist/chunks/config3.mjs +3 -3
  41. package/dist/chunks/constants.mjs +1 -1
  42. package/dist/chunks/context-opt.mjs +442 -0
  43. package/dist/chunks/convoy-manager.mjs +355 -3
  44. package/dist/chunks/dashboard.mjs +2 -2
  45. package/dist/chunks/doctor.mjs +4 -4
  46. package/dist/chunks/evolution.mjs +2 -2
  47. package/dist/chunks/health-alerts.mjs +530 -4
  48. package/dist/chunks/help.mjs +1 -1
  49. package/dist/chunks/index.mjs +0 -23
  50. package/dist/chunks/index10.mjs +571 -634
  51. package/dist/chunks/index11.mjs +569 -1061
  52. package/dist/chunks/index12.mjs +1076 -914
  53. package/dist/chunks/index13.mjs +951 -135
  54. package/dist/chunks/index14.mjs +184 -209
  55. package/dist/chunks/index15.mjs +218 -0
  56. package/dist/chunks/index2.mjs +24 -19
  57. package/dist/chunks/index3.mjs +12 -19085
  58. package/dist/chunks/index4.mjs +19092 -16
  59. package/dist/chunks/index5.mjs +16 -7602
  60. package/dist/chunks/index6.mjs +7590 -159
  61. package/dist/chunks/index7.mjs +171 -1602
  62. package/dist/chunks/index8.mjs +1602 -19
  63. package/dist/chunks/index9.mjs +15 -612
  64. package/dist/chunks/init.mjs +13 -13
  65. package/dist/chunks/installer.mjs +5 -5
  66. package/dist/chunks/installer2.mjs +1 -1
  67. package/dist/chunks/interview.mjs +4 -4
  68. package/dist/chunks/manager.mjs +1 -1
  69. package/dist/chunks/marketplace.mjs +2 -2
  70. package/dist/chunks/mcp-cli.mjs +9 -9
  71. package/dist/chunks/mcp.mjs +7 -7
  72. package/dist/chunks/memory.mjs +3 -3
  73. package/dist/chunks/menu-hierarchical.mjs +14 -14
  74. package/dist/chunks/menu.mjs +12 -12
  75. package/dist/chunks/metrics-display.mjs +1 -1
  76. package/dist/chunks/migrator.mjs +1 -1
  77. package/dist/chunks/monitor.mjs +2 -2
  78. package/dist/chunks/notification.mjs +4 -4
  79. package/dist/chunks/onboarding-wizard.mjs +2 -2
  80. package/dist/chunks/onboarding.mjs +4 -4
  81. package/dist/chunks/package.mjs +1 -1
  82. package/dist/chunks/paradigm.mjs +1 -1
  83. package/dist/chunks/permission-manager.mjs +2 -2
  84. package/dist/chunks/permissions.mjs +3 -3
  85. package/dist/chunks/persistence-manager.mjs +3 -3
  86. package/dist/chunks/plugin.mjs +2 -2
  87. package/dist/chunks/prompts.mjs +5 -5
  88. package/dist/chunks/providers.mjs +2 -2
  89. package/dist/chunks/quick-actions.mjs +2 -2
  90. package/dist/chunks/quick-provider.mjs +6 -5
  91. package/dist/chunks/quick-setup.mjs +10 -10
  92. package/dist/chunks/remote.mjs +5 -5
  93. package/dist/chunks/session.mjs +2 -2
  94. package/dist/chunks/sessions.mjs +1 -1
  95. package/dist/chunks/silent-updater.mjs +1 -1
  96. package/dist/chunks/simple-config.mjs +1 -1
  97. package/dist/chunks/skill2.mjs +3 -3
  98. package/dist/chunks/skills-sync.mjs +4 -4
  99. package/dist/chunks/skills.mjs +3 -3
  100. package/dist/chunks/slash-commands.mjs +3 -3
  101. package/dist/chunks/startup.mjs +1 -1
  102. package/dist/chunks/stats.mjs +2 -2
  103. package/dist/chunks/status.mjs +2 -2
  104. package/dist/chunks/team.mjs +3 -3
  105. package/dist/chunks/thinking.mjs +4 -4
  106. package/dist/chunks/trace.mjs +2 -2
  107. package/dist/chunks/uninstall.mjs +8 -8
  108. package/dist/chunks/update.mjs +9 -9
  109. package/dist/chunks/upgrade-manager.mjs +3 -3
  110. package/dist/chunks/version-checker.mjs +4 -4
  111. package/dist/chunks/vim.mjs +3 -3
  112. package/dist/chunks/workflows.mjs +1 -1
  113. package/dist/chunks/wsl.mjs +1 -1
  114. package/dist/chunks/zero-config.mjs +3 -3
  115. package/dist/cli.mjs +56 -23
  116. package/dist/index.mjs +5 -5
  117. package/dist/shared/{ccjk.CCcQfbni.mjs → ccjk.B1TwPltj.mjs} +1 -1
  118. package/dist/shared/{ccjk.CePkJq2S.mjs → ccjk.BfIpomdz.mjs} +1 -1
  119. package/dist/shared/{ccjk.D8ZLYSZZ.mjs → ccjk.CXzjn01x.mjs} +1 -1
  120. package/dist/shared/{ccjk.Cjj8SVrn.mjs → ccjk.Cot9p9_n.mjs} +1 -1
  121. package/dist/shared/{ccjk.CvChMYvB.mjs → ccjk.DCw2WnZU.mjs} +1 -1
  122. package/dist/shared/{ccjk.DG_o24cZ.mjs → ccjk.DJdmgr2d.mjs} +1 -1
  123. package/dist/shared/{ccjk.BIxuVL3_.mjs → ccjk.DcKLglJQ.mjs} +2 -2
  124. package/dist/shared/{ccjk.DLLw-h4Y.mjs → ccjk.DfXjf8EC.mjs} +2 -2
  125. package/dist/shared/{ccjk.KpFl2RDA.mjs → ccjk.DpstNaeR.mjs} +3 -3
  126. package/dist/shared/{ccjk.DOBWBkFR.mjs → ccjk.XsJWJuQP.mjs} +5 -5
  127. package/dist/shared/{ccjk._dESH4Rk.mjs → ccjk.dYDLfmph.mjs} +1 -1
  128. package/dist/shared/{ccjk.DS7UESmF.mjs → ccjk.hrRv8G6j.mjs} +4 -4
  129. package/dist/shared/{ccjk.BWFpnOr3.mjs → ccjk.mJpVRDZ8.mjs} +1 -1
  130. package/dist/templates/claude-code/common/settings.json +3 -1
  131. package/package.json +20 -18
  132. package/templates/claude-code/common/settings.json +3 -1
  133. package/dist/chunks/context-loader.mjs +0 -351
  134. package/dist/chunks/context.mjs +0 -372
  135. package/dist/chunks/health-check.mjs +0 -532
@@ -1,6 +1,6 @@
1
1
  import process__default from 'node:process';
2
2
  import { exec as q } from './main.mjs';
3
- import { i18n, initI18n } from './index5.mjs';
3
+ import { i18n, initI18n } from './index6.mjs';
4
4
  import { j as findRealCommandPath } from './platform.mjs';
5
5
  import 'module';
6
6
  import 'node:child_process';
@@ -1,17 +1,16 @@
1
1
  import { EventEmitter } from 'node:events';
2
- import { contextLoader } from './context-loader.mjs';
3
- import { l as logger } from '../shared/ccjk.DG_o24cZ.mjs';
4
- import { h as hookRegistry } from '../shared/ccjk.CCcQfbni.mjs';
2
+ import { a as getGlobalStateManager, g as getGlobalConvoyManager, c as contextLoader, S as SessionIntelligence } from './convoy-manager.mjs';
3
+ import { l as logger } from '../shared/ccjk.DJdmgr2d.mjs';
4
+ import { h as hookRegistry } from '../shared/ccjk.B1TwPltj.mjs';
5
5
  import { Buffer } from 'node:buffer';
6
6
  import { randomUUID } from 'node:crypto';
7
7
  import { existsSync, mkdirSync, writeFileSync, readFileSync } from 'node:fs';
8
8
  import { d as dirname, j as join } from '../shared/ccjk.bQ7Dh1g4.mjs';
9
- import { a as getGlobalStateManager, g as getGlobalConvoyManager, S as SessionIntelligence } from './convoy-manager.mjs';
10
9
  import { n as nanoid } from '../shared/ccjk.BoApaI4j.mjs';
11
10
  import process__default from 'node:process';
12
11
  import 'tinyglobby';
13
- import '../shared/ccjk.CePkJq2S.mjs';
14
- import './index2.mjs';
12
+ import '../shared/ccjk.BfIpomdz.mjs';
13
+ import './index3.mjs';
15
14
  import '../shared/ccjk.BAGoDD49.mjs';
16
15
  import '../shared/ccjk.BxSmJ8B7.mjs';
17
16
  import 'node:child_process';
@@ -2225,7 +2224,7 @@ const promptUserQuestion = async (question) => {
2225
2224
  return null;
2226
2225
  }
2227
2226
  try {
2228
- const inquirer = (await import('./index3.mjs').then(function (n) { return n.c; })).default;
2227
+ const inquirer = (await import('./index4.mjs').then(function (n) { return n.c; })).default;
2229
2228
  const choices = question.options.map((option) => ({
2230
2229
  name: option.description ? `${option.label} \u2014 ${option.description}` : option.label,
2231
2230
  value: option.value
@@ -3876,9 +3875,9 @@ class BrainCliHook extends EventEmitter {
3876
3875
  if (this.initialized) {
3877
3876
  return;
3878
3877
  }
3879
- const { getGlobalStateManager } = await import('./convoy-manager.mjs').then(function (n) { return n.b; });
3878
+ const { getGlobalStateManager } = await import('./convoy-manager.mjs').then(function (n) { return n.d; });
3880
3879
  const { getGlobalMailboxManager } = await Promise.resolve().then(function () { return persistentMailbox; });
3881
- const { getGlobalConvoyManager } = await import('./convoy-manager.mjs').then(function (n) { return n.c; });
3880
+ const { getGlobalConvoyManager } = await import('./convoy-manager.mjs').then(function (n) { return n.e; });
3882
3881
  const stateManager = getGlobalStateManager();
3883
3882
  const mailboxManager = getGlobalMailboxManager();
3884
3883
  const convoyManager = getGlobalConvoyManager();
@@ -4033,7 +4032,7 @@ ${"=".repeat(60)}`);
4033
4032
  */
4034
4033
  async buildAdditionalContext() {
4035
4034
  try {
4036
- const { loadContextAtDepth } = await import('./context-loader.mjs');
4035
+ const { loadContextAtDepth } = await import('./convoy-manager.mjs').then(function (n) { return n.b; });
4037
4036
  const ctx = await loadContextAtDepth("L0");
4038
4037
  if (ctx.totalTokens > 0) {
4039
4038
  return `[Brain Context: ${ctx.layers.size} layers, ~${ctx.totalTokens} tokens, depth=${ctx.depth}]`;
@@ -1,10 +1,10 @@
1
- import a from './index2.mjs';
2
- import { i as inquirer } from './index3.mjs';
1
+ import a from './index3.mjs';
2
+ import { i as inquirer } from './index4.mjs';
3
3
  import { CODEX_AUTH_FILE } from './constants.mjs';
4
- import { ensureI18nInitialized, i18n } from './index5.mjs';
4
+ import { ensureI18nInitialized, i18n } from './index6.mjs';
5
5
  import { readJsonConfig } from './json-config.mjs';
6
6
  import { a as addNumbersToChoices } from '../shared/ccjk.BFQ7yr5S.mjs';
7
- import { p as promptBoolean } from '../shared/ccjk.BWFpnOr3.mjs';
7
+ import { p as promptBoolean } from '../shared/ccjk.mJpVRDZ8.mjs';
8
8
  import { f as detectConfigManagementMode } from './codex.mjs';
9
9
  import { deleteProviders, addProviderToExisting, editExistingProvider } from './codex-provider-manager.mjs';
10
10
  import '../shared/ccjk.BAGoDD49.mjs';
@@ -30,7 +30,7 @@ import '../shared/ccjk.RyizuzOI.mjs';
30
30
  import './fs-operations.mjs';
31
31
  import 'node:fs/promises';
32
32
  import '../shared/ccjk.DeWpAShp.mjs';
33
- import './index7.mjs';
33
+ import './index8.mjs';
34
34
  import '../shared/ccjk.CxpGa6MC.mjs';
35
35
  import '../shared/ccjk.BBtCGd_g.mjs';
36
36
  import './main.mjs';
@@ -38,7 +38,7 @@ import 'module';
38
38
  import 'node:child_process';
39
39
  import 'node:stream';
40
40
  import './ccjk-config.mjs';
41
- import './index6.mjs';
41
+ import './index7.mjs';
42
42
  import './config.mjs';
43
43
  import './claude-config.mjs';
44
44
  import './platform.mjs';
@@ -1,13 +1,13 @@
1
- import { ensureI18nInitialized, i18n } from './index5.mjs';
1
+ import { ensureI18nInitialized, i18n } from './index6.mjs';
2
2
  import { a as readCodexConfig, d as backupCodexComplete, w as writeCodexConfig, e as writeAuthFile } from './codex.mjs';
3
3
  import 'node:fs';
4
4
  import 'node:process';
5
5
  import 'node:url';
6
6
  import '../shared/ccjk.bQ7Dh1g4.mjs';
7
- import './index2.mjs';
7
+ import './index3.mjs';
8
8
  import '../shared/ccjk.BAGoDD49.mjs';
9
9
  import '../shared/ccjk.RyizuzOI.mjs';
10
- import './index3.mjs';
10
+ import './index4.mjs';
11
11
  import 'node:readline';
12
12
  import 'stream';
13
13
  import 'node:tty';
@@ -22,7 +22,7 @@ import 'node:os';
22
22
  import 'node:crypto';
23
23
  import 'buffer';
24
24
  import 'string_decoder';
25
- import './index7.mjs';
25
+ import './index8.mjs';
26
26
  import '../shared/ccjk.DeWpAShp.mjs';
27
27
  import '../shared/ccjk.CxpGa6MC.mjs';
28
28
  import '../shared/ccjk.BBtCGd_g.mjs';
@@ -32,7 +32,7 @@ import 'node:child_process';
32
32
  import 'node:stream';
33
33
  import './constants.mjs';
34
34
  import './ccjk-config.mjs';
35
- import './index6.mjs';
35
+ import './index7.mjs';
36
36
  import './fs-operations.mjs';
37
37
  import 'node:fs/promises';
38
38
  import './json-config.mjs';
@@ -43,7 +43,7 @@ import '../shared/ccjk.DXRAZcix.mjs';
43
43
  import '../shared/ccjk.BFQ7yr5S.mjs';
44
44
  import './prompts.mjs';
45
45
  import '../shared/ccjk.gDEDGD_t.mjs';
46
- import '../shared/ccjk.BWFpnOr3.mjs';
46
+ import '../shared/ccjk.mJpVRDZ8.mjs';
47
47
 
48
48
  async function addProviderToExisting(provider, apiKey, allowOverwrite = false) {
49
49
  ensureI18nInitialized();
@@ -1,8 +1,8 @@
1
1
  import { promises } from 'node:fs';
2
2
  import { CODEX_DIR, CODEX_CONFIG_FILE, CODEX_AUTH_FILE, CODEX_AGENTS_FILE, CODEX_PROMPTS_DIR } from './constants.mjs';
3
- import { i18n } from './index5.mjs';
3
+ import { i18n } from './index6.mjs';
4
4
  import { writeFileAtomic } from './fs-operations.mjs';
5
- import { m as moveToTrash } from '../shared/ccjk.CvChMYvB.mjs';
5
+ import { m as moveToTrash } from '../shared/ccjk.DCw2WnZU.mjs';
6
6
  import { j as join } from '../shared/ccjk.bQ7Dh1g4.mjs';
7
7
  import 'node:os';
8
8
  import 'node:process';
@@ -1,14 +1,14 @@
1
1
  import process__default from 'node:process';
2
2
  import { fileURLToPath } from 'node:url';
3
- import a from './index2.mjs';
3
+ import a from './index3.mjs';
4
4
  import { d as dayjs } from '../shared/ccjk.RyizuzOI.mjs';
5
- import { i as inquirer } from './index3.mjs';
6
- import ora from './index7.mjs';
5
+ import { i as inquirer } from './index4.mjs';
6
+ import ora from './index8.mjs';
7
7
  import { a as semver } from '../shared/ccjk.CxpGa6MC.mjs';
8
8
  import { p as parse } from '../shared/ccjk.BBtCGd_g.mjs';
9
9
  import { x as K } from './main.mjs';
10
10
  import { CODEX_AUTH_FILE, SUPPORTED_LANGS, CODEX_DIR, CODEX_AGENTS_FILE, CODEX_PROMPTS_DIR, CODEX_CONFIG_FILE, AI_OUTPUT_LANGUAGES, ZCF_CONFIG_FILE } from './constants.mjs';
11
- import { ensureI18nInitialized, i18n, format } from './index5.mjs';
11
+ import { ensureI18nInitialized, i18n, format } from './index6.mjs';
12
12
  import { updateZcfConfig, readZcfConfig, readDefaultTomlConfig, updateTomlConfig } from './ccjk-config.mjs';
13
13
  import { e as applyAiLanguageDirective } from './config.mjs';
14
14
  import { exists, readFile, ensureDir, writeFileAtomic, writeFile, copyFile, copyDir } from './fs-operations.mjs';
@@ -16,7 +16,7 @@ import { readJsonConfig, writeJsonConfig } from './json-config.mjs';
16
16
  import { k as isWindows, m as getMcpCommand, l as getSystemRoot, w as wrapCommandWithSudo, n as normalizeTomlPath } from './platform.mjs';
17
17
  import { a as addNumbersToChoices } from '../shared/ccjk.BFQ7yr5S.mjs';
18
18
  import { resolveAiOutputLanguage } from './prompts.mjs';
19
- import { p as promptBoolean } from '../shared/ccjk.BWFpnOr3.mjs';
19
+ import { p as promptBoolean } from '../shared/ccjk.mJpVRDZ8.mjs';
20
20
  import 'node:child_process';
21
21
  import { homedir } from 'node:os';
22
22
  import { j as join, d as dirname } from '../shared/ccjk.bQ7Dh1g4.mjs';
@@ -1,7 +1,7 @@
1
1
  import { exec } from 'node:child_process';
2
2
  import { promisify } from 'node:util';
3
- import a from './index2.mjs';
4
- import { ensureI18nInitialized, i18n } from './index5.mjs';
3
+ import a from './index3.mjs';
4
+ import { ensureI18nInitialized, i18n } from './index6.mjs';
5
5
  import '../shared/ccjk.BAGoDD49.mjs';
6
6
  import 'node:fs';
7
7
  import 'node:process';
@@ -1,5 +1,5 @@
1
1
  import process__default from 'node:process';
2
- import a from './index2.mjs';
2
+ import a from './index3.mjs';
3
3
  import { checkAgentBrowserInstalled, getInstallPath } from './installer2.mjs';
4
4
  import '../shared/ccjk.BAGoDD49.mjs';
5
5
  import 'node:fs';
@@ -1,5 +1,5 @@
1
- import a from './index2.mjs';
2
- import { i as inquirer } from './index3.mjs';
1
+ import a from './index3.mjs';
2
+ import { i as inquirer } from './index4.mjs';
3
3
  import { exec as q } from './main.mjs';
4
4
  import '../shared/ccjk.BAGoDD49.mjs';
5
5
  import 'node:readline';
@@ -1,8 +1,8 @@
1
1
  import { existsSync, mkdirSync, writeFileSync } from 'node:fs';
2
2
  import { homedir } from 'node:os';
3
3
  import { join } from 'node:path';
4
- import a from './index2.mjs';
5
- import { i18n } from './index5.mjs';
4
+ import a from './index3.mjs';
5
+ import { i18n } from './index6.mjs';
6
6
  import '../shared/ccjk.BAGoDD49.mjs';
7
7
  import 'node:process';
8
8
  import 'node:url';
@@ -1,13 +1,13 @@
1
1
  import { existsSync, statSync, readFileSync } from 'node:fs';
2
2
  import { homedir } from 'node:os';
3
3
  import process__default from 'node:process';
4
- import a from './index2.mjs';
4
+ import a from './index3.mjs';
5
5
  import { d as dayjs } from '../shared/ccjk.RyizuzOI.mjs';
6
6
  import { SETTINGS_FILE, ClAUDE_CONFIG_FILE, CLAUDE_VSC_CONFIG_FILE } from './constants.mjs';
7
7
  import { STATUS } from './banner.mjs';
8
8
  import { j as join } from '../shared/ccjk.bQ7Dh1g4.mjs';
9
9
  import '../shared/ccjk.BAGoDD49.mjs';
10
- import './index5.mjs';
10
+ import './index6.mjs';
11
11
  import 'node:url';
12
12
  import '../shared/ccjk.gDEDGD_t.mjs';
13
13
 
@@ -1,12 +1,12 @@
1
1
  import process__default from 'node:process';
2
- import a from './index2.mjs';
3
- import { i as inquirer } from './index3.mjs';
2
+ import a from './index3.mjs';
3
+ import { i as inquirer } from './index4.mjs';
4
4
  import { resolveCodeToolType, isCodeToolType, DEFAULT_CODE_TOOL_TYPE } from './constants.mjs';
5
- import { ensureI18nInitialized, i18n } from './index5.mjs';
5
+ import { ensureI18nInitialized, i18n } from './index6.mjs';
6
6
  import { readZcfConfig } from './ccjk-config.mjs';
7
7
  import { ClaudeCodeConfigManager } from './claude-code-config-manager.mjs';
8
8
  import { s as switchCodexProvider, l as listCodexProviders, a as readCodexConfig, b as switchToOfficialLogin, c as switchToProvider } from './codex.mjs';
9
- import { a as handleGeneralError } from '../shared/ccjk.BIxuVL3_.mjs';
9
+ import { a as handleGeneralError } from '../shared/ccjk.DcKLglJQ.mjs';
10
10
  import { a as addNumbersToChoices } from '../shared/ccjk.BFQ7yr5S.mjs';
11
11
  import '../shared/ccjk.BAGoDD49.mjs';
12
12
  import 'node:readline';
@@ -27,7 +27,7 @@ import '../shared/ccjk.bQ7Dh1g4.mjs';
27
27
  import 'node:fs';
28
28
  import 'node:url';
29
29
  import '../shared/ccjk.BBtCGd_g.mjs';
30
- import './index6.mjs';
30
+ import './index7.mjs';
31
31
  import './fs-operations.mjs';
32
32
  import 'node:fs/promises';
33
33
  import './json-config.mjs';
@@ -40,12 +40,12 @@ import 'module';
40
40
  import 'node:child_process';
41
41
  import 'node:stream';
42
42
  import '../shared/ccjk.DXRAZcix.mjs';
43
- import './index7.mjs';
43
+ import './index8.mjs';
44
44
  import '../shared/ccjk.DeWpAShp.mjs';
45
45
  import '../shared/ccjk.CxpGa6MC.mjs';
46
46
  import './prompts.mjs';
47
47
  import '../shared/ccjk.gDEDGD_t.mjs';
48
- import '../shared/ccjk.BWFpnOr3.mjs';
48
+ import '../shared/ccjk.mJpVRDZ8.mjs';
49
49
 
50
50
  async function configSwitchCommand(options) {
51
51
  try {
@@ -1,9 +1,9 @@
1
1
  import { fileURLToPath } from 'node:url';
2
- import a from './index2.mjs';
2
+ import a from './index3.mjs';
3
3
  import { d as dayjs } from '../shared/ccjk.RyizuzOI.mjs';
4
- import { i as inquirer } from './index3.mjs';
4
+ import { i as inquirer } from './index4.mjs';
5
5
  import { CLAUDE_DIR, SETTINGS_FILE, CLAUDE_VSC_CONFIG_FILE, AI_OUTPUT_LANGUAGES } from './constants.mjs';
6
- import { ensureI18nInitialized, i18n } from './index5.mjs';
6
+ import { ensureI18nInitialized, i18n } from './index6.mjs';
7
7
  import { s as setPrimaryApiKey, a as addCompletedOnboarding, d as deepMerge } from './claude-config.mjs';
8
8
  import { exists, ensureDir, copyDir, writeFileAtomic, copyFile } from './fs-operations.mjs';
9
9
  import { readJsonConfig, writeJsonConfig } from './json-config.mjs';
@@ -3,15 +3,15 @@ import { existsSync, copyFileSync, mkdirSync } from 'node:fs';
3
3
  import { homedir } from 'node:os';
4
4
  import process__default from 'node:process';
5
5
  import { promisify } from 'node:util';
6
- import a from './index2.mjs';
6
+ import a from './index3.mjs';
7
7
  import { d as dayjs } from '../shared/ccjk.RyizuzOI.mjs';
8
- import { i as inquirer } from './index3.mjs';
8
+ import { i as inquirer } from './index4.mjs';
9
9
  import { SETTINGS_FILE } from './constants.mjs';
10
- import { ensureI18nInitialized, i18n } from './index5.mjs';
10
+ import { ensureI18nInitialized, i18n } from './index6.mjs';
11
11
  import { s as setPrimaryApiKey, a as addCompletedOnboarding } from './claude-config.mjs';
12
12
  import { b as backupExistingConfig } from './config.mjs';
13
13
  import { readJsonConfig, writeJsonConfig } from './json-config.mjs';
14
- import { p as promptBoolean } from '../shared/ccjk.BWFpnOr3.mjs';
14
+ import { p as promptBoolean } from '../shared/ccjk.mJpVRDZ8.mjs';
15
15
  import { j as join } from '../shared/ccjk.bQ7Dh1g4.mjs';
16
16
  import '../shared/ccjk.BAGoDD49.mjs';
17
17
  import 'node:readline';
@@ -1,10 +1,10 @@
1
1
  import { existsSync, readFileSync, writeFileSync } from 'node:fs';
2
2
  import process__default from 'node:process';
3
- import a from './index2.mjs';
4
- import { i as inquirer } from './index3.mjs';
3
+ import a from './index3.mjs';
4
+ import { i as inquirer } from './index4.mjs';
5
5
  import { getApiProviderPresets } from './api-providers.mjs';
6
6
  import { SETTINGS_FILE } from './constants.mjs';
7
- import { i18n } from './index5.mjs';
7
+ import { i18n } from './index6.mjs';
8
8
  import { b as backupExistingConfig } from './config.mjs';
9
9
  import '../shared/ccjk.BAGoDD49.mjs';
10
10
  import 'node:readline';
@@ -1,5 +1,5 @@
1
1
  import { homedir } from 'node:os';
2
- import { i18n } from './index5.mjs';
2
+ import { i18n } from './index6.mjs';
3
3
  import { j as join } from '../shared/ccjk.bQ7Dh1g4.mjs';
4
4
  import 'node:fs';
5
5
  import 'node:process';