@tencent-ai/codebuddy-code 2.67.0 → 2.68.0

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.
Files changed (458) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/codebuddy-headless.js +53 -53
  3. package/dist/codebuddy.js +93 -64
  4. package/dist/web-ui/assets/index-BoMlEqUE.js +439 -0
  5. package/dist/web-ui/assets/index-Dt1puyHn.css +32 -0
  6. package/dist/web-ui/docs/cn/cli/acp.md +152 -0
  7. package/dist/web-ui/docs/cn/cli/agent-teams.md +327 -0
  8. package/dist/web-ui/docs/cn/cli/bash-sandboxing.md +290 -0
  9. package/dist/web-ui/docs/cn/cli/best-practices.md +554 -0
  10. package/dist/web-ui/docs/cn/cli/channels-reference.md +293 -0
  11. package/dist/web-ui/docs/cn/cli/channels.md +215 -0
  12. package/dist/web-ui/docs/cn/cli/checkpointing.md +51 -0
  13. package/dist/web-ui/docs/cn/cli/cli-reference.md +187 -0
  14. package/dist/web-ui/docs/cn/cli/common-workflows.md +1013 -0
  15. package/dist/web-ui/docs/cn/cli/costs.md +174 -0
  16. package/dist/web-ui/docs/cn/cli/devcontainer.md +553 -0
  17. package/dist/web-ui/docs/cn/cli/env-vars.md +326 -0
  18. package/dist/web-ui/docs/cn/cli/gitlab-ci-cd.md +357 -0
  19. package/dist/web-ui/docs/cn/cli/headless.md +258 -0
  20. package/dist/web-ui/docs/cn/cli/hooks-guide.md +9 -0
  21. package/dist/web-ui/docs/cn/cli/hooks.md +805 -0
  22. package/dist/web-ui/docs/cn/cli/iam.md +530 -0
  23. package/dist/web-ui/docs/cn/cli/ide-integrations.md +92 -0
  24. package/dist/web-ui/docs/cn/cli/installation.md +291 -0
  25. package/dist/web-ui/docs/cn/cli/interactive-mode.md +233 -0
  26. package/dist/web-ui/docs/cn/cli/mcp.md +739 -0
  27. package/dist/web-ui/docs/cn/cli/memory.md +436 -0
  28. package/dist/web-ui/docs/cn/cli/models.md +356 -0
  29. package/dist/web-ui/docs/cn/cli/overview.md +100 -0
  30. package/dist/web-ui/docs/cn/cli/plugin-marketplaces.md +533 -0
  31. package/dist/web-ui/docs/cn/cli/plugins-reference.md +774 -0
  32. package/dist/web-ui/docs/cn/cli/plugins.md +689 -0
  33. package/dist/web-ui/docs/cn/cli/quickstart.md +249 -0
  34. package/dist/web-ui/docs/cn/cli/release-notes/README.md +199 -0
  35. package/dist/web-ui/docs/cn/cli/release-notes/v2.10.0.md +23 -0
  36. package/dist/web-ui/docs/cn/cli/release-notes/v2.10.1.md +5 -0
  37. package/dist/web-ui/docs/cn/cli/release-notes/v2.11.0.md +24 -0
  38. package/dist/web-ui/docs/cn/cli/release-notes/v2.12.0.md +21 -0
  39. package/dist/web-ui/docs/cn/cli/release-notes/v2.13.0.md +20 -0
  40. package/dist/web-ui/docs/cn/cli/release-notes/v2.14.0.md +22 -0
  41. package/dist/web-ui/docs/cn/cli/release-notes/v2.14.1.md +8 -0
  42. package/dist/web-ui/docs/cn/cli/release-notes/v2.15.0.md +18 -0
  43. package/dist/web-ui/docs/cn/cli/release-notes/v2.15.1.md +11 -0
  44. package/dist/web-ui/docs/cn/cli/release-notes/v2.16.0.md +20 -0
  45. package/dist/web-ui/docs/cn/cli/release-notes/v2.17.0.md +29 -0
  46. package/dist/web-ui/docs/cn/cli/release-notes/v2.18.0.md +17 -0
  47. package/dist/web-ui/docs/cn/cli/release-notes/v2.19.0.md +11 -0
  48. package/dist/web-ui/docs/cn/cli/release-notes/v2.19.1.md +14 -0
  49. package/dist/web-ui/docs/cn/cli/release-notes/v2.19.2.md +11 -0
  50. package/dist/web-ui/docs/cn/cli/release-notes/v2.20.0.md +23 -0
  51. package/dist/web-ui/docs/cn/cli/release-notes/v2.20.1.md +15 -0
  52. package/dist/web-ui/docs/cn/cli/release-notes/v2.21.0.md +13 -0
  53. package/dist/web-ui/docs/cn/cli/release-notes/v2.22.0.md +16 -0
  54. package/dist/web-ui/docs/cn/cli/release-notes/v2.23.0.md +20 -0
  55. package/dist/web-ui/docs/cn/cli/release-notes/v2.23.2.md +5 -0
  56. package/dist/web-ui/docs/cn/cli/release-notes/v2.23.3.md +5 -0
  57. package/dist/web-ui/docs/cn/cli/release-notes/v2.23.4.md +15 -0
  58. package/dist/web-ui/docs/cn/cli/release-notes/v2.23.5.md +11 -0
  59. package/dist/web-ui/docs/cn/cli/release-notes/v2.24.0.md +17 -0
  60. package/dist/web-ui/docs/cn/cli/release-notes/v2.25.0.md +18 -0
  61. package/dist/web-ui/docs/cn/cli/release-notes/v2.25.1.md +21 -0
  62. package/dist/web-ui/docs/cn/cli/release-notes/v2.26.0.md +18 -0
  63. package/dist/web-ui/docs/cn/cli/release-notes/v2.27.0.md +16 -0
  64. package/dist/web-ui/docs/cn/cli/release-notes/v2.27.1.md +16 -0
  65. package/dist/web-ui/docs/cn/cli/release-notes/v2.27.2.md +7 -0
  66. package/dist/web-ui/docs/cn/cli/release-notes/v2.27.3.md +15 -0
  67. package/dist/web-ui/docs/cn/cli/release-notes/v2.28.0.md +26 -0
  68. package/dist/web-ui/docs/cn/cli/release-notes/v2.28.1.md +5 -0
  69. package/dist/web-ui/docs/cn/cli/release-notes/v2.29.0.md +35 -0
  70. package/dist/web-ui/docs/cn/cli/release-notes/v2.3.1.md +16 -0
  71. package/dist/web-ui/docs/cn/cli/release-notes/v2.30.0.md +19 -0
  72. package/dist/web-ui/docs/cn/cli/release-notes/v2.30.1.md +5 -0
  73. package/dist/web-ui/docs/cn/cli/release-notes/v2.31.0.md +51 -0
  74. package/dist/web-ui/docs/cn/cli/release-notes/v2.31.1.md +11 -0
  75. package/dist/web-ui/docs/cn/cli/release-notes/v2.31.2.md +16 -0
  76. package/dist/web-ui/docs/cn/cli/release-notes/v2.32.0.md +19 -0
  77. package/dist/web-ui/docs/cn/cli/release-notes/v2.33.0.md +28 -0
  78. package/dist/web-ui/docs/cn/cli/release-notes/v2.33.1.md +7 -0
  79. package/dist/web-ui/docs/cn/cli/release-notes/v2.36.3.md +17 -0
  80. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.0.md +15 -0
  81. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.1.md +15 -0
  82. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.10.md +5 -0
  83. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.11.md +8 -0
  84. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.12.md +14 -0
  85. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.13.md +11 -0
  86. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.14.md +24 -0
  87. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.15.md +11 -0
  88. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.16.md +9 -0
  89. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.17.md +5 -0
  90. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.18.md +9 -0
  91. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.19.md +5 -0
  92. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.2.md +28 -0
  93. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.20.md +8 -0
  94. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.3.md +22 -0
  95. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.4.md +19 -0
  96. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.5.md +5 -0
  97. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.6.md +5 -0
  98. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.7.md +5 -0
  99. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.8.md +5 -0
  100. package/dist/web-ui/docs/cn/cli/release-notes/v2.37.9.md +8 -0
  101. package/dist/web-ui/docs/cn/cli/release-notes/v2.38.0.md +22 -0
  102. package/dist/web-ui/docs/cn/cli/release-notes/v2.38.1.md +6 -0
  103. package/dist/web-ui/docs/cn/cli/release-notes/v2.38.2.md +9 -0
  104. package/dist/web-ui/docs/cn/cli/release-notes/v2.39.0.md +18 -0
  105. package/dist/web-ui/docs/cn/cli/release-notes/v2.4.0.md +19 -0
  106. package/dist/web-ui/docs/cn/cli/release-notes/v2.40.0.md +20 -0
  107. package/dist/web-ui/docs/cn/cli/release-notes/v2.40.1.md +6 -0
  108. package/dist/web-ui/docs/cn/cli/release-notes/v2.41.0.md +15 -0
  109. package/dist/web-ui/docs/cn/cli/release-notes/v2.41.1.md +6 -0
  110. package/dist/web-ui/docs/cn/cli/release-notes/v2.41.2.md +5 -0
  111. package/dist/web-ui/docs/cn/cli/release-notes/v2.41.3.md +8 -0
  112. package/dist/web-ui/docs/cn/cli/release-notes/v2.41.4.md +5 -0
  113. package/dist/web-ui/docs/cn/cli/release-notes/v2.41.5.md +10 -0
  114. package/dist/web-ui/docs/cn/cli/release-notes/v2.41.6.md +9 -0
  115. package/dist/web-ui/docs/cn/cli/release-notes/v2.41.7.md +14 -0
  116. package/dist/web-ui/docs/cn/cli/release-notes/v2.41.8.md +18 -0
  117. package/dist/web-ui/docs/cn/cli/release-notes/v2.42.0.md +39 -0
  118. package/dist/web-ui/docs/cn/cli/release-notes/v2.42.1.md +8 -0
  119. package/dist/web-ui/docs/cn/cli/release-notes/v2.42.3.md +18 -0
  120. package/dist/web-ui/docs/cn/cli/release-notes/v2.43.0.md +27 -0
  121. package/dist/web-ui/docs/cn/cli/release-notes/v2.43.1.md +27 -0
  122. package/dist/web-ui/docs/cn/cli/release-notes/v2.44.0.md +11 -0
  123. package/dist/web-ui/docs/cn/cli/release-notes/v2.44.1.md +22 -0
  124. package/dist/web-ui/docs/cn/cli/release-notes/v2.45.0.md +34 -0
  125. package/dist/web-ui/docs/cn/cli/release-notes/v2.45.1.md +7 -0
  126. package/dist/web-ui/docs/cn/cli/release-notes/v2.46.0.md +12 -0
  127. package/dist/web-ui/docs/cn/cli/release-notes/v2.47.0.md +20 -0
  128. package/dist/web-ui/docs/cn/cli/release-notes/v2.48.0.md +32 -0
  129. package/dist/web-ui/docs/cn/cli/release-notes/v2.48.1.md +11 -0
  130. package/dist/web-ui/docs/cn/cli/release-notes/v2.49.0.md +26 -0
  131. package/dist/web-ui/docs/cn/cli/release-notes/v2.49.1.md +14 -0
  132. package/dist/web-ui/docs/cn/cli/release-notes/v2.49.2.md +39 -0
  133. package/dist/web-ui/docs/cn/cli/release-notes/v2.49.3.md +7 -0
  134. package/dist/web-ui/docs/cn/cli/release-notes/v2.49.5.md +11 -0
  135. package/dist/web-ui/docs/cn/cli/release-notes/v2.49.6.md +9 -0
  136. package/dist/web-ui/docs/cn/cli/release-notes/v2.49.7.md +7 -0
  137. package/dist/web-ui/docs/cn/cli/release-notes/v2.5.0.md +24 -0
  138. package/dist/web-ui/docs/cn/cli/release-notes/v2.50.0.md +25 -0
  139. package/dist/web-ui/docs/cn/cli/release-notes/v2.50.1.md +9 -0
  140. package/dist/web-ui/docs/cn/cli/release-notes/v2.50.2.md +11 -0
  141. package/dist/web-ui/docs/cn/cli/release-notes/v2.50.3.md +5 -0
  142. package/dist/web-ui/docs/cn/cli/release-notes/v2.50.4.md +17 -0
  143. package/dist/web-ui/docs/cn/cli/release-notes/v2.50.5.md +16 -0
  144. package/dist/web-ui/docs/cn/cli/release-notes/v2.50.6.md +15 -0
  145. package/dist/web-ui/docs/cn/cli/release-notes/v2.50.7.md +15 -0
  146. package/dist/web-ui/docs/cn/cli/release-notes/v2.51.0.md +24 -0
  147. package/dist/web-ui/docs/cn/cli/release-notes/v2.51.1.md +17 -0
  148. package/dist/web-ui/docs/cn/cli/release-notes/v2.51.2.md +5 -0
  149. package/dist/web-ui/docs/cn/cli/release-notes/v2.52.0.md +30 -0
  150. package/dist/web-ui/docs/cn/cli/release-notes/v2.52.1.md +28 -0
  151. package/dist/web-ui/docs/cn/cli/release-notes/v2.52.2.md +12 -0
  152. package/dist/web-ui/docs/cn/cli/release-notes/v2.52.3.md +13 -0
  153. package/dist/web-ui/docs/cn/cli/release-notes/v2.52.4.md +27 -0
  154. package/dist/web-ui/docs/cn/cli/release-notes/v2.52.5.md +21 -0
  155. package/dist/web-ui/docs/cn/cli/release-notes/v2.52.6.md +7 -0
  156. package/dist/web-ui/docs/cn/cli/release-notes/v2.53.0.md +29 -0
  157. package/dist/web-ui/docs/cn/cli/release-notes/v2.54.0.md +26 -0
  158. package/dist/web-ui/docs/cn/cli/release-notes/v2.55.0.md +21 -0
  159. package/dist/web-ui/docs/cn/cli/release-notes/v2.55.1.md +13 -0
  160. package/dist/web-ui/docs/cn/cli/release-notes/v2.56.0.md +20 -0
  161. package/dist/web-ui/docs/cn/cli/release-notes/v2.56.1.md +5 -0
  162. package/dist/web-ui/docs/cn/cli/release-notes/v2.57.0.md +32 -0
  163. package/dist/web-ui/docs/cn/cli/release-notes/v2.57.1.md +10 -0
  164. package/dist/web-ui/docs/cn/cli/release-notes/v2.58.0.md +34 -0
  165. package/dist/web-ui/docs/cn/cli/release-notes/v2.59.0.md +28 -0
  166. package/dist/web-ui/docs/cn/cli/release-notes/v2.6.0.md +5 -0
  167. package/dist/web-ui/docs/cn/cli/release-notes/v2.6.1.md +10 -0
  168. package/dist/web-ui/docs/cn/cli/release-notes/v2.60.0.md +20 -0
  169. package/dist/web-ui/docs/cn/cli/release-notes/v2.61.0.md +29 -0
  170. package/dist/web-ui/docs/cn/cli/release-notes/v2.61.1.md +5 -0
  171. package/dist/web-ui/docs/cn/cli/release-notes/v2.61.2.md +6 -0
  172. package/dist/web-ui/docs/cn/cli/release-notes/v2.61.3.md +13 -0
  173. package/dist/web-ui/docs/cn/cli/release-notes/v2.62.0.md +21 -0
  174. package/dist/web-ui/docs/cn/cli/release-notes/v2.62.1.md +11 -0
  175. package/dist/web-ui/docs/cn/cli/release-notes/v2.63.0.md +19 -0
  176. package/dist/web-ui/docs/cn/cli/release-notes/v2.63.1.md +5 -0
  177. package/dist/web-ui/docs/cn/cli/release-notes/v2.63.2.md +7 -0
  178. package/dist/web-ui/docs/cn/cli/release-notes/v2.63.3.md +6 -0
  179. package/dist/web-ui/docs/cn/cli/release-notes/v2.63.4.md +8 -0
  180. package/dist/web-ui/docs/cn/cli/release-notes/v2.63.5.md +6 -0
  181. package/dist/web-ui/docs/cn/cli/release-notes/v2.64.0.md +37 -0
  182. package/dist/web-ui/docs/cn/cli/release-notes/v2.64.1.md +6 -0
  183. package/dist/web-ui/docs/cn/cli/release-notes/v2.64.2.md +11 -0
  184. package/dist/web-ui/docs/cn/cli/release-notes/v2.65.0.md +19 -0
  185. package/dist/web-ui/docs/cn/cli/release-notes/v2.65.1.md +11 -0
  186. package/dist/web-ui/docs/cn/cli/release-notes/v2.66.0.md +15 -0
  187. package/dist/web-ui/docs/cn/cli/release-notes/v2.66.1.md +14 -0
  188. package/dist/web-ui/docs/cn/cli/release-notes/v2.66.2.md +5 -0
  189. package/dist/web-ui/docs/cn/cli/release-notes/v2.67.0.md +33 -0
  190. package/dist/web-ui/docs/cn/cli/release-notes/v2.7.0.md +16 -0
  191. package/dist/web-ui/docs/cn/cli/release-notes/v2.8.0.md +18 -0
  192. package/dist/web-ui/docs/cn/cli/release-notes/v2.8.1.md +17 -0
  193. package/dist/web-ui/docs/cn/cli/release-notes/v2.8.2.md +5 -0
  194. package/dist/web-ui/docs/cn/cli/release-notes/v2.8.3.md +14 -0
  195. package/dist/web-ui/docs/cn/cli/release-notes/v2.8.4.md +9 -0
  196. package/dist/web-ui/docs/cn/cli/release-notes/v2.8.5.md +5 -0
  197. package/dist/web-ui/docs/cn/cli/release-notes/v2.8.6.md +14 -0
  198. package/dist/web-ui/docs/cn/cli/release-notes/v2.9.0.md +5 -0
  199. package/dist/web-ui/docs/cn/cli/remote-control.md +247 -0
  200. package/dist/web-ui/docs/cn/cli/sandboxing.md +316 -0
  201. package/dist/web-ui/docs/cn/cli/scheduled-tasks.md +161 -0
  202. package/dist/web-ui/docs/cn/cli/sdk-custom-tools.md +1195 -0
  203. package/dist/web-ui/docs/cn/cli/sdk-demos.md +347 -0
  204. package/dist/web-ui/docs/cn/cli/sdk-hooks.md +803 -0
  205. package/dist/web-ui/docs/cn/cli/sdk-mcp.md +643 -0
  206. package/dist/web-ui/docs/cn/cli/sdk-permissions.md +501 -0
  207. package/dist/web-ui/docs/cn/cli/sdk-python.md +783 -0
  208. package/dist/web-ui/docs/cn/cli/sdk-sessions.md +332 -0
  209. package/dist/web-ui/docs/cn/cli/sdk-typescript.md +759 -0
  210. package/dist/web-ui/docs/cn/cli/sdk.md +1105 -0
  211. package/dist/web-ui/docs/cn/cli/security.md +387 -0
  212. package/dist/web-ui/docs/cn/cli/settings.md +602 -0
  213. package/dist/web-ui/docs/cn/cli/skills.md +448 -0
  214. package/dist/web-ui/docs/cn/cli/slash-commands.md +397 -0
  215. package/dist/web-ui/docs/cn/cli/statusline.md +525 -0
  216. package/dist/web-ui/docs/cn/cli/sub-agents.md +634 -0
  217. package/dist/web-ui/docs/cn/cli/terminal-config.md +77 -0
  218. package/dist/web-ui/docs/cn/cli/tools-reference.md +99 -0
  219. package/dist/web-ui/docs/cn/cli/troubleshooting.md +190 -0
  220. package/dist/web-ui/docs/cn/cli/web-ui.md +164 -0
  221. package/dist/web-ui/docs/cn/cli/wecom-bot-setup.md +274 -0
  222. package/dist/web-ui/docs/cn/cli/worktree.md +660 -0
  223. package/dist/web-ui/docs/en/cli/acp.md +126 -0
  224. package/dist/web-ui/docs/en/cli/agent-teams.md +327 -0
  225. package/dist/web-ui/docs/en/cli/bash-sandboxing.md +357 -0
  226. package/dist/web-ui/docs/en/cli/best-practices.md +554 -0
  227. package/dist/web-ui/docs/en/cli/channels-reference.md +293 -0
  228. package/dist/web-ui/docs/en/cli/channels.md +215 -0
  229. package/dist/web-ui/docs/en/cli/checkpointing.md +53 -0
  230. package/dist/web-ui/docs/en/cli/cli-reference.md +187 -0
  231. package/dist/web-ui/docs/en/cli/common-workflows.md +1011 -0
  232. package/dist/web-ui/docs/en/cli/costs.md +174 -0
  233. package/dist/web-ui/docs/en/cli/devcontainer.md +553 -0
  234. package/dist/web-ui/docs/en/cli/env-vars.md +326 -0
  235. package/dist/web-ui/docs/en/cli/gitlab-ci-cd.md +357 -0
  236. package/dist/web-ui/docs/en/cli/headless.md +258 -0
  237. package/dist/web-ui/docs/en/cli/hooks-guide.md +9 -0
  238. package/dist/web-ui/docs/en/cli/hooks.md +801 -0
  239. package/dist/web-ui/docs/en/cli/iam.md +526 -0
  240. package/dist/web-ui/docs/en/cli/ide-integrations.md +92 -0
  241. package/dist/web-ui/docs/en/cli/installation.md +266 -0
  242. package/dist/web-ui/docs/en/cli/interactive-mode.md +233 -0
  243. package/dist/web-ui/docs/en/cli/mcp.md +739 -0
  244. package/dist/web-ui/docs/en/cli/memory.md +436 -0
  245. package/dist/web-ui/docs/en/cli/models.md +355 -0
  246. package/dist/web-ui/docs/en/cli/overview.md +100 -0
  247. package/dist/web-ui/docs/en/cli/plugin-marketplaces.md +534 -0
  248. package/dist/web-ui/docs/en/cli/plugins-reference.md +774 -0
  249. package/dist/web-ui/docs/en/cli/plugins.md +688 -0
  250. package/dist/web-ui/docs/en/cli/quickstart.md +249 -0
  251. package/dist/web-ui/docs/en/cli/release-notes/README.md +193 -0
  252. package/dist/web-ui/docs/en/cli/release-notes/v2.10.0.md +23 -0
  253. package/dist/web-ui/docs/en/cli/release-notes/v2.10.1.md +5 -0
  254. package/dist/web-ui/docs/en/cli/release-notes/v2.11.0.md +24 -0
  255. package/dist/web-ui/docs/en/cli/release-notes/v2.12.0.md +21 -0
  256. package/dist/web-ui/docs/en/cli/release-notes/v2.13.0.md +20 -0
  257. package/dist/web-ui/docs/en/cli/release-notes/v2.14.0.md +22 -0
  258. package/dist/web-ui/docs/en/cli/release-notes/v2.14.1.md +8 -0
  259. package/dist/web-ui/docs/en/cli/release-notes/v2.15.0.md +18 -0
  260. package/dist/web-ui/docs/en/cli/release-notes/v2.15.1.md +11 -0
  261. package/dist/web-ui/docs/en/cli/release-notes/v2.16.0.md +20 -0
  262. package/dist/web-ui/docs/en/cli/release-notes/v2.17.0.md +29 -0
  263. package/dist/web-ui/docs/en/cli/release-notes/v2.18.0.md +17 -0
  264. package/dist/web-ui/docs/en/cli/release-notes/v2.19.0.md +11 -0
  265. package/dist/web-ui/docs/en/cli/release-notes/v2.19.1.md +14 -0
  266. package/dist/web-ui/docs/en/cli/release-notes/v2.19.2.md +11 -0
  267. package/dist/web-ui/docs/en/cli/release-notes/v2.20.0.md +23 -0
  268. package/dist/web-ui/docs/en/cli/release-notes/v2.20.1.md +15 -0
  269. package/dist/web-ui/docs/en/cli/release-notes/v2.21.0.md +13 -0
  270. package/dist/web-ui/docs/en/cli/release-notes/v2.22.0.md +16 -0
  271. package/dist/web-ui/docs/en/cli/release-notes/v2.23.0.md +41 -0
  272. package/dist/web-ui/docs/en/cli/release-notes/v2.23.2.md +5 -0
  273. package/dist/web-ui/docs/en/cli/release-notes/v2.23.3.md +5 -0
  274. package/dist/web-ui/docs/en/cli/release-notes/v2.23.4.md +15 -0
  275. package/dist/web-ui/docs/en/cli/release-notes/v2.23.5.md +11 -0
  276. package/dist/web-ui/docs/en/cli/release-notes/v2.24.0.md +17 -0
  277. package/dist/web-ui/docs/en/cli/release-notes/v2.25.0.md +18 -0
  278. package/dist/web-ui/docs/en/cli/release-notes/v2.25.1.md +21 -0
  279. package/dist/web-ui/docs/en/cli/release-notes/v2.26.0.md +18 -0
  280. package/dist/web-ui/docs/en/cli/release-notes/v2.27.0.md +16 -0
  281. package/dist/web-ui/docs/en/cli/release-notes/v2.27.1.md +16 -0
  282. package/dist/web-ui/docs/en/cli/release-notes/v2.27.2.md +7 -0
  283. package/dist/web-ui/docs/en/cli/release-notes/v2.27.3.md +15 -0
  284. package/dist/web-ui/docs/en/cli/release-notes/v2.28.0.md +26 -0
  285. package/dist/web-ui/docs/en/cli/release-notes/v2.28.1.md +5 -0
  286. package/dist/web-ui/docs/en/cli/release-notes/v2.29.0.md +35 -0
  287. package/dist/web-ui/docs/en/cli/release-notes/v2.3.1.md +16 -0
  288. package/dist/web-ui/docs/en/cli/release-notes/v2.30.0.md +19 -0
  289. package/dist/web-ui/docs/en/cli/release-notes/v2.30.1.md +5 -0
  290. package/dist/web-ui/docs/en/cli/release-notes/v2.31.0.md +51 -0
  291. package/dist/web-ui/docs/en/cli/release-notes/v2.31.1.md +11 -0
  292. package/dist/web-ui/docs/en/cli/release-notes/v2.31.2.md +16 -0
  293. package/dist/web-ui/docs/en/cli/release-notes/v2.32.0.md +19 -0
  294. package/dist/web-ui/docs/en/cli/release-notes/v2.33.0.md +28 -0
  295. package/dist/web-ui/docs/en/cli/release-notes/v2.33.1.md +7 -0
  296. package/dist/web-ui/docs/en/cli/release-notes/v2.34.0.md +27 -0
  297. package/dist/web-ui/docs/en/cli/release-notes/v2.34.1.md +7 -0
  298. package/dist/web-ui/docs/en/cli/release-notes/v2.35.0.md +22 -0
  299. package/dist/web-ui/docs/en/cli/release-notes/v2.36.0.md +23 -0
  300. package/dist/web-ui/docs/en/cli/release-notes/v2.36.1.md +5 -0
  301. package/dist/web-ui/docs/en/cli/release-notes/v2.36.2.md +22 -0
  302. package/dist/web-ui/docs/en/cli/release-notes/v2.36.3.md +17 -0
  303. package/dist/web-ui/docs/en/cli/release-notes/v2.37.0.md +15 -0
  304. package/dist/web-ui/docs/en/cli/release-notes/v2.37.1.md +15 -0
  305. package/dist/web-ui/docs/en/cli/release-notes/v2.37.10.md +5 -0
  306. package/dist/web-ui/docs/en/cli/release-notes/v2.37.11.md +8 -0
  307. package/dist/web-ui/docs/en/cli/release-notes/v2.37.12.md +14 -0
  308. package/dist/web-ui/docs/en/cli/release-notes/v2.37.13.md +11 -0
  309. package/dist/web-ui/docs/en/cli/release-notes/v2.37.14.md +24 -0
  310. package/dist/web-ui/docs/en/cli/release-notes/v2.37.15.md +11 -0
  311. package/dist/web-ui/docs/en/cli/release-notes/v2.37.16.md +9 -0
  312. package/dist/web-ui/docs/en/cli/release-notes/v2.37.17.md +5 -0
  313. package/dist/web-ui/docs/en/cli/release-notes/v2.37.18.md +9 -0
  314. package/dist/web-ui/docs/en/cli/release-notes/v2.37.19.md +5 -0
  315. package/dist/web-ui/docs/en/cli/release-notes/v2.37.2.md +28 -0
  316. package/dist/web-ui/docs/en/cli/release-notes/v2.37.20.md +8 -0
  317. package/dist/web-ui/docs/en/cli/release-notes/v2.37.3.md +22 -0
  318. package/dist/web-ui/docs/en/cli/release-notes/v2.37.4.md +19 -0
  319. package/dist/web-ui/docs/en/cli/release-notes/v2.37.5.md +5 -0
  320. package/dist/web-ui/docs/en/cli/release-notes/v2.37.6.md +5 -0
  321. package/dist/web-ui/docs/en/cli/release-notes/v2.37.7.md +5 -0
  322. package/dist/web-ui/docs/en/cli/release-notes/v2.37.8.md +5 -0
  323. package/dist/web-ui/docs/en/cli/release-notes/v2.37.9.md +8 -0
  324. package/dist/web-ui/docs/en/cli/release-notes/v2.38.0.md +22 -0
  325. package/dist/web-ui/docs/en/cli/release-notes/v2.38.1.md +6 -0
  326. package/dist/web-ui/docs/en/cli/release-notes/v2.38.2.md +9 -0
  327. package/dist/web-ui/docs/en/cli/release-notes/v2.39.0.md +18 -0
  328. package/dist/web-ui/docs/en/cli/release-notes/v2.4.0.md +19 -0
  329. package/dist/web-ui/docs/en/cli/release-notes/v2.40.0.md +20 -0
  330. package/dist/web-ui/docs/en/cli/release-notes/v2.40.1.md +6 -0
  331. package/dist/web-ui/docs/en/cli/release-notes/v2.41.0.md +15 -0
  332. package/dist/web-ui/docs/en/cli/release-notes/v2.41.1.md +6 -0
  333. package/dist/web-ui/docs/en/cli/release-notes/v2.41.2.md +5 -0
  334. package/dist/web-ui/docs/en/cli/release-notes/v2.41.3.md +8 -0
  335. package/dist/web-ui/docs/en/cli/release-notes/v2.41.4.md +5 -0
  336. package/dist/web-ui/docs/en/cli/release-notes/v2.41.5.md +10 -0
  337. package/dist/web-ui/docs/en/cli/release-notes/v2.41.6.md +9 -0
  338. package/dist/web-ui/docs/en/cli/release-notes/v2.41.7.md +14 -0
  339. package/dist/web-ui/docs/en/cli/release-notes/v2.41.8.md +18 -0
  340. package/dist/web-ui/docs/en/cli/release-notes/v2.42.0.md +39 -0
  341. package/dist/web-ui/docs/en/cli/release-notes/v2.42.1.md +8 -0
  342. package/dist/web-ui/docs/en/cli/release-notes/v2.42.3.md +18 -0
  343. package/dist/web-ui/docs/en/cli/release-notes/v2.43.0.md +27 -0
  344. package/dist/web-ui/docs/en/cli/release-notes/v2.43.1.md +27 -0
  345. package/dist/web-ui/docs/en/cli/release-notes/v2.44.0.md +11 -0
  346. package/dist/web-ui/docs/en/cli/release-notes/v2.44.1.md +22 -0
  347. package/dist/web-ui/docs/en/cli/release-notes/v2.45.0.md +34 -0
  348. package/dist/web-ui/docs/en/cli/release-notes/v2.45.1.md +7 -0
  349. package/dist/web-ui/docs/en/cli/release-notes/v2.46.0.md +12 -0
  350. package/dist/web-ui/docs/en/cli/release-notes/v2.47.0.md +20 -0
  351. package/dist/web-ui/docs/en/cli/release-notes/v2.48.0.md +32 -0
  352. package/dist/web-ui/docs/en/cli/release-notes/v2.48.1.md +11 -0
  353. package/dist/web-ui/docs/en/cli/release-notes/v2.49.0.md +26 -0
  354. package/dist/web-ui/docs/en/cli/release-notes/v2.49.1.md +14 -0
  355. package/dist/web-ui/docs/en/cli/release-notes/v2.49.2.md +39 -0
  356. package/dist/web-ui/docs/en/cli/release-notes/v2.49.3.md +7 -0
  357. package/dist/web-ui/docs/en/cli/release-notes/v2.49.5.md +11 -0
  358. package/dist/web-ui/docs/en/cli/release-notes/v2.49.6.md +9 -0
  359. package/dist/web-ui/docs/en/cli/release-notes/v2.49.7.md +7 -0
  360. package/dist/web-ui/docs/en/cli/release-notes/v2.5.0.md +24 -0
  361. package/dist/web-ui/docs/en/cli/release-notes/v2.50.0.md +25 -0
  362. package/dist/web-ui/docs/en/cli/release-notes/v2.50.1.md +9 -0
  363. package/dist/web-ui/docs/en/cli/release-notes/v2.50.2.md +11 -0
  364. package/dist/web-ui/docs/en/cli/release-notes/v2.50.3.md +5 -0
  365. package/dist/web-ui/docs/en/cli/release-notes/v2.50.4.md +17 -0
  366. package/dist/web-ui/docs/en/cli/release-notes/v2.50.5.md +16 -0
  367. package/dist/web-ui/docs/en/cli/release-notes/v2.50.6.md +15 -0
  368. package/dist/web-ui/docs/en/cli/release-notes/v2.50.7.md +15 -0
  369. package/dist/web-ui/docs/en/cli/release-notes/v2.51.0.md +24 -0
  370. package/dist/web-ui/docs/en/cli/release-notes/v2.51.1.md +17 -0
  371. package/dist/web-ui/docs/en/cli/release-notes/v2.51.2.md +5 -0
  372. package/dist/web-ui/docs/en/cli/release-notes/v2.52.0.md +30 -0
  373. package/dist/web-ui/docs/en/cli/release-notes/v2.52.1.md +28 -0
  374. package/dist/web-ui/docs/en/cli/release-notes/v2.52.2.md +12 -0
  375. package/dist/web-ui/docs/en/cli/release-notes/v2.52.3.md +13 -0
  376. package/dist/web-ui/docs/en/cli/release-notes/v2.52.4.md +27 -0
  377. package/dist/web-ui/docs/en/cli/release-notes/v2.52.5.md +21 -0
  378. package/dist/web-ui/docs/en/cli/release-notes/v2.52.6.md +7 -0
  379. package/dist/web-ui/docs/en/cli/release-notes/v2.53.0.md +29 -0
  380. package/dist/web-ui/docs/en/cli/release-notes/v2.54.0.md +26 -0
  381. package/dist/web-ui/docs/en/cli/release-notes/v2.55.0.md +21 -0
  382. package/dist/web-ui/docs/en/cli/release-notes/v2.55.1.md +13 -0
  383. package/dist/web-ui/docs/en/cli/release-notes/v2.56.0.md +20 -0
  384. package/dist/web-ui/docs/en/cli/release-notes/v2.56.1.md +5 -0
  385. package/dist/web-ui/docs/en/cli/release-notes/v2.57.0.md +32 -0
  386. package/dist/web-ui/docs/en/cli/release-notes/v2.57.1.md +10 -0
  387. package/dist/web-ui/docs/en/cli/release-notes/v2.58.0.md +34 -0
  388. package/dist/web-ui/docs/en/cli/release-notes/v2.59.0.md +28 -0
  389. package/dist/web-ui/docs/en/cli/release-notes/v2.6.0.md +5 -0
  390. package/dist/web-ui/docs/en/cli/release-notes/v2.6.1.md +10 -0
  391. package/dist/web-ui/docs/en/cli/release-notes/v2.60.0.md +20 -0
  392. package/dist/web-ui/docs/en/cli/release-notes/v2.61.0.md +29 -0
  393. package/dist/web-ui/docs/en/cli/release-notes/v2.61.1.md +5 -0
  394. package/dist/web-ui/docs/en/cli/release-notes/v2.61.2.md +6 -0
  395. package/dist/web-ui/docs/en/cli/release-notes/v2.61.3.md +13 -0
  396. package/dist/web-ui/docs/en/cli/release-notes/v2.62.0.md +21 -0
  397. package/dist/web-ui/docs/en/cli/release-notes/v2.62.1.md +11 -0
  398. package/dist/web-ui/docs/en/cli/release-notes/v2.63.0.md +19 -0
  399. package/dist/web-ui/docs/en/cli/release-notes/v2.63.1.md +5 -0
  400. package/dist/web-ui/docs/en/cli/release-notes/v2.63.2.md +7 -0
  401. package/dist/web-ui/docs/en/cli/release-notes/v2.63.3.md +6 -0
  402. package/dist/web-ui/docs/en/cli/release-notes/v2.63.4.md +8 -0
  403. package/dist/web-ui/docs/en/cli/release-notes/v2.63.5.md +6 -0
  404. package/dist/web-ui/docs/en/cli/release-notes/v2.64.0.md +37 -0
  405. package/dist/web-ui/docs/en/cli/release-notes/v2.64.1.md +6 -0
  406. package/dist/web-ui/docs/en/cli/release-notes/v2.64.2.md +11 -0
  407. package/dist/web-ui/docs/en/cli/release-notes/v2.65.0.md +19 -0
  408. package/dist/web-ui/docs/en/cli/release-notes/v2.65.1.md +11 -0
  409. package/dist/web-ui/docs/en/cli/release-notes/v2.66.0.md +15 -0
  410. package/dist/web-ui/docs/en/cli/release-notes/v2.66.1.md +14 -0
  411. package/dist/web-ui/docs/en/cli/release-notes/v2.66.2.md +5 -0
  412. package/dist/web-ui/docs/en/cli/release-notes/v2.67.0.md +33 -0
  413. package/dist/web-ui/docs/en/cli/release-notes/v2.7.0.md +16 -0
  414. package/dist/web-ui/docs/en/cli/release-notes/v2.8.0.md +18 -0
  415. package/dist/web-ui/docs/en/cli/release-notes/v2.8.1.md +17 -0
  416. package/dist/web-ui/docs/en/cli/release-notes/v2.8.2.md +5 -0
  417. package/dist/web-ui/docs/en/cli/release-notes/v2.8.3.md +14 -0
  418. package/dist/web-ui/docs/en/cli/release-notes/v2.8.4.md +9 -0
  419. package/dist/web-ui/docs/en/cli/release-notes/v2.8.5.md +5 -0
  420. package/dist/web-ui/docs/en/cli/release-notes/v2.8.6.md +14 -0
  421. package/dist/web-ui/docs/en/cli/release-notes/v2.9.0.md +5 -0
  422. package/dist/web-ui/docs/en/cli/remote-control.md +247 -0
  423. package/dist/web-ui/docs/en/cli/sandboxing.md +316 -0
  424. package/dist/web-ui/docs/en/cli/scheduled-tasks.md +160 -0
  425. package/dist/web-ui/docs/en/cli/sdk-custom-tools.md +1131 -0
  426. package/dist/web-ui/docs/en/cli/sdk-demos.md +347 -0
  427. package/dist/web-ui/docs/en/cli/sdk-hooks.md +813 -0
  428. package/dist/web-ui/docs/en/cli/sdk-mcp.md +645 -0
  429. package/dist/web-ui/docs/en/cli/sdk-permissions.md +461 -0
  430. package/dist/web-ui/docs/en/cli/sdk-python.md +797 -0
  431. package/dist/web-ui/docs/en/cli/sdk-sessions.md +340 -0
  432. package/dist/web-ui/docs/en/cli/sdk-typescript.md +770 -0
  433. package/dist/web-ui/docs/en/cli/sdk.md +1103 -0
  434. package/dist/web-ui/docs/en/cli/security.md +388 -0
  435. package/dist/web-ui/docs/en/cli/settings.md +602 -0
  436. package/dist/web-ui/docs/en/cli/skills.md +448 -0
  437. package/dist/web-ui/docs/en/cli/slash-commands.md +397 -0
  438. package/dist/web-ui/docs/en/cli/statusline.md +525 -0
  439. package/dist/web-ui/docs/en/cli/sub-agents.md +621 -0
  440. package/dist/web-ui/docs/en/cli/terminal-config.md +77 -0
  441. package/dist/web-ui/docs/en/cli/tools-reference.md +99 -0
  442. package/dist/web-ui/docs/en/cli/troubleshooting.md +190 -0
  443. package/dist/web-ui/docs/en/cli/web-ui.md +164 -0
  444. package/dist/web-ui/docs/en/cli/wecom-bot-setup.md +274 -0
  445. package/dist/web-ui/docs/en/cli/worktree.md +660 -0
  446. package/dist/web-ui/docs/search-index-en.json +1 -0
  447. package/dist/web-ui/docs/search-index-zh.json +1 -0
  448. package/dist/web-ui/docs/sidebar-en.json +1 -0
  449. package/dist/web-ui/docs/sidebar-zh.json +1 -0
  450. package/dist/web-ui/index.html +2 -2
  451. package/package.json +1 -1
  452. package/product.cloudhosted.json +2 -2
  453. package/product.internal.json +2 -2
  454. package/product.ioa.json +2 -2
  455. package/product.json +3 -3
  456. package/product.selfhosted.json +2 -2
  457. package/dist/web-ui/assets/index-BPT-qRRx.js +0 -411
  458. package/dist/web-ui/assets/index-f_ibHSHw.css +0 -32
