@tencent-ai/agent-sdk 0.3.99 → 0.3.101

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 (471) hide show
  1. package/cli/CHANGELOG.md +50 -0
  2. package/cli/dist/codebuddy-headless.js +140 -131
  3. package/cli/dist/web-ui/assets/index-CIqmZV3y.js +440 -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 +200 -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.68.0.md +28 -0
  190. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.7.0.md +16 -0
  191. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.0.md +18 -0
  192. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.1.md +17 -0
  193. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.2.md +5 -0
  194. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.3.md +14 -0
  195. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.4.md +9 -0
  196. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.5.md +5 -0
  197. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.6.md +14 -0
  198. package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.9.0.md +5 -0
  199. package/cli/dist/web-ui/docs/cn/cli/remote-control.md +247 -0
  200. package/cli/dist/web-ui/docs/cn/cli/sandboxing.md +316 -0
  201. package/cli/dist/web-ui/docs/cn/cli/scheduled-tasks.md +161 -0
  202. package/cli/dist/web-ui/docs/cn/cli/sdk-custom-tools.md +1195 -0
  203. package/cli/dist/web-ui/docs/cn/cli/sdk-demos.md +347 -0
  204. package/cli/dist/web-ui/docs/cn/cli/sdk-hooks.md +803 -0
  205. package/cli/dist/web-ui/docs/cn/cli/sdk-mcp.md +643 -0
  206. package/cli/dist/web-ui/docs/cn/cli/sdk-permissions.md +501 -0
  207. package/cli/dist/web-ui/docs/cn/cli/sdk-python.md +783 -0
  208. package/cli/dist/web-ui/docs/cn/cli/sdk-sessions.md +332 -0
  209. package/cli/dist/web-ui/docs/cn/cli/sdk-typescript.md +759 -0
  210. package/cli/dist/web-ui/docs/cn/cli/sdk.md +1105 -0
  211. package/cli/dist/web-ui/docs/cn/cli/security.md +387 -0
  212. package/cli/dist/web-ui/docs/cn/cli/settings.md +602 -0
  213. package/cli/dist/web-ui/docs/cn/cli/skills.md +448 -0
  214. package/cli/dist/web-ui/docs/cn/cli/slash-commands.md +397 -0
  215. package/cli/dist/web-ui/docs/cn/cli/statusline.md +525 -0
  216. package/cli/dist/web-ui/docs/cn/cli/sub-agents.md +634 -0
  217. package/cli/dist/web-ui/docs/cn/cli/terminal-config.md +77 -0
  218. package/cli/dist/web-ui/docs/cn/cli/tools-reference.md +99 -0
  219. package/cli/dist/web-ui/docs/cn/cli/troubleshooting.md +190 -0
  220. package/cli/dist/web-ui/docs/cn/cli/web-ui.md +164 -0
  221. package/cli/dist/web-ui/docs/cn/cli/wecom-bot-setup.md +274 -0
  222. package/cli/dist/web-ui/docs/cn/cli/worktree.md +660 -0
  223. package/cli/dist/web-ui/docs/en/cli/acp.md +126 -0
  224. package/cli/dist/web-ui/docs/en/cli/agent-teams.md +327 -0
  225. package/cli/dist/web-ui/docs/en/cli/bash-sandboxing.md +290 -0
  226. package/cli/dist/web-ui/docs/en/cli/best-practices.md +554 -0
  227. package/cli/dist/web-ui/docs/en/cli/channels-reference.md +293 -0
  228. package/cli/dist/web-ui/docs/en/cli/channels.md +215 -0
  229. package/cli/dist/web-ui/docs/en/cli/checkpointing.md +53 -0
  230. package/cli/dist/web-ui/docs/en/cli/cli-reference.md +187 -0
  231. package/cli/dist/web-ui/docs/en/cli/common-workflows.md +1013 -0
  232. package/cli/dist/web-ui/docs/en/cli/costs.md +174 -0
  233. package/cli/dist/web-ui/docs/en/cli/devcontainer.md +553 -0
  234. package/cli/dist/web-ui/docs/en/cli/env-vars.md +326 -0
  235. package/cli/dist/web-ui/docs/en/cli/gitlab-ci-cd.md +357 -0
  236. package/cli/dist/web-ui/docs/en/cli/headless.md +258 -0
  237. package/cli/dist/web-ui/docs/en/cli/hooks-guide.md +9 -0
  238. package/cli/dist/web-ui/docs/en/cli/hooks.md +801 -0
  239. package/cli/dist/web-ui/docs/en/cli/iam.md +530 -0
  240. package/cli/dist/web-ui/docs/en/cli/ide-integrations.md +92 -0
  241. package/cli/dist/web-ui/docs/en/cli/installation.md +266 -0
  242. package/cli/dist/web-ui/docs/en/cli/interactive-mode.md +233 -0
  243. package/cli/dist/web-ui/docs/en/cli/mcp.md +739 -0
  244. package/cli/dist/web-ui/docs/en/cli/memory.md +436 -0
  245. package/cli/dist/web-ui/docs/en/cli/models.md +355 -0
  246. package/cli/dist/web-ui/docs/en/cli/overview.md +100 -0
  247. package/cli/dist/web-ui/docs/en/cli/plugin-marketplaces.md +534 -0
  248. package/cli/dist/web-ui/docs/en/cli/plugins-reference.md +774 -0
  249. package/cli/dist/web-ui/docs/en/cli/plugins.md +688 -0
  250. package/cli/dist/web-ui/docs/en/cli/quickstart.md +249 -0
  251. package/cli/dist/web-ui/docs/en/cli/release-notes/README.md +194 -0
  252. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.10.0.md +23 -0
  253. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.10.1.md +5 -0
  254. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.11.0.md +24 -0
  255. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.12.0.md +21 -0
  256. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.13.0.md +20 -0
  257. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.14.0.md +22 -0
  258. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.14.1.md +8 -0
  259. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.15.0.md +18 -0
  260. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.15.1.md +11 -0
  261. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.16.0.md +20 -0
  262. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.17.0.md +29 -0
  263. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.18.0.md +17 -0
  264. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.0.md +11 -0
  265. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.1.md +14 -0
  266. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.2.md +11 -0
  267. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.20.0.md +23 -0
  268. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.20.1.md +15 -0
  269. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.21.0.md +13 -0
  270. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.22.0.md +16 -0
  271. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.0.md +41 -0
  272. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.2.md +5 -0
  273. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.3.md +5 -0
  274. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.4.md +15 -0
  275. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.5.md +11 -0
  276. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.24.0.md +17 -0
  277. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.25.0.md +18 -0
  278. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.25.1.md +21 -0
  279. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.26.0.md +18 -0
  280. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.0.md +16 -0
  281. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.1.md +16 -0
  282. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.2.md +7 -0
  283. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.3.md +15 -0
  284. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.28.0.md +26 -0
  285. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.28.1.md +5 -0
  286. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.29.0.md +35 -0
  287. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.3.1.md +16 -0
  288. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.30.0.md +19 -0
  289. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.30.1.md +5 -0
  290. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.0.md +51 -0
  291. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.1.md +11 -0
  292. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.2.md +16 -0
  293. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.32.0.md +19 -0
  294. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.33.0.md +28 -0
  295. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.33.1.md +7 -0
  296. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.34.0.md +27 -0
  297. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.34.1.md +7 -0
  298. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.35.0.md +22 -0
  299. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.0.md +23 -0
  300. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.1.md +5 -0
  301. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.2.md +22 -0
  302. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.3.md +17 -0
  303. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.0.md +15 -0
  304. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.1.md +15 -0
  305. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.10.md +5 -0
  306. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.11.md +8 -0
  307. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.12.md +14 -0
  308. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.13.md +11 -0
  309. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.14.md +24 -0
  310. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.15.md +11 -0
  311. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.16.md +9 -0
  312. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.17.md +5 -0
  313. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.18.md +9 -0
  314. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.19.md +5 -0
  315. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.2.md +28 -0
  316. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.20.md +8 -0
  317. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.3.md +22 -0
  318. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.4.md +19 -0
  319. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.5.md +5 -0
  320. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.6.md +5 -0
  321. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.7.md +5 -0
  322. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.8.md +5 -0
  323. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.9.md +8 -0
  324. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.0.md +22 -0
  325. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.1.md +6 -0
  326. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.2.md +9 -0
  327. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.39.0.md +18 -0
  328. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.4.0.md +19 -0
  329. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.40.0.md +20 -0
  330. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.40.1.md +6 -0
  331. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.0.md +15 -0
  332. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.1.md +6 -0
  333. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.2.md +5 -0
  334. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.3.md +8 -0
  335. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.4.md +5 -0
  336. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.5.md +10 -0
  337. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.6.md +9 -0
  338. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.7.md +14 -0
  339. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.8.md +18 -0
  340. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.0.md +39 -0
  341. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.1.md +8 -0
  342. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.3.md +18 -0
  343. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.43.0.md +27 -0
  344. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.43.1.md +27 -0
  345. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.44.0.md +11 -0
  346. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.44.1.md +22 -0
  347. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.45.0.md +34 -0
  348. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.45.1.md +7 -0
  349. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.46.0.md +12 -0
  350. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.47.0.md +20 -0
  351. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.48.0.md +32 -0
  352. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.48.1.md +11 -0
  353. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.0.md +26 -0
  354. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.1.md +14 -0
  355. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.2.md +39 -0
  356. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.3.md +7 -0
  357. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.5.md +11 -0
  358. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.6.md +9 -0
  359. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.7.md +7 -0
  360. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.5.0.md +24 -0
  361. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.0.md +25 -0
  362. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.1.md +9 -0
  363. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.2.md +11 -0
  364. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.3.md +5 -0
  365. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.4.md +17 -0
  366. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.5.md +16 -0
  367. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.6.md +15 -0
  368. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.7.md +15 -0
  369. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.0.md +24 -0
  370. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.1.md +17 -0
  371. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.2.md +5 -0
  372. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.0.md +30 -0
  373. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.1.md +28 -0
  374. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.2.md +12 -0
  375. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.3.md +13 -0
  376. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.4.md +27 -0
  377. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.5.md +21 -0
  378. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.6.md +7 -0
  379. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.53.0.md +29 -0
  380. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.54.0.md +26 -0
  381. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.55.0.md +21 -0
  382. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.55.1.md +13 -0
  383. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.56.0.md +20 -0
  384. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.56.1.md +5 -0
  385. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.57.0.md +32 -0
  386. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.57.1.md +10 -0
  387. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.58.0.md +34 -0
  388. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.59.0.md +28 -0
  389. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.6.0.md +5 -0
  390. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.6.1.md +10 -0
  391. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.60.0.md +20 -0
  392. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.0.md +29 -0
  393. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.1.md +5 -0
  394. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.2.md +6 -0
  395. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.3.md +13 -0
  396. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.62.0.md +21 -0
  397. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.62.1.md +11 -0
  398. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.0.md +19 -0
  399. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.1.md +5 -0
  400. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.2.md +7 -0
  401. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.3.md +6 -0
  402. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.4.md +8 -0
  403. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.5.md +6 -0
  404. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.0.md +37 -0
  405. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.1.md +6 -0
  406. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.2.md +11 -0
  407. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.65.0.md +19 -0
  408. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.65.1.md +11 -0
  409. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.0.md +15 -0
  410. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.1.md +14 -0
  411. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.2.md +5 -0
  412. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.67.0.md +33 -0
  413. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.68.0.md +28 -0
  414. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.7.0.md +16 -0
  415. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.0.md +18 -0
  416. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.1.md +17 -0
  417. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.2.md +5 -0
  418. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.3.md +14 -0
  419. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.4.md +9 -0
  420. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.5.md +5 -0
  421. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.6.md +14 -0
  422. package/cli/dist/web-ui/docs/en/cli/release-notes/v2.9.0.md +5 -0
  423. package/cli/dist/web-ui/docs/en/cli/remote-control.md +247 -0
  424. package/cli/dist/web-ui/docs/en/cli/sandboxing.md +316 -0
  425. package/cli/dist/web-ui/docs/en/cli/scheduled-tasks.md +160 -0
  426. package/cli/dist/web-ui/docs/en/cli/sdk-custom-tools.md +1131 -0
  427. package/cli/dist/web-ui/docs/en/cli/sdk-demos.md +347 -0
  428. package/cli/dist/web-ui/docs/en/cli/sdk-hooks.md +813 -0
  429. package/cli/dist/web-ui/docs/en/cli/sdk-mcp.md +645 -0
  430. package/cli/dist/web-ui/docs/en/cli/sdk-permissions.md +461 -0
  431. package/cli/dist/web-ui/docs/en/cli/sdk-python.md +783 -0
  432. package/cli/dist/web-ui/docs/en/cli/sdk-sessions.md +340 -0
  433. package/cli/dist/web-ui/docs/en/cli/sdk-typescript.md +759 -0
  434. package/cli/dist/web-ui/docs/en/cli/sdk.md +1103 -0
  435. package/cli/dist/web-ui/docs/en/cli/security.md +387 -0
  436. package/cli/dist/web-ui/docs/en/cli/settings.md +602 -0
  437. package/cli/dist/web-ui/docs/en/cli/skills.md +448 -0
  438. package/cli/dist/web-ui/docs/en/cli/slash-commands.md +397 -0
  439. package/cli/dist/web-ui/docs/en/cli/statusline.md +525 -0
  440. package/cli/dist/web-ui/docs/en/cli/sub-agents.md +621 -0
  441. package/cli/dist/web-ui/docs/en/cli/terminal-config.md +77 -0
  442. package/cli/dist/web-ui/docs/en/cli/tools-reference.md +99 -0
  443. package/cli/dist/web-ui/docs/en/cli/troubleshooting.md +190 -0
  444. package/cli/dist/web-ui/docs/en/cli/web-ui.md +164 -0
  445. package/cli/dist/web-ui/docs/en/cli/wecom-bot-setup.md +274 -0
  446. package/cli/dist/web-ui/docs/en/cli/worktree.md +660 -0
  447. package/cli/dist/web-ui/docs/search-index-en.json +1 -0
  448. package/cli/dist/web-ui/docs/search-index-zh.json +1 -0
  449. package/cli/dist/web-ui/docs/sidebar-en.json +1 -0
  450. package/cli/dist/web-ui/docs/sidebar-zh.json +1 -0
  451. package/cli/dist/web-ui/index.html +2 -2
  452. package/cli/package.json +1 -1
  453. package/cli/product.cloudhosted.json +2 -2
  454. package/cli/product.internal.json +2 -2
  455. package/cli/product.ioa.json +2 -2
  456. package/cli/product.json +4 -3
  457. package/cli/product.selfhosted.json +2 -2
  458. package/lib/query.d.ts.map +1 -1
  459. package/lib/query.js +5 -1
  460. package/lib/query.js.map +1 -1
  461. package/lib/transport/index.d.ts +1 -1
  462. package/lib/transport/index.d.ts.map +1 -1
  463. package/lib/transport/process-transport.d.ts +1 -1
  464. package/lib/transport/process-transport.d.ts.map +1 -1
  465. package/lib/transport/process-transport.js +5 -1
  466. package/lib/transport/process-transport.js.map +1 -1
  467. package/lib/types.d.ts +3 -0
  468. package/lib/types.d.ts.map +1 -1
  469. package/package.json +1 -1
  470. package/cli/dist/web-ui/assets/index-BPT-qRRx.js +0 -411
  471. package/cli/dist/web-ui/assets/index-f_ibHSHw.css +0 -32
