ccjk 3.7.4 → 3.9.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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "ccjk",
3
3
  "type": "module",
4
- "version": "3.7.4",
4
+ "version": "3.9.0",
5
5
  "packageManager": "pnpm@10.17.1",
6
- "description": "Ultimate AI Development Tool - Code Tool Abstraction Layer with 83% Token Savings",
6
+ "description": "Ultimate AI Development Tool - Code Tool Abstraction Layer with 83% Token Savings - Now with Cloud Sync, Hot-Reload Skills, Multi-Agent Orchestration, and Full Claude Code CLI 2.1+ Compatibility",
7
7
  "author": {
8
8
  "name": "CCJK Team",
9
9
  "email": "9248293@gmail.com"
@@ -0,0 +1,70 @@
1
+ {
2
+ "$schema": "https://json.schemastore.org/claude-code-settings",
3
+ "description": "Default Claude Code settings.json template for CCJK v3.8 - Supports Claude Code CLI 2.0-2.1",
4
+
5
+ "model": "default",
6
+
7
+ "env": {
8
+ "ANTHROPIC_MODEL": "",
9
+ "ANTHROPIC_DEFAULT_HAIKU_MODEL": "",
10
+ "ANTHROPIC_DEFAULT_SONNET_MODEL": "",
11
+ "ANTHROPIC_DEFAULT_OPUS_MODEL": ""
12
+ },
13
+
14
+ "language": "",
15
+
16
+ "plansDirectory": null,
17
+
18
+ "showTurnDuration": false,
19
+
20
+ "respectGitignore": true,
21
+
22
+ "auto": {
23
+ "mcp": 5
24
+ },
25
+
26
+ "agent": "",
27
+
28
+ "thinking": {
29
+ "enabled": false,
30
+ "budgetTokens": 10240
31
+ },
32
+
33
+ "fileSuggestion": {
34
+ "command": "git"
35
+ },
36
+
37
+ "allowUnsandboxedCommands": false,
38
+
39
+ "disallowedTools": [],
40
+
41
+ "attribution": "",
42
+
43
+ "index": {
44
+ "maxFiles": 10000,
45
+ "maxFileSize": 2097152
46
+ },
47
+
48
+ "allowBrowser": false,
49
+
50
+ "permissions": {
51
+ "allow": [
52
+ "allowEdit",
53
+ "allowWrite",
54
+ "allowRead",
55
+ "allowExec",
56
+ "allowCreateProcess",
57
+ "allowKillProcess",
58
+ "allowNetworkAccess",
59
+ "allowFileSystemAccess",
60
+ "allowShellAccess",
61
+ "allowHttpAccess"
62
+ ]
63
+ },
64
+
65
+ "chat": {
66
+ "alwaysApprove": []
67
+ },
68
+
69
+ "experimental": {}
70
+ }