ccjk 7.0.1 โ 7.0.3
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/LICENSE +50 -1
- package/README.ja.md +1 -37
- package/README.ko.md +1 -37
- package/README.md +181 -811
- package/bin/ccjk-cloud.mjs +172 -0
- package/dist/chunks/agent-orchestrator.mjs +410 -0
- package/dist/chunks/agent.mjs +162 -162
- package/dist/chunks/api-providers.mjs +1 -1
- package/dist/chunks/api.mjs +12 -764
- package/dist/chunks/auto-bootstrap.mjs +1 -1
- package/dist/chunks/auto-updater.mjs +198 -47
- package/dist/chunks/ccjk-config.mjs +1 -1
- package/dist/chunks/ccm.mjs +49 -0
- package/dist/chunks/ccr.mjs +16 -16
- package/dist/chunks/ccu.mjs +7 -7
- package/dist/chunks/check-updates.mjs +8 -10
- package/dist/chunks/claude-code-config-manager.mjs +7 -8
- package/dist/chunks/claude-code-incremental-manager.mjs +41 -43
- package/dist/chunks/claude-wrapper.mjs +3635 -62
- package/dist/chunks/cloud-v5.mjs +1651 -0
- package/dist/chunks/codex.mjs +130 -106
- package/dist/chunks/commands.mjs +26 -26
- package/dist/chunks/commands2.mjs +10 -7
- package/dist/chunks/commit.mjs +16 -16
- package/dist/chunks/config-consolidator.mjs +121 -13
- package/dist/chunks/config-new.mjs +2727 -0
- package/dist/chunks/config-switch.mjs +43 -45
- package/dist/chunks/config.mjs +511 -393
- package/dist/chunks/config2.mjs +483 -308
- package/dist/chunks/constants.mjs +65 -12
- package/dist/chunks/context.mjs +771 -4
- package/dist/chunks/do.mjs +743 -0
- package/dist/chunks/doctor.mjs +33 -91
- package/dist/chunks/executor.mjs +1 -0
- package/dist/chunks/export-metrics.mjs +561 -0
- package/dist/chunks/features.mjs +105 -185
- package/dist/chunks/help.mjs +116 -116
- package/dist/chunks/index.mjs +11 -162
- package/dist/chunks/index2.mjs +151 -1162
- package/dist/chunks/index3.mjs +11 -0
- package/dist/chunks/index4.mjs +16 -0
- package/dist/chunks/index5.mjs +1171 -0
- package/dist/chunks/index6.mjs +4924 -0
- package/dist/chunks/init.mjs +1490 -261
- package/dist/chunks/installer.mjs +2 -0
- package/dist/chunks/interview.mjs +103 -103
- package/dist/chunks/manager.mjs +1408 -0
- package/dist/chunks/marketplace.mjs +61 -61
- package/dist/chunks/mcp-server.mjs +3 -3
- package/dist/chunks/mcp.mjs +89 -91
- package/dist/chunks/menu.mjs +565 -891
- package/dist/chunks/notification.mjs +141 -141
- package/dist/chunks/onboarding.mjs +18 -10
- package/dist/chunks/package.mjs +1 -1
- package/dist/chunks/permission-manager.mjs +88 -11
- package/dist/chunks/permissions.mjs +342 -164
- package/dist/chunks/platform.mjs +23 -93
- package/dist/chunks/plugin.mjs +102 -102
- package/dist/chunks/preset.mjs +957 -0
- package/dist/chunks/prompts.mjs +17 -18
- package/dist/chunks/providers.mjs +66 -66
- package/dist/chunks/session.mjs +797 -10
- package/dist/chunks/silent-updater.mjs +1 -1
- package/dist/chunks/skill.mjs +75 -74
- package/dist/chunks/skills-sync.mjs +73 -73
- package/dist/chunks/skills.mjs +94 -1229
- package/dist/chunks/stats.mjs +39 -39
- package/dist/chunks/team.mjs +7 -7
- package/dist/chunks/uninstall.mjs +40 -41
- package/dist/chunks/update.mjs +10 -12
- package/dist/chunks/upgrade-manager.mjs +5 -5
- package/dist/chunks/version-checker.mjs +35 -35
- package/dist/chunks/workflows.mjs +1 -1
- package/dist/chunks/workflows2.mjs +13 -13
- package/dist/cli.mjs +123 -169
- package/dist/i18n/locales/en/agent.json +15 -0
- package/dist/i18n/locales/en/api.json +13 -1
- package/dist/i18n/locales/en/ccm.json +48 -0
- package/dist/i18n/locales/en/cli.json +121 -67
- package/dist/i18n/locales/en/configuration.json +1 -97
- package/dist/i18n/locales/en/context.json +14 -1
- package/dist/i18n/locales/en/errors.json +30 -1
- package/dist/i18n/locales/en/mcp.json +0 -11
- package/dist/i18n/locales/en/menu.json +18 -1
- package/dist/i18n/locales/en/metrics.json +5 -0
- package/dist/i18n/locales/en/permissions.json +1 -53
- package/dist/i18n/locales/en/plugin-system.json +80 -0
- package/dist/i18n/locales/en/preset.json +205 -0
- package/dist/i18n/locales/en/session.json +17 -0
- package/dist/i18n/locales/en/skills.json +58 -0
- package/dist/i18n/locales/en/updater.json +14 -1
- package/dist/i18n/locales/en/upgrade.json +24 -0
- package/dist/i18n/locales/zh-CN/agent.json +15 -0
- package/dist/i18n/locales/zh-CN/api.json +13 -1
- package/dist/i18n/locales/zh-CN/ccm.json +48 -0
- package/dist/i18n/locales/zh-CN/cli.json +120 -67
- package/dist/i18n/locales/zh-CN/configuration.json +1 -97
- package/dist/i18n/locales/zh-CN/context.json +14 -1
- package/dist/i18n/locales/zh-CN/errors.json +30 -1
- package/dist/i18n/locales/zh-CN/mcp.json +0 -11
- package/dist/i18n/locales/zh-CN/menu.json +18 -1
- package/dist/i18n/locales/zh-CN/metrics.json +5 -0
- package/dist/i18n/locales/zh-CN/permissions.json +1 -53
- package/dist/i18n/locales/zh-CN/plugin-system.json +80 -0
- package/dist/i18n/locales/zh-CN/preset.json +205 -0
- package/dist/i18n/locales/zh-CN/session.json +17 -0
- package/dist/i18n/locales/zh-CN/skills.json +58 -0
- package/dist/i18n/locales/zh-CN/updater.json +14 -1
- package/dist/i18n/locales/zh-CN/upgrade.json +24 -0
- package/dist/index.d.mts +3332 -1851
- package/dist/index.d.ts +3332 -1851
- package/dist/index.mjs +48 -3276
- package/dist/shared/{ccjk.DvIrK0wz.mjs โ ccjk.BiJujy5w.mjs} +6 -6
- package/dist/shared/ccjk.BjUZt6kx.mjs +586 -0
- package/dist/shared/{ccjk.DcXM9drZ.mjs โ ccjk.CGMs4Om4.mjs} +1 -1
- package/dist/shared/ccjk.CMmR0ZcY.mjs +1228 -0
- package/dist/shared/{ccjk.DH6cOJsf.mjs โ ccjk.CStk1q5N.mjs} +21 -34
- package/dist/shared/{ccjk.SIo9I8q3.mjs โ ccjk.CUdzQluX.mjs} +1 -1
- package/dist/shared/{ccjk.DzcJpOoy.mjs โ ccjk.C_3BYaWc.mjs} +54 -54
- package/dist/shared/{ccjk.CBhIZiPz.mjs โ ccjk.CcGtObYC.mjs} +1 -1
- package/dist/shared/ccjk.CnZNdDGU.mjs +212 -0
- package/dist/shared/ccjk.DhBeLRzf.mjs +28 -0
- package/dist/shared/{ccjk.BpHTUkb8.mjs โ ccjk.DjD9Rzxq.mjs} +73 -32
- package/dist/shared/{ccjk.BF-4_Yho.mjs โ ccjk.XgW1H2t3.mjs} +183 -184
- package/dist/shared/ccjk.tI4PJA0c.mjs +761 -0
- package/package.json +83 -64
- package/templates/CLAUDE.md +219 -0
- package/templates/claude-code/CLAUDE.md +250 -0
- package/templates/claude-code/common/settings.json +30 -63
- package/templates/claude-code/en/workflow/bmad/commands/bmad-init.md +165 -0
- package/templates/claude-code/en/workflow/common/agents/get-current-datetime.md +29 -0
- package/templates/claude-code/en/workflow/common/agents/init-architect.md +114 -0
- package/templates/claude-code/en/workflow/common/commands/init-project.md +53 -0
- package/templates/claude-code/en/workflow/essential/agents/get-current-datetime.md +29 -0
- package/templates/claude-code/en/workflow/essential/agents/init-architect.md +114 -0
- package/templates/claude-code/en/workflow/essential/agents/planner.md +116 -0
- package/templates/claude-code/en/workflow/essential/agents/ui-ux-designer.md +91 -0
- package/templates/claude-code/en/workflow/essential/commands/feat.md +256 -0
- package/templates/claude-code/en/workflow/essential/commands/init-project.md +53 -0
- package/templates/claude-code/en/workflow/plan/agents/planner.md +116 -0
- package/templates/claude-code/en/workflow/plan/agents/ui-ux-designer.md +91 -0
- package/templates/claude-code/en/workflow/plan/commands/feat.md +105 -0
- package/templates/claude-code/zh-CN/workflow/bmad/commands/bmad-init.md +172 -0
- package/templates/claude-code/zh-CN/workflow/common/agents/get-current-datetime.md +29 -0
- package/templates/claude-code/zh-CN/workflow/common/agents/init-architect.md +114 -0
- package/templates/claude-code/zh-CN/workflow/common/commands/init-project.md +53 -0
- package/templates/claude-code/zh-CN/workflow/essential/agents/get-current-datetime.md +29 -0
- package/templates/claude-code/zh-CN/workflow/essential/agents/init-architect.md +114 -0
- package/templates/claude-code/zh-CN/workflow/essential/agents/planner.md +116 -0
- package/templates/claude-code/zh-CN/workflow/essential/agents/ui-ux-designer.md +91 -0
- package/templates/claude-code/zh-CN/workflow/essential/commands/feat.md +254 -0
- package/templates/claude-code/zh-CN/workflow/essential/commands/init-project.md +53 -0
- package/templates/claude-code/zh-CN/workflow/plan/agents/planner.md +116 -0
- package/templates/claude-code/zh-CN/workflow/plan/agents/ui-ux-designer.md +91 -0
- package/templates/claude-code/zh-CN/workflow/plan/commands/feat.md +105 -0
- package/templates/codex/common/config.toml +0 -0
- package/templates/common/output-styles/en/casual-friendly.md +97 -0
- package/templates/common/output-styles/en/expert-concise.md +93 -0
- package/templates/common/output-styles/en/pair-programmer.md +177 -0
- package/templates/common/output-styles/en/senior-architect.md +121 -0
- package/templates/common/output-styles/en/speed-coder.md +185 -0
- package/templates/common/output-styles/en/teaching-mode.md +102 -0
- package/templates/common/output-styles/en/technical-precise.md +101 -0
- package/templates/common/output-styles/zh-CN/pair-programmer.md +177 -0
- package/templates/common/output-styles/zh-CN/senior-architect.md +297 -0
- package/templates/common/output-styles/zh-CN/speed-coder.md +185 -0
- package/templates/common/skills/code-review.md +343 -0
- package/templates/common/skills/en/agent-browser.md +258 -0
- package/templates/common/skills/en/brainstorming.md +64 -0
- package/templates/common/skills/en/code-review.md +81 -0
- package/templates/common/skills/en/documentation-gen.md +808 -0
- package/templates/common/skills/en/executing-plans.md +75 -0
- package/templates/common/skills/en/git-commit.md +216 -0
- package/templates/common/skills/en/interview.md +223 -0
- package/templates/common/skills/en/migration-assistant.md +312 -0
- package/templates/common/skills/en/performance-profiling.md +576 -0
- package/templates/common/skills/en/pr-review.md +341 -0
- package/templates/common/skills/en/refactoring.md +384 -0
- package/templates/common/skills/en/security-audit.md +462 -0
- package/templates/common/skills/en/systematic-debugging.md +82 -0
- package/templates/common/skills/en/tdd-workflow.md +93 -0
- package/templates/common/skills/en/verification.md +81 -0
- package/templates/common/skills/en/workflow.md +370 -0
- package/templates/common/skills/en/writing-plans.md +78 -0
- package/templates/common/skills/summarize.md +312 -0
- package/templates/common/skills/translate.md +202 -0
- package/templates/common/skills/zh-CN/agent-browser.md +260 -0
- package/templates/common/skills/zh-CN/documentation-gen.md +807 -0
- package/templates/common/skills/zh-CN/migration-assistant.md +318 -0
- package/templates/common/skills/zh-CN/performance-profiling.md +746 -0
- package/templates/common/skills/zh-CN/pr-review.md +341 -0
- package/templates/common/skills/zh-CN/refactoring.md +384 -0
- package/templates/common/skills/zh-CN/security-audit.md +462 -0
- package/templates/common/smart-guide/en/smart-guide.md +72 -0
- package/templates/common/smart-guide/zh-CN/smart-guide.md +72 -0
- package/templates/common/workflow/git/en/git-cleanBranches.md +102 -0
- package/templates/common/workflow/git/en/git-commit.md +205 -0
- package/templates/common/workflow/git/en/git-rollback.md +90 -0
- package/templates/common/workflow/git/en/git-worktree.md +276 -0
- package/templates/common/workflow/git/zh-CN/git-cleanBranches.md +102 -0
- package/templates/common/workflow/git/zh-CN/git-commit.md +205 -0
- package/templates/common/workflow/git/zh-CN/git-rollback.md +90 -0
- package/templates/common/workflow/git/zh-CN/git-worktree.md +276 -0
- package/templates/common/workflow/interview/en/interview.md +212 -0
- package/templates/common/workflow/interview/zh-CN/interview.md +212 -0
- package/templates/common/workflow/sixStep/en/workflow.md +357 -0
- package/templates/common/workflow/sixStep/zh-CN/workflow.md +357 -0
- package/templates/industry/devops/en/ci-cd-pipeline.md +410 -0
- package/templates/industry/web-dev/en/api-design.md +299 -0
- package/templates/industry/web-dev/en/react-nextjs-setup.md +236 -0
- package/README.en.md +0 -760
- package/bin/ccjk.ts +0 -222
- package/dist/chunks/claude-config.mjs +0 -209
- package/dist/chunks/cli.mjs +0 -2203
- package/dist/chunks/codex-config-switch.mjs +0 -437
- package/dist/chunks/codex-provider-manager.mjs +0 -222
- package/dist/chunks/codex-uninstaller.mjs +0 -398
- package/dist/chunks/config3.mjs +0 -465
- package/dist/chunks/installer2.mjs +0 -680
- package/dist/chunks/thinking.mjs +0 -615
- package/dist/chunks/vim.mjs +0 -891
- package/dist/i18n/locales/en/config.json +0 -108
- package/dist/i18n/locales/en/lsp.json +0 -78
- package/dist/i18n/locales/en/thinking.json +0 -65
- package/dist/i18n/locales/en/vim.json +0 -169
- package/dist/i18n/locales/zh-CN/config.json +0 -108
- package/dist/i18n/locales/zh-CN/lsp.json +0 -78
- package/dist/i18n/locales/zh-CN/thinking.json +0 -65
- package/dist/i18n/locales/zh-CN/vim.json +0 -169
- package/dist/shared/ccjk.BFQ7yr5S.mjs +0 -16
- package/dist/shared/ccjk.DHbrGcgg.mjs +0 -13
- package/dist/shared/ccjk.pi0nsyn3.mjs +0 -1242
- package/templates/common/error-prevention.md +0 -267
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2025-PRESENT CCJK Contributors
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -19,3 +19,52 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
21
|
SOFTWARE.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## ๐ Open Source Philosophy
|
|
26
|
+
|
|
27
|
+
CCJK is **completely free and open source**, following the NewAPI model:
|
|
28
|
+
|
|
29
|
+
### โ
You CAN:
|
|
30
|
+
- Use CCJK for any purpose (personal, commercial, enterprise)
|
|
31
|
+
- Modify and customize the code
|
|
32
|
+
- Deploy your own cloud services
|
|
33
|
+
- Fork and create derivative works
|
|
34
|
+
- Use official cloud services (optional, free)
|
|
35
|
+
- Self-host all components
|
|
36
|
+
|
|
37
|
+
### ๐ฏ Official Cloud Services (Optional)
|
|
38
|
+
|
|
39
|
+
We provide **free** official cloud services at cloud.iccjk.com:
|
|
40
|
+
- โ
Completely free, no API key required
|
|
41
|
+
- โ
AI orchestration and multi-agent coordination
|
|
42
|
+
- โ
Plugin marketplace
|
|
43
|
+
- โ
Configuration synchronization
|
|
44
|
+
- โ
No usage limits
|
|
45
|
+
- โ
Community support
|
|
46
|
+
|
|
47
|
+
### ๐๏ธ Self-Hosting (Encouraged)
|
|
48
|
+
|
|
49
|
+
You are **encouraged** to self-host CCJK Cloud Platform:
|
|
50
|
+
- โ
Full source code available in private repo (contact for access)
|
|
51
|
+
- โ
Docker deployment scripts included
|
|
52
|
+
- โ
Kubernetes manifests provided
|
|
53
|
+
- โ
Complete documentation
|
|
54
|
+
- โ
No license fees
|
|
55
|
+
- โ
Community support
|
|
56
|
+
|
|
57
|
+
### ๐ค Contributing
|
|
58
|
+
|
|
59
|
+
We welcome contributions! See CONTRIBUTING.md for details.
|
|
60
|
+
|
|
61
|
+
### ๐ง Contact
|
|
62
|
+
|
|
63
|
+
- General: support@iccjk.com
|
|
64
|
+
- Self-hosting help: selfhost@iccjk.com
|
|
65
|
+
- Security: security@iccjk.com
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
For self-hosting guide, see: SELF_HOSTING.md
|
|
70
|
+
For cloud services info, see: CLOUD_SERVICES.md
|
package/README.ja.md
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
<br/>
|
|
36
36
|
|
|
37
|
-
**[English](README.
|
|
37
|
+
**[English](README.md)** | **[็ฎไฝไธญๆ](README.zh-CN.md)** | **ๆฅๆฌ่ช** | **[ํ๊ตญ์ด](README.ko.md)**
|
|
38
38
|
|
|
39
39
|
<br/>
|
|
40
40
|
|
|
@@ -130,42 +130,6 @@ Claude Codeใไฝฟใใในใฆใฎ้็บ่
ใๅใๅ้กใซ็ด้ขใใฆใใพใ
|
|
|
130
130
|
|
|
131
131
|
## โจ ไธป่ฆๆฉ่ฝ
|
|
132
132
|
|
|
133
|
-
### ๐ v3.9.0ใฎๆฐๆฉ่ฝ
|
|
134
|
-
|
|
135
|
-
<table>
|
|
136
|
-
<tr>
|
|
137
|
-
<td width="50%" align="center">
|
|
138
|
-
<h4>๐ก๏ธ ใจใฉใผใใฆใณใใชใผ</h4>
|
|
139
|
-
<sub>้ไธญๅใจใฉใผๅฆ็ใใฏใฉใใทใฅใชใใ<br/>็ตฑไธใจใฉใผ็จฎ้กใใณใณใใญในใๆ็ฅใ<br/>่ชๅใฝใชใฅใผใทใงใณๆๆกใ</sub>
|
|
140
|
-
</td>
|
|
141
|
-
<td width="50%" align="center">
|
|
142
|
-
<h4>๐ CLI ใฌใผใ</h4>
|
|
143
|
-
<sub>ใใญใปในไฟ่ญทใจ็ฐๅขใใงใใฏใ<br/>ใญใใฏใใกใคใซ็ฎก็ใNode.js 20+ ใใงใใฏใ<br/>ๅญคๅ
ใใญใปใน่ชๅใฏใชใผใณใขใใใ</sub>
|
|
144
|
-
</td>
|
|
145
|
-
</tr>
|
|
146
|
-
<tr>
|
|
147
|
-
<td width="50%" align="center">
|
|
148
|
-
<h4>โก ใฌใคใธใผใญใผใใผ</h4>
|
|
149
|
-
<sub>ๆผธ้ฒ็ใขใธใฅใผใซใญใผใใ่ตทๅ65%้ซ้ๅใ<br/>ใชใณใใใณใใณใใณใใญใผใใ<br/>ใขใธใฅใผใซใญใฃใใทใฅ็ฎก็ใ</sub>
|
|
150
|
-
</td>
|
|
151
|
-
<td width="50%" align="center">
|
|
152
|
-
<h4>๐พ ่จญๅฎใญใฃใใทใฅ</h4>
|
|
153
|
-
<sub>ในใใผใใญใฃใใทใฅใทในใใ ใ<br/>TTLๆๅนๆ้็ฎก็ใLRU้ง้ใ<br/>ใญใฃใใทใฅ็ตฑ่จใขใใฟใชใณใฐใ</sub>
|
|
154
|
-
</td>
|
|
155
|
-
</tr>
|
|
156
|
-
</table>
|
|
157
|
-
|
|
158
|
-
<br/>
|
|
159
|
-
|
|
160
|
-
**๐ v3.9.0 ใใใฉใผใใณในๅไธ**
|
|
161
|
-
|
|
162
|
-
| ๆๆจ | v3.8.x | v3.9.0 | ๅไธ |
|
|
163
|
-
|------|--------|--------|------:|
|
|
164
|
-
| **่ตทๅๆ้** | 450ms | 160ms | โ64% |
|
|
165
|
-
| **ใกใขใชไฝฟ็จ** | 85MB | 52MB | โ39% |
|
|
166
|
-
| **ใจใฉใผๅฆ็ใซใใฌใใธ** | 65% | 95% | โ46% |
|
|
167
|
-
| **ใญใฃใใทใฅใใใ็** | N/A | 87% | ๆฐ่ฆ |
|
|
168
|
-
|
|
169
133
|
### ๐ v2.6.0ใฎๆฐๆฉ่ฝ
|
|
170
134
|
|
|
171
135
|
<table>
|
package/README.ko.md
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
<br/>
|
|
36
36
|
|
|
37
|
-
**[English](README.
|
|
37
|
+
**[English](README.md)** | **[็ฎไฝไธญๆ](README.zh-CN.md)** | **[ๆฅๆฌ่ช](README.ja.md)** | **ํ๊ตญ์ด**
|
|
38
38
|
|
|
39
39
|
<br/>
|
|
40
40
|
|
|
@@ -130,42 +130,6 @@ Claude Code๋ฅผ ์ฌ์ฉํ๋ ๋ชจ๋ ๊ฐ๋ฐ์๊ฐ ๊ฐ์ ๋ฌธ์ ์ ์ง๋ฉดํฉ๋๋ค
|
|
|
130
130
|
|
|
131
131
|
## โจ ์ฃผ์ ๊ธฐ๋ฅ
|
|
132
132
|
|
|
133
|
-
### ๐ v3.9.0 ์๋ก์ด ๊ธฐ๋ฅ
|
|
134
|
-
|
|
135
|
-
<table>
|
|
136
|
-
<tr>
|
|
137
|
-
<td width="50%" align="center">
|
|
138
|
-
<h4>๐ก๏ธ ์๋ฌ ๋ฐ์ด๋๋ฆฌ</h4>
|
|
139
|
-
<sub>์ค์ํ๋ ์๋ฌ ์ฒ๋ฆฌ, ํฌ๋์ ์์.<br/>ํตํฉ ์๋ฌ ํ์
, ์ปจํ
์คํธ ์ธ์,<br/>์๋ ์๋ฃจ์
์ ์.</sub>
|
|
140
|
-
</td>
|
|
141
|
-
<td width="50%" align="center">
|
|
142
|
-
<h4>๐ CLI ๊ฐ๋</h4>
|
|
143
|
-
<sub>ํ๋ก์ธ์ค ๋ณดํธ ๋ฐ ํ๊ฒฝ ์ฒดํฌ.<br/>์ ๊ธ ํ์ผ ๊ด๋ฆฌ, Node.js 20+ ์ฒดํฌ,<br/>๊ณ ์ ํ๋ก์ธ์ค ์๋ ์ ๋ฆฌ.</sub>
|
|
144
|
-
</td>
|
|
145
|
-
</tr>
|
|
146
|
-
<tr>
|
|
147
|
-
<td width="50%" align="center">
|
|
148
|
-
<h4>โก ๋ ์ด์ง ๋ก๋</h4>
|
|
149
|
-
<sub>์ ์ง์ ๋ชจ๋ ๋ก๋ฉ, ์์ 65% ๋จ์ถ.<br/>์จ๋๋งจ๋ ๋ช
๋ น์ด ๋ก๋,<br/>๋ชจ๋ ์บ์ ๊ด๋ฆฌ.</sub>
|
|
150
|
-
</td>
|
|
151
|
-
<td width="50%" align="center">
|
|
152
|
-
<h4>๐พ ์ค์ ์บ์</h4>
|
|
153
|
-
<sub>์ค๋งํธ ์บ์ ์์คํ
.<br/>TTL ๋ง๋ฃ ๊ด๋ฆฌ, LRU ์ถ์ถ,<br/>์บ์ ํต๊ณ ๋ชจ๋ํฐ๋ง.</sub>
|
|
154
|
-
</td>
|
|
155
|
-
</tr>
|
|
156
|
-
</table>
|
|
157
|
-
|
|
158
|
-
<br/>
|
|
159
|
-
|
|
160
|
-
**๐ v3.9.0 ์ฑ๋ฅ ํฅ์**
|
|
161
|
-
|
|
162
|
-
| ์งํ | v3.8.x | v3.9.0 | ํฅ์ |
|
|
163
|
-
|------|--------|--------|------:|
|
|
164
|
-
| **์์ ์๊ฐ** | 450ms | 160ms | โ64% |
|
|
165
|
-
| **๋ฉ๋ชจ๋ฆฌ ์ฌ์ฉ** | 85MB | 52MB | โ39% |
|
|
166
|
-
| **์๋ฌ ์ฒ๋ฆฌ ์ปค๋ฒ๋ฆฌ์ง** | 65% | 95% | โ46% |
|
|
167
|
-
| **์บ์ ์ ์ค๋ฅ ** | N/A | 87% | ์ ๊ท |
|
|
168
|
-
|
|
169
133
|
### ๐ v2.6.0 ์๋ก์ด ๊ธฐ๋ฅ
|
|
170
134
|
|
|
171
135
|
<table>
|