@@ -0,0 +1,249 @@
1
+ # 快速入门指南
2
+
3
+ 欢迎使用 CodeBuddy Code!这份指南将帮助您在 5 分钟内上手,体验自然语言驱动的编程助手。
4
+
5
+ ## 🎯 开始之前
6
+
7
+ ### 系统要求
8
+ - **Node.js**:版本 18.20 或更高
9
+ - **操作系统**: macOS、Linux 或 Windows
10
+
11
+ ### 验证环境
12
+ ```bash
13
+ # 检查 Node.js 版本
14
+ node --version # 应显示 v18.0.0 或更高
15
+
16
+ # 检查 npm 版本
17
+ npm --version
18
+ ```
19
+
20
+ ## ⚡ 极速安装
21
+
22
+ ### npm 全局安装
23
+
24
+ ```bash
25
+ npm install -g @tencent-ai/codebuddy-code
26
+ ```
27
+
28
+ ### 原生安装器(Beta)
29
+
30
+ > ⚠️ **Beta 功能**:原生安装器目前处于 Beta 阶段。我们推荐您尝试使用,以获得更快速、独立的安装体验。
31
+
32
+ 原生安装器提供独立的 CodeBuddy 安装,无需 Node.js 环境。
33
+
34
+ **下载并安装:**
35
+
36
+ ```bash
37
+ # macOS/Linux
38
+ curl -fsSL https://copilot.tencent.com/cli/install.sh | bash
39
+ ```
40
+
41
+ ```powershell
42
+ # Windows
43
+ irm https://copilot.tencent.com/cli/install.ps1 | iex
44
+ ```
45
+
46
+ **优势:**
47
+ - ✅ 无需 Node.js 依赖
48
+ - ✅ 安装和启动速度更快
49
+
50
+ ### 验证安装
51
+ ```bash
52
+ codebuddy --version
53
+ ```
54
+
55
+ ## 🔐 登录认证
56
+
57
+ 首次使用 CodeBuddy Code 时,您需要完成登录认证。启动后会显示登录方式选择界面:
58
+
59
+ ```
60
+ Select login method:
61
+ › Log in via Chinese Site
62
+ Log in via International Site
63
+ Log in via Enterprise Domain
64
+ Log in via iOA (Tencent only)
65
+ ```
66
+
67
+ ### 登录方式说明
68
+
69
+ | 登录方式 | 适用场景 | 说明 |
70
+ |---------|---------|------|
71
+ | **Chinese Site** | 国内用户 | 通过腾讯云国内站 (copilot.tencent.com) 进行认证,支持国内主流模型 |
72
+ | **International Site** | 海外用户 | 通过腾讯云国际站 (codebuddy.ai) 进行认证,支持海外主流模型 |
73
+ | **Enterprise Domain** | 专享版/私有化部署 | 连接企业专享版或自建的 CodeBuddy 服务,需要输入企业提供的服务地址 |
74
+ | **iOA** | 腾讯内部员工 | 通过腾讯 iOA 零信任系统进行认证,仅限腾讯内部员工使用 |
75
+
76
+ 使用 `↑↓` 键选择登录方式,按 `Enter` 确认后会自动打开浏览器完成认证。
77
+
78
+ ## 🚀 首次体验
79
+
80
+ ### 1. 进入项目目录
81
+ ```bash
82
+ cd /path/to/your/project
83
+ ```
84
+
85
+ ### 2. 启动交互模式
86
+ ```bash
87
+ codebuddy
88
+ ```
89
+
90
+ 您将看到欢迎界面:
91
+
92
+ > **提示**:如果您希望 CodeBuddy Code 始终使用特定语言回复(如简体中文),可以在启动后运行 `/config` 命令设置 Language 选项。
93
+ ```
94
+ 🤖 CodeBuddy Code v1.0.0
95
+ 💡 输入 /help 查看可用命令
96
+ 📝 开始对话,让 AI 成为您的编程伙伴
97
+
98
+ >
99
+ ```
100
+
101
+ ### 3. 初始化项目上下文(强烈推荐)
102
+
103
+ 在正式开始对话之前,**强烈建议**先使用 `/init` 命令初始化项目上下文:
104
+
105
+ ```
106
+ > /init
107
+ ```
108
+
109
+ **为什么 /init 如此重要?**
110
+
111
+ **📊 效果提升:**
112
+ - ✅ **理解更准确**:预先构建项目知识图谱,AI 能更准确理解代码结构和业务逻辑
113
+ - ✅ **响应更快速**:避免重复扫描文件,后续对话响应速度显著提升
114
+ - ✅ **建议更精准**:基于全局视图提供更符合项目架构的建议
115
+ - ✅ **减少误判**:了解项目依赖关系,避免提出不兼容的修改方案
116
+
117
+ **💰 成本优化:**
118
+ - ✅ **Token 消耗更少**:一次性建立上下文,避免每次对话都重新分析
119
+ - ✅ **减少重复请求**:预加载关键信息,减少 30-50% 的上下文 Token 开销
120
+ - ✅ **更高效的对话**:每轮对话携带更少的冗余信息,整体成本更低
121
+
122
+ **最佳实践:**
123
+ ```
124
+ # 第一次使用项目时
125
+ > /init
126
+
127
+ # 项目结构发生重大变化时(如添加新模块、重构等)
128
+ > /clear # 开启全新对话
129
+ > /init # 重新初始化
130
+ ```
131
+
132
+ ### 4. 尝试第一个对话
133
+ ```
134
+ > 帮我分析这个项目的结构
135
+ ```
136
+
137
+ CodeBuddy 会自动扫描您的项目文件,并提供详细的结构分析。
138
+
139
+ ## 💡 核心使用模式
140
+
141
+ ### 交互式对话模式
142
+ 最自然的使用方式,适合探索性开发:
143
+
144
+ ```bash
145
+ codebuddy
146
+ ```
147
+
148
+ **典型对话示例:**
149
+ ```
150
+ > 我想给这个 React 组件添加一个加载状态
151
+ > 帮我重构这个函数,让它更易读
152
+ > 这段代码有什么潜在的性能问题?
153
+ > 为这个 API 接口写单元测试
154
+ ```
155
+
156
+ ### 单次命令模式
157
+ 适合脚本化和自动化场景:
158
+
159
+ ```bash
160
+ # 直接提问
161
+ codebuddy -p "优化这个 SQL 查询的性能"
162
+
163
+ # 管道输入
164
+ cat error.log | codebuddy -p "分析这些错误日志"
165
+
166
+ # 文件分析(需要授权时必须添加 -y 或 --dangerously-skip-permissions)
167
+ codebuddy -p "审查 src/utils.js 的代码质量" -y
168
+ ```
169
+
170
+ > **重要提示**:使用 `-p/--print` 参数进行单次执行时,如果操作需要访问文件、执行命令等授权操作,必须添加 `-y` (或 `--dangerously-skip-permissions`) 参数。
171
+
172
+ ### 项目级操作
173
+ 处理复杂的跨文件任务:
174
+
175
+ ```bash
176
+ # 项目重构(需要文件操作授权)
177
+ codebuddy -p "将所有组件从 class 组件迁移到函数组件" -y
178
+
179
+ # 代码规范(需要文件读取授权)
180
+ codebuddy -p "检查整个项目的 TypeScript 类型定义" -y
181
+
182
+ # 测试覆盖(需要文件操作授权)
183
+ codebuddy -p "为 services 目录下的所有文件添加单元测试" -y
184
+ ```
185
+
186
+ ### 快捷键
187
+
188
+ #### 基础导航
189
+ | 快捷键 | 功能 |
190
+ |--------|------|
191
+ | `↑/↓` | 浏览命令历史 |
192
+ | `↓` | 查看后台任务(当有运行中任务时) |
193
+ | `Tab` | 命令自动补全 |
194
+ | `Esc` | 清空输入(按两次) / 返回上级菜单 |
195
+ | `Ctrl+C` | 退出程序 |
196
+ | `Ctrl+D` | 退出程序(输入框为空且无进行中对话时,连按两次) |
197
+
198
+ #### 权限和模式
199
+ | 快捷键 | 功能 |
200
+ |--------|------|
201
+ | `Shift+Tab` (macOS/Linux) 或 `Alt+M` (Windows) | 切换权限模式(default → bypass → accept → plan) |
202
+
203
+ #### 编辑功能
204
+ | 快捷键 | 功能 |
205
+ |--------|------|
206
+ | `Ctrl+R` | 展开/收起详细输出(在对话中) |
207
+ | `Ctrl+G` | 使用外部编辑器编辑提示词 |
208
+ | `Enter` | 发送消息 |
209
+ | `Shift+Enter` | 换行(多行输入) |
210
+ | `\Enter` | 换行(反斜杠转义) |
211
+ | `Ctrl+J` | 插入换行(多行输入) |
212
+
213
+ #### 面板操作
214
+ | 快捷键 | 功能 |
215
+ |--------|------|
216
+ | `↑/↓` | 在面板中导航选项 |
217
+ | `Enter` | 选择当前项 |
218
+ | `Space` | 切换选择(多选面板) |
219
+ | `k` | 终止选中的后台任务 |
220
+
221
+ #### 专用功能
222
+ | 快捷键 | 功能 |
223
+ |--------|------|
224
+ | `j/k` | Vim风格的上下导航(部分面板支持) |
225
+ | `Ctrl+O` | 查看思考详情面板 |
226
+
227
+ 当终端显示“Thinking”指示时,可用 `Ctrl+O` 打开完整推理内容,再按 `Ctrl+O` 退出。
228
+
229
+ ## 🎓 进阶学习
230
+
231
+ 恭喜您完成快速入门!接下来推荐阅读:
232
+
233
+ - **[常见工作流](common-workflows.md)** - 学习扩展思考、图片分析等高级功能
234
+ - **[IDE 集成](ide-integrations.md)** - 在 VS Code、JetBrains 中使用
235
+ - **[斜杠命令](slash-commands.md)** - 掌握所有内置命令
236
+ - **[MCP 集成](mcp.md)** - 扩展自定义工具
237
+
238
+ ## 💬 获取帮助
239
+
240
+ 遇到问题?我们随时为您提供支持:
241
+
242
+ - 🐛 [提交 Bug](https://cnb.cool/codebuddy/codebuddy-code/-/issues)
243
+ - 📧 技术支持:codebuddy@tencent.com
244
+ - 📚 [完整文档](../README.md)
245
+ - 🌐 [官方网站](https://copilot.tencent.com/cli)
246
+
247
+ ---
248
+
249
+ *现在开始,让 AI 成为您的编程伙伴!🚀*
@@ -0,0 +1,200 @@
1
+ # Release Notes
2
+
3
+ CodeBuddy Code 的版本发布说明,面向终端用户的功能更新和改进。
4
+
5
+ ## 📖 关于 Release Notes
6
+
7
+ Release Notes 记录了每个版本的用户可见变更,包括:
8
+ - ✨ 新功能
9
+ - 🔧 改进优化
10
+ - 🐛 问题修复
11
+
12
+ 与 [CHANGELOG.md](../../CHANGELOG.md) 的区别:
13
+ - **Release Notes**:面向终端用户,强调功能价值和用户体验
14
+ - **CHANGELOG**:面向开发者,记录技术细节和代码变更
15
+
16
+ ## 📋 版本历史
17
+
18
+ <!-- 新版本自动添加到此处 -->
19
+
20
+ - [v2.68.0](./v2.68.0.md) - 2026-03-30
21
+ - [v2.67.0](./v2.67.0.md) - 2026-03-28
22
+ - [v2.66.2](./v2.66.2.md) - 2026-03-26
23
+ - [v2.66.1](./v2.66.1.md) - 2026-03-26
24
+ - [v2.66.0](./v2.66.0.md) - 2026-03-25
25
+ - [v2.65.1](./v2.65.1.md) - 2026-03-25
26
+ - [v2.65.0](./v2.65.0.md) - 2026-03-25
27
+ - [v2.64.2](./v2.64.2.md) - 2026-03-24
28
+ - [v2.64.1](./v2.64.1.md) - 2026-03-23
29
+ - [v2.64.0](./v2.64.0.md) - 2026-03-23
30
+ - [v2.63.5](./v2.63.5.md) - 2026-03-19
31
+ - [v2.63.4](./v2.63.4.md) - 2026-03-18
32
+ - [v2.63.3](./v2.63.3.md) - 2026-03-18
33
+ - [v2.63.2](./v2.63.2.md) - 2026-03-17
34
+ - [v2.63.1](./v2.63.1.md) - 2026-03-17
35
+ - [v2.63.0](./v2.63.0.md) - 2026-03-16
36
+ - [v2.62.1](./v2.62.1.md) - 2026-03-15
37
+ - [v2.62.0](./v2.62.0.md) - 2026-03-13
38
+ - [v2.61.3](./v2.61.3.md) - 2026-03-13
39
+ - [v2.61.2](./v2.61.2.md) - 2026-03-13
40
+ - [v2.61.1](./v2.61.1.md) - 2026-03-12
41
+ - [v2.61.0](./v2.61.0.md) - 2026-03-12
42
+ - [v2.60.0](./v2.60.0.md) - 2026-03-12
43
+ - [v2.59.0](./v2.59.0.md) - 2026-03-12
44
+ - [v2.58.0](./v2.58.0.md) - 2026-03-11
45
+ - [v2.57.1](./v2.57.1.md) - 2026-03-11
46
+ - [v2.57.0](./v2.57.0.md) - 2026-03-11
47
+ - [v2.56.1](./v2.56.1.md) - 2026-03-09
48
+ - [v2.56.0](./v2.56.0.md) - 2026-03-07
49
+ - [v2.55.1](./v2.55.1.md) - 2026-03-06
50
+ - [v2.55.0](./v2.55.0.md) - 2026-03-06
51
+ - [v2.54.0](./v2.54.0.md) - 2026-03-05
52
+ - [v2.53.0](./v2.53.0.md) - 2026-03-05
53
+ - [v2.52.6](./v2.52.6.md) - 2026-03-03
54
+ - [v2.52.5](./v2.52.5.md) - 2026-03-03
55
+ - [v2.52.4](./v2.52.4.md) - 2026-03-02
56
+ - [v2.52.3](./v2.52.3.md) - 2026-02-28
57
+ - [v2.52.2](./v2.52.2.md) - 2026-02-28
58
+ - [v2.52.1](./v2.52.1.md) - 2026-02-28
59
+ - [v2.52.0](./v2.52.0.md) - 2026-02-26
60
+ - [v2.51.2](./v2.51.2.md) - 2026-02-26
61
+ - [v2.51.1](./v2.51.1.md) - 2026-02-25
62
+ - [v2.51.0](./v2.51.0.md) - 2026-02-24
63
+ - [v2.50.7](./v2.50.7.md) - 2026-02-19
64
+ - [v2.50.6](./v2.50.6.md) - 2026-02-19
65
+ - [v2.50.5](./v2.50.5.md) - 2026-02-14
66
+ - [v2.50.4](./v2.50.4.md) - 2026-02-14
67
+ - [v2.50.3](./v2.50.3.md) - 2026-02-13
68
+ - [v2.50.2](./v2.50.2.md) - 2026-02-13
69
+ - [v2.50.1](./v2.50.1.md) - 2026-02-12
70
+ - [v2.50.0](./v2.50.0.md) - 2026-02-12
71
+ - [v2.49.7](./v2.49.7.md) - 2026-02-11
72
+ - [v2.49.6](./v2.49.6.md) - 2026-02-11
73
+ - [v2.49.5](./v2.49.5.md) - 2026-02-11
74
+ - [v2.49.3](./v2.49.3.md) - 2026-02-10
75
+ - [v2.49.2](./v2.49.2.md) - 2026-02-10
76
+ - [v2.49.1](./v2.49.1.md) - 2026-02-09
77
+ - [v2.49.0](./v2.49.0.md) - 2026-02-08
78
+ - [v2.48.1](./v2.48.1.md) - 2026-02-06
79
+ - [v2.48.0](./v2.48.0.md) - 2026-02-05
80
+ - [v2.47.0](./v2.47.0.md) - 2026-02-04
81
+ - [v2.46.0](./v2.46.0.md) - 2026-02-04
82
+ - [v2.45.1](./v2.45.1.md) - 2026-02-04
83
+ - [v2.45.0](./v2.45.0.md) - 2026-02-03
84
+ - [v2.44.1](./v2.44.1.md) - 2026-02-03
85
+ - [v2.44.0](./v2.44.0.md) - 2026-02-02
86
+ - [v2.43.1](./v2.43.1.md) - 2026-02-02
87
+ - [v2.43.0](./v2.43.0.md) - 2026-02-02
88
+ - [v2.42.3](./v2.42.3.md) - 2026-01-31
89
+ - [v2.42.1](./v2.42.1.md) - 2026-01-31
90
+ - [v2.42.0](./v2.42.0.md) - 2026-01-30
91
+ - [v2.41.8](./v2.41.8.md) - 2026-01-30
92
+ - [v2.41.7](./v2.41.7.md) - 2026-01-29
93
+ - [v2.41.6](./v2.41.6.md) - 2026-01-28
94
+ - [v2.41.5](./v2.41.5.md) - 2026-01-28
95
+ - [v2.41.4](./v2.41.4.md) - 2026-01-28
96
+ - [v2.41.3](./v2.41.3.md) - 2026-01-27
97
+ - [v2.41.2](./v2.41.2.md) - 2026-01-27
98
+ - [v2.41.1](./v2.41.1.md) - 2026-01-27
99
+ - [v2.41.0](./v2.41.0.md) - 2026-01-27
100
+ - [v2.40.1](./v2.40.1.md) - 2026-01-27
101
+ - [v2.40.0](./v2.40.0.md) - 2026-01-27
102
+ - [v2.39.0](./v2.39.0.md) - 2026-01-26
103
+ - [v2.38.2](./v2.38.2.md) - 2026-01-26
104
+ - [v2.38.1](./v2.38.1.md) - 2026-01-25
105
+ - [v2.38.0](./v2.38.0.md) - 2026-01-25
106
+ - [v2.37.20](./v2.37.20.md) - 2026-01-24
107
+ - [v2.37.19](./v2.37.19.md) - 2026-01-23
108
+ - [v2.37.18](./v2.37.18.md) - 2026-01-23
109
+ - [v2.37.17](./v2.37.17.md) - 2026-01-23
110
+ - [v2.37.16](./v2.37.16.md) - 2026-01-23
111
+ - [v2.37.15](./v2.37.15.md) - 2026-01-23
112
+ - [v2.37.14](./v2.37.14.md) - 2026-01-22
113
+ - [v2.37.13](./v2.37.13.md) - 2026-01-22
114
+ - [v2.37.12](./v2.37.12.md) - 2026-01-22
115
+ - [v2.37.11](./v2.37.11.md) - 2026-01-22
116
+ - [v2.37.10](./v2.37.10.md) - 2026-01-21
117
+ - [v2.37.9](./v2.37.9.md) - 2026-01-21
118
+ - [v2.37.8](./v2.37.8.md) - 2026-01-21
119
+ - [v2.37.7](./v2.37.7.md) - 2026-01-21
120
+ - [v2.37.6](./v2.37.6.md) - 2026-01-21
121
+ - [v2.37.5](./v2.37.5.md) - 2026-01-20
122
+ - [v2.37.4](./v2.37.4.md) - 2026-01-20
123
+ - [v2.37.3](./v2.37.3.md) - 2026-01-20
124
+ - [v2.37.2](./v2.37.2.md) - 2026-01-20
125
+ - [v2.37.1](./v2.37.1.md) - 2026-01-19
126
+ - [v2.37.0](./v2.37.0.md) - 2026-01-18
127
+ - [v2.36.3](./v2.36.3.md) - 2026-01-17
128
+ - [v2.36.2](./v2.36.2.md) - 2026-01-17
129
+ - [v2.36.1](./v2.36.1.md) - 2026-01-16
130
+ - [v2.36.0](./v2.36.0.md) - 2026-01-15
131
+ - [v2.35.0](./v2.35.0.md) - 2026-01-15
132
+ - [v2.34.1](./v2.34.1.md) - 2026-01-15
133
+ - [v2.34.0](./v2.34.0.md) - 2026-01-14
134
+ - [v2.33.1](./v2.33.1.md) - 2026-01-14
135
+ - [v2.33.0](./v2.33.0.md) - 2026-01-13
136
+ - [v2.32.0](./v2.32.0.md) - 2026-01-12
137
+ - [v2.31.2](./v2.31.2.md) - 2026-01-09
138
+ - [v2.31.1](./v2.31.1.md) - 2026-01-09
139
+ - [v2.31.0](./v2.31.0.md) - 2026-01-08
140
+ - [v2.30.1](./v2.30.1.md) - 2026-01-08
141
+ - [v2.30.0](./v2.30.0.md) - 2026-01-07
142
+ - [v2.29.0](./v2.29.0.md) - 2026-01-06
143
+ - [v2.28.1](./v2.28.1.md) - 2026-01-06
144
+ - [v2.28.0](./v2.28.0.md) - 2026-01-05
145
+ - [v2.27.3](./v2.27.3.md) - 2026-01-05
146
+ - [v2.27.2](./v2.27.2.md) - 2026-01-04
147
+ - [v2.27.1](./v2.27.1.md) - 2025-12-31
148
+ - [v2.27.0](./v2.27.0.md) - 2025-12-30
149
+ - [v2.26.0](./v2.26.0.md) - 2025-12-29
150
+ - [v2.25.1](./v2.25.1.md) - 2025-12-26
151
+ - [v2.25.0](./v2.25.0.md) - 2025-12-25
152
+ - [v2.24.0](./v2.24.0.md) - 2024-12-24
153
+ - [v2.23.5](./v2.23.5.md) - 2025-12-24
154
+ - [v2.23.4](./v2.23.4.md) - 2025-12-23
155
+ - [v2.23.3](./v2.23.3.md) - 2025-12-23
156
+ - [v2.23.2](./v2.23.2.md) - 2025-12-23
157
+ - [v2.23.0](./v2.23.0.md) - 2025-12-22
158
+ - [v2.22.0](./v2.22.0.md) - 2025-12-20
159
+ - [v2.21.0](./v2.21.0.md) - 2025-12-19
160
+ - [v2.20.1](./v2.20.1.md) - 2025-12-19
161
+ - [v2.20.0](./v2.20.0.md) - 2025-12-19
162
+ - [v2.19.2](./v2.19.2.md) - 2025-12-16
163
+ - [v2.19.1](./v2.19.1.md) - 2025-12-15
164
+ - [v2.19.0](./v2.19.0.md) - 2025-12-12
165
+ - [v2.18.0](./v2.18.0.md) - 2025-12-11
166
+ - [v2.17.0](./v2.17.0.md) - 2025-12-10
167
+ - [v2.16.0](./v2.16.0.md) - 2025-12-09
168
+ - [v2.15.1](./v2.15.1.md) - 2025-12-08
169
+ - [v2.15.0](./v2.15.0.md) - 2025-12-08
170
+ - [v2.14.1](./v2.14.1.md) - 2025-12-07
171
+ - [v2.14.0](./v2.14.0.md) - 2025-12-05
172
+ - [v2.13.0](./v2.13.0.md) - 2025-12-04
173
+ - [v2.12.0](./v2.12.0.md) - 2025-12-03
174
+ - [v2.11.0](./v2.11.0.md) - 2025-12-02
175
+ - [v2.10.1](./v2.10.1.md) - 2025-12-01
176
+ - [v2.10.0](./v2.10.0.md) - 2025-11-28
177
+ - [v2.9.0](./v2.9.0.md) - 2025-11-26
178
+ - [v2.8.6](./v2.8.6.md) - 2025-11-26
179
+
180
+ - [v2.8.5](./v2.8.5.md) - 2025-11-26
181
+
182
+ - [v2.8.4](./v2.8.4.md) - 2025-11-25
183
+
184
+ - [v2.8.3](./v2.8.3.md) - 2025-11-25
185
+
186
+ - [v2.8.2](./v2.8.2.md) - 2025-11-25
187
+
188
+ - [v2.8.1](./v2.8.1.md) - 2025-11-24
189
+
190
+ - [v2.8.0](./v2.8.0.md) - 2025-11-24
191
+ - [v2.7.0](./v2.7.0.md) - 2025-11-21
192
+ - [v2.6.1](./v2.6.1.md) - 2025-11-19
193
+ - [v2.6.0](./v2.6.0.md) - 2025-11-19
194
+ - [v2.5.0](./v2.5.0.md) - 2025-11-18
195
+ - [v2.4.0](./v2.4.0.md) - 2025-11-17
196
+ - [v2.3.1](./v2.3.1.md) - 2025-11-14
197
+
198
+ ---
199
+
200
+ **提示**:Release Notes 按照从新到旧的顺序排列。
@@ -0,0 +1,23 @@
1
+ # 🚀 CodeBuddy Code v2.10.0 发布
2
+
3
+ ## ✨ 新功能
4
+
5
+ - 沙箱管理命令:新增 `/sandbox` 斜杠命令,可以快速启用或禁用 Bash 命令的沙箱保护模式
6
+
7
+ ## 🔧 改进优化
8
+
9
+ - ACP 协议模式优化:改进 ACP 模式下的模型信息展示,提供更清晰的运行状态
10
+ - 沙箱架构升级:优化 Bash 命令执行的沙箱机制,提升执行性能和系统稳定性
11
+ - 终端交互增强:改进键盘输入处理和命令解析,提升终端响应速度和输入准确性
12
+ - 文件引用体验提升:使用 `@path` 引用文件时自动显示文件名和大小
13
+ - 启动性能优化:非交互模式下跳过不必要的初始化步骤,加快启动速度
14
+ - 配置查询优化:自动合并多层级配置并返回最终结果,使用更便捷
15
+ - 界面性能提升:精简登录界面组件,优化渲染性能
16
+ - 权限控制增强:改进 Skill 工具的权限匹配逻辑
17
+
18
+ ## 🐛 问题修复
19
+
20
+ - ACP 协议权限请求:修复子任务执行工具时权限请求无法正常触发的问题
21
+ - 调试日志完善:确保调试日志正确写入对应的会话文件
22
+ - 消息队列稳定性:修复消息处理时的格式问题,提升显示稳定性
23
+ - 错误处理增强:改进工具参数为空时的容错能力
@@ -0,0 +1,5 @@
1
+ # 🚀 CodeBuddy Code v2.10.1 发布
2
+
3
+ ## 🐛 问题修复
4
+
5
+ - 键盘输入优化:改进终端键盘输入处理逻辑,提升输入响应稳定性
@@ -0,0 +1,24 @@
1
+ # 🚀 CodeBuddy Code v2.11.0 发布
2
+
3
+ ## ✨ 新功能
4
+
5
+ - Sub-agent 模型选择:支持在调用子任务时动态选择模型,可根据任务复杂度灵活调整,优化成本和性能
6
+ - Sub-agent 会话恢复:支持在已有上下文基础上恢复之前的子任务会话,适用于分阶段分析和迭代优化场景
7
+
8
+ ## 🔧 改进优化
9
+
10
+ - 项目级对话记忆增强:支持级联加载上级目录的 CODEBUDDY.md 文件,自动继承项目上下文
11
+ - 交互式命令支持增强:改进终端命令的交互式处理能力,提升命令执行的稳定性和用户体验
12
+ - 终端显示效果优化:增强终端输出的颜色和格式保留,提升视觉体验
13
+ - 退出体验优化:改进 ESC 双击退出逻辑,增加超时时间并添加视觉反馈提示
14
+ - 对话记忆优化:改进对话历史加载机制,提升上下文管理效率
15
+ - 插件加载稳定性提升:单个命令加载失败不再影响其他命令的正常使用
16
+ - 输入体验优化:改进对特殊字符和表情符号的支持,提升编辑流畅度
17
+
18
+ ## 🐛 问题修复
19
+
20
+ - 图片粘贴修复:修复图片粘贴时格式识别问题,确保图片正确上传
21
+ - 响应稳定性提升:修复模型输出超长时可能出现的循环重试问题
22
+ - 配置合并修复:修复配置项合并时的去重问题,避免重复配置条目
23
+ - 编辑器交互修复:解决外部编辑器返回内容处理异常的问题
24
+ - 插件路径修复:修复本地目录类型插件的安装路径识别问题
@@ -0,0 +1,21 @@
1
+ # 🚀 CodeBuddy Code v2.12.0 发布
2
+
3
+ ## ✨ 新功能
4
+
5
+ - 独立主题选择面板:新增 `/theme` 命令,提供交互式主题选择面板,支持 dark、light、colorblind-friendly、ANSI 等多种主题变体
6
+ - 主题实时预览:在主题面板中实时预览不同主题的效果,轻松找到适合您的配色方案
7
+ - 用户反馈调查:新增用户体验反馈调查功能,帮助我们更好地了解您的使用体验
8
+ - 输出样式管理:支持自定义 AI 响应的输出格式,满足个性化需求
9
+
10
+ ## 🔧 改进优化
11
+
12
+ - 主题系统重构:独立的主题管理面板提供更专业的配置体验
13
+ - 终端兼容性增强:提升旧版 iTerm 终端的识别和支持能力
14
+ - 文件搜索增强:支持搜索隐藏文件和目录,不再错过重要配置文件
15
+ - 构建优化:改进应用启动速度,响应更加迅速
16
+ - 反馈调查优化:提升反馈组件的响应性能和用户体验
17
+
18
+ ## 🐛 问题修复
19
+
20
+ - 错误重试优化:改进上下文过长错误的识别机制,减少不必要的重试,提升会话稳定性
21
+ - Skill 配置解析:修复 skill 配置文件中多行文本解析失败的问题
@@ -0,0 +1,20 @@
1
+ # 🚀 CodeBuddy Code v2.13.0 发布
2
+
3
+ ## ✨ 新功能
4
+
5
+ - Token 分析命令:新增 `/context` 命令,可查看当前会话中各模块的 token 使用分布,帮助了解上下文消耗情况
6
+ - IDE 自动连接:CLI 启动时自动检测本地 IDE 并建立通信连接,状态栏实时显示连接状态
7
+ - Ripgrep 配置选项:新增 `USE_BUILTIN_RIPGREP` 环境变量,可选择使用系统安装的 ripgrep 或内置版本
8
+
9
+ ## 🔧 改进优化
10
+
11
+ - 加载界面优化:改进工具调用结果和加载提示的显示样式,提升视觉体验
12
+ - 模型输出配置:支持通过环境变量动态调整模型输出限制
13
+ - Skill 加载加速:优化技能扫描机制,提升启动速度
14
+ - Shell 兼容性增强:改进默认 shell 配置,提升跨平台稳定性
15
+
16
+ ## 🐛 问题修复
17
+
18
+ - 命令执行反馈:修复自定义命令执行时缺少运行状态提示的问题
19
+ - IDE 文件提示:改进文件打开提示逻辑,未选中内容时也会正确提示
20
+ - 编码检测优化:改进系统编码检测机制,避免错误输出干扰
@@ -0,0 +1,22 @@
1
+ # CodeBuddy Code v2.14.0 发布
2
+
3
+ ## ✨ 新功能
4
+
5
+ - Vim 编辑器模式:新增 Vim 风格编辑支持,提供 NORMAL 和 INSERT 模式切换,支持标准 Vim 导航和编辑命令,让习惯 Vim 的用户获得熟悉的编辑体验
6
+ - IDE 选择交互:新增 `/ide` 命令,提供可视化界面选择和管理 IDE 连接,更便捷地控制多 IDE 协作场景
7
+
8
+ ## 🔧 改进优化
9
+
10
+ - 终端模拟优化:改进 Bun 运行时下的终端模拟模块,提升兼容性
11
+ - Windows 中文显示增强:改进命令输出的字符编码处理,增强 Windows 平台中文显示兼容性
12
+ - 第三方服务兼容性增强:改进运行时 polyfill 机制,提升与第三方服务的兼容性
13
+ - 错误处理增强:改进日志刷新机制的安全性,避免服务未初始化时的错误
14
+ - IDE 检测增强:改进终端环境识别逻辑,提升 IDE 集成稳定性
15
+ - 环境变量处理优化:改进 `DISABLE_AUTOUPDATER` 环境变量的布尔值解析逻辑,提升配置准确性
16
+
17
+ ## 🐛 问题修复
18
+
19
+ - 命令执行优化:规范化系统命令执行参数,防止意外输出干扰正常流程
20
+ - IDE 上下文清理:修复 IDE 断开连接后选择内容残留问题,确保会话上下文正确重置
21
+ - 并发工具状态修复:修复多工具并发执行时状态流转异常的问题
22
+ - 消息去重优化:修复消息组重复添加导致的界面显示异常
@@ -0,0 +1,8 @@
1
+ # 🚀 CodeBuddy Code v2.14.1 发布
2
+
3
+ ## 🔧 改进优化
4
+
5
+ - CLI 交互体验优化:改进命令行界面的交互流程和用户反馈机制,提升操作流畅度
6
+ - 会话管理增强:提升会话中断处理的稳定性和响应能力,减少意外中断影响
7
+ - Vim 模式完善:优化 Vim 模式下的键盘操作和上下文管理,提供更流畅的编辑体验
8
+ - 工具执行优化:改进工具调用和结果处理的性能与准确性,加快任务响应速度
@@ -0,0 +1,18 @@
1
+ # 🚀 CodeBuddy Code v2.15.0 发布
2
+
3
+ ## ✨ 新功能
4
+
5
+ - 终端通知系统:当终端在后台运行时,AI 助手完成任务后会发送系统通知提醒你查看结果
6
+
7
+ ## 🔧 改进优化
8
+
9
+ - 代理配置增强:支持 NO_PROXY 环境变量,可以指定哪些域名不走代理
10
+ - Vim 模式导航优化:改进 `e` 命令的准确性,在单词间移动更加流畅
11
+ - 诊断面板优化:设置信息显示更清晰,复杂配置提供摘要视图
12
+ - TODO 工具增强:任务列表解析更稳定,容错性更好
13
+
14
+ ## 🐛 问题修复
15
+
16
+ - 子代理执行稳定性:修复连续执行多个子代理时可能出现的响应中断问题
17
+ - 安全更新:修复依赖包中的高危安全漏洞,提升整体安全性
18
+ - /clear 命令改进:使用清屏命令后,权限模式设置不再被意外重置
@@ -0,0 +1,11 @@
1
+ # CodeBuddy Code v2.15.1 发布
2
+
3
+ ## 🔧 改进优化
4
+
5
+ - 消息调试增强:为流式输出添加时间戳字段,便于调试和性能分析
6
+ - 代码架构优化:改进消息处理逻辑结构,提升代码可维护性和复用性
7
+ - Vim 模式操作优化:改进单词移动逻辑,提升光标导航的准确性和流畅度
8
+
9
+ ## 🐛 问题修复
10
+
11
+ - 状态管理优化:修复用户中断操作后状态被异步事件覆盖的问题,确保中断状态正确保持
@@ -0,0 +1,20 @@
1
+ # CodeBuddy Code v2.16.0 发布
2
+
3
+ ## ✨ 新功能
4
+
5
+ - 输入历史反向搜索:支持 `Ctrl+R` 快捷键在命令历史中进行交互式搜索,快速定位和重用之前的输入内容
6
+
7
+ ## 🔧 改进优化
8
+
9
+ - 输入体验升级:重构输入框状态管理,提升响应速度和交互流畅度
10
+ - 粘贴功能优化:改进剪贴板粘贴体验,更好地处理图片和大文本内容
11
+ - 命令快捷设置:`/model` 命令支持直接输入模型 ID 快速切换
12
+ - 更新策略智能化:根据包管理器自动选择最优更新方式
13
+ - 诊断信息完善:Doctor 面板显示自动更新状态和包管理器信息
14
+
15
+ ## 🐛 问题修复
16
+
17
+ - 修复 ACP 模式下终端输出干扰通信的问题
18
+ - 修复反向搜索删除关键词后状态异常的问题
19
+ - 修复子代理消息传递不完整的问题
20
+ - 修复命令执行时可能出现的异常
@@ -0,0 +1,29 @@
1
+ # 🚀 CodeBuddy Code v2.17.0 发布
2
+
3
+ ## ✨ 新功能
4
+
5
+ - IDE 集成增强:新增 IDE 差异确认视图和交互面板,支持在 IDE 中直观审查代码变更
6
+ - 智能确认流程:引入 IDE 确认服务和拦截器,提升工具调用的安全性和用户体验
7
+ - 终端标题自动更新:CLI 会根据对话上下文智能更新终端标题,帮助用户在多个终端窗口中快速识别工作内容
8
+ - Windows 终端键盘增强:改进 Windows 终端的键盘输入处理,增强多行编辑支持。新增 Windows Terminal 自动配置功能,支持 Shift+Enter 换行快捷键
9
+
10
+ ## 🔧 改进优化
11
+
12
+ - 工具调用界面优化:改进文件读取和搜索工具的展示方式,提供更清晰的信息呈现
13
+ - 权限管理增强:为文件操作工具添加明确的权限确认流程,提升安全性
14
+ - 搜索体验优化:改进文件搜索工具的权限检查机制,在可信目录下提供更流畅的使用体验
15
+ - 界面交互改进:提升终端界面的多选和输入组件交互体验
16
+ - 快捷键调整:将展开详细记录的快捷键从 Ctrl+R 调整为 Ctrl+O,避免与终端反向搜索功能冲突
17
+ - 历史消息展示优化:改进对话记录的展示效果,提供更清晰的查看体验
18
+ - 更新通知改进:优化版本更新通知的显示机制,提升稳定性
19
+
20
+ ## 🐛 问题修复
21
+
22
+ - ACP 协议兼容性:修复 ACP 模式下会话被错误终止的问题,确保消息流正常传输
23
+ - 自定义模型加载:改进配置文件读取错误处理,提升自定义模型加载的稳定性
24
+ - 消息显示修复:修复历史对话中未完成的消息在新对话中重复出现的问题
25
+ - 管道输入稳定性:改进命令行管道输入的数据读取机制,避免数据丢失
26
+ - Token 统计准确性:改进模型响应处理的健壮性,避免统计异常
27
+ - Vim 模式输入:修复 Vim NORMAL 模式下意外输入文本的问题,现在能正确拦截所有输入
28
+ - Vim 两字符命令:修复 `dd`、`dw`、`de`、`db`、`cc`、`cw`、`ce`、`cb`、`gg` 等命令的处理,支持超时自动取消
29
+ - 工具执行容错:提升多工具并发执行的容错性,单个工具失败不影响其他工具结果