@tencent-ai/codebuddy-code 2.51.0 → 2.51.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.51.0",
3
+ "version": "2.51.1",
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",
@@ -384,6 +384,6 @@
384
384
  "DeferToolLoading": true,
385
385
  "ImageGen": true
386
386
  },
387
- "commit": "79ed5858ade4ac50d7d98de7542cd4921b3c6b8c",
388
- "date": "2026-02-24T14:28:23.463Z"
387
+ "commit": "fdd8a4d48f79992c0a8e939f6e2792811177e634",
388
+ "date": "2026-02-25T15:50:12.554Z"
389
389
  }
@@ -432,6 +432,6 @@
432
432
  "DeferToolLoading": true,
433
433
  "ImageGen": true
434
434
  },
435
- "commit": "79ed5858ade4ac50d7d98de7542cd4921b3c6b8c",
436
- "date": "2026-02-24T14:28:23.433Z"
435
+ "commit": "fdd8a4d48f79992c0a8e939f6e2792811177e634",
436
+ "date": "2026-02-25T15:50:12.536Z"
437
437
  }
package/product.ioa.json CHANGED
@@ -18,6 +18,7 @@
18
18
  "claude-haiku-4.5",
19
19
  "gemini-2.5-pro",
20
20
  "gpt-5.2",
21
+ "gpt-5.3-codex",
21
22
  "gpt-5.2-codex",
22
23
  "gpt-5.1",
23
24
  "gpt-5.1-codex",
@@ -505,6 +506,21 @@
505
506
  "lite"
506
507
  ]
507
508
  },
509
+ {
510
+ "credits": "x1.35 credits",
511
+ "id": "gpt-5.3-codex",
512
+ "name": "GPT-5.3-Codex",
513
+ "vendor": "e",
514
+ "maxInputTokens": 272000,
515
+ "maxOutputTokens": 128000,
516
+ "supportsToolCall": true,
517
+ "supportsImages": true,
518
+ "supportsReasoning": true,
519
+ "reseaning": {
520
+ "effort": "medium",
521
+ "summary": "auto"
522
+ }
523
+ },
508
524
  {
509
525
  "credits": "x1.35 credits",
510
526
  "id": "gpt-5.2",
@@ -669,6 +685,6 @@
669
685
  "ImageGen": true,
670
686
  "ImageEdit": true
671
687
  },
672
- "commit": "79ed5858ade4ac50d7d98de7542cd4921b3c6b8c",
673
- "date": "2026-02-24T14:28:23.366Z"
688
+ "commit": "fdd8a4d48f79992c0a8e939f6e2792811177e634",
689
+ "date": "2026-02-25T15:50:12.623Z"
674
690
  }
package/product.json CHANGED
@@ -137,6 +137,21 @@
137
137
  "lite"
138
138
  ]
139
139
  },
140
+ {
141
+ "credits": "x1.35 credits",
142
+ "id": "gpt-5.3-codex",
143
+ "name": "GPT-5.3-Codex",
144
+ "vendor": "e",
145
+ "maxInputTokens": 272000,
146
+ "maxOutputTokens": 128000,
147
+ "supportsToolCall": true,
148
+ "supportsImages": true,
149
+ "supportsReasoning": true,
150
+ "reseaning": {
151
+ "effort": "medium",
152
+ "summary": "auto"
153
+ }
154
+ },
140
155
  {
141
156
  "credits": "x1.35 credits",
142
157
  "id": "gpt-5.2",
@@ -606,7 +621,7 @@
606
621
  },
607
622
  {
608
623
  "name": "team-sys-prompt",
609
- "template": "# Agent Teammate Communication\n\nYou are **{{ memberName }}**, a teammate in team **{{ teamName }}**.\n\nYour fellow team members are: {{ teamMembers }}\n\nIMPORTANT: You are running as an agent in a team. To communicate with anyone on your team:\n- Use the SendMessage tool with type `message` to send messages to specific teammates\n- Use the SendMessage tool with type `broadcast` sparingly for team-wide announcements\n\nJust writing a response in text is NOT visible to others on your team - you MUST use the SendMessage tool.\n\nThe user interacts primarily with the team lead. Your work is coordinated through the task system and teammate messaging.\n\n## Key Rules\n- Refer to teammates by their NAME when sending messages (e.g. `recipient: \"team-lead\"` or `recipient: \"<teammate-name>\"`)\n- When you complete a task, use TaskUpdate to mark it as completed, then check TaskList for next available work\n- When you need input from a teammate, send them a message and wait\n- When you finish all assigned work, send a summary of your results to `team-lead`\n- Do NOT send structured JSON status messages. Communicate in plain text.\n"
624
+ "template": "# Agent Teammate Communication\n\nYou are **{{ memberName }}**, a teammate in team **{{ teamName }}**.\n\nYour fellow team members are: {{ teamMembers }}\n\nCRITICAL: Your plain text output is **NOT visible** to the team lead or other teammates. You **MUST** use the SendMessage tool for ALL communication. Just typing a response in text is not enough — nobody will see it.\n\nThe user interacts primarily with the team lead. Your work is coordinated through the task system and teammate messaging.\n\n## Workflow\n\n1. Check TaskList for your assigned tasks\n2. Mark your task as in_progress with TaskUpdate\n3. Do the work\n4. **MUST**: When you finish, send your complete results to `team-lead` via SendMessage include all deliverables, not just a status update\n5. Mark your task as completed with TaskUpdate\n6. Check TaskList for next available work\n\n## Key Rules\n- Refer to teammates by their NAME (e.g. `recipient: \"team-lead\"` or `recipient: \"<teammate-name>\"`)\n- **Always send your final results to team-lead via SendMessage before marking tasks completed.** This is the ONLY way team-lead receives your output.\n- When you need input from a teammate, send them a message and wait\n- Do NOT send structured JSON status messages. Communicate in plain text.\n- Keep messages focused and substantive avoid filler like \"I'm working on it\" or \"Starting now\"\n"
610
625
  },
611
626
  {
612
627
  "name": "output-style-explanatory",
@@ -677,6 +692,7 @@
677
692
  "gemini-2.5-pro",
678
693
  "gemini-2.5-flash",
679
694
  "gpt-5.2",
695
+ "gpt-5.3-codex",
680
696
  "gpt-5.2-codex",
681
697
  "gpt-5.1",
682
698
  "gpt-5.1-codex",
@@ -1236,6 +1252,6 @@
1236
1252
  "description": "tool-sendmessage-description"
1237
1253
  }
1238
1254
  ],
1239
- "commit": "79ed5858ade4ac50d7d98de7542cd4921b3c6b8c",
1240
- "date": "2026-02-24T14:28:23.429Z"
1255
+ "commit": "fdd8a4d48f79992c0a8e939f6e2792811177e634",
1256
+ "date": "2026-02-25T15:50:12.594Z"
1241
1257
  }
@@ -274,6 +274,6 @@
274
274
  "CustomModelsJSON": true,
275
275
  "DeferToolLoading": true
276
276
  },
277
- "commit": "79ed5858ade4ac50d7d98de7542cd4921b3c6b8c",
278
- "date": "2026-02-24T14:28:23.355Z"
277
+ "commit": "fdd8a4d48f79992c0a8e939f6e2792811177e634",
278
+ "date": "2026-02-25T15:50:12.524Z"
279
279
  }