ccjk 2.0.8 → 2.0.9

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 (36) hide show
  1. package/README.md +48 -2
  2. package/dist/chunks/claude-code-config-manager.mjs +8 -8
  3. package/dist/chunks/claude-code-incremental-manager.mjs +2 -2
  4. package/dist/chunks/codex-config-switch.mjs +4 -4
  5. package/dist/chunks/codex-provider-manager.mjs +2 -2
  6. package/dist/chunks/codex-uninstaller.mjs +3 -3
  7. package/dist/chunks/commands.mjs +2 -2
  8. package/dist/chunks/features.mjs +11 -11
  9. package/dist/chunks/plugin-recommendation.mjs +555 -0
  10. package/dist/chunks/simple-config.mjs +227 -87
  11. package/dist/chunks/skills-sync.mjs +854 -0
  12. package/dist/cli.mjs +12580 -6948
  13. package/dist/i18n/locales/en/agents.json +135 -0
  14. package/dist/i18n/locales/en/claude-md.json +73 -0
  15. package/dist/i18n/locales/en/cloudPlugins.json +118 -0
  16. package/dist/i18n/locales/en/common.json +2 -1
  17. package/dist/i18n/locales/en/hooksSync.json +111 -0
  18. package/dist/i18n/locales/en/mcp.json +31 -6
  19. package/dist/i18n/locales/en/menu.json +60 -1
  20. package/dist/i18n/locales/en/notification.json +170 -1
  21. package/dist/i18n/locales/en/plugins.json +133 -0
  22. package/dist/i18n/locales/en/skillsSync.json +74 -0
  23. package/dist/i18n/locales/zh-CN/agents.json +135 -0
  24. package/dist/i18n/locales/zh-CN/claude-md.json +73 -0
  25. package/dist/i18n/locales/zh-CN/cloudPlugins.json +118 -0
  26. package/dist/i18n/locales/zh-CN/common.json +2 -1
  27. package/dist/i18n/locales/zh-CN/hooksSync.json +111 -0
  28. package/dist/i18n/locales/zh-CN/mcp.json +31 -6
  29. package/dist/i18n/locales/zh-CN/menu.json +60 -1
  30. package/dist/i18n/locales/zh-CN/notification.json +170 -1
  31. package/dist/i18n/locales/zh-CN/plugins.json +133 -0
  32. package/dist/i18n/locales/zh-CN/skillsSync.json +74 -0
  33. package/dist/index.d.mts +18 -18
  34. package/dist/index.d.ts +18 -18
  35. package/dist/index.mjs +190 -188
  36. package/package.json +52 -49
