@tencent-ai/codebuddy-code 0.0.1-beta.29 → 0.0.1-beta.30
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 +31 -0
- package/dist/422.codebuddy.js +1 -1
- package/dist/566.codebuddy.js +1 -1
- package/dist/codebuddy.js +1 -1
- package/lib/node/index.js +1 -0
- package/package.json +1 -1
- package/product.json +31 -10
package/lib/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.30",
|
|
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",
|
package/product.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"stagingEndpoint": "https://staging-copilot.tencent.com",
|
|
13
13
|
"authentication": {
|
|
14
14
|
"id": "Tencent-Cloud.coding-copilot",
|
|
15
|
-
"type": "external-link
|
|
15
|
+
"type": "cli-external-link",
|
|
16
16
|
"label": "TencentCloud",
|
|
17
17
|
"attributes": {
|
|
18
18
|
"usernameHeader": "X-User-Id",
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"tokenHeader": "Authorization",
|
|
21
21
|
"tokenType": "bearerToken",
|
|
22
22
|
"startChatAfterCompleted": true,
|
|
23
|
-
"prefixPath": "/plugin"
|
|
23
|
+
"prefixPath": "/plugin",
|
|
24
|
+
"internalDomain": "tencent.sso.copilot.tencent.com"
|
|
24
25
|
}
|
|
25
26
|
},
|
|
26
27
|
"updates": {
|
|
@@ -329,6 +330,7 @@
|
|
|
329
330
|
"WebSearch",
|
|
330
331
|
"NotebookRead",
|
|
331
332
|
"NotebookEdit",
|
|
333
|
+
"NotebookWrite",
|
|
332
334
|
"Task"
|
|
333
335
|
],
|
|
334
336
|
"tags": [
|
|
@@ -360,7 +362,8 @@
|
|
|
360
362
|
"WebFetch",
|
|
361
363
|
"WebSearch",
|
|
362
364
|
"NotebookRead",
|
|
363
|
-
"NotebookEdit"
|
|
365
|
+
"NotebookEdit",
|
|
366
|
+
"NotebookWrite"
|
|
364
367
|
],
|
|
365
368
|
"tags": [
|
|
366
369
|
"cli",
|
|
@@ -371,11 +374,23 @@
|
|
|
371
374
|
"name": "compact",
|
|
372
375
|
"instructions": "compact-agent-prompt",
|
|
373
376
|
"description": "compact agent",
|
|
374
|
-
"models": [
|
|
375
|
-
"o4-mini"
|
|
376
|
-
],
|
|
377
377
|
"tools": [
|
|
378
|
-
"
|
|
378
|
+
"Read",
|
|
379
|
+
"LS",
|
|
380
|
+
"Write",
|
|
381
|
+
"Edit",
|
|
382
|
+
"MultiEdit",
|
|
383
|
+
"Bash",
|
|
384
|
+
"Glob",
|
|
385
|
+
"Grep",
|
|
386
|
+
"TodoWrite",
|
|
387
|
+
"SaveMemory",
|
|
388
|
+
"WebFetch",
|
|
389
|
+
"WebSearch",
|
|
390
|
+
"NotebookRead",
|
|
391
|
+
"NotebookEdit",
|
|
392
|
+
"NotebookWrite",
|
|
393
|
+
"Task"
|
|
379
394
|
],
|
|
380
395
|
"tags": [
|
|
381
396
|
"cli",
|
|
@@ -389,7 +404,6 @@
|
|
|
389
404
|
"models": [
|
|
390
405
|
"o4-mini"
|
|
391
406
|
],
|
|
392
|
-
"tools": [],
|
|
393
407
|
"tags": [
|
|
394
408
|
"cli",
|
|
395
409
|
"content-analyzer"
|
|
@@ -417,7 +431,10 @@
|
|
|
417
431
|
"NesCompletions": true,
|
|
418
432
|
"NesDocumentActiveChangeTrigger": false,
|
|
419
433
|
"NesCompletionsPrefetching": true,
|
|
434
|
+
"NESPrefetchingAfterEmptyCompletion": false,
|
|
435
|
+
"TriggerNESAfterCompletionHasBeenAccepted": false,
|
|
420
436
|
"NesRepeatFilter": true,
|
|
437
|
+
"NesRepeatFilterV2": false,
|
|
421
438
|
"NesRangeFix": true,
|
|
422
439
|
"CursorPositonPrefetching": false,
|
|
423
440
|
"CompletionsPrefetching": false,
|
|
@@ -504,6 +521,10 @@
|
|
|
504
521
|
"name": "NotebookEdit",
|
|
505
522
|
"description": "tool-notebookedit-description"
|
|
506
523
|
},
|
|
524
|
+
{
|
|
525
|
+
"name": "NotebookWrite",
|
|
526
|
+
"description": "tool-notebookedit-description"
|
|
527
|
+
},
|
|
507
528
|
{
|
|
508
529
|
"name": "WebFetch",
|
|
509
530
|
"description": "tool-webfetch-description"
|
|
@@ -521,6 +542,6 @@
|
|
|
521
542
|
"description": "tool-task-description"
|
|
522
543
|
}
|
|
523
544
|
],
|
|
524
|
-
"commit": "
|
|
525
|
-
"date": "2025-09-
|
|
545
|
+
"commit": "6bea3391ca4744774255461a469ce4fb5cf0d807",
|
|
546
|
+
"date": "2025-09-02T17:13:50.635Z"
|
|
526
547
|
}
|