@@ -0,0 +1,27 @@
1
+ # 🚀 CodeBuddy Code v2.34.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ ### SDK MCP Server Support
6
+
7
+ Added SDK MCP Server type, allowing registration and management of MCP servers through the SDK's internal messaging mechanism, providing SDK developers with more flexible tool extension capabilities.
8
+
9
+ ## 🔧 Improvements
10
+
11
+ - **MCP Connection Stability**: When MCP servers fail to respond normally, the current session is no longer interrupted. Instead, error information is logged and operation continues, improving the user experience
12
+ - **Context Compression Fix**: Fixed errors caused by session state processing exceptions during context compression
13
+ - **Configuration Save Optimization**: Use deep comparison to determine default values, avoiding misidentification of object/array type configuration items
14
+ - **Plan Mode Interaction Experience**: Optimized the Plan Mode tool confirmation interface display, enhancing user interaction experience when using plan mode
15
+ - **Command Display Optimization**: Improved command display in the Bash tool permission confirmation interface, supporting multi-line text wrapping display
16
+ - **Session Recovery Enhancement**: SDK automatically returns historical messages when recovering sessions, supporting viewing of previous conversation history
17
+ - **Subdirectory Rules Loading**: Support lazy loading of CODEBUDDY.md rule files in subdirectories, using LRU cache to improve performance
18
+
19
+ ## 🐛 Bug Fixes
20
+
21
+ - **Suggestion Fix**: Fixed errors caused by missing tool call results in exceptional situations
22
+
23
+ ## 📝 Documentation Updates
24
+
25
+ - **SDK MCP Integration Guide**: Detailed introduction on how to integrate and use MCP servers in CodeBuddy Agent SDK
26
+ - **SDK Custom Tools Guide**: Demonstrates how to create and use custom tools directly integrated in the SDK
27
+ - **Authentication Documentation**: Added environment variable configuration instructions for China version, Overseas version, and iOA version
@@ -0,0 +1,7 @@
1
+ # CodeBuddy Code v2.34.1 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - **Memory Loading Logs**: Enhanced log output when loading Memory rules, displaying detailed loading information for easier debugging
6
+ - **Shell Detection**: Optimized shell type detection logic, supporting override of default shell through the `CODEBUDDY_CODE_SHELL` environment variable
7
+ - **PTY Compatibility**: Improved PTY loading logic on Linux systems, automatically detecting GLIBC version and musl systems to avoid loading failures on incompatible environments
@@ -0,0 +1,22 @@
1
+ # 🚀 CodeBuddy Code v2.35.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ ### Structured Output
6
+
7
+ Support specifying JSON Schema through the `--output-schema` command-line parameter to make Agent output conform to predefined data structures. This feature is particularly useful for scenarios that require programmatic processing of Agent output, such as automated workflows and data pipeline integration.
8
+
9
+ ## 🔧 Improvements
10
+
11
+ - **Enhanced Concurrency Safety**: Added cross-process file locking mechanism to provide reliable concurrency protection for settings and update operations, avoiding data conflicts when multiple instances are running
12
+ - **Hook System Refactoring**: Unified the scheduling and execution of internal hooks and external shell hooks, improving extensibility and consistency
13
+ - **MCP Server Management**: Refactored disabled state management to support configuration persistence across different scopes, making configuration more flexible
14
+ - **Context Compression Optimization**: Fixed logic issues with message queue processing and tool approval interruption after compression
15
+ - **Terminal Experience Enhancement**: Optimized terminal title update timing for faster response
16
+ - **Model Configuration Update**: Added support for GPT-5.2-Codex model and adjusted model naming conventions
17
+
18
+ ## 🐛 Bug Fixes
19
+
20
+ - **Markdown Table Rendering**: Fixed issues where links, code snippets, and other content within table cells could not be formatted correctly
21
+ - **Configuration Concurrency Issues**: Improved concurrent safety of configuration file read/write operations
22
+ - **SDK Dependency Fix**: Fixed compilation errors caused by missing MCP SDK dependencies in agent-sdk-js
@@ -0,0 +1,23 @@
1
+ # 🚀 CodeBuddy Code v2.36.0 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ ### Enhanced SDK Error Handling
6
+
7
+ Enhanced error handling capabilities in JavaScript and Python SDKs to provide developers with clearer error messages and more reliable exception catching mechanisms.
8
+
9
+ ### Session Recovery Feature Improvements
10
+
11
+ Optimized handling of edge cases in session recovery functionality, improving recovery stability and accuracy in various exceptional scenarios.
12
+
13
+ ### Example Code Additions
14
+
15
+ Added example code for authentication error handling and session management to help developers better understand and use SDK features.
16
+
17
+ ### Type Definition Optimization
18
+
19
+ Optimized SDK type definitions to provide better type safety support, reduce type errors, and improve development experience.
20
+
21
+ ### SDK MCP Feature Optimization
22
+
23
+ Optimized the Python SDK's MCP functionality and query interface implementation, improving the stability and usability of MCP integration.
@@ -0,0 +1,5 @@
1
+ # 🚀 CodeBuddy Code v2.36.1 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - **Windows Platform Performance Optimization**: Optimized machine ID retrieval and Bash path lookup logic on the Windows platform, significantly improving startup speed and response performance, delivering a smoother experience for Windows users
@@ -0,0 +1,22 @@
1
+ # 🚀 CodeBuddy Code v2.36.2 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ ### Team Task Management
6
+
7
+ Added team task management slash commands, supporting task entry, viewing, starting, and completion workflows, helping teams collaborate more efficiently and track task progress. Also optimized the task ID format, adopting a date + random hex format to avoid ID conflicts during parallel multi-branch development.
8
+
9
+ ### Flowchart Generation
10
+
11
+ Added the `/gen-drawio` slash command, supporting the generation of sketch-style drawio flowcharts, making it easy to quickly create and visualize workflows.
12
+
13
+ - **Tool Return Result Rendering**: Improved standardized handling of tool call results and error interruption display, optimized text display and line break logic in the StreamToolCall component
14
+ - **Authentication Source Display**: Displays the current authentication method being used (environment variables, apiKeyHelper script, or logged-in account) in the status panel, making it easy to understand the current authentication status
15
+ - **Documentation Link Website Update**: Documentation links in CLI help information updated to official website addresses, with www.codebuddy.ai for the international version and copilot.tencent.com for the domestic version
16
+ - **Model Compatibility Optimization**: Improved compatibility for models that do not support images when using file reading tools, avoiding errors caused by image content
17
+ - **Bashes Panel**: Optimized layout and style display, improving interaction experience
18
+
19
+ ## 🐛 Bug Fixes
20
+
21
+ - **Input History**: Fixed the issue where pressing the down arrow after browsing history with the up arrow could not restore the input draft
22
+ - **Input History**: Fixed the issue where only the last entry was retained in history after entering multiple consecutive items
@@ -0,0 +1,17 @@
1
+ # 🚀 CodeBuddy Code v2.36.3 Release
2
+
3
+ ## 🔧 Improvements & Optimizations
4
+
5
+ - **Enhanced Cross-Platform Compatibility**: Improved path handling for Shell execution on Windows systems, fixing execution issues caused by paths containing spaces
6
+ - **Enhanced Permission Matching**: Improved permission rule matching for complex Shell commands, supporting command parsing with operators such as `&&`, `||`, `|`, `;`, enabling permission rules to accurately match individual sub-commands within combined commands
7
+ - **Input Menu Response Optimization**: Fixed keyboard shortcut conflicts caused by menu status detection delays, improving response speed for command and file suggestion menus
8
+ - **History Record Filtering**: Optimized message display when loading session history
9
+
10
+ ## 🐛 Bug Fixes
11
+
12
+ - **Circular Dependency Fix**: Resolved circular reference issues between modules, improving service isolation through deferred dependency retrieval
13
+
14
+ ## 📝 Documentation Updates
15
+
16
+ - **SDK Documentation Correction**: Corrected custom tool import paths; `createSdkMcpServer` and `tool` should be imported directly from `@tencent-ai/agent-sdk`
17
+ - **SDK Version Requirement Update**: Updated CodeBuddy Agent SDK version requirement in documentation from v0.2.0 to v0.1.24
@@ -0,0 +1,15 @@
1
+ # 🚀 CodeBuddy Code v2.37.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ ### SDK Authentication API
6
+
7
+ Added experimental authentication interface to support SDK independent login flow:
8
+
9
+ - Supports multiple authentication environments (external, internal, iOA, cloudhosted, selfhosted)
10
+ - Automatically detects login status to avoid duplicate login
11
+ - Notifies login URL via callback, supports custom browser opening logic
12
+
13
+ ## 🔧 Improvements and Optimizations
14
+
15
+ - **React State Management**: Refactored message status update logic to use immutable operations instead of direct modification, following React best practices and improving component rendering stability
@@ -0,0 +1,15 @@
1
+ # 🚀 CodeBuddy Code v2.37.1 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ ### Authentication API Enhancement
6
+
7
+ Added `unstable_v2_logout()` API to support clearing cached authentication tokens, allowing you to easily switch users or environments. Additionally, `authenticate()` now automatically detects existing valid authentication, avoiding redundant logins and improving user experience.
8
+
9
+ ### Checkpoint Hook
10
+
11
+ Added experimental `unstable_Checkpoint` Hook that triggers automatically after file modifications. This Hook provides file snapshots and change statistics, facilitating file change history tracking and automated auditing, offering more powerful support for code quality management.
12
+
13
+ ### Session API Hooks Support
14
+
15
+ V2 Session API now supports configuring Hooks, enabling interception and control of tool execution within sessions. This allows you to customize session behavior more flexibly and achieve finer-grained execution control.
@@ -0,0 +1,5 @@
1
+ # CodeBuddy Code v2.37.10 Release
2
+
3
+ ## Improvements
4
+
5
+ - **Login Method Optimization**: Simplified login options to "Chinese Site", "International Site" and "Enterprise Domain", domestic site login will automatically select the best authentication method based on network environment, improving login experience
@@ -0,0 +1,8 @@
1
+ # CodeBuddy Code v2.37.11 Release
2
+
3
+ ## Maintenance Update
4
+
5
+ This is a maintenance release, mainly including:
6
+
7
+ - SDK version sync update
8
+ - Internal dependency optimization
@@ -0,0 +1,14 @@
1
+ # CodeBuddy Code v2.37.12 Release
2
+
3
+ ## UI Optimization
4
+
5
+ - **App Icon Update**: Updated Work app icon for improved visual consistency
6
+
7
+ ## Improvements
8
+
9
+ - **Activity Bar Enhancement**: Added activity bar component, supporting richer navigation and interaction features
10
+ - **Settings Service Optimization**: Refactored settings service for more flexible configuration management
11
+ - **History Cache**: Added history cache service, improving session history loading and management experience
12
+ - **Process Pool Management**: Introduced ACP process pool, improving resource utilization efficiency in multi-session scenarios
13
+ - **Mermaid Diagrams**: Enhanced Mermaid diagram rendering, supporting more chart types and interactions
14
+ - **Internationalization Completion**: Added Chinese and English interface text
@@ -0,0 +1,11 @@
1
+ # CodeBuddy Code v2.37.13 Release
2
+
3
+ ## Improvements
4
+
5
+ ### Enterprise Edition Authentication Optimization
6
+
7
+ Optimized enterprise ID acquisition timing to ensure enterprise model list loads correctly after user login, improving enterprise user experience.
8
+
9
+ ### Custom Authentication Fix
10
+
11
+ Fixed issue where token was lost during authentication state changes in custom authentication environments, ensuring stability and reliability of authentication flow.
@@ -0,0 +1,24 @@
1
+ # CodeBuddy Code v2.37.14 Release
2
+
3
+ ## New Features
4
+
5
+ ### SDK Dynamic Configuration API
6
+
7
+ Added `getAvailableModes()` and `getAvailableModels()` methods, allowing developers to dynamically retrieve currently available permission modes and model lists. Additionally, `setModel()` and `setPermissionMode()` now only affect the current session and no longer persist to configuration files, making configuration management more flexible in multi-session scenarios.
8
+
9
+ ### Model Switch Shortcut
10
+
11
+ Support Option/Alt + P to quickly switch models without entering settings.
12
+
13
+ ## Improvements
14
+
15
+ - **User Hints Enhancement**: Added more built-in hints to help users learn shortcuts and operation tips
16
+ - **Output Limit Unification**: Unified token limit for all tools to 20000, image content is not subject to this limit; Read tool supports `CODEBUDDY_CODE_FILE_READ_MAX_OUTPUT_TOKENS` environment variable for customization
17
+ - **Startup Performance Optimization**: Optimized authentication and service configuration initialization flow, improving CLI cold start speed
18
+ - **Plugin Marketplace Installation**: Optimized marketplace and plugin installation flow, significantly reducing wait time for first installation and auto-updates
19
+ - **Async File Operations**: Changed custom commands, Agent, and Skill loading to async parallel processing
20
+ - **Git Info Collection**: Optimized repository scanning logic with async parallel processing for improved performance
21
+
22
+ ## Bug Fixes
23
+
24
+ - **Diff Rendering Stability**: Fixed rendering crash caused by empty strings or incomplete JSON during tool call parameter parsing
@@ -0,0 +1,11 @@
1
+ # CodeBuddy Code v2.37.15 Release
2
+
3
+ ## Bug Fixes
4
+
5
+ ### Logout Flow Optimization
6
+
7
+ Fixed issue where token was not properly cleared after logout, ensuring authentication interceptor correctly handles logout state, avoiding subsequent requests using expired credentials.
8
+
9
+ ### HTTP Interceptor Enhancement
10
+
11
+ Improved error handling and state synchronization mechanism of authentication HTTP interceptor, improving stability and reliability of authentication flow.
@@ -0,0 +1,9 @@
1
+ # CodeBuddy Code v2.37.16 Release
2
+
3
+ ## Improvements
4
+
5
+ - **Configuration Update**: Included robot configuration file in build process to ensure configuration sync update
6
+
7
+ ## Bug Fixes
8
+
9
+ - **Enterprise Edition Login Compatibility**: Fixed issue where model list was inconsistent when users switched to enterprise edition URL login, ensuring configuration loads correctly after endpoint change
@@ -0,0 +1,5 @@
1
+ # CodeBuddy Code v2.37.17 Release
2
+
3
+ ## Improvements
4
+
5
+ - **SDK Version Sync Update**: SDK-JS updated to 0.3.12, SDK-Python updated to 0.3.10, ensuring sync with CLI version
@@ -0,0 +1,9 @@
1
+ # CodeBuddy Code v2.37.18 Release
2
+
3
+ ## Bug Fixes
4
+
5
+ - **Login Flow Optimization**: Fixed login method mapping configuration issue, improving login interface interaction experience and usability
6
+
7
+ ## Improvements
8
+
9
+ - **SDK Version Update**: Sync updated SDK-JS to 0.3.13, SDK-Python to 0.3.11, maintaining compatibility with latest SDK
@@ -0,0 +1,5 @@
1
+ # CodeBuddy Code v2.37.19 Release
2
+
3
+ ## Improvements
4
+
5
+ - **SDK Version Sync**: Updated JavaScript/TypeScript SDK to 0.3.14, Python SDK to 0.3.12, keeping SDK in sync with CLI version for optimal compatibility
@@ -0,0 +1,28 @@
1
+ # 🚀 CodeBuddy Code v2.37.2 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ ### ACP Authentication Enhancement
6
+
7
+ - User information is now returned in the authenticate response, allowing clients to get the current logged-in user's ID, username, and nickname
8
+ - Fixed issue where calling the authentication API again for already logged-in users would not display the login page
9
+
10
+ ### Asynchronous Context Compression
11
+
12
+ Introduced asynchronous context compression mechanism that automatically triggers background compression when conversation history reaches a critical threshold, improving response performance in long conversation scenarios.
13
+
14
+ ### SDK Connection Performance Optimization
15
+
16
+ - Optimized connection pool mechanism with prewarmed connection reuse for concurrent query scenarios, significantly reducing first message latency
17
+ - Added `prewarmInitialize` option to move CLI startup time to the prewarm phase
18
+ - Added session lock mechanism to prevent data confusion caused by concurrent restoration of the same session ID
19
+
20
+ ### Other Improvements
21
+
22
+ - **ACP Session Model Isolation**: Fixed issue where switching models affected global configuration; model switching now only affects the current session
23
+ - **Plugin Uninstall Cleanup**: Fixed issue where MCP configuration remained after uninstalling plugins; related configuration is now automatically cleaned up during uninstallation
24
+ - **Network Error Handling**: Optimized automatic retry logic for network errors in print mode to avoid abnormal exits
25
+ - **SDK Performance Optimization**: Optimized session restoration and user interaction flow, improving SDK response speed and stability
26
+ - **Session Storage**: Support cross-project directory session search, added meta file separated storage
27
+ - **Authentication Flow**: Optimized authentication mechanism, added user information query interface
28
+ - **Service Mode**: Enhanced server mode policy functionality
@@ -0,0 +1,8 @@
1
+ # CodeBuddy Code v2.37.20 Release
2
+
3
+ ## Improvements
4
+
5
+ - **Model Temporary Switch**: Press `t` key in model selection panel to apply only to current session without modifying user configuration, convenient for temporarily testing different models
6
+ - **--model Parameter Optimization**: Command line `--model` parameter now correctly overrides project-level configuration, taking effect immediately in current session
7
+ - **Context Compression Optimization**: Filter rules and memory content during compression to avoid compressing configuration instructions into summary, automatically re-inject complete rules after compression to maintain AI behavior consistency
8
+ - **Configuration Panel Simplification**: Hide developer options, accessible via `/config --dev`, making configuration interface cleaner
@@ -0,0 +1,22 @@
1
+ # 🚀 CodeBuddy Code v2.37.3 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ ### Electron Desktop Application Experience Optimization
6
+
7
+ - **Single Instance Lock**: Prevents multiple application instances; the second instance will automatically focus the existing window
8
+ - **macOS Window Behavior**: Closing the window now hides rather than quits the application, conforming to macOS application standards
9
+ - **Dock Icon Cleanup**: Fixed issue where child processes displayed extra icons in the macOS Dock
10
+
11
+ ### SDK API Enhancement
12
+
13
+ - **Dynamic Permission Mode Switching**: Session API added `setPermissionMode` and `getPermissionMode` methods, supporting dynamic permission mode switching within sessions
14
+ - **Plan Mode Optimization**: Switching to plan mode now returns the plan file path, making it easier for SDK to retrieve and display
15
+ - **History Message Handling**: Optimized history message processing flow in resume + prompt scenarios for Query API
16
+
17
+ ### Message List Interaction Optimization
18
+
19
+ - **Timeline Sorting**: Optimized timeline sorting for messages and tool calls, supporting grouped display of tool calls
20
+ - **Feedback Feature**: Added message like and dislike buttons, supporting user feedback
21
+ - **Image Preview**: User message images now support click-to-enlarge preview with smooth animation effects
22
+ - **Copy Feature**: Improved assistant message copy logic, supporting copying complete reply groups; user messages support double-click to copy
@@ -0,0 +1,19 @@
1
+ # CodeBuddy Code v2.37.4 Release
2
+
3
+ ## New Features
4
+
5
+ ### Custom Session ID
6
+
7
+ SDK now supports specifying custom session IDs when creating sessions, making it easier for external systems to track and manage sessions. This is useful for scenarios that require integrating CodeBuddy sessions with business systems.
8
+
9
+ ## Bug Fixes
10
+
11
+ - **Session History Loading**: Fixed issue where historical messages couldn't display correctly after session reconnection, now using ACP session/load mechanism to load history
12
+ - **Model Selection Sync**: Fixed model ID mapping issue, properly handling the modelId field returned by SDK
13
+ - **Model Persistence**: Optimized model selection persistence logic to ensure user selections remain consistent after session reconnection
14
+ - **Session Subscription Stack Overflow**: Prevented recursive stack overflow caused by repeated session subscriptions
15
+ - **Stop Hook Serialization**: Removed unused result field to avoid errors caused by serialization circular references
16
+
17
+ ## Improvements
18
+
19
+ - **Tool Steps Display**: Optimized tool call list layout and animation effects for better visual experience
@@ -0,0 +1,5 @@
1
+ # CodeBuddy Code v2.37.5 Release
2
+
3
+ ## Bug Fixes
4
+
5
+ - **ACP Session Model Setting**: Fixed issue where subsequent conversations still used the old model after switching models via SDK, model switching now takes effect immediately
@@ -0,0 +1,5 @@
1
+ # CodeBuddy Code v2.37.6 Release
2
+
3
+ ## Improvements
4
+
5
+ - **Session Recovery Enhancement**: Support displaying sessions generated by `/compact` command, users no longer lose session history after compaction
@@ -0,0 +1,5 @@
1
+ # CodeBuddy Code v2.37.7 Release
2
+
3
+ ## New Features
4
+
5
+ - **Red Packet Cover Promotion**: Help panel adds "Code to Success" red packet cover claim entry, automatically displays corresponding link based on domestic/international version, helping you claim exclusive red packet covers during the New Year
@@ -0,0 +1,5 @@
1
+ # CodeBuddy Code v2.37.8 Release
2
+
3
+ ## Improvements
4
+
5
+ - **Session State Management Optimization**: Optimized lastMessageId update mechanism during async compaction, ensuring correct message ID association in long conversation scenarios, improving session recovery reliability
@@ -0,0 +1,8 @@
1
+ # CodeBuddy Code v2.37.9 Release
2
+
3
+ ## Improvements
4
+
5
+ - **Sidebar Interaction Optimization**: Support drag to adjust width, added session management action buttons, making interface operations more flexible and convenient
6
+ - **User-Agent Identification**: ACP process automatically sets User-Agent request header containing version info on startup, facilitating server-side client version identification
7
+ - **Configuration Sync Optimization**: Added throttle + debounce mechanism for product configuration sync, reducing performance overhead from high-frequency calls
8
+ - **Log Enhancement**: Added debug logs for streaming message processing and configuration cache expiration, facilitating issue troubleshooting
@@ -0,0 +1,22 @@
1
+ # CodeBuddy Code v2.38.0 Release
2
+
3
+ ## New Features
4
+
5
+ ### Sub-Agent Model Variants
6
+
7
+ The Task tool now supports a `model` parameter for specifying model variants like `lite` and `reasoning`. You can choose the appropriate model based on task complexity:
8
+
9
+ - `lite`: Suitable for lightweight tasks such as simple searches and quick file operations
10
+ - `reasoning`: Suitable for complex analysis, architectural decisions, and multi-step problem solving
11
+
12
+ ## Improvements
13
+
14
+ - **Checkpoint Hook Statistics Optimization**: Optimized file change statistics calculation by comparing backup files with current files to provide accurate line addition and deletion counts
15
+ - **Shell Encoding Handling**: Optimized character encoding/decoding logic for terminal output, improving display of Chinese and other non-ASCII characters on Windows
16
+ - **SDK Version Update**: Updated SDK-JS to 0.3.16 and SDK-Python to 0.3.14
17
+
18
+ ## Documentation Updates
19
+
20
+ - **Environment Requirements**: Clarified that the minimum Node.js version is 18.20+
21
+ - **Development Documentation**: Enhanced CODEBUDDY.md with development commands, directory structure descriptions, and build process details
22
+ - **Documentation Sync**: Synchronized CLI documentation to the IDE docs directory, added cost documentation, etc.
@@ -0,0 +1,6 @@
1
+ # CodeBuddy Code v2.38.1 Release
2
+
3
+ ## Improvements
4
+
5
+ - **Command Safety Check Simplification**: Removed unused command blacklist functionality, streamlined code structure, and improved code maintainability
6
+ - **SDK Version Sync**: Updated SDK-JS to 0.3.17 and SDK-Python to 0.3.15
@@ -0,0 +1,9 @@
1
+ # CodeBuddy Code v2.38.2 Release
2
+
3
+ ## Improvements
4
+
5
+ - **Path Resolution Optimization**: Unified path resolution logic for WASM files and certificate files using PathUtils, supporting loading embedded resources from EMBED_FS, improving compatibility across different deployment environments
6
+
7
+ ## Bug Fixes
8
+
9
+ - **Console Output**: Fixed an issue where console output mode parsing failed in certain scenarios
@@ -0,0 +1,18 @@
1
+ # CodeBuddy Code v2.39.0 Release
2
+
3
+ ## New Features
4
+
5
+ ### Image Generation Tool
6
+
7
+ Added the `ImageGen` tool, enabling the AI assistant to generate images directly from text descriptions. Supports customizable size, style, quality, and other parameters, providing more possibilities for creative workflows.
8
+
9
+ - **Text-to-Image Model Switching**: Use the `/model:text-to-image` command to view and switch available text-to-image models
10
+ - **CLI Parameter Support**: Use the `--text-to-image-model` parameter at startup to specify the default model
11
+ - **Configuration Persistence**: Set `textToImageModel` in user configuration as the default text-to-image model
12
+
13
+ ## Improvements
14
+
15
+ - **Configuration Panel Optimization**: Moved the Env-Route option to developer mode, activated via `/config --dev` or `/config -d`, simplifying the regular configuration interface
16
+ - **Input Submission Fix**: Fixed the issue where pressing Enter to submit while typing slash commands didn't work; commands can now be submitted normally, or invalid commands sent as regular messages
17
+ - **Tool Description Optimization**: Improved quote formatting in tool descriptions for better readability
18
+ - **SDK Version Update**: Updated SDK-JS to 0.3.19 and SDK-Python to 0.3.17
@@ -0,0 +1,19 @@
1
+ # 🚀 CodeBuddy Code v2.4.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - Task Execution Turn Control: Added `--max-turns` command-line parameter, allowing you to precisely control the AI assistant's execution turns, avoiding infinite loops and improving task execution controllability
6
+
7
+ ## 🔧 Improvements
8
+
9
+ - Execution Capability Enhancement: Default maximum execution turns increased from 100 to 500, providing more processing capacity for complex tasks and reducing task interruptions caused by turn limits
10
+ - External Editor Integration: Added Ctrl+G shortcut support for quickly invoking external editors like VSCode or Sublime Text to edit long text, improving input experience
11
+ - Log Saving Optimization: Improved log persistence mechanism to ensure all log information is completely saved when the process exits, facilitating troubleshooting
12
+ - Session Management Optimization: Improved historical session list display by automatically filtering internal sub-agent sessions, making the session list clearer
13
+
14
+ ## 🐛 Bug Fixes
15
+
16
+ - Native Version Command Compatibility: Fixed the issue where the `/release-notes` command could not run properly in Native environment
17
+ - Telemetry Data Accuracy: Fixed the missing identification information in tool invocation telemetry data to ensure complete data reporting
18
+ - Auto-update Stability: Enhanced the auto-update lock mechanism in multi-process scenarios to avoid update conflicts
19
+ - Sub-agent Interruption Issue: Fixed the issue where sub-agents could not respond to interrupt commands, improving interactive experience
@@ -0,0 +1,20 @@
1
+ # CodeBuddy Code v2.40.0 Release
2
+
3
+ ## New Features
4
+
5
+ ### SDK Delayed Control Request Synchronization
6
+
7
+ The SDK now supports delayed control request synchronization, allowing you to flexibly set permission modes and model options before sending messages. This improvement provides SDK users with a more flexible API calling approach, making it convenient to adjust configurations before message submission.
8
+
9
+ **Usage Example**:
10
+
11
+ ```typescript
12
+ // Set permission mode before sending message
13
+ session.setPermissionMode('auto');
14
+ session.setModel('claude-sonnet-4-20250514');
15
+ await session.send('your message');
16
+ ```
17
+
18
+ ## Improvements
19
+
20
+ - **SDK Version Sync**: SDK-JS updated to 0.3.20, SDK-Python updated to 0.3.18, both now support the new delayed control request feature
@@ -0,0 +1,6 @@
1
+ # CodeBuddy Code v2.40.1 Release
2
+
3
+ ## Bug Fixes
4
+
5
+ - **Image Generation Tool**: Fixed output directory path parsing error on Windows systems, images are now correctly generated to the specified directory
6
+ - **Input Suggestions**: Fixed issue where selecting from suggestion menu caused duplicate message sending, improving interaction experience
@@ -0,0 +1,15 @@
1
+ # 🚀 CodeBuddy Code v2.41.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ ### Hot Configuration Reload
6
+
7
+ Now when you modify Skills, memory files (CODEBUDDY.md), configuration files, etc., changes take effect automatically without restarting the CLI. Say goodbye to frequent restarts and enjoy a smoother workflow.
8
+
9
+ ## 🔧 Improvements
10
+
11
+ - **Tool Whitelist**: Added `--tools` option to limit the set of built-in tools CodeBuddy can use. You can set it to an empty string to disable all built-in tools, or specify a comma-separated list of tools for more controlled tool usage
12
+
13
+ ## 📝 Documentation Updates
14
+
15
+ - **Environment Configuration Guide**: Added `CODEBUDDY_INTERNET_ENVIRONMENT` environment variable configuration guidance to SDK, ACP, and IAM documentation, helping users of different versions configure authentication environment correctly
@@ -0,0 +1,6 @@
1
+ # 🚀 CodeBuddy Code v2.41.1 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - **Session Management Optimization**: SDK refactored sessionId parameter to be auto-generated, simplifying API call flow so developers no longer need to manually manage sessionId
6
+ - **SDK Version Update**: Updated SDK-JS to 0.3.23, SDK-Python to 0.3.21
@@ -0,0 +1,5 @@
1
+ # 🚀 CodeBuddy Code v2.41.2 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - **SDK Version Update**: Updated SDK-JS to 0.3.24, SDK-Python to 0.3.22
@@ -0,0 +1,8 @@
1
+ # 🚀 CodeBuddy Code v2.41.3 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - **New Kimi-K2.5 Model**: Added support for Kimi-K2.5 model with tool calling, image understanding, and reasoning capabilities, providing users with more model choices
6
+ - **Parameter Validation Optimization**: Improved tool parameter validation error messages with clearer error information to help quickly locate issues
7
+ - **Automatic Type Conversion**: Support automatic conversion of string-form numeric parameters, improving compatibility with different models
8
+ - **Hot Reload Notification Optimization**: User-level settings.json hot reload no longer displays notifications, reducing unnecessary interruptions
@@ -0,0 +1,5 @@
1
+ # 🚀 CodeBuddy Code v2.41.4 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - **SDK Version Sync**: Updated SDK-JS to 0.3.26, SDK-Python to 0.3.24, keeping SDK and CLI versions in sync
@@ -0,0 +1,10 @@
1
+ # 🚀 CodeBuddy Code v2.41.5 Release
2
+
3
+ ## 🐛 Bug Fixes
4
+
5
+ - **Hot Reload Stability Improvement**: Fixed an issue where plugins directory hot reload could trigger change events for system directories like `.git`, ensuring more stable and reliable hot reload functionality
6
+
7
+ ## 🔧 Improvements
8
+
9
+ - **Session Lock Mechanism Optimization**: Delayed session lock acquisition to actual usage time, reducing lock leak risk, while supporting fork operations without acquiring locks, improving session management flexibility
10
+ - **SDK Sync Update**: Updated SDK-JS to 0.3.27, SDK-Python to 0.3.25
@@ -0,0 +1,9 @@
1
+ # 🚀 CodeBuddy Code v2.41.6 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - **Input Submission Optimization**: Fixed an issue where pressing Enter could not submit when typing slash commands. Now commands can be submitted normally, or invalid commands are sent as regular messages
6
+ - **Hot Reload Optimization**: Fixed an issue where plugins directory hot reload could trigger change events for system directories like `.git`, improving stability
7
+ - **Context Compression**: Optimized history processing logic to filter branch history ensuring compression accuracy
8
+ - **Tool Description Template**: Optimized quote formatting in tool descriptions for improved readability
9
+ - **SDK Version Update**: Updated SDK-JS to 0.3.28, SDK-Python to 0.3.26
@@ -0,0 +1,14 @@
1
+ # CodeBuddy Code v2.41.7 Release
2
+
3
+ ## Improvements
4
+
5
+ - **Checkpoint Performance Optimization**: Changed checkpoint file reading to asynchronous parallel processing to avoid blocking the event loop and improve response performance
6
+ - **Session Restore Optimization**: Improved session/load flow to ensure history messages and artifact restoration execute after response is sent, fixing duplicate sending issues in multi-connection scenarios
7
+ - **SDK Tool Parameter Passing**: Fixed allowedTools/disallowedTools parameter format to ensure correct passing of multiple tool names
8
+ - **Python SDK Stream Buffer**: Added 100MB buffer limit to prevent errors when MCP services return large JSON responses
9
+ - **SDK Version Tracking**: SDK automatically injects User-Agent header when communicating with CLI, including SDK version and runtime information for backend service tracking and diagnostics
10
+ - **SDK Version Updates**: Updated SDK-JS to 0.3.29 and SDK-Python to 0.3.27
11
+
12
+ ## Documentation Updates
13
+
14
+ - **SDK Custom Tools Documentation**: Fixed incorrect usage of tool decorator in Python SDK examples, changed to import directly from the package and use correct decorator syntax