ccjk 13.6.1 → 13.6.2

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.
@@ -1,7 +1,7 @@
1
1
  import a from './index5.mjs';
2
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.elpZZFjp.mjs';
4
+ import { r as runConfigWizard, t as testApiConnection, d as displayCurrentStatus, q as quickSetup } from '../shared/ccjk.B2f-cwUP.mjs';
5
5
  import { g as getAllPresets } from '../shared/ccjk.DopKzo3z.mjs';
6
6
  import '../shared/ccjk.BAGoDD49.mjs';
7
7
  import 'node:fs';
@@ -1,4 +1,4 @@
1
- export { c as configureOfficialMode, a as configureSimpleMode, b as configureWithPreset, e as detectCurrentMode, d as displayCurrentStatus, g as getCurrentConfig, q as quickSetup, r as runConfigWizard, t as testApiConnection, v as validateApiKey } from '../shared/ccjk.elpZZFjp.mjs';
1
+ export { c as configureOfficialMode, a as configureSimpleMode, b as configureWithPreset, e as detectCurrentMode, d as displayCurrentStatus, g as getCurrentConfig, q as quickSetup, r as runConfigWizard, t as testApiConnection, v as validateApiKey } from '../shared/ccjk.B2f-cwUP.mjs';
2
2
  export { P as PROVIDER_PRESETS, g as getAllPresets, a as getChinesePresets, b as getPresetById, c as getRecommendedPresets } from '../shared/ccjk.DopKzo3z.mjs';
3
3
  import './index5.mjs';
4
4
  import '../shared/ccjk.BAGoDD49.mjs';
@@ -1,3 +1,3 @@
1
- const version = "13.6.1";
1
+ const version = "13.6.2";
2
2
 
3
3
  export { version };
@@ -230,20 +230,20 @@ async function runConfigWizard(lang) {
230
230
  console.log("");
231
231
  const modeChoices = [
232
232
  {
233
- name: lang === "zh-CN" ? "1. \u5FEB\u901F\u914D\u7F6E (\u63A8\u8350) - \u9009\u62E9\u9884\u8BBE\u63D0\u4F9B\u5546" : "1. Quick Setup (Recommended) - Choose preset provider",
234
- value: "quick"
233
+ name: lang === "zh-CN" ? "1. \u81EA\u5B9A\u4E49\u914D\u7F6E - \u624B\u52A8\u8F93\u5165 API \u5730\u5740\u548C\u5BC6\u94A5" : "1. Custom Configuration - Manual API URL and key",
234
+ value: "custom"
235
235
  },
236
236
  {
237
237
  name: lang === "zh-CN" ? "2. \u5B98\u65B9 Anthropic API - \u76F4\u63A5\u8FDE\u63A5 Anthropic" : "2. Official Anthropic API - Direct connection",
238
238
  value: "official"
239
239
  },
240
240
  {
241
- name: lang === "zh-CN" ? "3. \u81EA\u5B9A\u4E49\u914D\u7F6E - \u624B\u52A8\u8F93\u5165 API \u5730\u5740\u548C\u5BC6\u94A5" : "3. Custom Configuration - Manual API URL and key",
242
- value: "custom"
241
+ name: lang === "zh-CN" ? "3. CCR \u9AD8\u7EA7\u8DEF\u7531 - \u5B8C\u6574 Claude Code Router \u914D\u7F6E" : "3. CCR Advanced Router - Full Claude Code Router setup",
242
+ value: "ccr"
243
243
  },
244
244
  {
245
- name: lang === "zh-CN" ? "4. CCR \u9AD8\u7EA7\u8DEF\u7531 - \u5B8C\u6574 Claude Code Router \u914D\u7F6E" : "4. CCR Advanced Router - Full Claude Code Router setup",
246
- value: "ccr"
245
+ name: lang === "zh-CN" ? "4. \u5FEB\u901F\u914D\u7F6E (\u63A8\u8350) - \u9009\u62E9\u9884\u8BBE\u63D0\u4F9B\u5546" : "4. Quick Setup (Recommended) - Choose preset provider",
246
+ value: "quick"
247
247
  }
248
248
  ];
249
249
  const { mode } = await inquirer.prompt({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ccjk",
3
3
  "type": "module",
4
- "version": "13.6.1",
4
+ "version": "13.6.2",
5
5
  "description": "Production-ready AI dev environment for Claude Code, Codex, and modern coding workflows with 30-second onboarding, persistent memory, Agent Teams, remote control, and capability discovery.",
6
6
  "author": {
7
7
  "name": "CCJK Team",