|
1 | 1 | { |
2 | 2 | "id": "claude-code", |
3 | 3 | "name": "Claude Code", |
4 | | - "description": "Anthropic's Claude Code is an AI coding assistant that understands your codebase and executes tasks through natural language. Handles routine coding, explains complex code, and manages git workflows.", |
| 4 | + "description": "AI coding assistant CLI for your terminal. Understands your codebase, executes tasks via natural language, explains code, and manages git workflows with MCP integration.", |
5 | 5 | "i18n": { |
6 | 6 | "zh-Hans": { |
7 | | - "description": "Anthropic 的 Claude Code 是一款 AI 编码助手,理解您的代码库并通过自然语言执行任务。处理常规编码、解释复杂代码并管理 git 工作流。" |
| 7 | + "description": "终端 AI 编码助手 CLI。理解代码库,通过自然语言执行任务,解释代码,管理 git 工作流,并支持 MCP 集成。" |
8 | 8 | } |
9 | 9 | }, |
10 | | - "websiteUrl": "https://claude.com/product/claude-code", |
11 | | - "docsUrl": "https://docs.claude.com/en/docs/claude-code/overview", |
12 | | - "verified": false, |
| 10 | + "websiteUrl": "https://code.claude.com", |
| 11 | + "docsUrl": "https://docs.claude.com", |
| 12 | + "verified": true, |
13 | 13 | "vendor": "Anthropic", |
| 14 | + "latestVersion": "2.0.42", |
| 15 | + "githubUrl": "https://github.com/anthropics/claude-code", |
| 16 | + "githubStars": 42, |
14 | 17 | "license": "Proprietary", |
15 | | - "latestVersion": "2.0.9", |
16 | 18 | "pricing": [ |
17 | 19 | { |
18 | | - "name": "Pro plan", |
| 20 | + "name": "Pro", |
19 | 21 | "value": 20, |
20 | 22 | "currency": "USD", |
21 | | - "per": "month", |
| 23 | + "per": "Month", |
22 | 24 | "category": "Individual" |
23 | 25 | }, |
24 | 26 | { |
25 | | - "name": "Pro plan", |
| 27 | + "name": "Pro", |
26 | 28 | "value": 17, |
27 | 29 | "currency": "USD", |
28 | | - "per": "month (Annual)", |
| 30 | + "per": "Month (Annual)", |
29 | 31 | "category": "Individual" |
30 | 32 | }, |
31 | 33 | { |
32 | | - "name": "Max 5x plan", |
| 34 | + "name": "Max 5x", |
33 | 35 | "value": 100, |
34 | 36 | "currency": "USD", |
35 | | - "per": "month", |
| 37 | + "per": "Month", |
36 | 38 | "category": "Individual" |
37 | 39 | }, |
38 | 40 | { |
39 | | - "name": "Max 20x plan", |
| 41 | + "name": "Max 20x", |
40 | 42 | "value": 200, |
41 | 43 | "currency": "USD", |
42 | | - "per": "month", |
| 44 | + "per": "Month", |
43 | 45 | "category": "Individual" |
44 | 46 | }, |
45 | 47 | { |
46 | | - "name": "Team plan", |
47 | | - "value": 150, |
| 48 | + "name": "Team", |
| 49 | + "value": null, |
48 | 50 | "currency": "USD", |
49 | | - "per": "user/month", |
50 | | - "category": "Business" |
| 51 | + "per": "Custom", |
| 52 | + "category": "Team" |
51 | 53 | }, |
52 | 54 | { |
53 | | - "name": "Enterprise plan", |
| 55 | + "name": "Enterprise", |
54 | 56 | "value": null, |
55 | | - "currency": null, |
56 | | - "per": "custom", |
| 57 | + "currency": "USD", |
| 58 | + "per": "Custom", |
57 | 59 | "category": "Enterprise" |
58 | 60 | } |
59 | 61 | ], |
|
65 | 67 | "issue": "https://github.com/anthropics/claude-code/issues" |
66 | 68 | }, |
67 | 69 | "communityUrls": { |
68 | | - "linkedin": null, |
69 | | - "twitter": "https://twitter.com/AnthropicAI", |
| 70 | + "linkedin": "https://www.linkedin.com/company/anthropicresearch", |
| 71 | + "twitter": "https://x.com/claudeai", |
70 | 72 | "github": "https://github.com/anthropics/claude-code", |
71 | | - "youtube": null, |
72 | | - "discord": null, |
| 73 | + "youtube": "https://www.youtube.com/@anthropic-ai", |
| 74 | + "discord": "https://anthropic.com/discord", |
73 | 75 | "reddit": "https://www.reddit.com/r/ClaudeCode", |
74 | | - "blog": null |
| 76 | + "blog": "https://www.claude.com/blog" |
75 | 77 | }, |
76 | | - "githubStars": 42, |
| 78 | + "relatedProducts": [ |
| 79 | + { |
| 80 | + "type": "extension", |
| 81 | + "productId": "claude-code" |
| 82 | + } |
| 83 | + ], |
77 | 84 | "platforms": [ |
78 | 85 | { |
79 | 86 | "os": "macOS", |
80 | | - "installCommand": "npm install -g @anthropic-ai/claude-code", |
| 87 | + "installCommand": "curl -fsSL https://claude.ai/install.sh | bash", |
81 | 88 | "launchCommand": "claude", |
82 | 89 | "installPath": null |
83 | 90 | }, |
84 | 91 | { |
85 | 92 | "os": "Windows", |
86 | | - "installCommand": "npm install -g @anthropic-ai/claude-code", |
| 93 | + "installCommand": "irm https://claude.ai/install.ps1 | iex", |
87 | 94 | "launchCommand": "claude", |
88 | 95 | "installPath": null |
89 | 96 | }, |
90 | 97 | { |
91 | 98 | "os": "Linux", |
92 | | - "installCommand": "npm install -g @anthropic-ai/claude-code", |
| 99 | + "installCommand": "curl -fsSL https://claude.ai/install.sh | bash", |
93 | 100 | "launchCommand": "claude", |
94 | 101 | "installPath": null |
95 | 102 | } |
96 | | - ], |
97 | | - "relatedProducts": [], |
98 | | - "githubUrl": "https://github.com/anthropics/claude-code" |
| 103 | + ] |
99 | 104 | } |
0 commit comments