-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
44 lines (44 loc) · 1.94 KB
/
Copy pathmarketplace.json
File metadata and controls
44 lines (44 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "command-code-usage",
"description": "Command Code plan usage for your coding agent: rolling 5-hour and weekly windows, monthly credits, reset times.",
"description_i18n": {
"en": "Command Code plan usage for your coding agent: rolling 5-hour and weekly windows, monthly credits, reset times.",
"zh-CN": "在编码 agent 里直接查看 Command Code 套餐用量:5 小时与每周滚动窗口、月度额度、重置时间。"
},
"plugins": [
{
"name": "command-code-usage",
"displayName": "Command Code Usage",
"displayName_i18n": {
"en": "Command Code Usage",
"zh-CN": "Command Code 额度面板"
},
"source": "./plugins/zcode",
"description": "See your Command Code plan usage — 5-hour and weekly rolling windows, monthly credits or balance — right inside the conversation, with a remaining-requests estimate and a burn-rate warning. Requires a Command Code plan.",
"description_i18n": {
"en": "See your Command Code plan usage — 5-hour and weekly rolling windows, monthly credits or balance — right inside the conversation, with a remaining-requests estimate and a burn-rate warning. Requires a Command Code plan.",
"zh-CN": "在对话里直接查看 Command Code 套餐用量——5 小时与每周滚动窗口、月度额度或余额,含剩余次数估算与超限预警。需要 Command Code 套餐。"
},
"version": "1.3.2",
"author": {
"name": "Jovan1666",
"url": "https://github.com/Jovan1666"
},
"homepage": "https://github.com/Jovan1666/commandcode-usage",
"repository": "https://github.com/Jovan1666/commandcode-usage",
"license": "MIT",
"keywords": [
"quota",
"usage",
"command-code",
"billing",
"credits",
"rate-limit",
"limits",
"monitoring"
],
"category": "utilities",
"requiresPaidPlan": true
}
]
}