@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,266 @@
1
+ # CodeBuddy Code Installation Guide
2
+
3
+ ## 📋 Table of Contents
4
+
5
+ - [Installation Methods](#installation-methods)
6
+ - [Install via Package Manager](#-install-via-package-manager)
7
+ - [Install via Native Binary (Beta)](#️-install-via-native-binary-beta)
8
+ - [Updates](#-updates)
9
+ - [Troubleshooting](#-troubleshooting)
10
+ - [Uninstallation](#-uninstallation)
11
+
12
+ ---
13
+
14
+ ## Installation Methods
15
+
16
+ ### 📦 Install via Package Manager
17
+
18
+ #### Node.js Package Managers
19
+
20
+ **Prerequisites:** Node.js 18.20 or higher
21
+
22
+ Choose your preferred package manager and run the following command:
23
+
24
+ ::: code-group
25
+
26
+ ```bash [npm]
27
+ npm install -g @tencent-ai/codebuddy-code
28
+ ```
29
+
30
+ ```bash [pnpm]
31
+ pnpm add -g @tencent-ai/codebuddy-code
32
+ ```
33
+
34
+ ```bash [yarn]
35
+ yarn global add @tencent-ai/codebuddy-code
36
+ ```
37
+
38
+ ```bash [bun]
39
+ bun install -g @tencent-ai/codebuddy-code
40
+ ```
41
+
42
+ :::
43
+
44
+ #### Homebrew (macOS/Linux)
45
+
46
+ No Node.js required, install directly:
47
+
48
+ ::: code-group
49
+
50
+ ```bash [Two-step Installation]
51
+ # Add tap
52
+ brew tap Tencent-CodeBuddy/tap
53
+
54
+ # Install tool
55
+ brew install codebuddy-code
56
+ ```
57
+
58
+ ```bash [Single Command Installation]
59
+ brew install Tencent-CodeBuddy/tap/codebuddy-code
60
+ ```
61
+
62
+ ```ruby [Brewfile]
63
+ tap "Tencent-CodeBuddy/tap"
64
+ brew "codebuddy-code"
65
+ ```
66
+
67
+ :::
68
+
69
+ #### Verify Installation
70
+
71
+ After installation, run the following command to verify successful installation:
72
+
73
+ ```bash
74
+ codebuddy --version
75
+ ```
76
+
77
+
78
+ ### ⚙️ Install via Native Binary (Beta)
79
+
80
+ > ⚠️ **Beta Testing Phase**
81
+ >
82
+ > Native binary installation is currently in Beta testing phase, and features are still being improved.
83
+ > If you encounter any issues, please submit an issue report on the [Issues page](https://cnb.cool/codebuddy/codebuddy-code/-/issues), or contact technical support (codebuddy@tencent.com).
84
+
85
+ #### Features
86
+
87
+ Native binary installation provides the following features compared to the npm version:
88
+
89
+ - Single executable file with no additional dependencies
90
+ - No Node.js runtime required
91
+ - Improved automatic update mechanism
92
+
93
+ #### Supported Platforms
94
+
95
+ - macOS (Apple Silicon M1/M2/M3 or Intel x86_64)
96
+ - Linux (arm64 or x86_64)
97
+ - Windows (x86_64)
98
+
99
+ #### Migrating from npm Version
100
+
101
+ If you have already installed CodeBuddy Code via npm, you can migrate to the native binary version using the following command:
102
+
103
+ ```bash
104
+ codebuddy install
105
+ ```
106
+
107
+ #### Fresh Installation
108
+
109
+ ::: code-group
110
+
111
+ ```bash [macOS / Linux]
112
+ curl -fsSL https://copilot.tencent.com/cli/install.sh | bash
113
+ ```
114
+
115
+ ```powershell [Windows]
116
+ irm https://copilot.tencent.com/cli/install.ps1 | iex
117
+ ```
118
+
119
+ :::
120
+
121
+ #### Verify Installation
122
+
123
+ The installation script will automatically download the latest version and configure environment variables. After installation, run the following command to verify:
124
+
125
+ ```bash
126
+ codebuddy --version
127
+ ```
128
+
129
+ **If the command is not available**, manually add the installation path to the `PATH` environment variable:
130
+
131
+ ::: code-group
132
+
133
+ ```bash [macOS / Linux]
134
+ export PATH="$HOME/.local/bin:$PATH"
135
+
136
+ # For permanent effect, it's recommended to add to your shell configuration file:
137
+ # Bash: ~/.bashrc or ~/.bash_profile
138
+ # Zsh: ~/.zshrc
139
+ ```
140
+
141
+ ```powershell [Windows]
142
+ # Add the following path to user environment variables:
143
+ # %USERPROFILE%\AppData\Local\codebuddy\bin
144
+ ```
145
+
146
+ :::
147
+
148
+
149
+ ## 🔄 Updates
150
+
151
+ ### Automatic Updates
152
+
153
+ CodeBuddy Code automatically stays up to date by default to ensure you have the latest features and security fixes.
154
+
155
+ #### Disable Automatic Updates
156
+
157
+ To disable automatic updates, set the environment variable:
158
+
159
+ ```bash
160
+ export DISABLE_AUTOUPDATER=1
161
+ ```
162
+
163
+ ### Manual Updates
164
+
165
+ Use the following command to manually update to the latest version:
166
+
167
+ ```bash
168
+ codebuddy update
169
+ ```
170
+
171
+ The `update` command will automatically detect your installation method and perform the corresponding update operation.
172
+
173
+ #### Update via Package Manager
174
+
175
+ If the `codebuddy update` command fails to update successfully, you can also reinstall using your package manager:
176
+
177
+ ```bash
178
+ npm install -g @tencent-ai/codebuddy-code
179
+ ```
180
+
181
+ Or use the corresponding installation command with other package managers (pnpm, yarn, bun).
182
+
183
+
184
+ ## 🔧 Troubleshooting
185
+
186
+ ### Command Not Available
187
+
188
+ **Issue:** After installation, you get `codebuddy: command not found`
189
+
190
+ **Solution:**
191
+
192
+ 1. Check if the installation path is in the `PATH` environment variable:
193
+ ```bash
194
+ echo $PATH
195
+ ```
196
+
197
+ 2. Add the CodeBuddy installation path to `PATH` (refer to the [Verify Installation](#verify-installation) section above)
198
+
199
+ 3. Restart your terminal or reload the configuration file:
200
+ ```bash
201
+ source ~/.bashrc # or ~/.zshrc
202
+ ```
203
+
204
+ ### Network Issues
205
+
206
+ **Issue:** Network connection failure during installation or update
207
+
208
+ **Solution:**
209
+
210
+ 1. Check network connection
211
+ 2. Configure npm registry mirror (if installing via npm):
212
+ ```bash
213
+ npm config set registry https://registry.npmmirror.com
214
+ ```
215
+
216
+ ## 🗑️ Uninstallation
217
+
218
+ ### Uninstall Package Manager Version
219
+
220
+ ::: code-group
221
+
222
+ ```bash [Homebrew]
223
+ # Uninstall tool
224
+ brew uninstall codebuddy-code
225
+
226
+ # Remove tap (optional)
227
+ brew untap Tencent-CodeBuddy/tap
228
+ ```
229
+
230
+ ```bash [npm]
231
+ npm uninstall -g @tencent-ai/codebuddy-code
232
+ ```
233
+
234
+ ```bash [pnpm]
235
+ pnpm remove -g @tencent-ai/codebuddy-code
236
+ ```
237
+
238
+ ```bash [yarn]
239
+ yarn global remove @tencent-ai/codebuddy-code
240
+ ```
241
+
242
+ ```bash [bun]
243
+ bun remove -g @tencent-ai/codebuddy-code
244
+ ```
245
+
246
+ :::
247
+
248
+ ### Uninstall Native Binary Version
249
+
250
+ #### macOS / Linux
251
+
252
+ Remove the executable file:
253
+
254
+ ```bash
255
+ rm -f ~/.local/bin/codebuddy
256
+ ```
257
+
258
+ ### Clean Configuration Files (Optional)
259
+
260
+ For complete cleanup, you can delete the configuration directories:
261
+
262
+ **macOS / Linux:**
263
+ ```bash
264
+ rm -rf ~/.codebuddy
265
+ rm -rf ~/.local/share/codebuddy
266
+ ```
@@ -0,0 +1,233 @@
1
+ # Interactive Mode
2
+
3
+ > Complete keyboard shortcuts, input modes, and interactive features reference for CodeBuddy Code interactive sessions.
4
+
5
+ ## Keyboard Shortcuts
6
+
7
+ <Note>
8
+ Keyboard shortcuts may vary by platform and terminal. Type a question mark `?` in an interactive session to see the shortcuts available in your environment.
9
+ </Note>
10
+
11
+ ### General Controls
12
+
13
+ | Shortcut | Description | Context | CodeBuddy Support |
14
+ | :----------------------------------------- | :--------------------------------------------------------------------------------------- | :--------------------------------------------------------- | :---------------- |
15
+ | `Ctrl+C` | Cancel current input or generation | Standard interrupt | ✅ Supported |
16
+ | `Ctrl+D` | Exit CodeBuddy Code session (when input box is empty and no conversation in progress) | EOF signal, press twice to exit | ✅ Supported |
17
+ | `Ctrl+L` | Clear terminal screen | Preserves conversation history | ✅ Supported |
18
+ | `Ctrl+O` | Toggle verbose output | Display detailed tool usage and execution information | ✅ Supported |
19
+ | `Ctrl+R` | Reverse search command history | Interactive search of previous commands | ✅ Supported |
20
+ | `Ctrl+V` (macOS/Linux) or `Alt+V` (Windows) | Paste image from clipboard | Paste image or image file path | ✅ Supported |
21
+ | `Up/Down Arrow Keys` | Navigate command history | Recall previous inputs | ✅ Supported |
22
+ | `Esc` + `Esc` | Rewind code/conversation | Restore code and/or conversation to previous state (requires pressing ESC twice consecutively when the input box is empty) | ✅ Supported |
23
+ | `Tab` | Toggle thinking mode | Switch between thinking on and thinking off | ✅ Supported |
24
+ | `Shift+Tab` (macOS/Linux) or `Alt+M` (Windows) | Toggle permission mode | Switch between auto-accept, plan, and normal modes | ✅ Supported |
25
+ | `Option+P` (macOS) or `Alt+P` (Windows/Linux) | Switch model | Quickly open model selection panel | ✅ Supported |
26
+
27
+ > **Notes:**
28
+ > - `Esc` + `Esc` rewind functionality is now supported: when the input box is empty, pressing the ESC key twice consecutively activates the `/rewind` feature, allowing you to quickly revert code or conversation to a previous state
29
+ > - `Tab` key in CodeBuddy Code is primarily used for auto-completion, with partial support for thinking mode toggle
30
+ > - `Shift+Tab` (macOS/Linux) or `Alt+M` (Windows) is used to toggle permission modes, including normal mode, auto-accept edits mode, skip permissions mode, and plan mode. Note: On Windows, you must use `Alt+M`; `Shift+Tab` does not work
31
+
32
+ ### Multi-line Input
33
+
34
+ | Method | Shortcut | Context | CodeBuddy Support |
35
+ | :---------------- | :------------- | :------------------------------- | :---------------- |
36
+ | Quick escape | `\` + `Enter` | Works in all terminals | ✅ Supported |
37
+ | macOS default | `Option+Enter` | Default setting on macOS | ✅ Supported |
38
+ | Terminal setup | `Shift+Enter` | After executing `/terminal-setup` | ✅ Supported |
39
+ | Control sequence | `Ctrl+J` | Line feed character for multi-line | ✅ Supported |
40
+ | Paste mode | Direct paste | For code blocks, logs | ✅ Supported |
41
+
42
+ <Tip>
43
+ Configure your preferred line break behavior in terminal settings. Run `/terminal-setup` to install Shift+Enter bindings for iTerm2 and VS Code terminal.
44
+ </Tip>
45
+
46
+ ### Quick Commands
47
+
48
+ | Shortcut | Description | Notes | CodeBuddy Support |
49
+ | :---------------- | :--------------------------------- | :--------------------------------------------------------- | :---------------- |
50
+ | `#` at start | Memory shortcut - Add to CODEBUDDY.md | Prompts for file selection | ✅ Supported |
51
+ | `/` at start | Slash commands | See [Slash Commands](slash-commands.md) | ✅ Supported |
52
+ | `!` at start | Bash mode | Run commands directly and add execution output to session | ✅ Supported |
53
+ | `@` | File path mention | Trigger file path auto-completion | ✅ Supported |
54
+
55
+ ### Editing Shortcuts
56
+
57
+ | Shortcut | Description | CodeBuddy Support |
58
+ | :------------------------ | :-------------------------------- | :---------------- |
59
+ | `Ctrl+A` | Move to start of line | ✅ Supported |
60
+ | `Ctrl+E` | Move to end of line | ✅ Supported |
61
+ | `Ctrl+K` | Delete from cursor to end of line | ✅ Supported |
62
+ | `Ctrl+U` | Delete from start of line to cursor | ✅ Supported |
63
+ | `Ctrl+W` | Delete previous word | ✅ Supported |
64
+ | `Ctrl+Y` | Copy last AI reply to clipboard | ✅ Supported |
65
+ | `Alt/Option+Backspace` | Delete previous word | ✅ Supported |
66
+ | `Alt/Option+Delete` | Delete next word | ✅ Supported |
67
+ | `Alt/Option+Left` | Move to previous word | ✅ Supported |
68
+ | `Alt/Option+Right` | Move to next word | ✅ Supported |
69
+ | `Ctrl+Left` | Move to start of line | ✅ Supported |
70
+ | `Ctrl+Right` | Move to end of line | ✅ Supported |
71
+ | `Ctrl+G` | Open external editor to edit prompt | ✅ Supported |
72
+
73
+ ## Vim Editor Mode
74
+
75
+ Enable vim-style editing with the `/vim` command, or configure permanently via `/config`.
76
+
77
+ ### Mode Switching
78
+
79
+ | Command | Action | From Mode | CodeBuddy Support |
80
+ | :------- | :----------------------- | :-------- | :---------------- |
81
+ | `Esc` | Enter NORMAL mode | INSERT | ✅ Supported |
82
+ | `i` | Insert before cursor | NORMAL | ✅ Supported |
83
+ | `I` | Insert at start of line | NORMAL | ✅ Supported |
84
+ | `a` | Insert after cursor | NORMAL | ✅ Supported |
85
+ | `A` | Insert at end of line | NORMAL | ✅ Supported |
86
+ | `o` | Open new line below | NORMAL | ✅ Supported |
87
+ | `O` | Open new line above | NORMAL | ✅ Supported |
88
+
89
+ ### Navigation (NORMAL Mode)
90
+
91
+ | Command | Action | CodeBuddy Support |
92
+ | :---------------- | :----------------------- | :---------------- |
93
+ | `h`/`j`/`k`/`l` | Move left/down/up/right | ✅ Supported |
94
+ | `w` | Next word | ✅ Supported |
95
+ | `e` | End of word | ✅ Supported |
96
+ | `b` | Previous word | ✅ Supported |
97
+ | `0` | Start of line | ✅ Supported |
98
+ | `$` | End of line | ✅ Supported |
99
+ | `^` | First non-whitespace character | ✅ Supported |
100
+ | `gg` | Start of input | ✅ Supported |
101
+ | `G` | End of input | ✅ Supported |
102
+
103
+ ### Editing (NORMAL Mode)
104
+
105
+ | Command | Action | CodeBuddy Support |
106
+ | :------------------- | :----------------------- | :---------------- |
107
+ | `x` | Delete character | ✅ Supported |
108
+ | `dd` | Delete line | ✅ Supported |
109
+ | `D` | Delete to end of line | ✅ Supported |
110
+ | `dw`/`de`/`db` | Delete word/to end/to start | ✅ Supported |
111
+ | `cc` | Change line | ✅ Supported |
112
+ | `C` | Change to end of line | ✅ Supported |
113
+ | `cw`/`ce`/`cb` | Change word/to end/to start | ✅ Supported |
114
+ | `.` | Repeat last change | ✅ Supported |
115
+
116
+ ## Command History
117
+
118
+ CodeBuddy Code maintains command history for the current session:
119
+
120
+ * History is stored by working directory
121
+ * Use `/clear` to start a fresh conversation (old conversations can be resumed via `/resume`)
122
+ * Navigate using Up/Down arrow keys (see keyboard shortcuts above)
123
+ * **Note**: History expansion (`!`) is disabled by default
124
+
125
+ ### Reverse Search with Ctrl+R
126
+
127
+ Press `Ctrl+R` to interactively search your command history:
128
+
129
+ 1. **Start search**: Press `Ctrl+R` to activate reverse history search
130
+ 2. **Enter query**: Type text to search in previous commands - search terms will be highlighted in matching results
131
+ 3. **Navigate matches**: Press `Ctrl+R` again to cycle through earlier matches
132
+ 4. **Accept match**:
133
+ * Press `Tab` or `Esc` to accept the current match and continue editing
134
+ * Press `Enter` to accept and execute the command immediately
135
+ 5. **Cancel search**:
136
+ * Press `Ctrl+C` to cancel and restore original input
137
+ * Press `Backspace` on empty search to cancel
138
+
139
+ The search displays matching commands and highlights search terms, making it easy to find and reuse previous inputs.
140
+
141
+ ## Background Bash Commands
142
+
143
+ CodeBuddy Code supports running bash commands in the background, allowing you to continue working while long-running processes execute.
144
+
145
+ ### How Background Execution Works
146
+
147
+ When CodeBuddy Code runs a command in the background, it runs the command asynchronously and immediately returns a background task ID. CodeBuddy Code can respond to new prompts while the command continues to execute in the background.
148
+
149
+ To run a command in the background, you can:
150
+
151
+ * Prompt CodeBuddy Code to run the command in the background
152
+ * Press `Ctrl+B` to move a regular Bash tool call to the background. (Tmux users must press `Ctrl+B` twice due to tmux's prefix key.)
153
+
154
+ **Key features:**
155
+
156
+ * Output is buffered and CodeBuddy can retrieve it using the BashOutput tool
157
+ * Background tasks have unique IDs for tracking and output retrieval
158
+ * Background tasks are automatically cleaned up when CodeBuddy Code exits
159
+
160
+ **Common background commands:**
161
+
162
+ * Build tools (webpack, vite, make)
163
+ * Package managers (npm, yarn, pnpm)
164
+ * Test runners (jest, pytest)
165
+ * Development servers
166
+ * Long-running processes (docker, terraform)
167
+
168
+ ### Bash Mode with `!` Prefix
169
+
170
+ Run bash commands directly by prefixing your input with `!`, without going through CodeBuddy:
171
+
172
+ ```bash
173
+ ! npm test
174
+ ! git status
175
+ ! ls -la
176
+ ```
177
+
178
+ Bash mode:
179
+
180
+ * Adds commands and their output to the conversation context
181
+ * Displays live progress and output
182
+ * Supports the same `Ctrl+B` for running long-running commands in the background
183
+ * Doesn't require CodeBuddy to interpret or approve commands
184
+
185
+ This is useful for quick shell operations while maintaining conversation context.
186
+
187
+ ## Permission Modes
188
+
189
+ CodeBuddy Code supports multiple permission modes to control how tool usage is authorized:
190
+
191
+ ### Available Modes
192
+
193
+ | Mode | Description | Toggle Shortcut |
194
+ | :------------------------- | :----------------------------------------------------------------------- | :------------------ |
195
+ | **Normal Mode (Default)** | Asks for confirmation of tool usage based on permission rules | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
196
+ | **Auto-Accept Edits Mode** | Automatically approves file editing operations (Edit/Write), other tools still require confirmation | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
197
+ | **Skip Permissions Mode** | Bypasses all permission checks. Recommended for use only in sandboxes without internet access | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
198
+ | **Plan Mode** | AI will formulate a plan and wait for approval before execution | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
199
+
200
+ ### Toggling Permission Modes
201
+
202
+ * Use `Shift+Tab` (macOS/Linux) or `Alt+M` (Windows) to cycle through modes. **Note: Windows users must use `Alt+M`**
203
+ * Specify startup mode using the `--permission-mode` command line argument:
204
+ ```bash
205
+ codebuddy --permission-mode acceptEdits
206
+ codebuddy --permission-mode bypassPermissions
207
+ codebuddy --permission-mode plan
208
+ ```
209
+ * Set default mode in `settings.json`:
210
+ ```json
211
+ {
212
+ "permissions": {
213
+ "defaultMode": "acceptEdits"
214
+ }
215
+ }
216
+ ```
217
+
218
+ ### Permission Rules
219
+
220
+ Permission modes work in conjunction with permission rules to provide fine-grained control. See the [IAM documentation](iam.md) for details on configuring permission rules.
221
+
222
+ ## Related Documentation
223
+
224
+ * [Slash Commands](slash-commands.md) - Interactive session commands
225
+ * [CLI Reference](cli-reference.md) - Command line flags and options
226
+ * [Settings Configuration](settings.md) - Configuration options
227
+ * [Memory Management](memory.md) - Managing CODEBUDDY.md files
228
+ * [IAM Permissions](iam.md) - Tool permissions and access control
229
+ * [Bash Sandboxing](bash-sandboxing.md) - Bash command sandboxing mode
230
+
231
+ ---
232
+
233
+ > **Tip**: Type `?` at any time in an interactive session to see available shortcuts and commands. Use the `/help` command for more help information.