@tencent-ai/codebuddy-code 2.8.0 → 2.8.1-next.fdcba47.20251125
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 +28 -0
- package/bin/codebuddy +36 -0
- package/dist/codebuddy.js +2 -2
- package/package.json +3 -2
- package/product.cloudhosted.json +26 -2
- package/product.internal.json +26 -2
- package/product.ioa.json +40 -4
- package/product.json +36 -6
- package/product.selfhosted.json +26 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.1-next.fdcba47.20251125",
|
|
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
|
@@ -133,6 +133,30 @@
|
|
|
133
133
|
"cli",
|
|
134
134
|
"sub-agent"
|
|
135
135
|
]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "Plan",
|
|
139
|
+
"instructions": "agent-plan-instructions",
|
|
140
|
+
"description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)",
|
|
141
|
+
"tools": [
|
|
142
|
+
"Read",
|
|
143
|
+
"Bash",
|
|
144
|
+
"Glob",
|
|
145
|
+
"Grep",
|
|
146
|
+
"TodoWrite",
|
|
147
|
+
"WebFetch",
|
|
148
|
+
"WebSearch",
|
|
149
|
+
"BashOutput",
|
|
150
|
+
"KillShell",
|
|
151
|
+
"SlashCommand",
|
|
152
|
+
"Skill",
|
|
153
|
+
"AskUserQuestion"
|
|
154
|
+
],
|
|
155
|
+
"asTool": true,
|
|
156
|
+
"tags": [
|
|
157
|
+
"cli",
|
|
158
|
+
"sub-agent"
|
|
159
|
+
]
|
|
136
160
|
}
|
|
137
161
|
],
|
|
138
162
|
"models": [
|
|
@@ -203,6 +227,6 @@
|
|
|
203
227
|
"BillingNotice": false,
|
|
204
228
|
"CustomModelsJSON": true
|
|
205
229
|
},
|
|
206
|
-
"commit": "
|
|
207
|
-
"date": "2025-11-
|
|
230
|
+
"commit": "fdcba4761e062b900170962456d9ded1df835a36",
|
|
231
|
+
"date": "2025-11-24T16:05:28.889Z"
|
|
208
232
|
}
|
package/product.internal.json
CHANGED
|
@@ -135,6 +135,30 @@
|
|
|
135
135
|
"cli",
|
|
136
136
|
"sub-agent"
|
|
137
137
|
]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "Plan",
|
|
141
|
+
"instructions": "agent-plan-instructions",
|
|
142
|
+
"description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)",
|
|
143
|
+
"tools": [
|
|
144
|
+
"Read",
|
|
145
|
+
"Bash",
|
|
146
|
+
"Glob",
|
|
147
|
+
"Grep",
|
|
148
|
+
"TodoWrite",
|
|
149
|
+
"WebFetch",
|
|
150
|
+
"WebSearch",
|
|
151
|
+
"BashOutput",
|
|
152
|
+
"KillShell",
|
|
153
|
+
"SlashCommand",
|
|
154
|
+
"Skill",
|
|
155
|
+
"AskUserQuestion"
|
|
156
|
+
],
|
|
157
|
+
"asTool": true,
|
|
158
|
+
"tags": [
|
|
159
|
+
"cli",
|
|
160
|
+
"sub-agent"
|
|
161
|
+
]
|
|
138
162
|
}
|
|
139
163
|
],
|
|
140
164
|
"models": [
|
|
@@ -205,6 +229,6 @@
|
|
|
205
229
|
"BillingNotice": false,
|
|
206
230
|
"CustomModelsJSON": true
|
|
207
231
|
},
|
|
208
|
-
"commit": "
|
|
209
|
-
"date": "2025-11-
|
|
232
|
+
"commit": "fdcba4761e062b900170962456d9ded1df835a36",
|
|
233
|
+
"date": "2025-11-24T16:05:26.680Z"
|
|
210
234
|
}
|
package/product.ioa.json
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"models": [
|
|
10
10
|
"claude-4.5",
|
|
11
11
|
"claude-haiku-4.5",
|
|
12
|
+
"gemini-3.0-pro",
|
|
12
13
|
"gemini-2.5-pro",
|
|
13
14
|
"gemini-2.5-flash",
|
|
14
15
|
"gpt-5.1",
|
|
@@ -152,6 +153,30 @@
|
|
|
152
153
|
"cli",
|
|
153
154
|
"sub-agent"
|
|
154
155
|
]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "Plan",
|
|
159
|
+
"instructions": "agent-plan-instructions",
|
|
160
|
+
"description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)",
|
|
161
|
+
"tools": [
|
|
162
|
+
"Read",
|
|
163
|
+
"Bash",
|
|
164
|
+
"Glob",
|
|
165
|
+
"Grep",
|
|
166
|
+
"TodoWrite",
|
|
167
|
+
"WebFetch",
|
|
168
|
+
"WebSearch",
|
|
169
|
+
"BashOutput",
|
|
170
|
+
"KillShell",
|
|
171
|
+
"SlashCommand",
|
|
172
|
+
"Skill",
|
|
173
|
+
"AskUserQuestion"
|
|
174
|
+
],
|
|
175
|
+
"asTool": true,
|
|
176
|
+
"tags": [
|
|
177
|
+
"cli",
|
|
178
|
+
"sub-agent"
|
|
179
|
+
]
|
|
155
180
|
}
|
|
156
181
|
],
|
|
157
182
|
"models": [
|
|
@@ -358,11 +383,22 @@
|
|
|
358
383
|
"supportsImages": false,
|
|
359
384
|
"disabledMultimodal": true
|
|
360
385
|
},
|
|
386
|
+
{
|
|
387
|
+
"credits": "x1.33 credits",
|
|
388
|
+
"id": "gemini-3.0-pro",
|
|
389
|
+
"name": "Gemini-3.0-Pro",
|
|
390
|
+
"maxOutputTokens": 64000,
|
|
391
|
+
"maxInputTokens": 400000,
|
|
392
|
+
"supportsToolCall": true,
|
|
393
|
+
"supportsImages": true,
|
|
394
|
+
"supportsReasoning": true,
|
|
395
|
+
"maxAllowedSize": 400000
|
|
396
|
+
},
|
|
361
397
|
{
|
|
362
398
|
"credits": "x0.20 credits",
|
|
363
399
|
"id": "gemini-2.5-flash",
|
|
364
400
|
"name": "Gemini-2.5-Flash",
|
|
365
|
-
"maxOutputTokens":
|
|
401
|
+
"maxOutputTokens": 64000,
|
|
366
402
|
"maxInputTokens": 400000,
|
|
367
403
|
"supportsToolCall": true,
|
|
368
404
|
"supportsImages": true,
|
|
@@ -373,7 +409,7 @@
|
|
|
373
409
|
"credits": "x0.87 credits",
|
|
374
410
|
"id": "gemini-2.5-pro",
|
|
375
411
|
"name": "Gemini-2.5-Pro",
|
|
376
|
-
"maxOutputTokens":
|
|
412
|
+
"maxOutputTokens": 64000,
|
|
377
413
|
"maxInputTokens": 400000,
|
|
378
414
|
"supportsToolCall": true,
|
|
379
415
|
"supportsImages": true,
|
|
@@ -399,6 +435,6 @@
|
|
|
399
435
|
"BillingNotice": false,
|
|
400
436
|
"CustomModelsJSON": true
|
|
401
437
|
},
|
|
402
|
-
"commit": "
|
|
403
|
-
"date": "2025-11-
|
|
438
|
+
"commit": "fdcba4761e062b900170962456d9ded1df835a36",
|
|
439
|
+
"date": "2025-11-24T16:05:27.785Z"
|
|
404
440
|
}
|
package/product.json
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"cloudHostedDomain": [
|
|
43
43
|
"*.sso.copilot.tencent.com",
|
|
44
44
|
"*.sso.copilot-staging.tencent.com",
|
|
45
|
+
"*.copilot.qq.com",
|
|
45
46
|
"*.copilot-staging.qq.com"
|
|
46
47
|
]
|
|
47
48
|
}
|
|
@@ -234,7 +235,7 @@
|
|
|
234
235
|
"credits": "x0.20 credits",
|
|
235
236
|
"id": "gemini-2.5-flash",
|
|
236
237
|
"name": "Gemini-2.5-Flash",
|
|
237
|
-
"maxOutputTokens":
|
|
238
|
+
"maxOutputTokens": 64000,
|
|
238
239
|
"maxInputTokens": 400000,
|
|
239
240
|
"supportsToolCall": true,
|
|
240
241
|
"supportsImages": true,
|
|
@@ -245,7 +246,7 @@
|
|
|
245
246
|
"credits": "x0.87 credits",
|
|
246
247
|
"id": "gemini-2.5-pro",
|
|
247
248
|
"name": "Gemini-2.5-Pro",
|
|
248
|
-
"maxOutputTokens":
|
|
249
|
+
"maxOutputTokens": 64000,
|
|
249
250
|
"maxInputTokens": 400000,
|
|
250
251
|
"supportsToolCall": true,
|
|
251
252
|
"supportsImages": true,
|
|
@@ -321,7 +322,7 @@
|
|
|
321
322
|
},
|
|
322
323
|
{
|
|
323
324
|
"name": "system-reminder-planmode",
|
|
324
|
-
"template": "<system-reminder>\nPlan mode is active. The user indicated that they do not want you to execute yet -- you MUST NOT make any edits, run any non-readonly tools (including changing configs or making commits), or otherwise make any changes to the system. This supercedes any other instructions you have received (for example, to make edits). Instead, you should:\n1. Answer the user's query comprehensively
|
|
325
|
+
"template": "<system-reminder>\nPlan mode is active. The user indicated that they do not want you to execute yet -- you MUST NOT make any edits, run any non-readonly tools (including changing configs or making commits), or otherwise make any changes to the system. This supercedes any other instructions you have received (for example, to make edits). Instead, you should:\n1. Answer the user's query comprehensively, using the AskUserQuestion tool if you need to ask the user clarifying questions. If you do use the AskUserQuestion, make sure to ask all clarifying questions you need to fully understand the user's intent before proceeding. You MUST use a single Task tool call with Plan subagent type to gather information. Even if you have already started researching directly, you must immediately switch to using an agent instead.\n2. When you're done researching, present your plan by calling the ExitPlanMode tool, which will prompt the user to confirm the plan. Do NOT make any file changes or run any tools that modify the system state in any way until the user has confirmed the plan.\n</system-reminder>\n"
|
|
325
326
|
},
|
|
326
327
|
{
|
|
327
328
|
"name": "tool-task-description",
|
|
@@ -385,7 +386,7 @@
|
|
|
385
386
|
},
|
|
386
387
|
{
|
|
387
388
|
"name": "tool-exit-planmode-description",
|
|
388
|
-
"template": "Use this tool when you are in plan mode and have finished presenting your plan and are ready to code. This will prompt the user to exit plan mode.\nIMPORTANT: Only use this tool when the task requires planning the implementation steps of a task that requires writing code. For research tasks where you're gathering information, searching files, reading files or in general trying to understand the codebase - do NOT use this tool.\n\n## Handling Ambiguity in Plans\nBefore using this tool, ensure your plan is clear and unambiguous. If there are multiple valid approaches or unclear requirements:\n1. Use the AskUserQuestion tool to clarify with the user\n2. Ask about specific implementation choices (e.g., architectural patterns, which library to use)\n3. Clarify any assumptions that could affect the implementation\n4. Only proceed with ExitPlanMode after resolving ambiguities\n\n## Examples\n\n1. Initial task:
|
|
389
|
+
"template": "Use this tool when you are in plan mode and have finished presenting your plan and are ready to code. This will prompt the user to exit plan mode.\nIMPORTANT: Only use this tool when the task requires planning the implementation steps of a task that requires writing code. For research tasks where you're gathering information, searching files, reading files or in general trying to understand the codebase - do NOT use this tool.\n\n## Handling Ambiguity in Plans\nBefore using this tool, ensure your plan is clear and unambiguous. If there are multiple valid approaches or unclear requirements:\n1. Use the AskUserQuestion tool to clarify with the user\n2. Ask about specific implementation choices (e.g., architectural patterns, which library to use)\n3. Clarify any assumptions that could affect the implementation\n4. Only proceed with ExitPlanMode after resolving ambiguities\n\n## Examples\n\n1. Initial task: \\\"Search for and understand the implementation of vim mode in the codebase\\\" - Do not use the exit plan mode tool because you are not planning the implementation steps of a task.\n2. Initial task: \\\"Help me implement yank mode for vim\\\" - Use the exit plan mode tool after you have finished planning the implementation steps of the task.\n3. Initial task: \\\"Add a new feature to handle user authentication\\\" - If unsure about auth method (OAuth, JWT, etc.), use AskUserQuestion first, then use exit plan mode tool after clarifying the approach.\n"
|
|
389
390
|
},
|
|
390
391
|
{
|
|
391
392
|
"name": "tool-exit-planmode-rejected",
|
|
@@ -419,6 +420,10 @@
|
|
|
419
420
|
"name": "agent-explore-instructions",
|
|
420
421
|
"template": "You are CodeBuddy Code.\n\nYou are a file search specialist for CodeBuddy Code. You excel at thoroughly navigating and exploring codebases.\n\nYour strengths:\n- Rapidly finding files using glob patterns\n- Searching code and text with powerful regex patterns\n- Reading and analyzing file contents\n\nGuidelines:\n- Use Glob for broad file pattern matching\n- Use Grep for searching file contents with regex\n- Use Read when you know the specific file path you need to read\n- Use Bash for file operations like copying, moving, or listing directory contents\n- Adapt your search approach based on the thoroughness level specified by the caller\n- Return file paths as absolute paths in your final response\n- For clear communication, avoid using emojis\n- Do not create any files, or run bash commands that modify the user's system state in any way\n\nComplete the user's search request efficiently and report your findings clearly.\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\n<codebuddy_background_info>\nYou are powered by the model named {{modelName}}. The exact model ID is {{modelId}}.\n</codebuddy_background_info>\n"
|
|
421
422
|
},
|
|
423
|
+
{
|
|
424
|
+
"name": "agent-plan-instructions",
|
|
425
|
+
"template": "You are CodeBuddy Code.\n\nYou are a file search specialist for Claude Code, Anthropic's official CLI for Claude. You excel at thoroughly navigating and exploring codebases.\n\n=== CRITICAL: READ-ONLY MODE - NO FILE MODIFICATIONS ===\nThis is a READ-ONLY exploration task. You are STRICTLY PROHIBITED from:\n- Creating new files (no Write, touch, or file creation of any kind)\n- Modifying existing files (no Edit operations)\n- Deleting files (no rm or deletion)\n- Moving or copying files (no mv or cp)\n- Creating temporary files anywhere, including /tmp\n- Using redirect operators (>, >>, |) or heredocs to write to files\n- Running ANY commands that change system state\n\nYour role is EXCLUSIVELY to search and analyze existing code. You do NOT have access to file editing tools - attempting to edit files will fail.\n\nYour strengths:\n- Rapidly finding files using glob patterns\n- Searching code and text with powerful regex patterns\n- Reading and analyzing file contents\n\nGuidelines:\n- Use Glob for broad file pattern matching\n- Use Grep for searching file contents with regex\n- Use Read when you know the specific file path you need to read\n- Use Bash ONLY for read-only operations (ls, git status, git log, git diff, find, cat, head, tail)\n- NEVER use Bash for: mkdir, touch, rm, cp, mv, git add, git commit, npm install, pip install, or any file creation/modification\n- Adapt your search approach based on the thoroughness level specified by the caller\n- Return file paths as absolute paths in your final response\n- For clear communication, avoid using emojis\n- Communicate your final report directly as a regular message - do NOT attempt to create files\n\nComplete the user's search request efficiently and report your findings clearly.\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\n<codebuddy_background_info>\nYou are powered by the model named {{modelName}}. The exact model ID is {{modelId}}.\n</codebuddy_background_info>\n"
|
|
426
|
+
},
|
|
422
427
|
{
|
|
423
428
|
"name": "tool-ask-user-question-description",
|
|
424
429
|
"template": "Use this tool when you need to ask the user questions during execution. This allows you to:\n1. Gather user preferences or requirements\n2. Clarify ambiguous instructions\n3. Get decisions on implementation choices as you work\n4. Offer choices to the user about what direction to take.\n\nUsage notes:\n- Users will always be able to select \"Other\" to provide custom text input\n- Use multiSelect: true to allow multiple answers to be selected for a question\n\n"
|
|
@@ -608,6 +613,30 @@
|
|
|
608
613
|
"cli",
|
|
609
614
|
"sub-agent"
|
|
610
615
|
]
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "Plan",
|
|
619
|
+
"instructions": "agent-plan-instructions",
|
|
620
|
+
"description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)",
|
|
621
|
+
"tools": [
|
|
622
|
+
"Read",
|
|
623
|
+
"Bash",
|
|
624
|
+
"Glob",
|
|
625
|
+
"Grep",
|
|
626
|
+
"TodoWrite",
|
|
627
|
+
"WebFetch",
|
|
628
|
+
"WebSearch",
|
|
629
|
+
"BashOutput",
|
|
630
|
+
"KillShell",
|
|
631
|
+
"SlashCommand",
|
|
632
|
+
"Skill",
|
|
633
|
+
"AskUserQuestion"
|
|
634
|
+
],
|
|
635
|
+
"asTool": true,
|
|
636
|
+
"tags": [
|
|
637
|
+
"cli",
|
|
638
|
+
"sub-agent"
|
|
639
|
+
]
|
|
611
640
|
}
|
|
612
641
|
],
|
|
613
642
|
"commands": [
|
|
@@ -676,6 +705,7 @@
|
|
|
676
705
|
"NesRangeFix": false,
|
|
677
706
|
"NesCompletionsJumpToHere": true,
|
|
678
707
|
"ImportMetadataForCompletions": true,
|
|
708
|
+
"CBChatUI": false,
|
|
679
709
|
"CompletionItemsForCompletions": true,
|
|
680
710
|
"BillingNotice": true,
|
|
681
711
|
"CustomModelsJSON": true
|
|
@@ -775,6 +805,6 @@
|
|
|
775
805
|
"description": "tool-ask-user-question-description"
|
|
776
806
|
}
|
|
777
807
|
],
|
|
778
|
-
"commit": "
|
|
779
|
-
"date": "2025-11-
|
|
808
|
+
"commit": "fdcba4761e062b900170962456d9ded1df835a36",
|
|
809
|
+
"date": "2025-11-24T16:05:25.574Z"
|
|
780
810
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -134,6 +134,30 @@
|
|
|
134
134
|
"cli",
|
|
135
135
|
"sub-agent"
|
|
136
136
|
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Plan",
|
|
140
|
+
"instructions": "agent-plan-instructions",
|
|
141
|
+
"description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)",
|
|
142
|
+
"tools": [
|
|
143
|
+
"Read",
|
|
144
|
+
"Bash",
|
|
145
|
+
"Glob",
|
|
146
|
+
"Grep",
|
|
147
|
+
"TodoWrite",
|
|
148
|
+
"WebFetch",
|
|
149
|
+
"WebSearch",
|
|
150
|
+
"BashOutput",
|
|
151
|
+
"KillShell",
|
|
152
|
+
"SlashCommand",
|
|
153
|
+
"Skill",
|
|
154
|
+
"AskUserQuestion"
|
|
155
|
+
],
|
|
156
|
+
"asTool": true,
|
|
157
|
+
"tags": [
|
|
158
|
+
"cli",
|
|
159
|
+
"sub-agent"
|
|
160
|
+
]
|
|
137
161
|
}
|
|
138
162
|
],
|
|
139
163
|
"models": [
|
|
@@ -158,6 +182,6 @@
|
|
|
158
182
|
"BillingNotice": false,
|
|
159
183
|
"CustomModelsJSON": true
|
|
160
184
|
},
|
|
161
|
-
"commit": "
|
|
162
|
-
"date": "2025-11-
|
|
185
|
+
"commit": "fdcba4761e062b900170962456d9ded1df835a36",
|
|
186
|
+
"date": "2025-11-24T16:05:29.999Z"
|
|
163
187
|
}
|