@tencent-ai/agent-sdk 0.3.98 → 0.3.100

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/cli/CHANGELOG.md +50 -0
  2. package/cli/dist/codebuddy-headless.js +137 -108
  3. package/cli/dist/web-ui/assets/index-BoMlEqUE.js +439 -0
  4. package/cli/dist/web-ui/assets/index-Dt1puyHn.css +32 -0
  5. package/cli/dist/web-ui/docs/cn/cli/acp.md +152 -0
  6. package/cli/dist/web-ui/docs/cn/cli/agent-teams.md +327 -0
  7. package/cli/dist/web-ui/docs/cn/cli/bash-sandboxing.md +290 -0
  8. package/cli/dist/web-ui/docs/cn/cli/best-practices.md +554 -0
  9. package/cli/dist/web-ui/docs/cn/cli/channels-reference.md +293 -0
  10. package/cli/dist/web-ui/docs/cn/cli/channels.md +215 -0
  11. package/cli/dist/web-ui/docs/cn/cli/checkpointing.md +51 -0
  12. package/cli/dist/web-ui/docs/cn/cli/cli-reference.md +187 -0
  13. package/cli/dist/web-ui/docs/cn/cli/common-workflows.md +1013 -0
  14. package/cli/dist/web-ui/docs/cn/cli/costs.md +174 -0
  15. package/cli/dist/web-ui/docs/cn/cli/devcontainer.md +553 -0
  16. package/cli/dist/web-ui/docs/cn/cli/env-vars.md +326 -0
  17. package/cli/dist/web-ui/docs/cn/cli/gitlab-ci-cd.md +357 -0
  18. package/cli/dist/web-ui/docs/cn/cli/headless.md +258 -0
  19. package/cli/dist/web-ui/docs/cn/cli/hooks-guide.md +9 -0
  20. package/cli/dist/web-ui/docs/cn/cli/hooks.md +805 -0
  21. package/cli/dist/web-ui/docs/cn/cli/iam.md +530 -0
  22. package/cli/dist/web-ui/docs/cn/cli/ide-integrations.md +92 -0
  23. package/cli/dist/web-ui/docs/cn/cli/installation.md +291 -0
  24. package/cli/dist/web-ui/docs/cn/cli/interactive-mode.md +233 -0
  25. package/cli/dist/web-ui/docs/cn/cli/mcp.md +739 -0
  26. package/cli/dist/web-ui/docs/cn/cli/memory.md +436 -0
  27. package/cli/dist/web-ui/docs/cn/cli/models.md +356 -0
  28. package/cli/dist/web-ui/docs/cn/cli/overview.md +100 -0
  29. package/cli/dist/web-ui/docs/cn/cli/plugin-marketplaces.md +533 -0
  30. package/cli/dist/web-ui/docs/cn/cli/plugins-reference.md +774 -0
  31. package/cli/dist/web-ui/docs/cn/cli/plugins.md +689 -0
  32. package/cli/dist/web-ui/docs/cn/cli/quickstart.md +249 -0
  33. package/cli/dist/web-ui/docs/cn/cli/release-notes/README.md +199 -0
  34. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.10.0.md +23 -0
  35. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.10.1.md +5 -0
  36. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.11.0.md +24 -0
  37. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.12.0.md +21 -0
  38. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.13.0.md +20 -0
  39. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.14.0.md +22 -0
  40. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.14.1.md +8 -0
  41. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.15.0.md +18 -0
  42. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.15.1.md +11 -0
  43. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.16.0.md +20 -0
  44. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.17.0.md +29 -0
  45. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.18.0.md +17 -0
  46. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.0.md +11 -0
  47. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.1.md +14 -0
  48. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.2.md +11 -0
  49. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.20.0.md +23 -0
  50. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.20.1.md +15 -0
  51. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.21.0.md +13 -0
  52. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.22.0.md +16 -0
  53. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.0.md +20 -0
  54. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.2.md +5 -0
  55. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.3.md +5 -0
  56. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.4.md +15 -0
  57. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.5.md +11 -0
  58. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.24.0.md +17 -0
  59. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.25.0.md +18 -0
  60. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.25.1.md +21 -0
  61. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.26.0.md +18 -0
  62. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.0.md +16 -0
  63. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.1.md +16 -0
  64. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.2.md +7 -0
  65. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.3.md +15 -0
  66. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.28.0.md +26 -0
  67. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.28.1.md +5 -0
  68. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.29.0.md +35 -0
  69. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.3.1.md +16 -0
  70. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.30.0.md +19 -0
  71. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.30.1.md +5 -0
  72. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.0.md +51 -0
  73. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.1.md +11 -0
  74. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.2.md +16 -0
  75. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.32.0.md +19 -0
  76. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.33.0.md +28 -0
  77. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.33.1.md +7 -0
  78. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.36.3.md +17 -0
  79. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.0.md +15 -0
  80. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.1.md +15 -0
  81. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.10.md +5 -0
  82. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.11.md +8 -0
  83. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.12.md +14 -0
  84. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.13.md +11 -0
  85. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.14.md +24 -0
  86. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.15.md +11 -0
  87. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.16.md +9 -0
  88. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.17.md +5 -0
  89. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.18.md +9 -0
  90. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.19.md +5 -0
  91. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.2.md +28 -0
  92. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.20.md +8 -0
  93. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.3.md +22 -0
  94. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.4.md +19 -0
  95. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.5.md +5 -0
  96. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.6.md +5 -0
  97. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.7.md +5 -0
  98. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.8.md +5 -0
  99. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.9.md +8 -0
  100. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.0.md +22 -0
  101. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.1.md +6 -0
  102. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.2.md +9 -0
  103. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.39.0.md +18 -0
  104. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.4.0.md +19 -0
  105. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.40.0.md +20 -0
  106. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.40.1.md +6 -0
  107. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.0.md +15 -0
  108. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.1.md +6 -0
  109. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.2.md +5 -0
  110. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.3.md +8 -0
  111. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.4.md +5 -0
  112. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.5.md +10 -0
  113. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.6.md +9 -0
  114. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.7.md +14 -0
  115. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.8.md +18 -0
  116. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.0.md +39 -0
  117. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.1.md +8 -0
  118. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.3.md +18 -0
  119. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.43.0.md +27 -0
  120. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.43.1.md +27 -0
  121. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.44.0.md +11 -0
  122. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.44.1.md +22 -0
  123. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.45.0.md +34 -0
  124. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.45.1.md +7 -0
  125. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.46.0.md +12 -0
  126. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.47.0.md +20 -0
  127. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.48.0.md +32 -0
  128. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.48.1.md +11 -0
  129. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.0.md +26 -0
  130. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.1.md +14 -0
  131. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.2.md +39 -0
  132. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.3.md +7 -0
  133. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.5.md +11 -0
  134. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.6.md +9 -0
  135. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.7.md +7 -0
  136. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.5.0.md +24 -0
  137. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.0.md +25 -0
  138. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.1.md +9 -0
  139. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.2.md +11 -0
  140. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.3.md +5 -0
  141. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.4.md +17 -0
  142. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.5.md +16 -0
  143. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.6.md +15 -0
  144. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.7.md +15 -0
  145. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.0.md +24 -0
  146. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.1.md +17 -0
  147. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.2.md +5 -0
  148. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.0.md +30 -0
  149. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.1.md +28 -0
  150. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.2.md +12 -0
  151. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.3.md +13 -0
  152. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.4.md +27 -0
  153. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.5.md +21 -0
  154. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.6.md +7 -0
  155. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.53.0.md +29 -0
  156. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.54.0.md +26 -0
  157. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.55.0.md +21 -0
  158. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.55.1.md +13 -0
  159. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.56.0.md +20 -0
  160. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.56.1.md +5 -0
  161. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.57.0.md +32 -0
  162. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.57.1.md +10 -0
  163. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.58.0.md +34 -0
  164. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.59.0.md +28 -0
  165. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.6.0.md +5 -0
  166. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.6.1.md +10 -0
  167. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.60.0.md +20 -0
  168. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.0.md +29 -0
  169. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.1.md +5 -0
  170. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.2.md +6 -0
  171. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.3.md +13 -0
  172. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.62.0.md +21 -0
  173. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.62.1.md +11 -0
  174. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.0.md +19 -0
  175. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.1.md +5 -0
  176. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.2.md +7 -0
  177. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.3.md +6 -0
  178. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.4.md +8 -0
  179. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.5.md +6 -0
  180. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.0.md +37 -0
  181. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.1.md +6 -0
  182. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.2.md +11 -0
  183. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.65.0.md +19 -0
  184. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.65.1.md +11 -0
  185. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.0.md +15 -0
  186. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.1.md +14 -0
  187. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.2.md +5 -0
  188. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.67.0.md +33 -0
  189. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.7.0.md +16 -0
  190. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.0.md +18 -0
  191. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.1.md +17 -0
  192. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.2.md +5 -0
  193. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.3.md +14 -0
  194. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.4.md +9 -0
  195. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.5.md +5 -0
  196. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.6.md +14 -0
  197. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.9.0.md +5 -0
  198. package/cli/dist/web-ui/docs/cn/cli/remote-control.md +247 -0
  199. package/cli/dist/web-ui/docs/cn/cli/sandboxing.md +316 -0
  200. package/cli/dist/web-ui/docs/cn/cli/scheduled-tasks.md +161 -0
  201. package/cli/dist/web-ui/docs/cn/cli/sdk-custom-tools.md +1195 -0
  202. package/cli/dist/web-ui/docs/cn/cli/sdk-demos.md +347 -0
  203. package/cli/dist/web-ui/docs/cn/cli/sdk-hooks.md +803 -0
  204. package/cli/dist/web-ui/docs/cn/cli/sdk-mcp.md +643 -0
  205. package/cli/dist/web-ui/docs/cn/cli/sdk-permissions.md +501 -0
  206. package/cli/dist/web-ui/docs/cn/cli/sdk-python.md +783 -0
  207. package/cli/dist/web-ui/docs/cn/cli/sdk-sessions.md +332 -0
  208. package/cli/dist/web-ui/docs/cn/cli/sdk-typescript.md +759 -0
  209. package/cli/dist/web-ui/docs/cn/cli/sdk.md +1105 -0
  210. package/cli/dist/web-ui/docs/cn/cli/security.md +387 -0
  211. package/cli/dist/web-ui/docs/cn/cli/settings.md +602 -0
  212. package/cli/dist/web-ui/docs/cn/cli/skills.md +448 -0
  213. package/cli/dist/web-ui/docs/cn/cli/slash-commands.md +397 -0
  214. package/cli/dist/web-ui/docs/cn/cli/statusline.md +525 -0
  215. package/cli/dist/web-ui/docs/cn/cli/sub-agents.md +634 -0
  216. package/cli/dist/web-ui/docs/cn/cli/terminal-config.md +77 -0
  217. package/cli/dist/web-ui/docs/cn/cli/tools-reference.md +99 -0
  218. package/cli/dist/web-ui/docs/cn/cli/troubleshooting.md +190 -0
  219. package/cli/dist/web-ui/docs/cn/cli/web-ui.md +164 -0
  220. package/cli/dist/web-ui/docs/cn/cli/wecom-bot-setup.md +274 -0
  221. package/cli/dist/web-ui/docs/cn/cli/worktree.md +660 -0
  222. package/cli/dist/web-ui/docs/en/cli/acp.md +126 -0
  223. package/cli/dist/web-ui/docs/en/cli/agent-teams.md +327 -0
  224. package/cli/dist/web-ui/docs/en/cli/bash-sandboxing.md +357 -0
  225. package/cli/dist/web-ui/docs/en/cli/best-practices.md +554 -0
  226. package/cli/dist/web-ui/docs/en/cli/channels-reference.md +293 -0
  227. package/cli/dist/web-ui/docs/en/cli/channels.md +215 -0
  228. package/cli/dist/web-ui/docs/en/cli/checkpointing.md +53 -0
  229. package/cli/dist/web-ui/docs/en/cli/cli-reference.md +187 -0
  230. package/cli/dist/web-ui/docs/en/cli/common-workflows.md +1011 -0
  231. package/cli/dist/web-ui/docs/en/cli/costs.md +174 -0
  232. package/cli/dist/web-ui/docs/en/cli/devcontainer.md +553 -0
  233. package/cli/dist/web-ui/docs/en/cli/env-vars.md +326 -0
  234. package/cli/dist/web-ui/docs/en/cli/gitlab-ci-cd.md +357 -0
  235. package/cli/dist/web-ui/docs/en/cli/headless.md +258 -0
  236. package/cli/dist/web-ui/docs/en/cli/hooks-guide.md +9 -0
  237. package/cli/dist/web-ui/docs/en/cli/hooks.md +801 -0
  238. package/cli/dist/web-ui/docs/en/cli/iam.md +526 -0
  239. package/cli/dist/web-ui/docs/en/cli/ide-integrations.md +92 -0
  240. package/cli/dist/web-ui/docs/en/cli/installation.md +266 -0
  241. package/cli/dist/web-ui/docs/en/cli/interactive-mode.md +233 -0
  242. package/cli/dist/web-ui/docs/en/cli/mcp.md +739 -0
  243. package/cli/dist/web-ui/docs/en/cli/memory.md +436 -0
  244. package/cli/dist/web-ui/docs/en/cli/models.md +355 -0
  245. package/cli/dist/web-ui/docs/en/cli/overview.md +100 -0
  246. package/cli/dist/web-ui/docs/en/cli/plugin-marketplaces.md +534 -0
  247. package/cli/dist/web-ui/docs/en/cli/plugins-reference.md +774 -0
  248. package/cli/dist/web-ui/docs/en/cli/plugins.md +688 -0
  249. package/cli/dist/web-ui/docs/en/cli/quickstart.md +249 -0
  250. package/cli/dist/web-ui/docs/en/cli/release-notes/README.md +193 -0
  251. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.10.0.md +23 -0
  252. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.10.1.md +5 -0
  253. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.11.0.md +24 -0
  254. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.12.0.md +21 -0
  255. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.13.0.md +20 -0
  256. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.14.0.md +22 -0
  257. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.14.1.md +8 -0
  258. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.15.0.md +18 -0
  259. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.15.1.md +11 -0
  260. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.16.0.md +20 -0
  261. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.17.0.md +29 -0
  262. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.18.0.md +17 -0
  263. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.0.md +11 -0
  264. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.1.md +14 -0
  265. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.2.md +11 -0
  266. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.20.0.md +23 -0
  267. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.20.1.md +15 -0
  268. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.21.0.md +13 -0
  269. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.22.0.md +16 -0
  270. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.0.md +41 -0
  271. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.2.md +5 -0
  272. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.3.md +5 -0
  273. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.4.md +15 -0
  274. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.5.md +11 -0
  275. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.24.0.md +17 -0
  276. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.25.0.md +18 -0
  277. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.25.1.md +21 -0
  278. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.26.0.md +18 -0
  279. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.0.md +16 -0
  280. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.1.md +16 -0
  281. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.2.md +7 -0
  282. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.3.md +15 -0
  283. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.28.0.md +26 -0
  284. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.28.1.md +5 -0
  285. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.29.0.md +35 -0
  286. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.3.1.md +16 -0
  287. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.30.0.md +19 -0
  288. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.30.1.md +5 -0
  289. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.0.md +51 -0
  290. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.1.md +11 -0
  291. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.2.md +16 -0
  292. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.32.0.md +19 -0
  293. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.33.0.md +28 -0
  294. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.33.1.md +7 -0
  295. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.34.0.md +27 -0
  296. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.34.1.md +7 -0
  297. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.35.0.md +22 -0
  298. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.0.md +23 -0
  299. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.1.md +5 -0
  300. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.2.md +22 -0
  301. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.3.md +17 -0
  302. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.0.md +15 -0
  303. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.1.md +15 -0
  304. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.10.md +5 -0
  305. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.11.md +8 -0
  306. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.12.md +14 -0
  307. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.13.md +11 -0
  308. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.14.md +24 -0
  309. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.15.md +11 -0
  310. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.16.md +9 -0
  311. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.17.md +5 -0
  312. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.18.md +9 -0
  313. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.19.md +5 -0
  314. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.2.md +28 -0
  315. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.20.md +8 -0
  316. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.3.md +22 -0
  317. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.4.md +19 -0
  318. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.5.md +5 -0
  319. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.6.md +5 -0
  320. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.7.md +5 -0
  321. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.8.md +5 -0
  322. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.9.md +8 -0
  323. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.0.md +22 -0
  324. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.1.md +6 -0
  325. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.2.md +9 -0
  326. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.39.0.md +18 -0
  327. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.4.0.md +19 -0
  328. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.40.0.md +20 -0
  329. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.40.1.md +6 -0
  330. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.0.md +15 -0
  331. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.1.md +6 -0
  332. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.2.md +5 -0
  333. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.3.md +8 -0
  334. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.4.md +5 -0
  335. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.5.md +10 -0
  336. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.6.md +9 -0
  337. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.7.md +14 -0
  338. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.8.md +18 -0
  339. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.0.md +39 -0
  340. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.1.md +8 -0
  341. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.3.md +18 -0
  342. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.43.0.md +27 -0
  343. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.43.1.md +27 -0
  344. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.44.0.md +11 -0
  345. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.44.1.md +22 -0
  346. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.45.0.md +34 -0
  347. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.45.1.md +7 -0
  348. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.46.0.md +12 -0
  349. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.47.0.md +20 -0
  350. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.48.0.md +32 -0
  351. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.48.1.md +11 -0
  352. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.0.md +26 -0
  353. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.1.md +14 -0
  354. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.2.md +39 -0
  355. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.3.md +7 -0
  356. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.5.md +11 -0
  357. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.6.md +9 -0
  358. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.7.md +7 -0
  359. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.5.0.md +24 -0
  360. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.0.md +25 -0
  361. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.1.md +9 -0
  362. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.2.md +11 -0
  363. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.3.md +5 -0
  364. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.4.md +17 -0
  365. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.5.md +16 -0
  366. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.6.md +15 -0
  367. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.7.md +15 -0
  368. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.0.md +24 -0
  369. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.1.md +17 -0
  370. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.2.md +5 -0
  371. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.0.md +30 -0
  372. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.1.md +28 -0
  373. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.2.md +12 -0
  374. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.3.md +13 -0
  375. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.4.md +27 -0
  376. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.5.md +21 -0
  377. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.6.md +7 -0
  378. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.53.0.md +29 -0
  379. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.54.0.md +26 -0
  380. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.55.0.md +21 -0
  381. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.55.1.md +13 -0
  382. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.56.0.md +20 -0
  383. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.56.1.md +5 -0
  384. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.57.0.md +32 -0
  385. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.57.1.md +10 -0
  386. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.58.0.md +34 -0
  387. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.59.0.md +28 -0
  388. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.6.0.md +5 -0
  389. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.6.1.md +10 -0
  390. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.60.0.md +20 -0
  391. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.0.md +29 -0
  392. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.1.md +5 -0
  393. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.2.md +6 -0
  394. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.3.md +13 -0
  395. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.62.0.md +21 -0
  396. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.62.1.md +11 -0
  397. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.0.md +19 -0
  398. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.1.md +5 -0
  399. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.2.md +7 -0
  400. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.3.md +6 -0
  401. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.4.md +8 -0
  402. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.5.md +6 -0
  403. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.0.md +37 -0
  404. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.1.md +6 -0
  405. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.2.md +11 -0
  406. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.65.0.md +19 -0
  407. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.65.1.md +11 -0
  408. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.0.md +15 -0
  409. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.1.md +14 -0
  410. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.2.md +5 -0
  411. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.67.0.md +33 -0
  412. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.7.0.md +16 -0
  413. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.0.md +18 -0
  414. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.1.md +17 -0
  415. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.2.md +5 -0
  416. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.3.md +14 -0
  417. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.4.md +9 -0
  418. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.5.md +5 -0
  419. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.6.md +14 -0
  420. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.9.0.md +5 -0
  421. package/cli/dist/web-ui/docs/en/cli/remote-control.md +247 -0
  422. package/cli/dist/web-ui/docs/en/cli/sandboxing.md +316 -0
  423. package/cli/dist/web-ui/docs/en/cli/scheduled-tasks.md +160 -0
  424. package/cli/dist/web-ui/docs/en/cli/sdk-custom-tools.md +1131 -0
  425. package/cli/dist/web-ui/docs/en/cli/sdk-demos.md +347 -0
  426. package/cli/dist/web-ui/docs/en/cli/sdk-hooks.md +813 -0
  427. package/cli/dist/web-ui/docs/en/cli/sdk-mcp.md +645 -0
  428. package/cli/dist/web-ui/docs/en/cli/sdk-permissions.md +461 -0
  429. package/cli/dist/web-ui/docs/en/cli/sdk-python.md +797 -0
  430. package/cli/dist/web-ui/docs/en/cli/sdk-sessions.md +340 -0
  431. package/cli/dist/web-ui/docs/en/cli/sdk-typescript.md +770 -0
  432. package/cli/dist/web-ui/docs/en/cli/sdk.md +1103 -0
  433. package/cli/dist/web-ui/docs/en/cli/security.md +388 -0
  434. package/cli/dist/web-ui/docs/en/cli/settings.md +602 -0
  435. package/cli/dist/web-ui/docs/en/cli/skills.md +448 -0
  436. package/cli/dist/web-ui/docs/en/cli/slash-commands.md +397 -0
  437. package/cli/dist/web-ui/docs/en/cli/statusline.md +525 -0
  438. package/cli/dist/web-ui/docs/en/cli/sub-agents.md +621 -0
  439. package/cli/dist/web-ui/docs/en/cli/terminal-config.md +77 -0
  440. package/cli/dist/web-ui/docs/en/cli/tools-reference.md +99 -0
  441. package/cli/dist/web-ui/docs/en/cli/troubleshooting.md +190 -0
  442. package/cli/dist/web-ui/docs/en/cli/web-ui.md +164 -0
  443. package/cli/dist/web-ui/docs/en/cli/wecom-bot-setup.md +274 -0
  444. package/cli/dist/web-ui/docs/en/cli/worktree.md +660 -0
  445. package/cli/dist/web-ui/docs/search-index-en.json +1 -0
  446. package/cli/dist/web-ui/docs/search-index-zh.json +1 -0
  447. package/cli/dist/web-ui/docs/sidebar-en.json +1 -0
  448. package/cli/dist/web-ui/docs/sidebar-zh.json +1 -0
  449. package/cli/dist/web-ui/index.html +2 -2
  450. package/cli/package.json +1 -1
  451. package/cli/product.cloudhosted.json +4 -3
  452. package/cli/product.internal.json +4 -3
  453. package/cli/product.ioa.json +4 -3
  454. package/cli/product.json +13 -6
  455. package/cli/product.selfhosted.json +4 -3
  456. package/package.json +1 -1
  457. package/cli/dist/web-ui/assets/index-4SCgPWnj.css +0 -32
  458. package/cli/dist/web-ui/assets/index-BijmmKDe.js +0 -391