@@ -0,0 +1,135 @@
1
+ {
2
+ "command": {
3
+ "description": "Manage AI agent definitions and cloud sync"
4
+ },
5
+ "options": {
6
+ "category": "Filter by category",
7
+ "limit": "Limit number of results",
8
+ "json": "Output in JSON format",
9
+ "force": "Force operation (skip confirmation)",
10
+ "dryRun": "Dry run (simulate without executing)",
11
+ "direction": "Sync direction (push/pull/both)",
12
+ "format": "Export format (json/yaml/markdown)",
13
+ "output": "Output file path"
14
+ },
15
+ "noResults": "No agents found",
16
+ "info": {
17
+ "category": "Category",
18
+ "author": "Author",
19
+ "rating": "Rating",
20
+ "description": "Description",
21
+ "version": "Version",
22
+ "downloads": "Downloads",
23
+ "ratings": "Ratings"
24
+ },
25
+ "list": {
26
+ "loading": "Loading installed agents...",
27
+ "success": "Found {{count}} installed agents",
28
+ "failed": "Failed to load agents list",
29
+ "title": "Installed Agents",
30
+ "titleFiltered": "Installed Agents (Category: {{category}})"
31
+ },
32
+ "search": {
33
+ "searching": "Searching for \"{{query}}\"...",
34
+ "found": "Found {{count}} agents matching \"{{query}}\"",
35
+ "failed": "Search failed",
36
+ "results": "Search Results"
37
+ },
38
+ "install": {
39
+ "installing": "Installing agent {{id}}...",
40
+ "notFound": "Agent not found: {{id}}",
41
+ "dryRun": "Dry run - would install the following agent:",
42
+ "alreadyInstalled": "Agent {{name}} is already installed",
43
+ "success": "Successfully installed agent {{name}}",
44
+ "failed": "Failed to install agent {{name}}",
45
+ "warnings": "Warnings",
46
+ "location": "Installation location"
47
+ },
48
+ "uninstall": {
49
+ "notFound": "Agent not found: {{id}}",
50
+ "confirm": "Are you sure you want to uninstall agent {{name}}?",
51
+ "cancelled": "Uninstall cancelled",
52
+ "uninstalling": "Uninstalling agent {{name}}...",
53
+ "success": "Successfully uninstalled agent {{name}}",
54
+ "failed": "Failed to uninstall agent {{name}}"
55
+ },
56
+ "sync": {
57
+ "notAuthenticated": "Not authenticated. Please bind device first.",
58
+ "bindHint": "Run 'ccjk notification bind <code>' to bind device",
59
+ "syncing": "Syncing agents...",
60
+ "success": "Agent sync completed",
61
+ "failed": "Agent sync failed",
62
+ "pushed": "Pushed to cloud",
63
+ "pulled": "Pulled from cloud",
64
+ "conflicts": "Conflicts",
65
+ "skipped": "Skipped"
66
+ },
67
+ "templates": {
68
+ "loading": "Loading agent templates...",
69
+ "success": "Found {{count}} agent templates",
70
+ "failed": "Failed to load templates",
71
+ "title": "Available Agent Templates",
72
+ "titleFiltered": "Agent Templates (Category: {{category}})",
73
+ "noTemplates": "No templates found",
74
+ "variables": "Variables"
75
+ },
76
+ "create": {
77
+ "loading": "Loading template...",
78
+ "templateNotFound": "Template not found: {{id}}",
79
+ "templateLoaded": "Template loaded successfully",
80
+ "namePrompt": "Agent name",
81
+ "nameRequired": "Agent name is required",
82
+ "variableRequired": "This variable is required",
83
+ "variableInvalid": "Variable value is invalid",
84
+ "creating": "Creating agent...",
85
+ "success": "Successfully created agent {{name}}",
86
+ "failed": "Failed to create agent",
87
+ "location": "Agent location"
88
+ },
89
+ "export": {
90
+ "exporting": "Exporting agent {{id}}...",
91
+ "success": "Agent exported to: {{path}}",
92
+ "failed": "Failed to export agent"
93
+ },
94
+ "import": {
95
+ "importing": "Importing agent from {{path}}...",
96
+ "success": "Successfully imported agent {{name}}",
97
+ "failed": "Failed to import agent",
98
+ "location": "Agent location"
99
+ },
100
+ "update": {
101
+ "checking": "Checking for agent updates...",
102
+ "checkComplete": "Update check completed",
103
+ "checkFailed": "Failed to check for updates",
104
+ "noUpdates": "All agents are up to date",
105
+ "available": "{{count}} agent updates available",
106
+ "hint": "Run 'ccjk agents install <agent-id>' to update agents"
107
+ },
108
+ "menu": {
109
+ "title": "Agent Management",
110
+ "selectAction": "Select action",
111
+ "list": "List installed agents",
112
+ "search": "Search cloud agents",
113
+ "install": "Install agent",
114
+ "uninstall": "Uninstall agent",
115
+ "sync": "Sync agents",
116
+ "templates": "Browse templates",
117
+ "create": "Create from template",
118
+ "export": "Export agent",
119
+ "import": "Import agent",
120
+ "update": "Check for updates",
121
+ "searchPrompt": "Enter search query",
122
+ "installPrompt": "Enter agent ID",
123
+ "uninstallPrompt": "Select agent to uninstall",
124
+ "createPrompt": "Select template",
125
+ "exportPrompt": "Select agent to export",
126
+ "importPrompt": "Enter file path",
127
+ "noAgentsInstalled": "No agents installed"
128
+ },
129
+ "errors": {
130
+ "searchQueryRequired": "Error: Search query is required",
131
+ "agentIdRequired": "Error: Agent ID is required",
132
+ "templateIdRequired": "Error: Template ID is required",
133
+ "filePathRequired": "Error: File path is required"
134
+ }
135
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "menu": {
3
+ "title": "CLAUDE.md Management",
4
+ "selectAction": "What would you like to do?",
5
+ "browseTemplates": "Browse Template Marketplace",
6
+ "applyTemplate": "Apply Template to Project",
7
+ "uploadCloud": "Upload to Cloud",
8
+ "downloadCloud": "Download from Cloud",
9
+ "listConfigs": "List Cloud Configurations",
10
+ "versionHistory": "View Version History",
11
+ "rollback": "Rollback to Previous Version",
12
+ "exit": "Exit",
13
+ "goodbye": "Goodbye!"
14
+ },
15
+ "templates": {
16
+ "title": "CLAUDE.md Template Marketplace",
17
+ "selectCategory": "Select a category:",
18
+ "allCategories": "All Categories",
19
+ "selectTemplate": "Select a template:",
20
+ "noTemplates": "No templates found",
21
+ "category": "Category",
22
+ "variables": "Variables",
23
+ "applyNow": "Apply this template now?",
24
+ "notFound": "Template not found: {{id}}",
25
+ "projectPath": "Enter project path:",
26
+ "pathNotExist": "Path does not exist",
27
+ "enterVariable": "Enter value for {{variable}}:",
28
+ "applying": "Applying template...",
29
+ "applied": "Template applied successfully to {{path}}",
30
+ "applyFailed": "Failed to apply template: {{error}}"
31
+ },
32
+ "cloud": {
33
+ "uploadTitle": "Upload CLAUDE.md to Cloud",
34
+ "downloadTitle": "Download CLAUDE.md from Cloud",
35
+ "listTitle": "Cloud Configurations",
36
+ "filePath": "Enter CLAUDE.md file path:",
37
+ "fileNotExist": "File does not exist",
38
+ "configName": "Configuration name:",
39
+ "projectType": "Project type:",
40
+ "privacy": "Privacy level:",
41
+ "private": "Private (only you)",
42
+ "team": "Team (shared with team)",
43
+ "public": "Public (visible to everyone)",
44
+ "description": "Description (optional):",
45
+ "tags": "Tags (comma-separated, optional):",
46
+ "uploading": "Uploading to cloud...",
47
+ "uploaded": "Uploaded successfully! Config ID: {{id}}",
48
+ "uploadFailed": "Upload failed: {{error}}",
49
+ "noConfigs": "No cloud configurations found",
50
+ "selectConfig": "Select a configuration:",
51
+ "projectPath": "Enter project path:",
52
+ "downloading": "Downloading from cloud...",
53
+ "downloaded": "Downloaded successfully to {{path}}",
54
+ "downloadFailed": "Download failed: {{error}}",
55
+ "type": "Type",
56
+ "updated": "Updated",
57
+ "usage": "Usage count",
58
+ "other": "Other"
59
+ },
60
+ "version": {
61
+ "title": "Version History",
62
+ "rollbackTitle": "Rollback to Previous Version",
63
+ "noVersions": "No version history found",
64
+ "timestamp": "Timestamp",
65
+ "message": "Message",
66
+ "selectVersion": "Select a version to rollback to:",
67
+ "confirmRollback": "Are you sure you want to rollback? This will overwrite the current version.",
68
+ "cancelled": "Rollback cancelled",
69
+ "rolling": "Rolling back...",
70
+ "rolledBack": "Rolled back successfully!",
71
+ "rollbackFailed": "Rollback failed: {{error}}"
72
+ }
73
+ }
@@ -0,0 +1,118 @@
1
+ {
2
+ "title": "Cloud Plugins",
3
+ "description": "Manage cloud-based plugins",
4
+ "command": {
5
+ "description": "Manage cloud-based plugins (list, search, install, recommend)",
6
+ "list": "List available plugins",
7
+ "search": "Search plugins by keyword",
8
+ "install": "Install a plugin",
9
+ "uninstall": "Uninstall a plugin",
10
+ "update": "Update installed plugins",
11
+ "recommend": "Get personalized plugin recommendations",
12
+ "info": "Show plugin details",
13
+ "cache": "Manage plugin cache"
14
+ },
15
+ "options": {
16
+ "category": "Filter by category",
17
+ "limit": "Maximum number of results",
18
+ "json": "Output in JSON format",
19
+ "force": "Force operation without confirmation",
20
+ "dryRun": "Show what would be done without making changes",
21
+ "path": "Project path to analyze"
22
+ },
23
+ "menu": {
24
+ "search": "Search Plugins",
25
+ "recommend": "Get Recommendations",
26
+ "installed": "Installed Plugins",
27
+ "update": "Update Plugins",
28
+ "cache": "Manage Cache",
29
+ "upload": "Upload Plugin"
30
+ },
31
+ "prompts": {
32
+ "searchQuery": "Enter search query",
33
+ "selectPlugin": "Select a plugin",
34
+ "confirmInstall": "Install this plugin?",
35
+ "confirmUninstall": "Uninstall this plugin?",
36
+ "selectCategory": "Select category"
37
+ },
38
+ "status": {
39
+ "searching": "Searching plugins...",
40
+ "fetching": "Fetching recommendations...",
41
+ "installing": "Installing plugin...",
42
+ "uninstalling": "Uninstalling plugin...",
43
+ "updating": "Updating plugins...",
44
+ "cacheClearing": "Clearing cache..."
45
+ },
46
+ "success": {
47
+ "installed": "Plugin installed successfully",
48
+ "uninstalled": "Plugin uninstalled successfully",
49
+ "updated": "Plugins updated successfully",
50
+ "cacheCleared": "Cache cleared successfully"
51
+ },
52
+ "errors": {
53
+ "notFound": "Plugin not found",
54
+ "installFailed": "Failed to install plugin",
55
+ "networkError": "Network error, using cached data",
56
+ "noRecommendations": "No recommendations available",
57
+ "searchQueryRequired": "Search query is required. Usage: ccjk plugins search <query>",
58
+ "pluginIdRequired": "Plugin ID is required"
59
+ },
60
+ "info": {
61
+ "name": "Name",
62
+ "version": "Version",
63
+ "author": "Author",
64
+ "category": "Category",
65
+ "downloads": "Downloads",
66
+ "rating": "Rating",
67
+ "description": "Description",
68
+ "tags": "Tags",
69
+ "dependencies": "Dependencies",
70
+ "size": "Size"
71
+ },
72
+ "recommendation": {
73
+ "title": "Recommended Plugins",
74
+ "reason": "Recommendation Reason",
75
+ "confidence": "Confidence",
76
+ "basedOn": "Based on",
77
+ "projectType": "Project Type",
78
+ "noPluginsNeeded": "Your project is well configured!",
79
+ "score": "Relevance Score",
80
+ "matchingTags": "Matching Tags",
81
+ "matchingCategories": "Matching Categories",
82
+ "source": "Source",
83
+ "cloudSource": "Cloud Recommendations",
84
+ "localSource": "Local Cache",
85
+ "hybridSource": "Hybrid (Cloud + Local)",
86
+ "analyzing": "Analyzing project...",
87
+ "detectingFrameworks": "Detecting frameworks and tools...",
88
+ "calculatingScores": "Calculating relevance scores...",
89
+ "totalEvaluated": "Total plugins evaluated",
90
+ "recommendedFor": "Recommended for {{projectType}} projects",
91
+ "matchesCategory": "Matches {{category}} category",
92
+ "relevantTags": "Relevant tags: {{tags}}",
93
+ "worksWith": "Works with {{frameworks}}",
94
+ "generalPurpose": "General purpose plugin for your project",
95
+ "alreadyInstalled": "Already installed",
96
+ "notInstalled": "Not installed"
97
+ },
98
+ "categories": {
99
+ "dev": "Development",
100
+ "seo": "SEO",
101
+ "devops": "DevOps",
102
+ "testing": "Testing",
103
+ "docs": "Documentation",
104
+ "ai": "AI",
105
+ "security": "Security",
106
+ "performance": "Performance",
107
+ "custom": "Custom"
108
+ },
109
+ "cache": {
110
+ "stats": "Cache Statistics",
111
+ "totalPlugins": "Total Plugins",
112
+ "cacheSize": "Cache Size",
113
+ "lastUpdated": "Last Updated",
114
+ "expiresAt": "Expires At",
115
+ "clear": "Clear Cache",
116
+ "refresh": "Refresh Cache"
117
+ }
118
+ }
@@ -16,5 +16,6 @@
16
16
  "current": "current",
