ccjk 10.2.0 → 11.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/README.md +28 -0
- package/dist/chunks/auto-init.mjs +7585 -0
- package/dist/chunks/ccr.mjs +2 -1
- package/dist/chunks/check-updates.mjs +1 -0
- package/dist/chunks/claude-code-config-manager.mjs +1 -0
- package/dist/chunks/claude-code-incremental-manager.mjs +2 -1
- package/dist/chunks/codex-config-switch.mjs +1 -0
- package/dist/chunks/codex-provider-manager.mjs +1 -0
- package/dist/chunks/config-switch.mjs +1 -0
- package/dist/chunks/config.mjs +2 -94
- package/dist/chunks/config2.mjs +1 -0
- package/dist/chunks/config3.mjs +1 -0
- package/dist/chunks/evolution.mjs +383 -0
- package/dist/chunks/features.mjs +2 -1
- package/dist/chunks/init.mjs +1 -1
- package/dist/chunks/mcp.mjs +1 -0
- package/dist/chunks/menu.mjs +7 -1
- package/dist/chunks/package.mjs +1 -1
- package/dist/chunks/quick-provider.mjs +3 -0
- package/dist/chunks/quick-setup.mjs +2 -1
- package/dist/chunks/remote.mjs +166 -0
- package/dist/chunks/simple-config.mjs +1 -6
- package/dist/chunks/update.mjs +2 -1
- package/dist/chunks/zero-config.mjs +359 -0
- package/dist/cli.mjs +107 -0
- package/dist/i18n/locales/en/configuration.json +33 -0
- package/dist/i18n/locales/en/evolution.json +54 -0
- package/dist/i18n/locales/en/remote.json +39 -0
- package/dist/i18n/locales/zh-CN/configuration.json +33 -0
- package/dist/i18n/locales/zh-CN/evolution.json +54 -0
- package/dist/i18n/locales/zh-CN/remote.json +39 -0
- package/dist/index.mjs +3 -73
- package/dist/shared/ccjk.BiCrMV5O.mjs +94 -0
- package/dist/shared/ccjk.Cu_R2MbQ.mjs +75 -0
- package/dist/shared/{ccjk.IbImMVWM.mjs → ccjk.DVBW2wxp.mjs} +2 -1
- package/package.json +7 -1
|
@@ -2,12 +2,13 @@ import ansis from 'ansis';
|
|
|
2
2
|
import inquirer from 'inquirer';
|
|
3
3
|
import { CLAUDE_DIR, SETTINGS_FILE } from '../chunks/constants.mjs';
|
|
4
4
|
import { ensureI18nInitialized, i18n } from '../chunks/index2.mjs';
|
|
5
|
-
import {
|
|
5
|
+
import { e as getExistingApiConfig, f as configureApi, s as switchToOfficialLogin, b as backupExistingConfig, a as applyAiLanguageDirective } from '../chunks/config.mjs';
|
|
6
6
|
import { fileURLToPath } from 'node:url';
|
|
7
7
|
import { join, dirname } from 'pathe';
|
|
8
8
|
import { updateZcfConfig } from '../chunks/ccjk-config.mjs';
|
|
9
9
|
import { exists, removeFile, ensureDir, copyFile } from '../chunks/fs-operations.mjs';
|
|
10
10
|
import { readJsonConfig, writeJsonConfig } from '../chunks/json-config.mjs';
|
|
11
|
+
import { m as mergeAndCleanPermissions } from './ccjk.BiCrMV5O.mjs';
|
|
11
12
|
import { a as addNumbersToChoices } from './ccjk.BFQ7yr5S.mjs';
|
|
12
13
|
import { p as promptBoolean } from './ccjk.DHbrGcgg.mjs';
|
|
13
14
|
import { existsSync } from 'node:fs';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccjk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "11.1.0",
|
|
5
5
|
"packageManager": "pnpm@10.17.1",
|
|
6
6
|
"description": "CLI toolkit for Claude Code and Codex setup. Simplifies MCP service installation, API configuration, workflow management, and multi-provider support with guided interactive setup.",
|
|
7
7
|
"author": {
|
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
"url": "git+https://github.com/miounet11/ccjk.git"
|
|
16
16
|
},
|
|
17
17
|
"bugs": "https://github.com/miounet11/ccjk/issues",
|
|
18
|
+
"workspaces": [
|
|
19
|
+
"packages/*"
|
|
20
|
+
],
|
|
18
21
|
"keywords": [
|
|
19
22
|
"claude-code",
|
|
20
23
|
"claude",
|
|
@@ -166,6 +169,7 @@
|
|
|
166
169
|
"tinyexec": "^1.0.2",
|
|
167
170
|
"tinyglobby": "^0.2.15",
|
|
168
171
|
"trash": "^10.1.0",
|
|
172
|
+
"tweetnacl": "^1.0.3",
|
|
169
173
|
"uuid": "^11.1.0",
|
|
170
174
|
"web-tree-sitter": "^0.26.5"
|
|
171
175
|
},
|
|
@@ -186,7 +190,9 @@
|
|
|
186
190
|
"eslint-plugin-format": "^1.4.0",
|
|
187
191
|
"husky": "^9.1.7",
|
|
188
192
|
"lint-staged": "^16.2.7",
|
|
193
|
+
"pkgroll": "^2.26.3",
|
|
189
194
|
"prettier": "^3.8.1",
|
|
195
|
+
"shx": "^0.4.0",
|
|
190
196
|
"tsx": "^4.21.0",
|
|
191
197
|
"typescript": "^5.9.3",
|
|
192
198
|
"unbuild": "^3.6.1",
|