@@ -0,0 +1,17 @@
1
+ # 🚀 CodeBuddy Code v2.18.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - API Key Caching Support: Improves credential management response speed and efficiency, reducing wait times for frequent authentication. Supports custom cache refresh interval via environment variable `CODEBUDDY_CODE_API_KEY_HELPER_TTL_MS`
6
+
7
+ ## 🔧 Improvements
8
+
9
+ - UI Performance Optimization: Reduces unnecessary interface re-rendering, improving interaction fluency
10
+ - Paste Functionality Enhancement: Improves text paste processing speed and stability
11
+ - Command Display Optimization: Intelligently controls command metadata length, improving performance in long prompt scenarios
12
+ - Model Selection Update: Expands available model list, providing more options
13
+
14
+ ## 🐛 Bug Fixes
15
+
16
+ - MCP OAuth Authentication Flow Fix: Resolves the issue requiring manual reconnection after authorization, improving authentication experience
17
+ - Terminal Compatibility Improvement: Fixes code highlighting display issues in tmux environments
@@ -0,0 +1,11 @@
1
+ # 🚀 CodeBuddy Code v2.19.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - Session Rename: Added `/rename` command for quickly renaming the current session, supporting both direct argument passing and interactive panel operation
6
+ - Input Undo: Added `Ctrl+Z` keyboard shortcut support to undo text edits in the input box at any time
7
+
8
+ ## 🔧 Improvements & Optimizations
9
+
10
+ - Session Resume Panel: Optimized the session resume interface for a more intuitive session management experience
11
+ - Connection Diagnostics Enhancement: Improved diagnostic information for network disconnection scenarios to facilitate troubleshooting
@@ -0,0 +1,14 @@
1
+ # 🚀 CodeBuddy Code v2.19.1 Release
2
+
3
+ ## 🔧 Improvements & Optimizations
4
+
5
+ - ACP Protocol Optimization: Enhanced command filtering mechanism and output display, improving protocol compatibility and interface clarity
6
+ - Image Reading Support: Read tool now supports directly reading and displaying image files, enabling richer file handling scenarios
7
+ - Interface Loading Optimization: Simplified session loading state management, improving interface responsiveness and stability
8
+
9
+ ## 🐛 Bug Fixes
10
+
11
+ - Tool Approval Interface: Fixed incomplete information display issue in ACP protocol mode approval interface, improving readability
12
+ - Hook Integration Mechanism: Improved tool execution Hook invocation to ensure custom scripts can properly handle tool parameters
13
+ - Exit Process Enhancement: Fixed issue where session events were not properly triggered during CLI exit
14
+ - Terminal Compatibility: Fixed compatibility issues when pasting large amounts of text in some Windows and Linux terminals
@@ -0,0 +1,11 @@
1
+ # 🚀 CodeBuddy Code v2.19.2 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - Conversation history management: Improved conversation history management efficiency, optimized memory usage, and support for longer conversation sessions
6
+ - Session state management: Optimized session state management logic, improving responsiveness and stability when switching between multiple sessions
7
+ - Code robustness: Enhanced internal type definitions, improving type safety and code maintainability
8
+ - Extension system enhancement: Improved hook execution mechanism before and after tool calls, providing better extensibility for plugin development
9
+ - Message display optimization: Optimized the organization and display logic of conversation messages, improving interaction experience fluency
10
+ - New visual theme: Adopted a new brand green color scheme, enhancing product visual identity
11
+ - Logo design upgrade: Optimized terminal logo display with a clean and refreshing robot avatar style
@@ -0,0 +1,23 @@
1
+ # 🚀 CodeBuddy Code v2.20.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - Usage Statistics Command: New `/stats` command to easily view your usage metrics, including token consumption, session duration, model invocation counts, and other core data
6
+ - Multi-dimensional Statistics View: Support for viewing usage by model category, with flexible switching between 7-day, 30-day, and all-time ranges
7
+ - Visual Charts: Intuitive ASCII bar charts that clearly display usage distribution across different models
8
+
9
+ ## 🔧 Improvements & Optimizations
10
+
11
+ - Session Management Enhancement: Optimized storage and cleanup mechanisms for session history, improving stability and reliability of session management
12
+ - Interactive Experience Improvement: Enhanced interaction experience for confirmation dialogs, input prompts, and session panels, making operations smoother and more convenient
13
+ - Keyboard Operation Optimization: Improved response stability and accuracy of keyboard shortcuts, boosting operational efficiency
14
+ - Installation Detection Improvement: Enhanced accuracy of installation method detection across different environments, reducing environment-related issues
15
+ - Agent Framework Upgrade: Updated OpenAI agents SDK to the latest version, improving overall stability and performance
16
+
17
+ ## 🐛 Bug Fixes
18
+
19
+ - Context Display Issue: Fixed issue where buffer information was still displayed when autocompact was disabled; display logic now behaves as expected
20
+ - Linux Compatibility: Resolved dynamic library loading errors that could occur when starting on older Linux systems
21
+ - Theme Display Optimization: Corrected theme color display in colorblind mode, improving visual experience
22
+ - Response Completeness: Ensured that result messages are always returned when tasks complete, preventing clients from being unable to exit properly
23
+ - Error Message Enhancement: Improved error logging with more detailed debugging information for easier troubleshooting
@@ -0,0 +1,15 @@
1
+ # 🚀 CodeBuddy Code v2.20.1 Release
2
+
3
+ ## 🐛 Bug Fixes
4
+
5
+ - CLI mode detection optimization: Fixed output display issues for non-interactive commands (such as install, update) in terminal
6
+ - First-time installation compatibility: Fixed path detection failure during initial binary installation, ensuring a smoother first-time installation experience
7
+ - Image content transfer: Fixed conversion handling of image content in streaming output to ensure correct image data display
8
+
9
+ ## 🔧 Improvements
10
+
11
+ - Task progress display: Optimized visual effects of task progress bars to show task execution status more clearly
12
+ - Tool loading enhancement: Improved loading timing of dynamic tools to ensure sub-agents can properly use all available tools
13
+ - Session management stability: Enhanced stability and performance of session lifecycle management
14
+ - Input interaction experience: Improved terminal input handling for a more stable interactive experience
15
+ - Connection reliability: Optimized protocol communication logic to improve connection stability
@@ -0,0 +1,13 @@
1
+ # 🚀 CodeBuddy Code v2.21.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - New model support: Added GPT-5.2 model, providing you with more powerful reasoning capabilities and smarter code assistance
6
+
7
+ ## 🔧 Improvements
8
+
9
+ - Loading status optimization: Improved display of terminal loading prompts to make the waiting process clearer and more intuitive
10
+
11
+ ## 🐛 Bug Fixes
12
+
13
+ - Command execution stability: Fixed potential process hanging issues during subprocess calls to improve command execution reliability
@@ -0,0 +1,16 @@
1
+ # 🚀 CodeBuddy Code v2.22.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - SDK integration enhancement: Added bidirectional communication capability between SDK and CLI, supporting control signal transmission
6
+ - Flexible permission control: SDK can take over tool execution permissions to implement custom permission policies
7
+ - Hook system extension: Support SDK registration of tool execution hooks to implement custom interception and processing logic
8
+
9
+ ## 🔧 Improvements
10
+
11
+ - UI experience enhancement: Optimized terminal loading box display for improved visual presentation and interactive experience
12
+
13
+ ## 🐛 Bug Fixes
14
+
15
+ - Output compatibility enhancement: Fixed terminal control sequence interference with JSON output in SDK and pipeline mode to ensure correct data format
16
+ - Search accuracy improvement: Improved file ignore rule matching logic to enhance file search accuracy
@@ -0,0 +1,41 @@
1
+ # 🚀 CodeBuddy Code v2.23.0 Release
2
+
3
+ **Release Date**: 2025-12-22
4
+
5
+ ## ✨ New Features
6
+
7
+ - **Agent SDK Permission Control Support**: SDK now supports tool invocation permission management, allowing clients to approve or reject tool execution requests
8
+ - **Agent SDK User Q&A Support**: SDK now supports AskUserQuestion tool, enabling AI agents to ask users questions and gather feedback during execution
9
+
10
+ ## 🚀 Performance Optimizations
11
+
12
+ - **Significant @ File Search Performance Boost**: Optimized file search experience in large repositories, resolving lag and crash issues caused by continuous input
13
+ - Implements single-flight full enumeration: Only one `rg --files` runs per `@` input round, avoiding redundant scans
14
+ - Background preloading of file lists: Uses useEffect to preload file lists during idle time, preventing first search freeze
15
+ - Only accepting latest query results: Uses requestId mechanism to discard outdated requests, preventing result flickering and redundant calculations
16
+ - Reduced memory allocation: Fuzzy matching directly handles string arrays, generating objects only for top results
17
+ - Automatic cleanup on context exit: Clears scan sessions when leaving `@` context, avoiding memory overhead
18
+
19
+ ## 🐛 Bug Fixes
20
+
21
+ - **Fixed First Search Freeze**: Uses useEffect background preloading; if preloading incomplete on first query, loads asynchronously without blocking UI response
22
+ - **Fixed Windows Path Matching Accuracy**: Ensures all paths are unified to POSIX style separators before processing, avoiding split failures
23
+ - **Fixed execRg Timer Leak**: Ensures timeout timers are properly cleaned up on all exit paths
24
+
25
+ ---
26
+
27
+ ## Upgrade Notes
28
+
29
+ This release focuses on optimizing file search performance, especially when using `@` symbol for file search in large codebases. If you frequently work with large projects, you'll notice significant improvements in search response speed and stability after upgrading.
30
+
31
+ ## Technical Details
32
+
33
+ ### File Search Architecture Optimization
34
+
35
+ To address large repository performance issues, this release includes a comprehensive refactoring of the file search mechanism:
36
+
37
+ 1. **Single-flight Pattern**: Ensures only one `rg --files` process runs at a time, avoiding resource contention
38
+ 2. **Preloading Strategy**: Preloads file lists during user idle time, improving first search response speed
39
+ 3. **Request Deduplication**: Automatically discards outdated search requests via requestId mechanism, ensuring result timeliness
40
+ 4. **Memory Optimization**: Reduces object creation and memory allocation, improving efficiency when handling large file volumes
41
+ 5. **Resource Cleanup**: Automatically cleans up unused search sessions, preventing memory leaks
@@ -0,0 +1,5 @@
1
+ # 🚀 CodeBuddy Code v2.23.2 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - Model Support Expansion: Added support for GLM-4.7 model, providing users with more model options
@@ -0,0 +1,5 @@
1
+ # 🚀 CodeBuddy Code v2.23.3 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - Stability Enhancement: Routine maintenance update to improve system stability
@@ -0,0 +1,15 @@
1
+ # 🚀 CodeBuddy Code v2.23.4 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - Context Statistics Enhancement: The `/context` command now displays token usage for MCP tools, helping users better understand context usage details
6
+ - UI Rendering Optimization: Improved terminal UI rendering performance and display stability, enhanced session state handling reliability
7
+
8
+ ## 🐛 Bug Fixes
9
+
10
+ - Fixed First Login Issue: Resolved the issue where API Key authentication failed on first use
11
+ - Credential Validation Enhancement: Added credential existence check, automatically falling back to alternative authentication methods when credential retrieval fails
12
+ - Path Resolution Improvement: Support for `~` expansion in configuration paths, improving configuration convenience
13
+ - Streaming Output Optimization: Fixed duplicate message identifiers in streaming output
14
+ - Session Recovery Stability: Enhanced null value checking to avoid runtime errors in specific scenarios
15
+ - Module Loading Optimization: Resolved circular dependency issues in product configuration management module
@@ -0,0 +1,11 @@
1
+ # 🚀 CodeBuddy Code v2.23.5 Release
2
+
3
+ ## 🔧 Improvements & Optimizations
4
+
5
+ - Slash Command Permission Control: Support fine-grained tool permission configuration for custom commands, enhancing command execution security and flexibility
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - ACP Mode Permission Request: Fixed tool call permission request failure in ACP protocol mode, ensuring proper user authorization before tool execution
10
+ - Subagent Tool Access: Fixed subagent tool access failure when MCP server names contain special characters, improving multi-agent collaboration stability
11
+ - Tool Permission Isolation: Optimized subagent tool permission management, ensuring each agent receives correct tool access permissions
@@ -0,0 +1,17 @@
1
+ # 🚀 CodeBuddy Code v2.24.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - Built-in Plugin Marketplace: Support for pre-configured official recommended plugin marketplace through product configuration, with automatic installation on startup, making it easier for users to discover and use high-quality plugins
6
+
7
+ ## 🔧 Improvements
8
+
9
+ - Background Task Execution: Refactored task management module to improve the stability and reliability of background task execution
10
+ - Todo Item Experience: Optimized todo item status update mechanism to improve UI responsiveness
11
+
12
+ ## 🐛 Bug Fixes
13
+
14
+ - Tool Permission Check: Fixed tool permission check failure in SDK mode to ensure tool invocation security
15
+ - External Editor Paste: Fixed text processing issues when pasting content from external editors, improving input experience
16
+ - Sub-agent Tool Inheritance: Fixed tool inheritance logic in sub-agent configuration to ensure correct default tool permissions are obtained
17
+ - Context Trimming Timing: Optimized conversation history trimming strategy to avoid errors caused by exceeding model context limits
@@ -0,0 +1,18 @@
1
+ # 🚀 CodeBuddy Code v2.25.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - Plan Mode Tool: Agent can proactively enter planning phase before executing complex tasks, helping you better understand and confirm the execution plan
6
+ - Enhanced Model Support: Added support for more powerful reasoning models, providing longer context windows and stronger reasoning capabilities
7
+
8
+ ## 🔧 Improvements
9
+
10
+ - Enhanced Error Diagnostics: Provides more detailed error messages on authentication failures to help quickly locate and resolve issues; optimized request tracing functionality for easier troubleshooting of complete request chains
11
+ - MCP Tool Permission Management: Support for saving tool permission settings at the project level. Using the "Don't ask again" option now applies across the entire project, improving multi-project workflow efficiency
12
+ - Agent Panel Optimization: More clearly displays different types of Agents; improved command search ranking algorithm to help you find desired commands faster; expanded external editor support range with better error prompts
13
+ - Input Experience Improvements: Optimized responsiveness and smoothness of input prompt box; improved display effects of reverse search functionality to enhance interaction experience
14
+
15
+ ## 🐛 Bug Fixes
16
+
17
+ - Session Context: Fixed context passing issues in agent service to ensure conversation information is correctly preserved and passed
18
+ - Large File Reading: Added token count check for file reading to avoid errors caused by exceeding model context limits when reading extremely large log files
@@ -0,0 +1,21 @@
1
+ # 🚀 CodeBuddy Code v2.25.1 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - SDK System Prompt Configuration: SDK supports customizing system prompts through configuration options, flexibly controlling AI assistant behavior and response style
6
+
7
+ ## 🔧 Improvements
8
+
9
+ - File Search Performance Optimization: Added search result deduplication and throttling mechanisms, significantly improving search response speed for large codebases
10
+ - Enhanced Large Repository Support: Added file and directory count limit protection mechanism to prevent memory issues in extremely large repositories
11
+ - Directory Browsing Optimization: Search results now prioritize displaying directories for quick location of project structure
12
+ - Error Message Display Improvements: Optimized diagnostic information for authentication errors to help locate and resolve issues faster
13
+ - Tool Control Optimization: Improved session-level tool disabling mechanism, providing more granular feature control
14
+
15
+ ## 🐛 Bug Fixes
16
+
17
+ - Streaming Response Handling Fix: Fixed exception handling when response is empty, improving error message accuracy
18
+ - MCP Permission Batch Settings: Support for wildcard syntax to approve all tools of a server at once, simplifying permission management process
19
+ - Multi-line Input Navigation Fix: Corrected cursor positioning behavior of Home/End keys during multi-line text input
20
+ - Editor Error Prompt Optimization: Improved error prompt logic when external editor fails to open
21
+ - Search Timeout Optimization: File search timeout adjusted to 30 seconds to prevent zombie processes from consuming system resources
@@ -0,0 +1,18 @@
1
+ # 🚀 CodeBuddy Code v2.26.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - Skills Panel: Added `/skills` command to quickly view all loaded Skills (including user-level, project-level, and plugin-level), displaying estimated token consumption to help you better manage and optimize context usage
6
+
7
+ ## 🔧 Improvements and Optimizations
8
+
9
+ - Context Information Display Optimization: Enhanced `/context` command to improve the display of skills and custom commands, grouping by scope and sorting by token usage, giving you clear insight into context consumption details
10
+ - Task List Persistence: Task lists in sessions are now automatically saved, ensuring complete task state is maintained even after context compression, making long-duration session management more reliable
11
+ - Terminal and Editor Support Expansion: Added automatic recognition support for Kitty and Alacritty terminals and Zed editor; expanded JetBrains IDE series recognition capabilities (including IntelliJ IDEA, WebStorm, PhpStorm, GoLand, Rider, CLion, RubyMine, DataGrip, etc.)
12
+ - Tool Invocation Stability Enhancement: Improved tool name matching capabilities to increase success rate and accuracy of Agent tool invocations
13
+ - Code Diff Experience Enhancement: Improved text highlighting in the diff view for easier and more efficient code reviews
14
+ - Code Size Optimization: Removed unused internal tools to reduce program size
15
+
16
+ ## 🐛 Bug Fixes
17
+
18
+ - Sub-Agent Event Handling: Fixed the issue where sub-agent task result events were duplicately propagated to the main session, improving stability of multi-agent collaboration
@@ -0,0 +1,16 @@
1
+ # 🚀 CodeBuddy Code v2.27.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - Conversation Rewind: New `/rewind` command that allows rewinding the conversation to a previous message point, with options to rewind conversation only, code only, or both
6
+ - File Checkpoints: Support for automatically creating file checkpoints during sessions, allowing file restoration to previous states when rewinding
7
+ - Plugin Marketplace Auto-Update: Support for enabling auto-update for the plugin marketplace, automatically syncing marketplace content on startup, executed asynchronously in the background without affecting startup speed
8
+
9
+ ## 🔧 Improvements & Optimizations
10
+
11
+ - Shortcut Enhancement: New double-press ESC shortcut to activate rewind feature. When the input box is empty, pressing ESC twice quickly enters the conversation rewind panel
12
+
13
+ ## 🐛 Bug Fixes
14
+
15
+ - Plugin Config Parsing Fix: Fixed plugin marketplace configuration parsing issues, supporting multiple configuration formats to improve configuration compatibility
16
+ - Build Script Permission Fix: Fixed issue where binary file executable permissions were lost during wheel package build process
@@ -0,0 +1,16 @@
1
+ # 🚀 CodeBuddy Code v2.27.1 Release
2
+
3
+ ## 🔧 Improvements & Optimizations
4
+
5
+ - Enhanced error messages: Improved accuracy and readability of error messages to help you identify and resolve issues faster
6
+ - Network connection enhancement: Automatic detection of network fluctuations with retry mechanism, improving service stability and availability
7
+ - UI display improvements: Unified presentation of tool call results and async task completion notifications for a more consistent interaction experience
8
+
9
+ ## 🐛 Bug Fixes
10
+
11
+ - File path suggestions optimization: Fixed inaccurate path suggestions during file search, improving input efficiency
12
+ - Input experience improvement: Eliminated suggestion list flickering during interactive input for a smoother input experience
13
+ - Startup speed boost: Resolved blocking issues during plugin marketplace initialization, accelerating startup response time
14
+ - Token statistics accuracy: Fixed token calculation logic to ensure accurate usage statistics
15
+ - Error diagnostics enhancement: Improved error message extraction and display mechanism, providing more detailed and useful diagnostic information
16
+ - Network retry optimization: Refined handling strategy for timeouts and connection interruptions, reducing operation failures caused by network fluctuations
@@ -0,0 +1,7 @@
1
+ # 🚀 CodeBuddy Code v2.27.2 Release
2
+
3
+ ## 🐛 Bug Fixes
4
+
5
+ - Alpine Linux compatibility fix: Resolved crash issues when running on Alpine and other musl-based systems, improving cross-platform stability
6
+ - MCP connection optimization: Fixed transport layer conflicts caused by concurrent connection requests, improving connection stability
7
+ - Command execution optimization: Improved MCP initialization logic for one-time commands, reducing unnecessary connection overhead
@@ -0,0 +1,15 @@
1
+ # 🚀 CodeBuddy Code v2.27.3 Release
2
+
3
+ ## 🔧 Improvements & Optimizations
4
+
5
+ - MCP server status display: Improved status presentation for pending approval servers, providing clearer visibility into connection states
6
+ - Auto-update stability: Optimized update lock mechanism to prevent update loops in edge cases
7
+ - File search consistency: Unified file ignore rules management, improving search result accuracy
8
+ - UI responsiveness: Simplified output panel layout for faster interface response
9
+
10
+ ## 🐛 Bug Fixes
11
+
12
+ - Complex task handling: Fixed issues where subtasks couldn't complete due to execution limits, now capable of handling more complex multi-step tasks
13
+ - Context compression quality: Improved file reading capability during context compression, enhancing content accuracy after compression
14
+ - Subtask stability: Fixed unexpected message forwarding issues in subtasks, improving task execution isolation
15
+ - SDK mode optimization: Improved handling logic for permission denials, enhancing SDK integration experience
@@ -0,0 +1,26 @@
1
+ # 🚀 CodeBuddy Code v2.28.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ - Code Security Review Command: Added `/security-review` command for professional code security audits to identify potential vulnerabilities
6
+ - Conditional Rule Loading: Support for automatically loading relevant rules based on file operations, configured via the `paths` field matching patterns
7
+ - Modular Rule Management: Support for organizing rule files in the `rules/` directory with subdirectory categorization
8
+ - Local Memory Configuration: Added `CODEBUDDY.local.md` file support for personal preference settings, excluded from version control
9
+ - AI Model Expansion: Added support for GLM-4.6V and DeepSeek-V3.2 models
10
+ - Homebrew Installation: macOS/Linux users can now install directly via `brew install codebuddy-code`
11
+
12
+ ## 🔧 Improvements & Optimizations
13
+
14
+ - Custom Command Rendering: Improved command template parsing with support for inline Bash command execution
15
+ - Memory Loading Mechanism: Optimized rule triggering for improved loading efficiency
16
+ - MCP Tool List: Enhanced stability when fetching server tools
17
+ - Error Message Optimization: Improved error message readability for easier troubleshooting
18
+ - Enhanced Logging: Added detailed logs for settings management to facilitate debugging
19
+ - Homebrew Update Detection: Now correctly detects updates for Homebrew installations
20
+ - MCP Output Limits: Improved tool output size calculation method
21
+ - MCP Timeout Configuration: Support for configuring connection timeout via environment variables
22
+
23
+ ## 🐛 Bug Fixes
24
+
25
+ - Agent Tool Configuration: Fixed file reading capability configuration issue for compact agent
26
+ - Windows IDE Connection: Improved Windows platform IDE process detection for better connection stability
@@ -0,0 +1,5 @@
1
+ # 🚀 CodeBuddy Code v2.28.1 Release
2
+
3
+ ## 🐛 Bug Fixes
4
+
5
+ - Double ESC rollback feature: Fixed an issue where pressing ESC twice consecutively when the input field was empty failed to trigger the conversation rollback feature correctly. Now you can use the keyboard shortcut to quickly access the conversation rollback panel
@@ -0,0 +1,35 @@
1
+ # 🚀 CodeBuddy Code v2.29.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ ### Session Resume Support
6
+
7
+ Added session resume functionality, supporting seamless resumption and switching of existing sessions in IDE integration scenarios, improving continuity and efficiency of cross-session workflows.
8
+
9
+ ### LSP Plugin Support
10
+
11
+ Added Language Server Protocol plugin support, providing real-time code intelligence for AI:
12
+ - Understand code structure, type definitions, and function signatures
13
+ - Support cross-file symbol navigation and reference lookup
14
+ - Improve accuracy and efficiency of code analysis
15
+
16
+ ## 🔧 Improvements
17
+
18
+ - **Authentication Performance**: Optimized authentication flow, reduced unnecessary configuration checks, improved startup speed
19
+ - **UI Component Optimization**: Improved loading state display component, enhanced rendering efficiency and code structure
20
+ - **Sub-agent Tracking**: Enhanced internal tracking mechanism for sub-agent task execution, improved event stream processing accuracy
21
+
22
+ ## 🐛 Bug Fixes
23
+
24
+ - **Session Management**: Fixed CLI Agent session ID management issue, improved session persistence and recovery stability
25
+ - **Startup Command**: Fixed issue where `yarn start` command could not execute properly
26
+ - **Network Exception Handling**: Fixed error propagation issue caused by network exceptions during sub-agent execution, improved task execution stability
27
+ - **Todo List**: Optimized `/todos` command data loading logic, supports recovering todo list from file system
28
+ - **MCP Connection**: Improved MCP server connection mechanism, supports custom timeout configuration, improved connection reliability
29
+
30
+ ## 📝 Documentation Updates
31
+
32
+ - **Authentication**: Restructured IAM documentation, added quick start guide and scenario-based authentication configuration examples
33
+ - **Plugin Development**: Updated plugin development documentation, added LSP configuration guide and usage examples
34
+ - **Release Notes**: Added v2.28.1 release notes documentation
35
+ - **Documentation Index**: Updated CLI documentation index mapping
@@ -0,0 +1,16 @@
1
+ # 🚀 CodeBuddy Code v2.3.1 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - File Editing Stability: Optimized string replacement logic to improve accuracy and reliability when handling special characters
6
+ - Plugin Marketplace Experience: Improved plugin source recognition capability and provided more friendly error messages, lowering configuration barriers
7
+ - Skills Debugging Experience: Optimized skill loading log output to display skill sources more clearly, facilitating troubleshooting
8
+ - Tool System Flexibility: Support for dynamically controlling tool availability based on runtime environment, improving system adaptability
9
+ - Command Input Efficiency: Improved slash command auto-completion with exact match priority display to speed up command input
10
+ - Interface Rendering Performance: Optimized list component key attribute strategy to improve terminal interface stability and fluidity
11
+ - Image Paste Compatibility: Enhanced cmd+v image paste functionality with improved Windows system compatibility
12
+ - Configuration Interface Professionalism: Optimized prompt text in Hooks configuration panel to enhance product quality
13
+
14
+ ## 🐛 Bug Fixes
15
+
16
+ - Hooks Documentation Improvement: Updated Hooks usage guide with improved documentation structure and examples to simplify configuration
@@ -0,0 +1,19 @@
1
+ # 🚀 CodeBuddy Code v2.30.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ ### Built-in Plugin Marketplace
6
+
7
+ Added CodeBuddy official plugin marketplace, providing officially recommended quality plugins for users to quickly discover and install.
8
+
9
+ ## 🔧 Improvements
10
+
11
+ - **Conversation Compression Display**: Improved the interface display of conversation compression feature, providing clearer visual feedback
12
+ - **File Search Pagination**: Added `limit` and `offset` parameter support for Glob tool, enabling pagination processing for large search results
13
+ - **Content Search Pagination**: Added `head_limit` parameter and optimized `offset` handling for Grep tool, enhancing search result flexibility
14
+ - **API Key Configuration**: Support configuring API Key through settings, providing more flexible authentication options
15
+ - **MCP Configuration Path Display**: Improved MCP server configuration file path display logic, correctly showing path information for all configuration scopes
16
+ - **MCP Service Management**: Disabled MCP services can now view their detail pages
17
+ - **Tool Permission Control**: Optimized tool permission approval process, enhancing security control capabilities for specific tool operations
18
+ - **Directory Trust Optimization**: Users can now choose to trust the current directory, parent directory, or recursively trust all subdirectories in the directory trust prompt, avoiding repeated authorization for subdirectories
19
+ - **Checkpoint Protocol Optimization**: Extracted common data structures, reduced code duplication, optimized session data structures and restore conversation UI
@@ -0,0 +1,5 @@
1
+ # 🚀 CodeBuddy Code v2.30.1 Release
2
+
3
+ ## 🔧 Improvements
4
+
5
+ - **File Search Tool**: Optimized search logic, improved code readability and execution efficiency
@@ -0,0 +1,51 @@
1
+ # 🚀 CodeBuddy Code v2.31.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ ### ACP HTTP Transport Protocol
6
+
7
+ Added Streamable HTTP transport mode, providing more flexible integration options for ACP protocol:
8
+
9
+ - Support using ACP protocol through HTTP endpoints
10
+ - Enable via `--acp-transport streamable-http` parameter
11
+ - Includes companion client SDK for quick integration
12
+
13
+ ### Feedback Command
14
+
15
+ Added `/feedback` command for quickly submitting feedback or bug reports, automatically opens browser with pre-filled session information.
16
+
17
+ ### Session History API
18
+
19
+ The `/agent` endpoint now supports retrieving conversation message lists from historical sessions, facilitating IDE integration development.
20
+
21
+ ### Plugin Management Interface Enhancements
22
+
23
+ Brand new plugin management experience with 6 new functional tabs:
24
+
25
+ - Discover/Browse: Discover and browse available plugins
26
+ - Installed: Manage installed plugins
27
+ - Marketplaces: Manage plugin marketplace sources
28
+ - Errors: View detailed error diagnostics, supporting 20+ error type categories
29
+ - Added `codebuddy plugin validate` command to verify plugin validity
30
+
31
+ ## 🔧 Improvements
32
+
33
+ - New Model Support: Added support for Kimi-K2-Thinking reasoning model
34
+ - UI Rendering Performance: Optimized terminal interface rendering, improved message display fluency
35
+ - Service Proxy: Hook scripts can call gateway services through service proxy
36
+ - LSP Integration: Improved Windows platform compatibility, fixed path space issues, enhanced C# and other language server compatibility
37
+ - Permission Management: Optimized auto-approval logic for safe commands in Plan mode
38
+ - Checkpoint Comparison: Support comparing disk files with snapshot difference statistics
39
+ - Conversation Recovery: Display checkpoint time information in recovery selector
40
+ - Workspace Rules: Optimized rule injection tags, improved AI rule recognition capability
41
+
42
+ ## 🐛 Bug Fixes
43
+
44
+ - Rule Import: Fixed issue where imported rules were incorrectly skipped when `alwaysApply: false`
45
+ - Context Compression: Fixed issue where tool approval requests still popped up after compression
46
+
47
+ ## 📝 Documentation Updates
48
+
49
+ - ACP Documentation: Added transport protocol selection and HTTP transport usage instructions
50
+ - Environment Variables: Added mTLS, Shell, model and other environment variable configuration instructions
51
+ - Plugin Documentation: Updated plugin system usage instructions and error handling guide
@@ -0,0 +1,11 @@
1
+ # CodeBuddy Code v2.31.1 Release
2
+
3
+ ## 🔧 Improvements & Optimizations
4
+
5
+ - **File Search Tool**: Optimized glob pattern processing logic, improving pattern standardization accuracy
6
+ - **Shell Compatibility Hints**: Added default Shell type in environment info and command execution prompts, ensuring generated commands are compatible with user Shell syntax
7
+ - **Plugin Marketplace Git Operations**: Disabled Git credential prompts and interactive SSH authentication, improving plugin installation experience in unattended environments
8
+
9
+ ## 🐛 Bug Fixes
10
+
11
+ - **File Permission Check**: Fixed issue requiring repeated authorization when reading files within workspace; now trusted workspace directories automatically recursively trust all their subfiles
@@ -0,0 +1,16 @@
1
+ # 🚀 CodeBuddy Code v2.31.2 Release
2
+
3
+ ## 🔧 Improvements & Optimizations
4
+
5
+ - **Session History Enhancement**: Each history message now automatically records the working directory at the time of creation, facilitating message source tracking
6
+ - **Idle Prompt Notification**: Automatically sends terminal notification to remind users when there's no operation 60 seconds after user input, preventing forgotten ongoing tasks
7
+ - **MCP Configuration Path Consistency**: Fixed path priority logic in toggle manager when reading/writing configurations, ensuring consistency with config-store behavior
8
+ - **OSC Notification Protocol Optimization**: Adjusted terminal protocol priority, providing dedicated OSC 9 support for iTerm, improving compatibility experience
9
+ - **Notification Message Simplification**: Removed product name prefix from notification messages, making messages more concise and clear
10
+ - **Plan Mode Optimization**: Improved plan approval flow and storage mechanism, enhancing user experience
11
+ - **MCP Configuration System**: Optimized MCP configuration scope architecture, improving configuration isolation and security
12
+ - **Documentation Optimization**: Removed redundant directory structure from documentation, simplifying document content
13
+
14
+ ## 🐛 Bug Fixes
15
+
16
+ - **Directory Trust Matching**: Fixed issue where recursive trust patterns couldn't match the directory itself, ensuring directory trust functionality works correctly
@@ -0,0 +1,19 @@
1
+ # 🚀 CodeBuddy Code v2.32.0 Release
2
+
3
+ ## ✨ New Features
4
+
5
+ ### Prompt Suggestions
6
+
7
+ After the Agent completes a conversation, CodeBuddy automatically predicts your next possible action and displays it as gray text in the input area. Press Enter to send the suggestion directly, or press Tab to enter edit mode, making your workflow smoother.
8
+
9
+ ## 🔧 Improvements & Optimizations
10
+
11
+ - **Context Management**: Fixed exception handling logic during MCP tool information collection, improving system stability
12
+ - **Configuration System**: Optimized default value merging logic, fixed loading issues across different configuration layers
13
+ - **Background Task Management**: Optimized task registration mechanism, supporting selective state monitoring, reducing resource overhead
14
+ - **File Search Tool**: Enhanced file path matching algorithm and Git ignore rule processing, improving search accuracy
15
+ - **Error Handling**: Improved network error logging, enhancing problem troubleshooting capabilities
16
+
17
+ ## 📝 Documentation Updates
18
+
19
+ - **MCP Configuration Documentation**: Updated MCP configuration file location description, added priority-based configuration file parsing mechanism
@@ -0,0 +1,28 @@
1
+ # CodeBuddy Code v2.33.0 Release
2
+
3
+ ## New Features
4
+
5
+ ### Model Selection Memory
6
+
7
+ When opening the model panel, it now automatically scrolls to the currently active model, eliminating the need to manually search for it.
8
+
9
+ ## Improvements & Optimizations
10
+
11
+ - **LSP Position Conversion**: Fixed coordinate conversion logic between editor line/column numbers and LSP server, enabling accurate positioning for code navigation and reference lookup operations
12
+ - **Message Queue Stability**: Fixed an issue where messages sent by users during Agent execution could be lost, ensuring messages are correctly preserved in multi-turn conversations
13
+ - **Input Suggestions Optimization**: Added debounce mechanism to reduce unnecessary requests and improve input experience
14
+ - **Performance Optimization**: Reduced unnecessary component re-renders to improve interface responsiveness
15
+ - **Stability Improvement**: Fixed potential crash issues in empty list scenarios
16
+ - **Subdirectory Rules Support**: Support for placing CODEBUDDY.md files in project subdirectories, with rules automatically triggered when operating on files in that directory
17
+ - **File Extension Compatibility**: Added support for `.mdc` extension (CODEBUDDY.mdc, AGENTS.mdc)
18
+ - **Glob Matching Optimization**: Enabled matchBase mode, allowing simple patterns like `*.ts` to match files at any directory level
19
+ - **Conditional Rule Injection Enhancement**: Automatic conditional rule matching triggered during file operation tool execution
20
+
21
+ ## Bug Fixes
22
+
23
+ - **Context Compression**: Fixed an issue where interrupting a session during compression incorrectly displayed an interruption message
24
+
25
+ ## Documentation Updates
26
+
27
+ - **Tool Documentation**: Added documentation for NotebookEdit, LSP, and TaskOutput tools
28
+ - **CLI Parameters**: Added documentation for `--settings` and `--setting-sources` parameters
@@ -0,0 +1,7 @@
1
+ # CodeBuddy Code v2.33.1 Release
2
+
3
+ ## Improvements & Optimizations
4
+
5
+ - **Session Context Type Optimization**: Refactored type definitions for sessions, checkpoints, and context management, enhancing type safety for input item handling and history tools
6
+ - **Command Permission Check**: Optimized permission evaluation for whitelisted command chains, directly allowing execution when all subcommands are in the safe whitelist without additional confirmation
7
+ - **Memory Loader**: Fixed compilation warnings caused by temporarily disabled subdirectory Memory loading methods