17
17
  "claudeCode": "Claude Code",
18
18
  "codex": "Codex",
19
- "yes": "Yes"
19
+ "yes": "Yes",
20
+ "pressEnterToContinue": "Press Enter to continue..."
20
21
  }
@@ -0,0 +1,111 @@
1
+ {
2
+ "banner": {
3
+ "title": "Hooks Cloud Sync",
4
+ "description": "Manage and synchronize automation hooks with the cloud"
5
+ },
6
+ "menu": {
7
+ "title": "Hooks Sync Menu",
8
+ "choices": {
9
+ "sync": "Sync hooks from cloud",
10
+ "list": "List all hooks",
11
+ "enable": "Enable a hook",
12
+ "disable": "Disable a hook",
13
+ "templates": "Browse hook templates",
14
+ "upload": "Upload local hook to cloud",
15
+ "download": "Download hook from cloud",
16
+ "back": "Back to main menu"
17
+ }
18
+ },
19
+ "actions": {
20
+ "syncing": "Syncing hooks from cloud...",
21
+ "syncSuccess": "Successfully synced {{count}} hooks",
22
+ "syncError": "Failed to sync hooks: {{error}}",
23
+ "listing": "Loading hooks...",
24
+ "enabling": "Enabling hook...",
25
+ "enableSuccess": "Hook '{{name}}' enabled successfully",
26
+ "enableError": "Failed to enable hook: {{error}}",
27
+ "disabling": "Disabling hook...",
28
+ "disableSuccess": "Hook '{{name}}' disabled successfully",
29
+ "disableError": "Failed to disable hook: {{error}}",
30
+ "uploading": "Uploading hook to cloud...",
31
+ "uploadSuccess": "Hook uploaded successfully",
32
+ "uploadError": "Failed to upload hook: {{error}}",
33
+ "downloading": "Downloading hook from cloud...",
34
+ "downloadSuccess": "Hook downloaded successfully",
35
+ "downloadError": "Failed to download hook: {{error}}"
36
+ },
37
+ "prompts": {
38
+ "selectHook": "Select a hook:",
39
+ "selectTemplate": "Select a template:",
40
+ "selectCategory": "Select a category:",
41
+ "selectPrivacy": "Select privacy level:",
42
+ "enterHookName": "Enter hook name:",
43
+ "enterDescription": "Enter description:",
44
+ "confirmUpload": "Upload this hook to cloud?",
45
+ "confirmDownload": "Download and install this hook?",
46
+ "confirmEnable": "Enable this hook?",
47
+ "confirmDisable": "Disable this hook?"
48
+ },
49
+ "labels": {
50
+ "hookId": "Hook ID",
51
+ "name": "Name",
52
+ "description": "Description",
53
+ "type": "Type",
54
+ "category": "Category",
55
+ "privacy": "Privacy",
56
+ "enabled": "Enabled",
57
+ "disabled": "Disabled",
58
+ "lastSynced": "Last Synced",
59
+ "createdAt": "Created At",
60
+ "updatedAt": "Updated At"
61
+ },
62
+ "categories": {
63
+ "git": "Git Automation",
64
+ "build": "Build & Deploy",
65
+ "testing": "Testing",
66
+ "linting": "Code Quality",
67
+ "security": "Security",
68
+ "documentation": "Documentation",
69
+ "notification": "Notifications",
70
+ "custom": "Custom"
71
+ },
72
+ "privacy": {
73
+ "private": "Private (only you)",
74
+ "team": "Team (your organization)",
75
+ "public": "Public (everyone)"
76
+ },
77
+ "hookTypes": {
78
+ "pre-commit": "Pre-commit",
79
+ "post-commit": "Post-commit",
80
+ "pre-push": "Pre-push",
81
+ "post-merge": "Post-merge",
82
+ "pre-rebase": "Pre-rebase"
83
+ },
84
+ "templates": {
85
+ "title": "Hook Templates",
86
+ "description": "Browse and install pre-configured hook templates",
87
+ "noTemplates": "No templates available",
88
+ "installing": "Installing template...",
89
+ "installSuccess": "Template installed successfully",
90
+ "installError": "Failed to install template: {{error}}"
91
+ },
92
+ "errors": {
93
+ "noHooks": "No hooks found",
94
+ "hookNotFound": "Hook not found: {{id}}",
95
+ "invalidHookId": "Invalid hook ID",
96
+ "syncFailed": "Failed to sync hooks",
97
+ "uploadFailed": "Failed to upload hook",
98
+ "downloadFailed": "Failed to download hook",
99
+ "enableFailed": "Failed to enable hook",
100
+ "disableFailed": "Failed to disable hook",
101
+ "networkError": "Network error: {{error}}",
102
+ "authError": "Authentication error. Please check your credentials.",
103
+ "permissionError": "Permission denied. You don't have access to this hook."
104
+ },
105
+ "info": {
106
+ "noLocalHooks": "No local hooks found. Sync from cloud to get started.",
107
+ "syncRecommended": "It's recommended to sync hooks regularly to stay up to date.",
108
+ "cloudStorageInfo": "Hooks are stored securely in the cloud and synced across your devices.",
109
+ "privacyInfo": "Private hooks are only visible to you. Team hooks are shared with your organization."
110
+ }
111
+ }
@@ -3,21 +3,30 @@
3
3
  "mcpBackupSuccess": "Original MCP config backed up",
