@tencent-ai/codebuddy-code 2.52.3 → 2.52.4-next.549f6da.20260303
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 +32 -0
- package/dist/codebuddy-headless.js +96 -94
- package/dist/codebuddy.js +82 -79
- package/package.json +3 -2
- package/product.cloudhosted.json +13 -11
- package/product.internal.json +15 -12
- package/product.ioa.json +19 -16
- package/product.json +31 -23
- package/product.selfhosted.json +12 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.52.
|
|
3
|
+
"version": "2.52.4-next.549f6da.20260303",
|
|
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",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
32
|
+
"access": "public",
|
|
33
|
+
"tag": "next"
|
|
33
34
|
},
|
|
34
35
|
"scripts": {},
|
|
35
36
|
"devDependencies": {},
|
package/product.cloudhosted.json
CHANGED
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"TaskList",
|
|
35
35
|
"WebFetch",
|
|
36
36
|
"WebSearch",
|
|
37
|
-
"NotebookEdit",
|
|
38
37
|
"TaskStop",
|
|
39
38
|
"TaskOutput",
|
|
40
39
|
"Skill",
|
|
41
40
|
"AskUserQuestion",
|
|
42
|
-
"LSP",
|
|
43
41
|
"StructuredOutput",
|
|
44
42
|
"ToolSearch",
|
|
45
|
-
"
|
|
43
|
+
"SendMessage",
|
|
46
44
|
"TeamCreate",
|
|
47
45
|
"TeamDelete",
|
|
48
|
-
"
|
|
46
|
+
"NotebookEdit",
|
|
47
|
+
"LSP",
|
|
48
|
+
"ImageGen"
|
|
49
49
|
],
|
|
50
50
|
"tags": [
|
|
51
51
|
"cli",
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
"TaskList",
|
|
71
71
|
"WebFetch",
|
|
72
72
|
"WebSearch",
|
|
73
|
-
"NotebookEdit",
|
|
74
73
|
"TaskStop",
|
|
75
74
|
"TaskOutput",
|
|
76
75
|
"Skill",
|
|
77
76
|
"AskUserQuestion",
|
|
78
|
-
"
|
|
77
|
+
"ToolSearch",
|
|
79
78
|
"SendMessage",
|
|
80
|
-
"
|
|
79
|
+
"NotebookEdit",
|
|
80
|
+
"LSP"
|
|
81
81
|
],
|
|
82
82
|
"tags": [
|
|
83
83
|
"cli",
|
|
@@ -166,7 +166,8 @@
|
|
|
166
166
|
"tools": [
|
|
167
167
|
"Read",
|
|
168
168
|
"Write",
|
|
169
|
-
"Edit"
|
|
169
|
+
"Edit",
|
|
170
|
+
"ToolSearch"
|
|
170
171
|
],
|
|
171
172
|
"asTool": true,
|
|
172
173
|
"tags": [
|
|
@@ -193,7 +194,8 @@
|
|
|
193
194
|
"WebFetch",
|
|
194
195
|
"WebSearch",
|
|
195
196
|
"Skill",
|
|
196
|
-
"SendMessage"
|
|
197
|
+
"SendMessage",
|
|
198
|
+
"ToolSearch"
|
|
197
199
|
],
|
|
198
200
|
"asTool": true,
|
|
199
201
|
"tags": [
|
|
@@ -384,6 +386,6 @@
|
|
|
384
386
|
"DeferToolLoading": true,
|
|
385
387
|
"ImageGen": true
|
|
386
388
|
},
|
|
387
|
-
"commit": "
|
|
388
|
-
"date": "2026-
|
|
389
|
+
"commit": "549f6da427a56ac7c856efc014b4f22675eadde7",
|
|
390
|
+
"date": "2026-03-03T04:12:34.455Z"
|
|
389
391
|
}
|
package/product.internal.json
CHANGED
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"TaskList",
|
|
41
41
|
"WebFetch",
|
|
42
42
|
"WebSearch",
|
|
43
|
-
"NotebookEdit",
|
|
44
43
|
"TaskStop",
|
|
45
44
|
"TaskOutput",
|
|
46
45
|
"Skill",
|
|
47
46
|
"AskUserQuestion",
|
|
48
|
-
"LSP",
|
|
49
47
|
"StructuredOutput",
|
|
50
48
|
"ToolSearch",
|
|
51
|
-
"
|
|
49
|
+
"SendMessage",
|
|
52
50
|
"TeamCreate",
|
|
53
51
|
"TeamDelete",
|
|
54
|
-
"
|
|
52
|
+
"NotebookEdit",
|
|
53
|
+
"LSP",
|
|
54
|
+
"ImageGen"
|
|
55
55
|
],
|
|
56
56
|
"tags": [
|
|
57
57
|
"cli",
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"TaskList",
|
|
77
77
|
"WebFetch",
|
|
78
78
|
"WebSearch",
|
|
79
|
-
"NotebookEdit",
|
|
80
79
|
"TaskStop",
|
|
81
80
|
"TaskOutput",
|
|
82
81
|
"Skill",
|
|
83
82
|
"AskUserQuestion",
|
|
84
|
-
"
|
|
83
|
+
"ToolSearch",
|
|
85
84
|
"SendMessage",
|
|
86
|
-
"
|
|
85
|
+
"NotebookEdit",
|
|
86
|
+
"LSP"
|
|
87
87
|
],
|
|
88
88
|
"tags": [
|
|
89
89
|
"cli",
|
|
@@ -172,7 +172,8 @@
|
|
|
172
172
|
"tools": [
|
|
173
173
|
"Read",
|
|
174
174
|
"Write",
|
|
175
|
-
"Edit"
|
|
175
|
+
"Edit",
|
|
176
|
+
"ToolSearch"
|
|
176
177
|
],
|
|
177
178
|
"asTool": true,
|
|
178
179
|
"tags": [
|
|
@@ -199,7 +200,8 @@
|
|
|
199
200
|
"WebFetch",
|
|
200
201
|
"WebSearch",
|
|
201
202
|
"Skill",
|
|
202
|
-
"SendMessage"
|
|
203
|
+
"SendMessage",
|
|
204
|
+
"ToolSearch"
|
|
203
205
|
],
|
|
204
206
|
"asTool": true,
|
|
205
207
|
"tags": [
|
|
@@ -452,8 +454,9 @@
|
|
|
452
454
|
"BillingNotice": false,
|
|
453
455
|
"CustomModelsJSON": true,
|
|
454
456
|
"DeferToolLoading": true,
|
|
455
|
-
"ImageGen": true
|
|
457
|
+
"ImageGen": true,
|
|
458
|
+
"RequestBodyGzip": true
|
|
456
459
|
},
|
|
457
|
-
"commit": "
|
|
458
|
-
"date": "2026-
|
|
460
|
+
"commit": "549f6da427a56ac7c856efc014b4f22675eadde7",
|
|
461
|
+
"date": "2026-03-03T04:12:34.532Z"
|
|
459
462
|
}
|
package/product.ioa.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"claude-opus-4.6",
|
|
17
17
|
"claude-opus-4.5",
|
|
18
18
|
"claude-haiku-4.5",
|
|
19
|
-
"gemini-3.
|
|
19
|
+
"gemini-3.1-pro",
|
|
20
20
|
"gemini-3.0-flash",
|
|
21
21
|
"gemini-2.5-pro",
|
|
22
22
|
"gpt-5.2",
|
|
@@ -59,19 +59,19 @@
|
|
|
59
59
|
"TaskList",
|
|
60
60
|
"WebFetch",
|
|
61
61
|
"WebSearch",
|
|
62
|
-
"NotebookEdit",
|
|
63
62
|
"TaskStop",
|
|
64
63
|
"TaskOutput",
|
|
65
64
|
"Skill",
|
|
66
65
|
"AskUserQuestion",
|
|
67
|
-
"LSP",
|
|
68
66
|
"StructuredOutput",
|
|
69
67
|
"ToolSearch",
|
|
70
|
-
"
|
|
71
|
-
"ImageEdit",
|
|
68
|
+
"SendMessage",
|
|
72
69
|
"TeamCreate",
|
|
73
70
|
"TeamDelete",
|
|
74
|
-
"
|
|
71
|
+
"NotebookEdit",
|
|
72
|
+
"LSP",
|
|
73
|
+
"ImageGen",
|
|
74
|
+
"ImageEdit"
|
|
75
75
|
],
|
|
76
76
|
"tags": [
|
|
77
77
|
"cli",
|
|
@@ -96,14 +96,14 @@
|
|
|
96
96
|
"TaskList",
|
|
97
97
|
"WebFetch",
|
|
98
98
|
"WebSearch",
|
|
99
|
-
"NotebookEdit",
|
|
100
99
|
"TaskStop",
|
|
101
100
|
"TaskOutput",
|
|
102
101
|
"Skill",
|
|
103
102
|
"AskUserQuestion",
|
|
104
|
-
"LSP",
|
|
105
103
|
"ToolSearch",
|
|
106
|
-
"SendMessage"
|
|
104
|
+
"SendMessage",
|
|
105
|
+
"NotebookEdit",
|
|
106
|
+
"LSP"
|
|
107
107
|
],
|
|
108
108
|
"tags": [
|
|
109
109
|
"cli",
|
|
@@ -201,7 +201,8 @@
|
|
|
201
201
|
"tools": [
|
|
202
202
|
"Read",
|
|
203
203
|
"Write",
|
|
204
|
-
"Edit"
|
|
204
|
+
"Edit",
|
|
205
|
+
"ToolSearch"
|
|
205
206
|
],
|
|
206
207
|
"asTool": true,
|
|
207
208
|
"tags": [
|
|
@@ -228,7 +229,8 @@
|
|
|
228
229
|
"WebFetch",
|
|
229
230
|
"WebSearch",
|
|
230
231
|
"Skill",
|
|
231
|
-
"SendMessage"
|
|
232
|
+
"SendMessage",
|
|
233
|
+
"ToolSearch"
|
|
232
234
|
],
|
|
233
235
|
"asTool": true,
|
|
234
236
|
"tags": [
|
|
@@ -646,8 +648,8 @@
|
|
|
646
648
|
},
|
|
647
649
|
{
|
|
648
650
|
"credits": "x1.36 credits",
|
|
649
|
-
"id": "gemini-3.
|
|
650
|
-
"name": "Gemini-3.
|
|
651
|
+
"id": "gemini-3.1-pro",
|
|
652
|
+
"name": "Gemini-3.1-Pro",
|
|
651
653
|
"maxOutputTokens": 64000,
|
|
652
654
|
"maxInputTokens": 400000,
|
|
653
655
|
"supportsToolCall": true,
|
|
@@ -740,8 +742,9 @@
|
|
|
740
742
|
"CustomModelsJSON": true,
|
|
741
743
|
"DeferToolLoading": true,
|
|
742
744
|
"ImageGen": true,
|
|
743
|
-
"ImageEdit": true
|
|
745
|
+
"ImageEdit": true,
|
|
746
|
+
"RequestBodyGzip": true
|
|
744
747
|
},
|
|
745
|
-
"commit": "
|
|
746
|
-
"date": "2026-
|
|
748
|
+
"commit": "549f6da427a56ac7c856efc014b4f22675eadde7",
|
|
749
|
+
"date": "2026-03-03T04:12:34.429Z"
|
|
747
750
|
}
|
package/product.json
CHANGED
|
@@ -249,8 +249,8 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"credits": "x1.36 credits",
|
|
252
|
-
"id": "gemini-3.
|
|
253
|
-
"name": "Gemini-3.
|
|
252
|
+
"id": "gemini-3.1-pro",
|
|
253
|
+
"name": "Gemini-3.1-Pro",
|
|
254
254
|
"maxOutputTokens": 64000,
|
|
255
255
|
"maxInputTokens": 400000,
|
|
256
256
|
"supportsToolCall": true,
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"emergency": 0.15
|
|
401
401
|
},
|
|
402
402
|
"request": {
|
|
403
|
-
"emergency": 0.
|
|
403
|
+
"emergency": 0.9
|
|
404
404
|
},
|
|
405
405
|
"inputTokens": {
|
|
406
406
|
"warning": 0.7,
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
},
|
|
705
705
|
{
|
|
706
706
|
"name": "tool-toolsearch-description",
|
|
707
|
-
"template": "Search for available tools using natural language queries.\n\nUse this tool when you need to discover tools that can help with a specific task. Some tools are not loaded by default to save context space - use this to find and activate them.\n\nUsage:\n- Provide a natural language description of what you want to do\n- Returns a list of matching tools sorted by relevance\n- Found tools are automatically activated for use in subsequent messages\n\nIMPORTANT: Tools listed below as \"Available deferred tools\" are NOT callable until you activate them using this tool. You MUST call ToolSearch first to activate a deferred tool before attempting to use it. Calling a deferred tool without activation will result in a \"Tool not found\" error.\n\nExample queries:\n- \"send email notification\"\n- \"database operations\"\n- \"image processing\"\n\nAfter searching, matching tools become available and you can call them directly.\n{% if toolSearchDeferredTools %}\n\nAvailable deferred tools (use ToolSearch to discover more):\n{{toolSearchDeferredTools}}\n{% endif %}\n{%- if toolSearchMcpServers %}\n\nAvailable MCP servers (use ToolSearch to discover their tools):\n{{toolSearchMcpServers}}\n{%- endif %}\n"
|
|
707
|
+
"template": "Search for available tools using natural language queries.\n\nUse this tool when you need to discover tools that can help with a specific task. Some tools are not loaded by default to save context space - use this to find and activate them.\n\nUsage:\n- Provide a natural language description of what you want to do\n- Returns a list of matching tools sorted by relevance\n- Found tools are automatically activated for use in subsequent messages\n\nIMPORTANT: Tools listed below as \"Available deferred tools\" are NOT callable until you activate them using this tool. You MUST call ToolSearch first to activate a deferred tool before attempting to use it. Calling a deferred tool without activation will result in a \"Tool not found\" error.\n\nNote: Some listed tools may not appear in search results if they are unavailable due to environment restrictions, disabled features, or model limitations.\n\nExample queries:\n- \"send email notification\"\n- \"database operations\"\n- \"image processing\"\n\nAfter searching, matching tools become available and you can call them directly.\n{% if toolSearchDeferredTools %}\n\nAvailable deferred tools (use ToolSearch to discover more):\n{{toolSearchDeferredTools}}\n{% endif %}\n{%- if toolSearchMcpServers %}\n\nAvailable MCP servers (use ToolSearch to discover their tools):\n{{toolSearchMcpServers}}\n{%- endif %}\n"
|
|
708
708
|
},
|
|
709
709
|
{
|
|
710
710
|
"name": "tool-describetool-description",
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
"description": "cli agent",
|
|
757
757
|
"models": [
|
|
758
758
|
"default-model",
|
|
759
|
-
"gemini-3.
|
|
759
|
+
"gemini-3.1-pro",
|
|
760
760
|
"gemini-3.0-flash",
|
|
761
761
|
"gemini-2.5-pro",
|
|
762
762
|
"gemini-2.5-flash",
|
|
@@ -794,19 +794,19 @@
|
|
|
794
794
|
"TaskList",
|
|
795
795
|
"WebFetch",
|
|
796
796
|
"WebSearch",
|
|
797
|
-
"NotebookEdit",
|
|
798
797
|
"TaskStop",
|
|
799
798
|
"TaskOutput",
|
|
800
799
|
"Skill",
|
|
801
800
|
"AskUserQuestion",
|
|
802
|
-
"LSP",
|
|
803
801
|
"StructuredOutput",
|
|
804
|
-
"ImageGen",
|
|
805
802
|
"ToolSearch",
|
|
806
|
-
"
|
|
803
|
+
"SendMessage",
|
|
807
804
|
"TeamCreate",
|
|
808
805
|
"TeamDelete",
|
|
809
|
-
"
|
|
806
|
+
"NotebookEdit",
|
|
807
|
+
"LSP",
|
|
808
|
+
"ImageGen",
|
|
809
|
+
"ImageEdit"
|
|
810
810
|
],
|
|
811
811
|
"tags": [
|
|
812
812
|
"cli",
|
|
@@ -831,14 +831,14 @@
|
|
|
831
831
|
"TaskList",
|
|
832
832
|
"WebFetch",
|
|
833
833
|
"WebSearch",
|
|
834
|
-
"NotebookEdit",
|
|
835
834
|
"TaskStop",
|
|
836
835
|
"TaskOutput",
|
|
837
836
|
"Skill",
|
|
838
837
|
"AskUserQuestion",
|
|
839
|
-
"
|
|
838
|
+
"ToolSearch",
|
|
840
839
|
"SendMessage",
|
|
841
|
-
"
|
|
840
|
+
"NotebookEdit",
|
|
841
|
+
"LSP"
|
|
842
842
|
],
|
|
843
843
|
"tags": [
|
|
844
844
|
"cli",
|
|
@@ -936,7 +936,8 @@
|
|
|
936
936
|
"tools": [
|
|
937
937
|
"Read",
|
|
938
938
|
"Write",
|
|
939
|
-
"Edit"
|
|
939
|
+
"Edit",
|
|
940
|
+
"ToolSearch"
|
|
940
941
|
],
|
|
941
942
|
"asTool": true,
|
|
942
943
|
"tags": [
|
|
@@ -963,7 +964,8 @@
|
|
|
963
964
|
"WebFetch",
|
|
964
965
|
"WebSearch",
|
|
965
966
|
"Skill",
|
|
966
|
-
"SendMessage"
|
|
967
|
+
"SendMessage",
|
|
968
|
+
"ToolSearch"
|
|
967
969
|
],
|
|
968
970
|
"asTool": true,
|
|
969
971
|
"tags": [
|
|
@@ -1228,7 +1230,8 @@
|
|
|
1228
1230
|
},
|
|
1229
1231
|
{
|
|
1230
1232
|
"name": "NotebookEdit",
|
|
1231
|
-
"description": "tool-notebookedit-description"
|
|
1233
|
+
"description": "tool-notebookedit-description",
|
|
1234
|
+
"deferLoading": true
|
|
1232
1235
|
},
|
|
1233
1236
|
{
|
|
1234
1237
|
"name": "WebFetch",
|
|
@@ -1292,7 +1295,8 @@
|
|
|
1292
1295
|
},
|
|
1293
1296
|
{
|
|
1294
1297
|
"name": "LSP",
|
|
1295
|
-
"description": "tool-lsp-description"
|
|
1298
|
+
"description": "tool-lsp-description",
|
|
1299
|
+
"deferLoading": true
|
|
1296
1300
|
},
|
|
1297
1301
|
{
|
|
1298
1302
|
"name": "StructuredOutput",
|
|
@@ -1304,25 +1308,29 @@
|
|
|
1304
1308
|
},
|
|
1305
1309
|
{
|
|
1306
1310
|
"name": "ImageGen",
|
|
1307
|
-
"description": "tool-imagegen-description"
|
|
1311
|
+
"description": "tool-imagegen-description",
|
|
1312
|
+
"deferLoading": true
|
|
1308
1313
|
},
|
|
1309
1314
|
{
|
|
1310
1315
|
"name": "ImageEdit",
|
|
1311
|
-
"description": "tool-imageedit-description"
|
|
1316
|
+
"description": "tool-imageedit-description",
|
|
1317
|
+
"deferLoading": true
|
|
1312
1318
|
},
|
|
1313
1319
|
{
|
|
1314
1320
|
"name": "TeamCreate",
|
|
1315
|
-
"description": "tool-teamcreate-description"
|
|
1321
|
+
"description": "tool-teamcreate-description",
|
|
1322
|
+
"deferLoading": true
|
|
1316
1323
|
},
|
|
1317
1324
|
{
|
|
1318
1325
|
"name": "TeamDelete",
|
|
1319
|
-
"description": "tool-teamdelete-description"
|
|
1326
|
+
"description": "tool-teamdelete-description",
|
|
1327
|
+
"deferLoading": true
|
|
1320
1328
|
},
|
|
1321
1329
|
{
|
|
1322
1330
|
"name": "SendMessage",
|
|
1323
1331
|
"description": "tool-sendmessage-description"
|
|
1324
1332
|
}
|
|
1325
1333
|
],
|
|
1326
|
-
"commit": "
|
|
1327
|
-
"date": "2026-
|
|
1334
|
+
"commit": "549f6da427a56ac7c856efc014b4f22675eadde7",
|
|
1335
|
+
"date": "2026-03-03T04:12:34.457Z"
|
|
1328
1336
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
"TaskList",
|
|
31
31
|
"WebFetch",
|
|
32
32
|
"WebSearch",
|
|
33
|
-
"NotebookEdit",
|
|
34
33
|
"TaskStop",
|
|
35
34
|
"TaskOutput",
|
|
36
35
|
"Skill",
|
|
37
36
|
"AskUserQuestion",
|
|
38
|
-
"Lsp",
|
|
39
37
|
"StructuredOutput",
|
|
40
38
|
"ToolSearch",
|
|
39
|
+
"SendMessage",
|
|
41
40
|
"TeamCreate",
|
|
42
41
|
"TeamDelete",
|
|
43
|
-
"
|
|
42
|
+
"NotebookEdit",
|
|
43
|
+
"LSP"
|
|
44
44
|
],
|
|
45
45
|
"tags": [
|
|
46
46
|
"cli",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"TaskList",
|
|
66
66
|
"WebFetch",
|
|
67
67
|
"WebSearch",
|
|
68
|
-
"NotebookEdit",
|
|
69
68
|
"TaskStop",
|
|
70
69
|
"TaskOutput",
|
|
71
70
|
"Skill",
|
|
72
71
|
"AskUserQuestion",
|
|
73
|
-
"
|
|
72
|
+
"ToolSearch",
|
|
74
73
|
"SendMessage",
|
|
75
|
-
"
|
|
74
|
+
"NotebookEdit",
|
|
75
|
+
"LSP"
|
|
76
76
|
],
|
|
77
77
|
"tags": [
|
|
78
78
|
"cli",
|
|
@@ -161,7 +161,8 @@
|
|
|
161
161
|
"tools": [
|
|
162
162
|
"Read",
|
|
163
163
|
"Write",
|
|
164
|
-
"Edit"
|
|
164
|
+
"Edit",
|
|
165
|
+
"ToolSearch"
|
|
165
166
|
],
|
|
166
167
|
"asTool": true,
|
|
167
168
|
"tags": [
|
|
@@ -188,7 +189,8 @@
|
|
|
188
189
|
"WebFetch",
|
|
189
190
|
"WebSearch",
|
|
190
191
|
"Skill",
|
|
191
|
-
"SendMessage"
|
|
192
|
+
"SendMessage",
|
|
193
|
+
"ToolSearch"
|
|
192
194
|
],
|
|
193
195
|
"asTool": true,
|
|
194
196
|
"tags": [
|
|
@@ -273,6 +275,6 @@
|
|
|
273
275
|
"CustomModelsJSON": true,
|
|
274
276
|
"DeferToolLoading": true
|
|
275
277
|
},
|
|
276
|
-
"commit": "
|
|
277
|
-
"date": "2026-
|
|
278
|
+
"commit": "549f6da427a56ac7c856efc014b4f22675eadde7",
|
|
279
|
+
"date": "2026-03-03T04:12:34.472Z"
|
|
278
280
|
}
|