@tencent-ai/codebuddy-code 1.15.0-next.d16baeb.20251019 → 1.16.0-next.6109981.20251021
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/CHANGELOG.md +51 -0
- package/dist/293.codebuddy.js +1 -0
- package/dist/33.codebuddy.js +1 -0
- package/dist/344.codebuddy.js +1 -0
- package/dist/codebuddy.js +1 -1
- package/lib/node/index.js +2 -0
- package/package.json +2 -3
- package/product.cloudhosted.json +175 -0
- package/product.internal.json +19 -3
- package/product.ioa.json +19 -3
- package/product.json +34 -4
- package/product.selfhosted.json +147 -0
package/lib/node/index.js
CHANGED
|
@@ -20,6 +20,7 @@ export * from './git';
|
|
|
20
20
|
export * from './memory';
|
|
21
21
|
export * from './trace';
|
|
22
22
|
export * from './settings';
|
|
23
|
+
export * from './status';
|
|
23
24
|
export * from './mcp';
|
|
24
25
|
export * from './update';
|
|
25
26
|
export * from './client';
|
|
@@ -34,4 +35,5 @@ export * from './doctor';
|
|
|
34
35
|
export * from './resume';
|
|
35
36
|
export * from './tips';
|
|
36
37
|
export * from './debug';
|
|
38
|
+
export * from './sandbox';
|
|
37
39
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0-next.6109981.20251021",
|
|
4
4
|
"description": "Use CodeBuddy, Tencent's AI assistant, right from your terminal. CodeBuddy can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
|
|
5
5
|
"main": "lib/node/index.js",
|
|
6
6
|
"typings": "lib/node/index.d.ts",
|
|
@@ -22,8 +22,7 @@
|
|
|
22
22
|
"vendor",
|
|
23
23
|
"CHANGELOG.md",
|
|
24
24
|
"product.json",
|
|
25
|
-
"product
|
|
26
|
-
"product.ioa.json"
|
|
25
|
+
"product.*.json"
|
|
27
26
|
],
|
|
28
27
|
"homepage": "https://cnb.cool/codebuddy/codebuddy-code",
|
|
29
28
|
"bugs": {
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
{
|
|
2
|
+
"agents": [
|
|
3
|
+
{
|
|
4
|
+
"name": "cli",
|
|
5
|
+
"instructions": "cli-agent-prompt",
|
|
6
|
+
"description": "cli agent",
|
|
7
|
+
"models": [
|
|
8
|
+
"deepseek-v3.1",
|
|
9
|
+
"deepseek-v3-0324"
|
|
10
|
+
],
|
|
11
|
+
"commands": [
|
|
12
|
+
"init",
|
|
13
|
+
"compact",
|
|
14
|
+
"statusline"
|
|
15
|
+
],
|
|
16
|
+
"tools": [
|
|
17
|
+
"Task",
|
|
18
|
+
"Read",
|
|
19
|
+
"Write",
|
|
20
|
+
"Edit",
|
|
21
|
+
"MultiEdit",
|
|
22
|
+
"Bash",
|
|
23
|
+
"Glob",
|
|
24
|
+
"Grep",
|
|
25
|
+
"ExitPlanMode",
|
|
26
|
+
"TodoWrite",
|
|
27
|
+
"WebFetch",
|
|
28
|
+
"WebSearch",
|
|
29
|
+
"NotebookEdit",
|
|
30
|
+
"BashOutput",
|
|
31
|
+
"KillShell",
|
|
32
|
+
"SlashCommand"
|
|
33
|
+
],
|
|
34
|
+
"tags": [
|
|
35
|
+
"cli",
|
|
36
|
+
"default"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "general-purpose",
|
|
41
|
+
"instructions": "cli-agent-prompt",
|
|
42
|
+
"description": "taskgeneral-purpose agent",
|
|
43
|
+
"tools": [
|
|
44
|
+
"Read",
|
|
45
|
+
"Write",
|
|
46
|
+
"Edit",
|
|
47
|
+
"MultiEdit",
|
|
48
|
+
"Bash",
|
|
49
|
+
"Glob",
|
|
50
|
+
"Grep",
|
|
51
|
+
"TodoWrite",
|
|
52
|
+
"WebFetch",
|
|
53
|
+
"WebSearch",
|
|
54
|
+
"NotebookEdit",
|
|
55
|
+
"BashOutput",
|
|
56
|
+
"KillShell",
|
|
57
|
+
"SlashCommand"
|
|
58
|
+
],
|
|
59
|
+
"tags": [
|
|
60
|
+
"cli",
|
|
61
|
+
"general-purpose"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "compact",
|
|
66
|
+
"instructions": "compact-agent-prompt",
|
|
67
|
+
"description": "compact agent",
|
|
68
|
+
"tools": [
|
|
69
|
+
"Read",
|
|
70
|
+
"Write",
|
|
71
|
+
"Edit",
|
|
72
|
+
"MultiEdit",
|
|
73
|
+
"Bash",
|
|
74
|
+
"Glob",
|
|
75
|
+
"Grep",
|
|
76
|
+
"TodoWrite",
|
|
77
|
+
"WebFetch",
|
|
78
|
+
"WebSearch",
|
|
79
|
+
"NotebookEdit",
|
|
80
|
+
"Task",
|
|
81
|
+
"SlashCommand"
|
|
82
|
+
],
|
|
83
|
+
"tags": [
|
|
84
|
+
"cli",
|
|
85
|
+
"compact"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "contentAnalyzer",
|
|
90
|
+
"instructions": "content-analyzer-agent-instructions",
|
|
91
|
+
"description": "content analyzer agent",
|
|
92
|
+
"tags": [
|
|
93
|
+
"cli",
|
|
94
|
+
"content-analyzer"
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "agentInstructions",
|
|
99
|
+
"instructions": "agent-instructions",
|
|
100
|
+
"description": "generating agent instructions",
|
|
101
|
+
"tags": [
|
|
102
|
+
"cli",
|
|
103
|
+
"agent-instructions"
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "statusline-setup",
|
|
108
|
+
"instructions": "agent-statusline-instructions",
|
|
109
|
+
"description": "Use this agent to configure the user's Codebuddy Code status line setting.",
|
|
110
|
+
"tools": [
|
|
111
|
+
"Read",
|
|
112
|
+
"Write",
|
|
113
|
+
"Edit"
|
|
114
|
+
],
|
|
115
|
+
"asTool": true,
|
|
116
|
+
"tags": [
|
|
117
|
+
"cli",
|
|
118
|
+
"sub-agent"
|
|
119
|
+
]
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"models": [
|
|
123
|
+
{
|
|
124
|
+
"id": "default",
|
|
125
|
+
"name": "Default",
|
|
126
|
+
"vendor": "v",
|
|
127
|
+
"maxOutputTokens": 24000,
|
|
128
|
+
"maxInputTokens": 200000,
|
|
129
|
+
"supportsToolCall": true,
|
|
130
|
+
"supportsImages": false,
|
|
131
|
+
"maxAllowedSize": 56000
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "deepseek-v3.1",
|
|
135
|
+
"name": "DeepSeek-V3.1-Terminus",
|
|
136
|
+
"vendor": "f",
|
|
137
|
+
"maxOutputTokens": 8192,
|
|
138
|
+
"maxInputTokens": 128000,
|
|
139
|
+
"supportsToolCall": true,
|
|
140
|
+
"supportsImages": false,
|
|
141
|
+
"disabledMultimodal": true,
|
|
142
|
+
"maxAllowedSize": 56000
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "hunyuan-chat",
|
|
146
|
+
"name": "Hunyuan-Turbos",
|
|
147
|
+
"vendor": "j",
|
|
148
|
+
"maxOutputTokens": 8192,
|
|
149
|
+
"maxInputTokens": 200000,
|
|
150
|
+
"supportsToolCall": true,
|
|
151
|
+
"supportsImages": false,
|
|
152
|
+
"disabledMultimodal": true
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "deepseek-v3-0324",
|
|
156
|
+
"name": "DeepSeek-V3",
|
|
157
|
+
"vendor": "tencent",
|
|
158
|
+
"maxOutputTokens": 8192,
|
|
159
|
+
"maxInputTokens": 128000,
|
|
160
|
+
"supportsToolCall": true,
|
|
161
|
+
"supportsImages": false,
|
|
162
|
+
"disabledMultimodal": true,
|
|
163
|
+
"maxAllowedSize": 56000
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"links": {
|
|
167
|
+
"officialWebsite": "https://copilot.tencent.com/cli",
|
|
168
|
+
"upgradeUrl": ""
|
|
169
|
+
},
|
|
170
|
+
"productFeatures": {
|
|
171
|
+
"BillingNotice": false
|
|
172
|
+
},
|
|
173
|
+
"commit": "61099813616656aab2a1759718e9f7eb5d1d2e06",
|
|
174
|
+
"date": "2025-10-20T16:05:10.782Z"
|
|
175
|
+
}
|
package/product.internal.json
CHANGED
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
],
|
|
13
13
|
"commands": [
|
|
14
14
|
"init",
|
|
15
|
-
"compact"
|
|
15
|
+
"compact",
|
|
16
|
+
"statusline"
|
|
16
17
|
],
|
|
17
18
|
"tools": [
|
|
18
19
|
"Task",
|
|
@@ -103,6 +104,21 @@
|
|
|
103
104
|
"cli",
|
|
104
105
|
"agent-instructions"
|
|
105
106
|
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "statusline-setup",
|
|
110
|
+
"instructions": "agent-statusline-instructions",
|
|
111
|
+
"description": "Use this agent to configure the user's Codebuddy Code status line setting.",
|
|
112
|
+
"tools": [
|
|
113
|
+
"Read",
|
|
114
|
+
"Write",
|
|
115
|
+
"Edit"
|
|
116
|
+
],
|
|
117
|
+
"asTool": true,
|
|
118
|
+
"tags": [
|
|
119
|
+
"cli",
|
|
120
|
+
"sub-agent"
|
|
121
|
+
]
|
|
106
122
|
}
|
|
107
123
|
],
|
|
108
124
|
"models": [
|
|
@@ -156,6 +172,6 @@
|
|
|
156
172
|
"productFeatures": {
|
|
157
173
|
"BillingNotice": false
|
|
158
174
|
},
|
|
159
|
-
"commit": "
|
|
160
|
-
"date": "2025-10-
|
|
175
|
+
"commit": "61099813616656aab2a1759718e9f7eb5d1d2e06",
|
|
176
|
+
"date": "2025-10-20T16:05:08.295Z"
|
|
161
177
|
}
|
package/product.ioa.json
CHANGED
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
],
|
|
21
21
|
"commands": [
|
|
22
22
|
"init",
|
|
23
|
-
"compact"
|
|
23
|
+
"compact",
|
|
24
|
+
"statusline"
|
|
24
25
|
],
|
|
25
26
|
"tools": [
|
|
26
27
|
"Task",
|
|
@@ -114,6 +115,21 @@
|
|
|
114
115
|
"cli",
|
|
115
116
|
"agent-instructions"
|
|
116
117
|
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "statusline-setup",
|
|
121
|
+
"instructions": "agent-statusline-instructions",
|
|
122
|
+
"description": "Use this agent to configure the user's Codebuddy Code status line setting.",
|
|
123
|
+
"tools": [
|
|
124
|
+
"Read",
|
|
125
|
+
"Write",
|
|
126
|
+
"Edit"
|
|
127
|
+
],
|
|
128
|
+
"asTool": true,
|
|
129
|
+
"tags": [
|
|
130
|
+
"cli",
|
|
131
|
+
"sub-agent"
|
|
132
|
+
]
|
|
117
133
|
}
|
|
118
134
|
],
|
|
119
135
|
"models": [
|
|
@@ -287,6 +303,6 @@
|
|
|
287
303
|
"productFeatures": {
|
|
288
304
|
"BillingNotice": false
|
|
289
305
|
},
|
|
290
|
-
"commit": "
|
|
291
|
-
"date": "2025-10-
|
|
306
|
+
"commit": "61099813616656aab2a1759718e9f7eb5d1d2e06",
|
|
307
|
+
"date": "2025-10-20T16:05:09.544Z"
|
|
292
308
|
}
|
package/product.json
CHANGED
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
],
|
|
42
42
|
"cloudHostedDomain": [
|
|
43
43
|
"*.sso.copilot.tencent.com",
|
|
44
|
-
"*.sso.copilot-staging.tencent.com"
|
|
44
|
+
"*.sso.copilot-staging.tencent.com",
|
|
45
|
+
"*.copilot-staging.qq.com"
|
|
45
46
|
]
|
|
46
47
|
}
|
|
47
48
|
},
|
|
@@ -335,6 +336,14 @@
|
|
|
335
336
|
{
|
|
336
337
|
"name": "tool-slashcommand-description",
|
|
337
338
|
"template": "Execute a slash command within the main conversation\n\n**IMPORTANT - Intent Matching:**\nBefore starting any task, CHECK if the user's request matches one of the slash commands listed below. This tool exists to route user intentions to specialized workflows.\n\nHow slash commands work:\nWhen you use this tool or when a user types a slash command, you will see <command-message>{name} is running…</command-message> followed by the expanded prompt. For example, if .claude/commands/foo.md contains \\\"Print today's date\\\", then /foo expands to that prompt in the next message.\n\nUsage:\n- `command` (required): The slash command to execute, including any arguments\n- Example: `command: \\\"/review-pr 123\\\"`\n\nIMPORTANT: Only use this tool for custom slash commands that appear in the Available Commands list below. Do NOT use for:\n- Built-in CLI commands (like /help, /clear, etc.)\n- Commands not shown in the list\n- Commands you think might exist but aren't listed\n\nAvailable Commands:\n{%- if commands and commands.length > 0 -%}\n{%- for command in commands -%}\n{%- if command.tags and command.tags.includes('custom') %}\n- {{command.name}} {{command.argumentHint}}: {{command.description}}\n{%- endif -%}\n{%- endfor -%}\n{%- endif %}\nNotes:\n- When a user requests multiple slash commands, execute each one sequentially and check for <command-message>{name} is running…</command-message> to verify each has been processed\n- Do not invoke a command that is already running. For example, if you see <command-message>foo is running…</command-message>, do NOT use this tool with \\\"/foo\\\" - process the expanded prompt in the following message\n- Only custom slash commands with descriptions are listed in Available Commands. If a user's command is not listed, ask them to check the slash command file and consult the docs.\n"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "agent-statusline-instructions",
|
|
342
|
+
"template": "You are a status line setup agent for Codebuddy Code. Your job is to create or update the statusLine command in the user's Codebuddy Code settings.\n\nWhen asked to convert the user's shell PS1 configuration, follow these steps:\n1. Read the user's shell configuration files in this order of preference:\n - ~/.zshrc\n - ~/.bashrc \n - ~/.bash_profile\n - ~/.profile\n\n2. Extract the PS1 value using this regex pattern: /(?:^|\\\n)\\\\s*(?:export\\\\s+)?PS1\\\\s*=\\\\s*[\\\"']([^\\\"']+)[\\\"']/m\n\n3. Convert PS1 escape sequences to shell commands:\n - \\\\u → $(whoami)\n - \\\\h → $(hostname -s) \n - \\\\H → $(hostname)\n - \\\\w → $(pwd)\n - \\\\W → $(basename \\\"$(pwd)\\\")\n - \\\\$ → $\n - \\\n → \\\n\n - \\\\t → $(date +%H:%M:%S)\n - \\\\d → $(date \\\"+%a %b %d\\\")\n - \\\\@ → $(date +%I:%M%p)\n - \\\\# → #\n - \\\\! → !\n\n4. When using ANSI color codes, be sure to use `printf`. Do not remove colors. Note that the status line will be printed in a terminal using dimmed colors.\n\n5. If the imported PS1 would have trailing \\\"$\\\" or \\\">\\\" characters in the output, you MUST remove them.\n\n6. If no PS1 is found and user did not provide other instructions, ask for further instructions.\n\nHow to use the statusLine command:\n1. The statusLine command will receive the following JSON input via stdin:\n {\n \\\"session_id\\\": \\\"string\\\", // Unique session ID\n \\\"transcript_path\\\": \\\"string\\\", // Path to the conversation transcript\n \\\"cwd\\\": \\\"string\\\", // Current working directory\n \\\"model\\\": {\n \\\"id\\\": \\\"string\\\", // Model ID (e.g., \\\"claude-3-5-sonnet-20241022\\\")\n \\\"display_name\\\": \\\"string\\\" // Display name (e.g., \\\"Claude 3.5 Sonnet\\\")\n },\n \\\"workspace\\\": {\n \\\"current_dir\\\": \\\"string\\\", // Current working directory path\n \\\"project_dir\\\": \\\"string\\\" // Project root directory path\n },\n \\\"version\\\": \\\"string\\\", // Codebuddy Code app version (e.g., \\\"1.0.71\\\")\n \\\"output_style\\\": {\n \\\"name\\\": \\\"string\\\", // Output style name (e.g., \\\"default\\\", \\\"Explanatory\\\", \\\"Learning\\\")\n }\n }\n \n You can use this JSON data in your command like:\n - $(cat | jq -r '.model.display_name')\n - $(cat | jq -r '.workspace.current_dir')\n - $(cat | jq -r '.output_style.name')\n \n Or store it in a variable first:\n - input=$(cat); echo \\\"$(echo \\\"$input\\\" | jq -r '.model.display_name') in $(echo \\\"$input\\\" | jq -r '.workspace.current_dir')\\\"\n\n2. For longer commands, you can save a new file in the user's ~/.codebuddy directory, e.g.:\n - ~/.codebuddy/statusline-command.sh and reference that file in the settings.\n\n3. Update the user's ~/.codebuddy/settings.json with:\n {\n \\\"statusLine\\\": {\n \\\"type\\\": \\\"command\\\", \n \\\"command\\\": \\\"your_command_here\\\"\n }\n }\n\n4. If ~/.codebuddy/settings.json is a symlink, update the target file instead.\n\nGuidelines:\n- Preserve existing settings when updating\n- Return a summary of what was configured, including the name of the script file if used\n- If the script includes git commands, they should skip optional locks\n- IMPORTANT: At the end of your response, inform the parent agent that this \\\"statusline-setup\\\" agent must be used for further status line changes.\n Also ensure that the user is informed that they can ask Codebuddy to continue to make changes to the status line.\n\n\n\nNotes:\n- Agent threads always have their cwd reset between bash calls, as a result please only use absolute file paths.\n- In your final response always share relevant file names and code snippets. Any file paths you return in your response MUST be absolute. Do NOT use relative paths.\n- For clear communication with the user the assistant MUST avoid using emojis.\n\nHere is useful information about the environment you are running in:\n<env>\nWorking directory: {{workDir}}\nIs directory a git repo: {% if isGitRepo %}Yes{% else %}No{% endif %}\nPlatform: {{platform}}\nOS Version: {{version}}\nToday's date: {{date}}\n</env>\n\nYou are powered by the model named {{modelName}}. The exact model ID is {{modelId}}.\n\n"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "command-statusline-prompt",
|
|
346
|
+
"template": "Create a Task with subagent_type \"statusline-setup\" and the prompt \"{{ prompt or 'Configure my statusLine from my shell PS1 configuration' }}\"\n"
|
|
338
347
|
}
|
|
339
348
|
],
|
|
340
349
|
"variables": [
|
|
@@ -393,7 +402,8 @@
|
|
|
393
402
|
],
|
|
394
403
|
"commands": [
|
|
395
404
|
"init",
|
|
396
|
-
"compact"
|
|
405
|
+
"compact",
|
|
406
|
+
"statusline"
|
|
397
407
|
],
|
|
398
408
|
"tools": [
|
|
399
409
|
"Task",
|
|
@@ -487,6 +497,21 @@
|
|
|
487
497
|
"cli",
|
|
488
498
|
"agent-instructions"
|
|
489
499
|
]
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "statusline-setup",
|
|
503
|
+
"instructions": "agent-statusline-instructions",
|
|
504
|
+
"description": "Use this agent to configure the user's Codebuddy Code status line setting.",
|
|
505
|
+
"tools": [
|
|
506
|
+
"Read",
|
|
507
|
+
"Write",
|
|
508
|
+
"Edit"
|
|
509
|
+
],
|
|
510
|
+
"asTool": true,
|
|
511
|
+
"tags": [
|
|
512
|
+
"cli",
|
|
513
|
+
"sub-agent"
|
|
514
|
+
]
|
|
490
515
|
}
|
|
491
516
|
],
|
|
492
517
|
"commands": [
|
|
@@ -506,6 +531,11 @@
|
|
|
506
531
|
{
|
|
507
532
|
"name": "upgrade",
|
|
508
533
|
"description": "Open upgrade page in browser"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "statusline",
|
|
537
|
+
"description": "Set up Codebuddy Code's status line UI",
|
|
538
|
+
"prompt": "command-statusline-prompt"
|
|
509
539
|
}
|
|
510
540
|
],
|
|
511
541
|
"productFeatures": {
|
|
@@ -639,6 +669,6 @@
|
|
|
639
669
|
"description": "tool-slashcommand-description"
|
|
640
670
|
}
|
|
641
671
|
],
|
|
642
|
-
"commit": "
|
|
643
|
-
"date": "2025-10-
|
|
672
|
+
"commit": "61099813616656aab2a1759718e9f7eb5d1d2e06",
|
|
673
|
+
"date": "2025-10-20T16:05:07.058Z"
|
|
644
674
|
}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
{
|
|
2
|
+
"agents": [
|
|
3
|
+
{
|
|
4
|
+
"name": "cli",
|
|
5
|
+
"instructions": "cli-agent-prompt",
|
|
6
|
+
"description": "cli agent",
|
|
7
|
+
"models": [
|
|
8
|
+
"codewise-chat"
|
|
9
|
+
],
|
|
10
|
+
"commands": [
|
|
11
|
+
"init",
|
|
12
|
+
"compact",
|
|
13
|
+
"statusline"
|
|
14
|
+
],
|
|
15
|
+
"tools": [
|
|
16
|
+
"Task",
|
|
17
|
+
"Read",
|
|
18
|
+
"Write",
|
|
19
|
+
"Edit",
|
|
20
|
+
"MultiEdit",
|
|
21
|
+
"Bash",
|
|
22
|
+
"Glob",
|
|
23
|
+
"Grep",
|
|
24
|
+
"ExitPlanMode",
|
|
25
|
+
"TodoWrite",
|
|
26
|
+
"WebFetch",
|
|
27
|
+
"WebSearch",
|
|
28
|
+
"NotebookEdit",
|
|
29
|
+
"BashOutput",
|
|
30
|
+
"KillShell",
|
|
31
|
+
"SlashCommand"
|
|
32
|
+
],
|
|
33
|
+
"tags": [
|
|
34
|
+
"cli",
|
|
35
|
+
"default"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "general-purpose",
|
|
40
|
+
"instructions": "cli-agent-prompt",
|
|
41
|
+
"description": "general-purpose agent",
|
|
42
|
+
"tools": [
|
|
43
|
+
"Read",
|
|
44
|
+
"Write",
|
|
45
|
+
"Edit",
|
|
46
|
+
"MultiEdit",
|
|
47
|
+
"Bash",
|
|
48
|
+
"Glob",
|
|
49
|
+
"Grep",
|
|
50
|
+
"TodoWrite",
|
|
51
|
+
"SaveMemory",
|
|
52
|
+
"WebFetch",
|
|
53
|
+
"WebSearch",
|
|
54
|
+
"NotebookRead",
|
|
55
|
+
"NotebookEdit",
|
|
56
|
+
"NotebookWrite",
|
|
57
|
+
"BashOutput",
|
|
58
|
+
"KillShell",
|
|
59
|
+
"SlashCommand"
|
|
60
|
+
],
|
|
61
|
+
"tags": [
|
|
62
|
+
"cli",
|
|
63
|
+
"general-purpose"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "compact",
|
|
68
|
+
"instructions": "compact-agent-prompt",
|
|
69
|
+
"description": "compact agent",
|
|
70
|
+
"tools": [
|
|
71
|
+
"Read",
|
|
72
|
+
"Write",
|
|
73
|
+
"Edit",
|
|
74
|
+
"MultiEdit",
|
|
75
|
+
"Bash",
|
|
76
|
+
"Glob",
|
|
77
|
+
"Grep",
|
|
78
|
+
"TodoWrite",
|
|
79
|
+
"WebFetch",
|
|
80
|
+
"WebSearch",
|
|
81
|
+
"NotebookEdit",
|
|
82
|
+
"Task",
|
|
83
|
+
"SlashCommand"
|
|
84
|
+
],
|
|
85
|
+
"tags": [
|
|
86
|
+
"cli",
|
|
87
|
+
"compact"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "contentAnalyzer",
|
|
92
|
+
"instructions": "content-analyzer-agent-instructions",
|
|
93
|
+
"description": "content analyzer agent",
|
|
94
|
+
"tags": [
|
|
95
|
+
"cli",
|
|
96
|
+
"content-analyzer"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "agentInstructions",
|
|
101
|
+
"instructions": "agent-instructions",
|
|
102
|
+
"description": "generating agent instructions",
|
|
103
|
+
"tags": [
|
|
104
|
+
"cli",
|
|
105
|
+
"agent-instructions"
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "statusline-setup",
|
|
110
|
+
"instructions": "agent-statusline-instructions",
|
|
111
|
+
"description": "Use this agent to configure the user's Codebuddy Code status line setting.",
|
|
112
|
+
"tools": [
|
|
113
|
+
"Read",
|
|
114
|
+
"Write",
|
|
115
|
+
"Edit"
|
|
116
|
+
],
|
|
117
|
+
"asTool": true,
|
|
118
|
+
"tags": [
|
|
119
|
+
"cli",
|
|
120
|
+
"sub-agent"
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"models": [
|
|
125
|
+
{
|
|
126
|
+
"credits": "x0.01 credits",
|
|
127
|
+
"id": "codewise-chat",
|
|
128
|
+
"name": "Codewise-Chat",
|
|
129
|
+
"vendor": "tencent",
|
|
130
|
+
"maxOutputTokens": 8192,
|
|
131
|
+
"maxInputTokens": 128000,
|
|
132
|
+
"supportsToolCall": true,
|
|
133
|
+
"supportsImages": false,
|
|
134
|
+
"disabledMultimodal": true,
|
|
135
|
+
"maxAllowedSize": 56000
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"links": {
|
|
139
|
+
"officialWebsite": "https://copilot.tencent.com/cli",
|
|
140
|
+
"upgradeUrl": ""
|
|
141
|
+
},
|
|
142
|
+
"productFeatures": {
|
|
143
|
+
"BillingNotice": false
|
|
144
|
+
},
|
|
145
|
+
"commit": "61099813616656aab2a1759718e9f7eb5d1d2e06",
|
|
146
|
+
"date": "2025-10-20T16:05:12.014Z"
|
|
147
|
+
}
|