4
4
  "mcpConfigSuccess": "MCP services configured",
5
5
  "selectMcpServices": "Select MCP services to install",
6
- "services.playwright.description": "Direct browser control for automation",
7
- "services.playwright.name": "Playwright Browser Control",
8
6
  "services.context7.description": "Query latest library documentation and code examples",
9
7
  "services.context7.name": "Context7 Docs",
10
8
  "services.open-websearch.description": "Web search using DuckDuckGo, Bing, and Brave search engines",
11
9
  "services.open-websearch.name": "Open Web Search",
12
- "services.exa.apiKeyPrompt": "Enter Exa API Key",
13
- "services.exa.description": "Web search using Exa AI",
14
- "services.exa.name": "Exa AI Search",
15
10
  "services.mcp-deepwiki.description": "Query GitHub repository documentation and examples",
16
11
  "services.mcp-deepwiki.name": "DeepWiki",
17
12
  "services.spec-workflow.description": "Structured feature development workflow, systematic approach from requirements to implementation",
18
13
  "services.spec-workflow.name": "Spec Workflow",
19
14
  "services.serena.name": "Serena Assistant",
20
15
  "services.serena.description": "Semantic code retrieval and editing akin to an IDE; extracts symbol-level entities and leverages relations to greatly improve token efficiency with coding agents",
16
+ "services.playwright.description": "Direct browser control for automation",
17
+ "services.playwright.name": "Playwright Browser Control",
18
+ "services.puppeteer.name": "Puppeteer Browser Automation",
19
+ "services.puppeteer.description": "Browser automation using Puppeteer for web scraping and testing",
20
+ "services.filesystem.name": "Filesystem Operations",
21
+ "services.filesystem.description": "Read, write, and manage files and directories on the local filesystem",
22
+ "services.memory.name": "Knowledge Graph Memory",
23
+ "services.memory.description": "Persistent memory using knowledge graph for storing and retrieving information across sessions",
24
+ "services.sequential-thinking.name": "Sequential Thinking",
25
+ "services.sequential-thinking.description": "Dynamic problem-solving through sequential thought process with revision capabilities",
26
+ "services.fetch.name": "HTTP Fetch",
27
+ "services.fetch.description": "Fetch and process content from URLs, converting HTML to markdown for analysis",
28
+ "services.sqlite.name": "SQLite Database",
29
+ "services.sqlite.description": "Query and manage SQLite databases with full SQL support",
21
30
  "apiKeyApprovalFailed": "Failed to manage API key approval status",
22
31
  "apiKeyPrompt": "Enter API Key",
23
32
  "primaryApiKeySetFailed": "Failed to set primaryApiKey",
@@ -27,12 +36,28 @@
27
36
  "trending": "🔥 Trending MCP Servers",
28
37
  "installing": "Installing {{name}}...",
29
38
  "confirmInstall": "Add to Claude Code config?",
30
- "cancelled": "Installation cancelled",
39
+ "confirmUninstall": "Remove {{name}} from config?",
40
+ "cancelled": "Operation cancelled",
31
41
  "installSuccess": "✓ {{name}} installed successfully",
32
42
  "manualConfig": "Note: Manual configuration may be required",
33
43
  "serverNotFound": "Server not found: {{name}}",
34
44
  "searchKeywordRequired": "Search keyword required",
35
45
  "installNameRequired": "Server name required",
46
+ "uninstallNameRequired": "Server name required for uninstall",
36
47
  "unknownAction": "Unknown action: {{action}}"
48
+ },
49
+ "installer": {
50
+ "serviceNotFound": "MCP service not found: {{id}}",
51
+ "apiKeyRequired": "API key is required for this service",
52
+ "requiresApiKey": "This service requires an API key",
53
+ "noConfig": "No MCP configuration found",
54
+ "serviceNotInstalled": "Service not installed: {{id}}",
55
+ "alreadyInstalled": "{{name}} is already installed",
56
+ "installFailed": "Failed to install {{name}}",
57
+ "uninstallSuccess": "✓ {{name}} uninstalled successfully",
58
+ "uninstallFailed": "Failed to uninstall {{name}}",
59
+ "restartRequired": "Restart Claude Code for changes to take effect",
60
+ "noServicesInstalled": "No MCP services installed",
61
+ "installedServices": "Installed MCP services ({{tool}})"
37
62
  }
38
63
  }
@@ -112,5 +112,64 @@
112
112
  "smartFeatures.refreshGuide": "Refresh Smart Guide",
113
113
  "smartFeatures.removeGuide": "Remove Smart Guide",
114
114
  "smartFeatures.guideRefreshed": "Smart Guide refreshed",
115
- "smartFeatures.guideRemoved": "Smart Guide removed"
115
+ "smartFeatures.guideRemoved": "Smart Guide removed",
116
+
117
+ "menuSections.cloudServices": "☁️ Cloud & Notifications",
118
+ "menuOptions.cloudNotification": "📱 Task Notifications",
119
+ "menuDescriptions.cloudNotification": "Configure task notifications (Cloud/Local/Bark)",
120
+ "menuOptions.mcpMarket": "🔌 MCP Service Market",
121
+ "menuDescriptions.mcpMarket": "One-click install Anthropic official MCP services (Free)",
122
+ "menuOptions.localNotification": "🖥️ Local Notifications",
123
+ "menuDescriptions.localNotification": "Configure macOS Shortcuts and Bark push",
124
+
125
+ "mcpMarket.title": "🔌 MCP Service Market",
126
+ "mcpMarket.search": "Search Services",
127
+ "mcpMarket.searchDesc": "Search MCP services by name or category",
128
+ "mcpMarket.trending": "Trending Services",
129
+ "mcpMarket.trendingDesc": "View most popular MCP services",
130
+ "mcpMarket.install": "Install Service",
131
+ "mcpMarket.installDesc": "Install a specific MCP service",
132
+ "mcpMarket.uninstall": "Uninstall Service",
133
+ "mcpMarket.uninstallDesc": "Uninstall an installed MCP service",
134
+ "mcpMarket.list": "Installed List",
135
+ "mcpMarket.listDesc": "View all installed MCP services",
136
+ "mcpMarket.searchPrompt": "Enter search keyword:",
137
+ "mcpMarket.installPrompt": "Enter service name to install:",
138
+ "mcpMarket.uninstallPrompt": "Enter service name to uninstall:",
139
+
140
+ "menuOptions.hooksSync": "🔄 Hooks Cloud Sync",
141
+ "menuDescriptions.hooksSync": "Sync automation hooks to cloud (Free)",
142
+
143
+ "hooksSync.title": "🔄 Hooks Cloud Sync",
144
+ "hooksSync.viewStatus": "View Sync Status",
145
+ "hooksSync.viewStatusDesc": "Check current sync status and last sync time",
146
+ "hooksSync.syncNow": "Sync Now",
147
+ "hooksSync.syncNowDesc": "Sync local hooks to cloud immediately",
148
+ "hooksSync.configure": "Configure Sync",
149
+ "hooksSync.configureDesc": "Configure sync settings and preferences",
150
+ "hooksSync.browseTemplates": "Browse Templates",
151
+ "hooksSync.browseTemplatesDesc": "View and install hook templates",
152
+
153
+ "newUser.welcomeTitle": "👋 Welcome to CCJK!",
154
+ "newUser.welcomeDesc1": "CCJK helps you quickly configure Claude Code environment",
155
+ "newUser.welcomeDesc2": "Including API setup, workflow templates, MCP services, etc.",
156
+ "newUser.selectPrompt": "Please select:",
157
+ "newUser.quickStart": "🚀 Quick Start",
158
+ "newUser.quickStartDesc": "Recommended for beginners, 3 minutes to complete",
159
+ "newUser.fullConfig": "⚙️ Full Configuration",
160
+ "newUser.fullConfigDesc": "Customize all options",
161
+ "newUser.viewHelp": "📖 View Help",
162
+ "newUser.viewHelpDesc": "Learn about CCJK features",
163
+ "newUser.featuresTitle": "📖 CCJK Features Overview",
164
+ "newUser.coreFeatures": "Core Features:",
165
+ "newUser.feature.api": "API Configuration - Support Auth Token, API Key, CCR Proxy",
166
+ "newUser.feature.workflow": "Workflow Templates - Git, SixStep, Common Tools and more",
167
+ "newUser.feature.mcp": "MCP Services - Code search, file system, web search, etc.",
168
+ "newUser.feature.outputStyle": "Output Styles - Multiple AI output styles (speed-coder, architect, pair-programmer)",
169
+ "newUser.recommendedPlugins": "Recommended Plugins:",
170
+ "newUser.plugin.ccr": "CCR - Claude Code Router proxy tool",
171
+ "newUser.plugin.ccusage": "CCusage - API usage analytics tool",
172
+ "newUser.plugin.cometix": "Cometix - Statusline enhancement tool",
173
+ "newUser.plugin.superpowers": "Superpowers - Skills extension system",
174
+ "newUser.pressEnter": "Press Enter to continue..."
116
175
  }