cc-viewer 1.6.182 → 1.6.183

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 (726) hide show
  1. package/concepts/ar/SubAgent-Search.md +44 -12
  2. package/concepts/ar/Tool-Agent.md +44 -109
  3. package/concepts/ar/Tool-AskUserQuestion.md +51 -66
  4. package/concepts/ar/Tool-Bash.md +27 -155
  5. package/concepts/ar/Tool-CronCreate.md +57 -0
  6. package/concepts/ar/Tool-CronDelete.md +43 -0
  7. package/concepts/ar/Tool-CronList.md +30 -0
  8. package/concepts/ar/Tool-Edit.md +26 -34
  9. package/concepts/ar/Tool-EnterPlanMode.md +21 -114
  10. package/concepts/ar/Tool-EnterWorktree.md +29 -41
  11. package/concepts/ar/Tool-ExitPlanMode.md +28 -48
  12. package/concepts/ar/Tool-ExitWorktree.md +41 -0
  13. package/concepts/ar/Tool-Glob.md +23 -27
  14. package/concepts/ar/Tool-Grep.md +37 -48
  15. package/concepts/ar/Tool-Monitor.md +50 -0
  16. package/concepts/ar/Tool-NotebookEdit.md +27 -21
  17. package/concepts/ar/Tool-PushNotification.md +48 -0
  18. package/concepts/ar/Tool-Read.md +29 -44
  19. package/concepts/ar/Tool-RemoteTrigger.md +73 -0
  20. package/concepts/ar/Tool-ScheduleWakeup.md +56 -0
  21. package/concepts/ar/Tool-SendMessage.md +53 -26
  22. package/concepts/ar/Tool-Skill.md +32 -41
  23. package/concepts/ar/Tool-TaskCreate.md +39 -61
  24. package/concepts/ar/Tool-TaskGet.md +30 -39
  25. package/concepts/ar/Tool-TaskList.md +43 -37
  26. package/concepts/ar/Tool-TaskOutput.md +37 -27
  27. package/concepts/ar/Tool-TaskStop.md +33 -20
  28. package/concepts/ar/Tool-TaskUpdate.md +50 -103
  29. package/concepts/ar/Tool-TeamCreate.md +40 -25
  30. package/concepts/ar/Tool-TeamDelete.md +33 -19
  31. package/concepts/ar/Tool-WebFetch.md +38 -43
  32. package/concepts/ar/Tool-WebSearch.md +40 -47
  33. package/concepts/ar/Tool-Write.md +23 -27
  34. package/concepts/ar/Tool-executeCode.md +36 -30
  35. package/concepts/ar/Tool-getDiagnostics.md +32 -20
  36. package/concepts/ar/Tools.md +1 -1
  37. package/concepts/da/SubAgent-Search.md +44 -12
  38. package/concepts/da/Tool-Agent.md +53 -118
  39. package/concepts/da/Tool-AskUserQuestion.md +54 -69
  40. package/concepts/da/Tool-Bash.md +27 -155
  41. package/concepts/da/Tool-CronCreate.md +57 -0
  42. package/concepts/da/Tool-CronDelete.md +43 -0
  43. package/concepts/da/Tool-CronList.md +30 -0
  44. package/concepts/da/Tool-Edit.md +26 -34
  45. package/concepts/da/Tool-EnterPlanMode.md +22 -115
  46. package/concepts/da/Tool-EnterWorktree.md +29 -41
  47. package/concepts/da/Tool-ExitPlanMode.md +28 -48
  48. package/concepts/da/Tool-ExitWorktree.md +41 -0
  49. package/concepts/da/Tool-Glob.md +23 -27
  50. package/concepts/da/Tool-Grep.md +40 -51
  51. package/concepts/da/Tool-Monitor.md +50 -0
  52. package/concepts/da/Tool-NotebookEdit.md +27 -21
  53. package/concepts/da/Tool-PushNotification.md +48 -0
  54. package/concepts/da/Tool-Read.md +35 -50
  55. package/concepts/da/Tool-RemoteTrigger.md +73 -0
  56. package/concepts/da/Tool-ScheduleWakeup.md +56 -0
  57. package/concepts/da/Tool-SendMessage.md +53 -26
  58. package/concepts/da/Tool-Skill.md +32 -41
  59. package/concepts/da/Tool-TaskCreate.md +39 -61
  60. package/concepts/da/Tool-TaskGet.md +30 -39
  61. package/concepts/da/Tool-TaskList.md +43 -37
  62. package/concepts/da/Tool-TaskOutput.md +37 -27
  63. package/concepts/da/Tool-TaskStop.md +33 -20
  64. package/concepts/da/Tool-TaskUpdate.md +50 -103
  65. package/concepts/da/Tool-TeamCreate.md +40 -25
  66. package/concepts/da/Tool-TeamDelete.md +33 -19
  67. package/concepts/da/Tool-WebFetch.md +44 -49
  68. package/concepts/da/Tool-WebSearch.md +36 -43
  69. package/concepts/da/Tool-Write.md +23 -27
  70. package/concepts/da/Tool-executeCode.md +35 -29
  71. package/concepts/da/Tool-getDiagnostics.md +32 -20
  72. package/concepts/da/Tools.md +1 -1
  73. package/concepts/de/SubAgent-Search.md +44 -12
  74. package/concepts/de/Tool-Agent.md +44 -109
  75. package/concepts/de/Tool-AskUserQuestion.md +51 -66
  76. package/concepts/de/Tool-Bash.md +27 -155
  77. package/concepts/de/Tool-CronCreate.md +57 -0
  78. package/concepts/de/Tool-CronDelete.md +43 -0
  79. package/concepts/de/Tool-CronList.md +30 -0
  80. package/concepts/de/Tool-Edit.md +26 -34
  81. package/concepts/de/Tool-EnterPlanMode.md +21 -114
  82. package/concepts/de/Tool-EnterWorktree.md +29 -41
  83. package/concepts/de/Tool-ExitPlanMode.md +28 -48
  84. package/concepts/de/Tool-ExitWorktree.md +41 -0
  85. package/concepts/de/Tool-Glob.md +23 -27
  86. package/concepts/de/Tool-Grep.md +37 -48
  87. package/concepts/de/Tool-Monitor.md +50 -0
  88. package/concepts/de/Tool-NotebookEdit.md +27 -21
  89. package/concepts/de/Tool-PushNotification.md +48 -0
  90. package/concepts/de/Tool-Read.md +29 -44
  91. package/concepts/de/Tool-RemoteTrigger.md +73 -0
  92. package/concepts/de/Tool-ScheduleWakeup.md +56 -0
  93. package/concepts/de/Tool-SendMessage.md +53 -26
  94. package/concepts/de/Tool-Skill.md +32 -41
  95. package/concepts/de/Tool-TaskCreate.md +39 -61
  96. package/concepts/de/Tool-TaskGet.md +30 -39
  97. package/concepts/de/Tool-TaskList.md +43 -37
  98. package/concepts/de/Tool-TaskOutput.md +37 -27
  99. package/concepts/de/Tool-TaskStop.md +33 -20
  100. package/concepts/de/Tool-TaskUpdate.md +49 -102
  101. package/concepts/de/Tool-TeamCreate.md +40 -25
  102. package/concepts/de/Tool-TeamDelete.md +33 -19
  103. package/concepts/de/Tool-WebFetch.md +38 -43
  104. package/concepts/de/Tool-WebSearch.md +40 -47
  105. package/concepts/de/Tool-Write.md +23 -27
  106. package/concepts/de/Tool-executeCode.md +36 -30
  107. package/concepts/de/Tool-getDiagnostics.md +32 -20
  108. package/concepts/de/Tools.md +1 -1
  109. package/concepts/en/SubAgent-Search.md +44 -12
  110. package/concepts/en/Tool-Agent.md +44 -109
  111. package/concepts/en/Tool-AskUserQuestion.md +51 -66
  112. package/concepts/en/Tool-Bash.md +27 -155
  113. package/concepts/en/Tool-CronCreate.md +57 -0
  114. package/concepts/en/Tool-CronDelete.md +43 -0
  115. package/concepts/en/Tool-CronList.md +30 -0
  116. package/concepts/en/Tool-Edit.md +26 -34
  117. package/concepts/en/Tool-EnterPlanMode.md +21 -114
  118. package/concepts/en/Tool-EnterWorktree.md +29 -41
  119. package/concepts/en/Tool-ExitPlanMode.md +28 -48
  120. package/concepts/en/Tool-ExitWorktree.md +41 -0
  121. package/concepts/en/Tool-Glob.md +23 -27
  122. package/concepts/en/Tool-Grep.md +37 -48
  123. package/concepts/en/Tool-Monitor.md +50 -0
  124. package/concepts/en/Tool-NotebookEdit.md +27 -21
  125. package/concepts/en/Tool-PushNotification.md +48 -0
  126. package/concepts/en/Tool-Read.md +29 -44
  127. package/concepts/en/Tool-RemoteTrigger.md +73 -0
  128. package/concepts/en/Tool-ScheduleWakeup.md +56 -0
  129. package/concepts/en/Tool-SendMessage.md +53 -26
  130. package/concepts/en/Tool-Skill.md +32 -41
  131. package/concepts/en/Tool-TaskCreate.md +39 -61
  132. package/concepts/en/Tool-TaskGet.md +30 -39
  133. package/concepts/en/Tool-TaskList.md +43 -37
  134. package/concepts/en/Tool-TaskOutput.md +37 -27
  135. package/concepts/en/Tool-TaskStop.md +33 -20
  136. package/concepts/en/Tool-TaskUpdate.md +49 -102
  137. package/concepts/en/Tool-TeamCreate.md +40 -25
  138. package/concepts/en/Tool-TeamDelete.md +33 -19
  139. package/concepts/en/Tool-WebFetch.md +38 -43
  140. package/concepts/en/Tool-WebSearch.md +40 -47
  141. package/concepts/en/Tool-Write.md +23 -27
  142. package/concepts/en/Tool-executeCode.md +36 -30
  143. package/concepts/en/Tool-getDiagnostics.md +32 -20
  144. package/concepts/en/Tools.md +1 -1
  145. package/concepts/es/SubAgent-Search.md +44 -12
  146. package/concepts/es/Tool-Agent.md +44 -109
  147. package/concepts/es/Tool-AskUserQuestion.md +51 -66
  148. package/concepts/es/Tool-Bash.md +27 -155
  149. package/concepts/es/Tool-CronCreate.md +57 -0
  150. package/concepts/es/Tool-CronDelete.md +43 -0
  151. package/concepts/es/Tool-CronList.md +30 -0
  152. package/concepts/es/Tool-Edit.md +26 -34
  153. package/concepts/es/Tool-EnterPlanMode.md +21 -114
  154. package/concepts/es/Tool-EnterWorktree.md +29 -41
  155. package/concepts/es/Tool-ExitPlanMode.md +28 -48
  156. package/concepts/es/Tool-ExitWorktree.md +41 -0
  157. package/concepts/es/Tool-Glob.md +23 -27
  158. package/concepts/es/Tool-Grep.md +37 -48
  159. package/concepts/es/Tool-Monitor.md +50 -0
  160. package/concepts/es/Tool-NotebookEdit.md +27 -21
  161. package/concepts/es/Tool-PushNotification.md +48 -0
  162. package/concepts/es/Tool-Read.md +29 -44
  163. package/concepts/es/Tool-RemoteTrigger.md +73 -0
  164. package/concepts/es/Tool-ScheduleWakeup.md +56 -0
  165. package/concepts/es/Tool-SendMessage.md +53 -26
  166. package/concepts/es/Tool-Skill.md +32 -41
  167. package/concepts/es/Tool-TaskCreate.md +39 -61
  168. package/concepts/es/Tool-TaskGet.md +30 -39
  169. package/concepts/es/Tool-TaskList.md +44 -37
  170. package/concepts/es/Tool-TaskOutput.md +37 -27
  171. package/concepts/es/Tool-TaskStop.md +33 -20
  172. package/concepts/es/Tool-TaskUpdate.md +49 -102
  173. package/concepts/es/Tool-TeamCreate.md +40 -25
  174. package/concepts/es/Tool-TeamDelete.md +33 -19
  175. package/concepts/es/Tool-WebFetch.md +38 -43
  176. package/concepts/es/Tool-WebSearch.md +40 -47
  177. package/concepts/es/Tool-Write.md +23 -27
  178. package/concepts/es/Tool-executeCode.md +36 -30
  179. package/concepts/es/Tool-getDiagnostics.md +32 -20
  180. package/concepts/es/Tools.md +1 -1
  181. package/concepts/fr/SubAgent-Search.md +45 -13
  182. package/concepts/fr/Tool-Agent.md +44 -109
  183. package/concepts/fr/Tool-AskUserQuestion.md +51 -66
  184. package/concepts/fr/Tool-Bash.md +27 -155
  185. package/concepts/fr/Tool-CronCreate.md +57 -0
  186. package/concepts/fr/Tool-CronDelete.md +43 -0
  187. package/concepts/fr/Tool-CronList.md +30 -0
  188. package/concepts/fr/Tool-Edit.md +26 -34
  189. package/concepts/fr/Tool-EnterPlanMode.md +21 -114
  190. package/concepts/fr/Tool-EnterWorktree.md +29 -41
  191. package/concepts/fr/Tool-ExitPlanMode.md +28 -48
  192. package/concepts/fr/Tool-ExitWorktree.md +41 -0
  193. package/concepts/fr/Tool-Glob.md +23 -27
  194. package/concepts/fr/Tool-Grep.md +37 -48
  195. package/concepts/fr/Tool-Monitor.md +50 -0
  196. package/concepts/fr/Tool-NotebookEdit.md +27 -21
  197. package/concepts/fr/Tool-PushNotification.md +48 -0
  198. package/concepts/fr/Tool-Read.md +29 -44
  199. package/concepts/fr/Tool-RemoteTrigger.md +73 -0
  200. package/concepts/fr/Tool-ScheduleWakeup.md +56 -0
  201. package/concepts/fr/Tool-SendMessage.md +53 -26
  202. package/concepts/fr/Tool-Skill.md +32 -41
  203. package/concepts/fr/Tool-TaskCreate.md +39 -61
  204. package/concepts/fr/Tool-TaskGet.md +30 -39
  205. package/concepts/fr/Tool-TaskList.md +43 -37
  206. package/concepts/fr/Tool-TaskOutput.md +37 -27
  207. package/concepts/fr/Tool-TaskStop.md +33 -20
  208. package/concepts/fr/Tool-TaskUpdate.md +50 -103
  209. package/concepts/fr/Tool-TeamCreate.md +40 -25
  210. package/concepts/fr/Tool-TeamDelete.md +33 -19
  211. package/concepts/fr/Tool-WebFetch.md +38 -43
  212. package/concepts/fr/Tool-WebSearch.md +40 -47
  213. package/concepts/fr/Tool-Write.md +23 -27
  214. package/concepts/fr/Tool-executeCode.md +36 -30
  215. package/concepts/fr/Tool-getDiagnostics.md +32 -20
  216. package/concepts/fr/Tools.md +1 -1
  217. package/concepts/it/SubAgent-Search.md +44 -12
  218. package/concepts/it/Tool-Agent.md +44 -109
  219. package/concepts/it/Tool-AskUserQuestion.md +51 -66
  220. package/concepts/it/Tool-Bash.md +27 -155
  221. package/concepts/it/Tool-CronCreate.md +57 -0
  222. package/concepts/it/Tool-CronDelete.md +43 -0
  223. package/concepts/it/Tool-CronList.md +30 -0
  224. package/concepts/it/Tool-Edit.md +26 -34
  225. package/concepts/it/Tool-EnterPlanMode.md +21 -114
  226. package/concepts/it/Tool-EnterWorktree.md +29 -41
  227. package/concepts/it/Tool-ExitPlanMode.md +28 -48
  228. package/concepts/it/Tool-ExitWorktree.md +41 -0
  229. package/concepts/it/Tool-Glob.md +23 -27
  230. package/concepts/it/Tool-Grep.md +37 -48
  231. package/concepts/it/Tool-Monitor.md +50 -0
  232. package/concepts/it/Tool-NotebookEdit.md +27 -21
  233. package/concepts/it/Tool-PushNotification.md +48 -0
  234. package/concepts/it/Tool-Read.md +29 -44
  235. package/concepts/it/Tool-RemoteTrigger.md +73 -0
  236. package/concepts/it/Tool-ScheduleWakeup.md +56 -0
  237. package/concepts/it/Tool-SendMessage.md +53 -26
  238. package/concepts/it/Tool-Skill.md +32 -41
  239. package/concepts/it/Tool-TaskCreate.md +39 -61
  240. package/concepts/it/Tool-TaskGet.md +30 -39
  241. package/concepts/it/Tool-TaskList.md +44 -37
  242. package/concepts/it/Tool-TaskOutput.md +37 -27
  243. package/concepts/it/Tool-TaskStop.md +33 -20
  244. package/concepts/it/Tool-TaskUpdate.md +50 -103
  245. package/concepts/it/Tool-TeamCreate.md +40 -25
  246. package/concepts/it/Tool-TeamDelete.md +33 -19
  247. package/concepts/it/Tool-WebFetch.md +38 -43
  248. package/concepts/it/Tool-WebSearch.md +40 -47
  249. package/concepts/it/Tool-Write.md +23 -27
  250. package/concepts/it/Tool-executeCode.md +36 -30
  251. package/concepts/it/Tool-getDiagnostics.md +32 -20
  252. package/concepts/it/Tools.md +1 -1
  253. package/concepts/ja/SubAgent-Search.md +44 -12
  254. package/concepts/ja/Tool-Agent.md +44 -109
  255. package/concepts/ja/Tool-AskUserQuestion.md +51 -66
  256. package/concepts/ja/Tool-Bash.md +27 -155
  257. package/concepts/ja/Tool-CronCreate.md +57 -0
  258. package/concepts/ja/Tool-CronDelete.md +43 -0
  259. package/concepts/ja/Tool-CronList.md +30 -0
  260. package/concepts/ja/Tool-Edit.md +26 -34
  261. package/concepts/ja/Tool-EnterPlanMode.md +21 -114
  262. package/concepts/ja/Tool-EnterWorktree.md +29 -41
  263. package/concepts/ja/Tool-ExitPlanMode.md +28 -48
  264. package/concepts/ja/Tool-ExitWorktree.md +41 -0
  265. package/concepts/ja/Tool-Glob.md +23 -27
  266. package/concepts/ja/Tool-Grep.md +37 -48
  267. package/concepts/ja/Tool-Monitor.md +50 -0
  268. package/concepts/ja/Tool-NotebookEdit.md +27 -21
  269. package/concepts/ja/Tool-PushNotification.md +48 -0
  270. package/concepts/ja/Tool-Read.md +29 -44
  271. package/concepts/ja/Tool-RemoteTrigger.md +73 -0
  272. package/concepts/ja/Tool-ScheduleWakeup.md +56 -0
  273. package/concepts/ja/Tool-SendMessage.md +53 -26
  274. package/concepts/ja/Tool-Skill.md +32 -41
  275. package/concepts/ja/Tool-TaskCreate.md +39 -61
  276. package/concepts/ja/Tool-TaskGet.md +30 -39
  277. package/concepts/ja/Tool-TaskList.md +43 -37
  278. package/concepts/ja/Tool-TaskOutput.md +37 -27
  279. package/concepts/ja/Tool-TaskStop.md +33 -20
  280. package/concepts/ja/Tool-TaskUpdate.md +50 -103
  281. package/concepts/ja/Tool-TeamCreate.md +40 -25
  282. package/concepts/ja/Tool-TeamDelete.md +33 -19
  283. package/concepts/ja/Tool-WebFetch.md +38 -43
  284. package/concepts/ja/Tool-WebSearch.md +40 -47
  285. package/concepts/ja/Tool-Write.md +23 -27
  286. package/concepts/ja/Tool-executeCode.md +36 -30
  287. package/concepts/ja/Tool-getDiagnostics.md +32 -20
  288. package/concepts/ja/Tools.md +1 -1
  289. package/concepts/ko/SubAgent-Search.md +44 -12
  290. package/concepts/ko/Tool-Agent.md +44 -109
  291. package/concepts/ko/Tool-AskUserQuestion.md +58 -73
  292. package/concepts/ko/Tool-Bash.md +27 -155
  293. package/concepts/ko/Tool-CronCreate.md +57 -0
  294. package/concepts/ko/Tool-CronDelete.md +43 -0
  295. package/concepts/ko/Tool-CronList.md +30 -0
  296. package/concepts/ko/Tool-Edit.md +26 -34
  297. package/concepts/ko/Tool-EnterPlanMode.md +22 -115
  298. package/concepts/ko/Tool-EnterWorktree.md +29 -41
  299. package/concepts/ko/Tool-ExitPlanMode.md +28 -48
  300. package/concepts/ko/Tool-ExitWorktree.md +41 -0
  301. package/concepts/ko/Tool-Glob.md +23 -27
  302. package/concepts/ko/Tool-Grep.md +44 -55
  303. package/concepts/ko/Tool-Monitor.md +50 -0
  304. package/concepts/ko/Tool-NotebookEdit.md +28 -22
  305. package/concepts/ko/Tool-PushNotification.md +48 -0
  306. package/concepts/ko/Tool-Read.md +39 -54
  307. package/concepts/ko/Tool-RemoteTrigger.md +73 -0
  308. package/concepts/ko/Tool-ScheduleWakeup.md +56 -0
  309. package/concepts/ko/Tool-SendMessage.md +54 -27
  310. package/concepts/ko/Tool-Skill.md +32 -41
  311. package/concepts/ko/Tool-TaskCreate.md +39 -61
  312. package/concepts/ko/Tool-TaskGet.md +30 -39
  313. package/concepts/ko/Tool-TaskList.md +44 -38
  314. package/concepts/ko/Tool-TaskOutput.md +38 -28
  315. package/concepts/ko/Tool-TaskStop.md +34 -21
  316. package/concepts/ko/Tool-TaskUpdate.md +50 -103
  317. package/concepts/ko/Tool-TeamCreate.md +41 -26
  318. package/concepts/ko/Tool-TeamDelete.md +33 -19
  319. package/concepts/ko/Tool-WebFetch.md +48 -53
  320. package/concepts/ko/Tool-WebSearch.md +36 -43
  321. package/concepts/ko/Tool-Write.md +23 -27
  322. package/concepts/ko/Tool-executeCode.md +36 -30
  323. package/concepts/ko/Tool-getDiagnostics.md +33 -21
  324. package/concepts/ko/Tools.md +1 -1
  325. package/concepts/no/SubAgent-Search.md +44 -12
  326. package/concepts/no/Tool-Agent.md +53 -118
  327. package/concepts/no/Tool-AskUserQuestion.md +54 -69
  328. package/concepts/no/Tool-Bash.md +27 -155
  329. package/concepts/no/Tool-CronCreate.md +57 -0
  330. package/concepts/no/Tool-CronDelete.md +43 -0
  331. package/concepts/no/Tool-CronList.md +30 -0
  332. package/concepts/no/Tool-Edit.md +26 -34
  333. package/concepts/no/Tool-EnterPlanMode.md +22 -115
  334. package/concepts/no/Tool-EnterWorktree.md +29 -41
  335. package/concepts/no/Tool-ExitPlanMode.md +28 -48
  336. package/concepts/no/Tool-ExitWorktree.md +41 -0
  337. package/concepts/no/Tool-Glob.md +23 -27
  338. package/concepts/no/Tool-Grep.md +40 -51
  339. package/concepts/no/Tool-Monitor.md +50 -0
  340. package/concepts/no/Tool-NotebookEdit.md +27 -21
  341. package/concepts/no/Tool-PushNotification.md +48 -0
  342. package/concepts/no/Tool-Read.md +35 -50
  343. package/concepts/no/Tool-RemoteTrigger.md +73 -0
  344. package/concepts/no/Tool-ScheduleWakeup.md +56 -0
  345. package/concepts/no/Tool-SendMessage.md +53 -26
  346. package/concepts/no/Tool-Skill.md +32 -41
  347. package/concepts/no/Tool-TaskCreate.md +39 -61
  348. package/concepts/no/Tool-TaskGet.md +30 -39
  349. package/concepts/no/Tool-TaskList.md +43 -37
  350. package/concepts/no/Tool-TaskOutput.md +37 -27
  351. package/concepts/no/Tool-TaskStop.md +33 -20
  352. package/concepts/no/Tool-TaskUpdate.md +50 -103
  353. package/concepts/no/Tool-TeamCreate.md +40 -25
  354. package/concepts/no/Tool-TeamDelete.md +33 -19
  355. package/concepts/no/Tool-WebFetch.md +44 -49
  356. package/concepts/no/Tool-WebSearch.md +36 -43
  357. package/concepts/no/Tool-Write.md +23 -27
  358. package/concepts/no/Tool-executeCode.md +35 -29
  359. package/concepts/no/Tool-getDiagnostics.md +32 -20
  360. package/concepts/no/Tools.md +1 -1
  361. package/concepts/pl/SubAgent-Search.md +44 -12
  362. package/concepts/pl/Tool-Agent.md +44 -109
  363. package/concepts/pl/Tool-AskUserQuestion.md +51 -66
  364. package/concepts/pl/Tool-Bash.md +27 -155
  365. package/concepts/pl/Tool-CronCreate.md +57 -0
  366. package/concepts/pl/Tool-CronDelete.md +43 -0
  367. package/concepts/pl/Tool-CronList.md +30 -0
  368. package/concepts/pl/Tool-Edit.md +26 -34
  369. package/concepts/pl/Tool-EnterPlanMode.md +21 -114
  370. package/concepts/pl/Tool-EnterWorktree.md +29 -41
  371. package/concepts/pl/Tool-ExitPlanMode.md +28 -48
  372. package/concepts/pl/Tool-ExitWorktree.md +41 -0
  373. package/concepts/pl/Tool-Glob.md +23 -27
  374. package/concepts/pl/Tool-Grep.md +37 -48
  375. package/concepts/pl/Tool-Monitor.md +50 -0
  376. package/concepts/pl/Tool-NotebookEdit.md +27 -21
  377. package/concepts/pl/Tool-PushNotification.md +48 -0
  378. package/concepts/pl/Tool-Read.md +29 -44
  379. package/concepts/pl/Tool-RemoteTrigger.md +73 -0
  380. package/concepts/pl/Tool-ScheduleWakeup.md +56 -0
  381. package/concepts/pl/Tool-SendMessage.md +53 -26
  382. package/concepts/pl/Tool-Skill.md +32 -41
  383. package/concepts/pl/Tool-TaskCreate.md +39 -61
  384. package/concepts/pl/Tool-TaskGet.md +30 -39
  385. package/concepts/pl/Tool-TaskList.md +43 -37
  386. package/concepts/pl/Tool-TaskOutput.md +37 -27
  387. package/concepts/pl/Tool-TaskStop.md +33 -20
  388. package/concepts/pl/Tool-TaskUpdate.md +49 -102
  389. package/concepts/pl/Tool-TeamCreate.md +40 -25
  390. package/concepts/pl/Tool-TeamDelete.md +33 -19
  391. package/concepts/pl/Tool-WebFetch.md +38 -43
  392. package/concepts/pl/Tool-WebSearch.md +40 -47
  393. package/concepts/pl/Tool-Write.md +23 -27
  394. package/concepts/pl/Tool-executeCode.md +36 -30
  395. package/concepts/pl/Tool-getDiagnostics.md +32 -20
  396. package/concepts/pl/Tools.md +1 -1
  397. package/concepts/pt-BR/SubAgent-Search.md +44 -12
  398. package/concepts/pt-BR/Tool-Agent.md +44 -109
  399. package/concepts/pt-BR/Tool-AskUserQuestion.md +51 -66
  400. package/concepts/pt-BR/Tool-Bash.md +27 -155
  401. package/concepts/pt-BR/Tool-CronCreate.md +57 -0
  402. package/concepts/pt-BR/Tool-CronDelete.md +43 -0
  403. package/concepts/pt-BR/Tool-CronList.md +30 -0
  404. package/concepts/pt-BR/Tool-Edit.md +26 -34
  405. package/concepts/pt-BR/Tool-EnterPlanMode.md +21 -114
  406. package/concepts/pt-BR/Tool-EnterWorktree.md +29 -41
  407. package/concepts/pt-BR/Tool-ExitPlanMode.md +28 -48
  408. package/concepts/pt-BR/Tool-ExitWorktree.md +41 -0
  409. package/concepts/pt-BR/Tool-Glob.md +23 -27
  410. package/concepts/pt-BR/Tool-Grep.md +37 -48
  411. package/concepts/pt-BR/Tool-Monitor.md +50 -0
  412. package/concepts/pt-BR/Tool-NotebookEdit.md +27 -21
  413. package/concepts/pt-BR/Tool-PushNotification.md +48 -0
  414. package/concepts/pt-BR/Tool-Read.md +29 -44
  415. package/concepts/pt-BR/Tool-RemoteTrigger.md +73 -0
  416. package/concepts/pt-BR/Tool-ScheduleWakeup.md +56 -0
  417. package/concepts/pt-BR/Tool-SendMessage.md +53 -26
  418. package/concepts/pt-BR/Tool-Skill.md +32 -41
  419. package/concepts/pt-BR/Tool-TaskCreate.md +39 -61
  420. package/concepts/pt-BR/Tool-TaskGet.md +30 -39
  421. package/concepts/pt-BR/Tool-TaskList.md +43 -37
  422. package/concepts/pt-BR/Tool-TaskOutput.md +37 -27
  423. package/concepts/pt-BR/Tool-TaskStop.md +33 -20
  424. package/concepts/pt-BR/Tool-TaskUpdate.md +50 -103
  425. package/concepts/pt-BR/Tool-TeamCreate.md +40 -25
  426. package/concepts/pt-BR/Tool-TeamDelete.md +33 -19
  427. package/concepts/pt-BR/Tool-WebFetch.md +38 -43
  428. package/concepts/pt-BR/Tool-WebSearch.md +40 -47
  429. package/concepts/pt-BR/Tool-Write.md +23 -27
  430. package/concepts/pt-BR/Tool-executeCode.md +36 -30
  431. package/concepts/pt-BR/Tool-getDiagnostics.md +32 -20
  432. package/concepts/pt-BR/Tools.md +1 -1
  433. package/concepts/ru/SubAgent-Search.md +44 -12
  434. package/concepts/ru/Tool-Agent.md +44 -109
  435. package/concepts/ru/Tool-AskUserQuestion.md +51 -66
  436. package/concepts/ru/Tool-Bash.md +27 -155
  437. package/concepts/ru/Tool-CronCreate.md +57 -0
  438. package/concepts/ru/Tool-CronDelete.md +43 -0
  439. package/concepts/ru/Tool-CronList.md +30 -0
  440. package/concepts/ru/Tool-Edit.md +26 -34
  441. package/concepts/ru/Tool-EnterPlanMode.md +21 -114
  442. package/concepts/ru/Tool-EnterWorktree.md +29 -41
  443. package/concepts/ru/Tool-ExitPlanMode.md +28 -48
  444. package/concepts/ru/Tool-ExitWorktree.md +41 -0
  445. package/concepts/ru/Tool-Glob.md +23 -27
  446. package/concepts/ru/Tool-Grep.md +37 -48
  447. package/concepts/ru/Tool-Monitor.md +50 -0
  448. package/concepts/ru/Tool-NotebookEdit.md +27 -21
  449. package/concepts/ru/Tool-PushNotification.md +48 -0
  450. package/concepts/ru/Tool-Read.md +29 -44
  451. package/concepts/ru/Tool-RemoteTrigger.md +73 -0
  452. package/concepts/ru/Tool-ScheduleWakeup.md +56 -0
  453. package/concepts/ru/Tool-SendMessage.md +53 -26
  454. package/concepts/ru/Tool-Skill.md +32 -41
  455. package/concepts/ru/Tool-TaskCreate.md +39 -61
  456. package/concepts/ru/Tool-TaskGet.md +30 -39
  457. package/concepts/ru/Tool-TaskList.md +43 -37
  458. package/concepts/ru/Tool-TaskOutput.md +37 -27
  459. package/concepts/ru/Tool-TaskStop.md +33 -20
  460. package/concepts/ru/Tool-TaskUpdate.md +50 -103
  461. package/concepts/ru/Tool-TeamCreate.md +40 -25
  462. package/concepts/ru/Tool-TeamDelete.md +33 -19
  463. package/concepts/ru/Tool-WebFetch.md +38 -43
  464. package/concepts/ru/Tool-WebSearch.md +40 -47
  465. package/concepts/ru/Tool-Write.md +23 -27
  466. package/concepts/ru/Tool-executeCode.md +36 -30
  467. package/concepts/ru/Tool-getDiagnostics.md +32 -20
  468. package/concepts/ru/Tools.md +1 -1
  469. package/concepts/th/Tool-Agent.md +53 -118
  470. package/concepts/th/Tool-AskUserQuestion.md +54 -69
  471. package/concepts/th/Tool-Bash.md +27 -155
  472. package/concepts/th/Tool-CronCreate.md +57 -0
  473. package/concepts/th/Tool-CronDelete.md +43 -0
  474. package/concepts/th/Tool-CronList.md +30 -0
  475. package/concepts/th/Tool-Edit.md +26 -34
  476. package/concepts/th/Tool-EnterPlanMode.md +22 -115
  477. package/concepts/th/Tool-EnterWorktree.md +29 -41
  478. package/concepts/th/Tool-ExitPlanMode.md +28 -48
  479. package/concepts/th/Tool-ExitWorktree.md +42 -0
  480. package/concepts/th/Tool-Glob.md +23 -27
  481. package/concepts/th/Tool-Grep.md +40 -51
  482. package/concepts/th/Tool-Monitor.md +50 -0
  483. package/concepts/th/Tool-NotebookEdit.md +27 -21
  484. package/concepts/th/Tool-PushNotification.md +48 -0
  485. package/concepts/th/Tool-Read.md +35 -50
  486. package/concepts/th/Tool-RemoteTrigger.md +73 -0
  487. package/concepts/th/Tool-ScheduleWakeup.md +56 -0
  488. package/concepts/th/Tool-SendMessage.md +53 -26
  489. package/concepts/th/Tool-Skill.md +32 -41
  490. package/concepts/th/Tool-TaskCreate.md +39 -61
  491. package/concepts/th/Tool-TaskGet.md +30 -39
  492. package/concepts/th/Tool-TaskList.md +43 -37
  493. package/concepts/th/Tool-TaskOutput.md +37 -27
  494. package/concepts/th/Tool-TaskStop.md +33 -20
  495. package/concepts/th/Tool-TaskUpdate.md +50 -103
  496. package/concepts/th/Tool-TeamCreate.md +40 -25
  497. package/concepts/th/Tool-TeamDelete.md +33 -19
  498. package/concepts/th/Tools.md +1 -1
  499. package/concepts/tr/SubAgent-Search.md +44 -12
  500. package/concepts/tr/Tool-Agent.md +53 -118
  501. package/concepts/tr/Tool-AskUserQuestion.md +54 -69
  502. package/concepts/tr/Tool-Bash.md +27 -155
  503. package/concepts/tr/Tool-CronCreate.md +57 -0
  504. package/concepts/tr/Tool-CronDelete.md +43 -0
  505. package/concepts/tr/Tool-CronList.md +30 -0
  506. package/concepts/tr/Tool-Edit.md +26 -34
  507. package/concepts/tr/Tool-EnterPlanMode.md +22 -115
  508. package/concepts/tr/Tool-EnterWorktree.md +29 -41
  509. package/concepts/tr/Tool-ExitPlanMode.md +28 -48
  510. package/concepts/tr/Tool-ExitWorktree.md +41 -0
  511. package/concepts/tr/Tool-Glob.md +23 -27
  512. package/concepts/tr/Tool-Grep.md +40 -51
  513. package/concepts/tr/Tool-Monitor.md +50 -0
  514. package/concepts/tr/Tool-NotebookEdit.md +27 -21
  515. package/concepts/tr/Tool-PushNotification.md +48 -0
  516. package/concepts/tr/Tool-Read.md +35 -50
  517. package/concepts/tr/Tool-RemoteTrigger.md +73 -0
  518. package/concepts/tr/Tool-ScheduleWakeup.md +56 -0
  519. package/concepts/tr/Tool-SendMessage.md +53 -26
  520. package/concepts/tr/Tool-Skill.md +32 -41
  521. package/concepts/tr/Tool-TaskCreate.md +39 -61
  522. package/concepts/tr/Tool-TaskGet.md +30 -39
  523. package/concepts/tr/Tool-TaskList.md +43 -37
  524. package/concepts/tr/Tool-TaskOutput.md +37 -27
  525. package/concepts/tr/Tool-TaskStop.md +33 -20
  526. package/concepts/tr/Tool-TaskUpdate.md +50 -103
  527. package/concepts/tr/Tool-TeamCreate.md +40 -25
  528. package/concepts/tr/Tool-TeamDelete.md +33 -19
  529. package/concepts/tr/Tool-WebFetch.md +44 -49
  530. package/concepts/tr/Tool-WebSearch.md +36 -43
  531. package/concepts/tr/Tool-Write.md +23 -27
  532. package/concepts/tr/Tool-executeCode.md +35 -29
  533. package/concepts/tr/Tool-getDiagnostics.md +32 -20
  534. package/concepts/tr/Tools.md +1 -1
  535. package/concepts/uk/SubAgent-Search.md +44 -12
  536. package/concepts/uk/Tool-Agent.md +44 -109
  537. package/concepts/uk/Tool-AskUserQuestion.md +51 -66
  538. package/concepts/uk/Tool-Bash.md +27 -155
  539. package/concepts/uk/Tool-CronCreate.md +57 -0
  540. package/concepts/uk/Tool-CronDelete.md +43 -0
  541. package/concepts/uk/Tool-CronList.md +30 -0
  542. package/concepts/uk/Tool-Edit.md +26 -34
  543. package/concepts/uk/Tool-EnterPlanMode.md +21 -114
  544. package/concepts/uk/Tool-EnterWorktree.md +29 -41
  545. package/concepts/uk/Tool-ExitPlanMode.md +28 -48
  546. package/concepts/uk/Tool-ExitWorktree.md +41 -0
  547. package/concepts/uk/Tool-Glob.md +23 -27
  548. package/concepts/uk/Tool-Grep.md +37 -48
  549. package/concepts/uk/Tool-Monitor.md +50 -0
  550. package/concepts/uk/Tool-NotebookEdit.md +27 -21
  551. package/concepts/uk/Tool-PushNotification.md +48 -0
  552. package/concepts/uk/Tool-Read.md +29 -44
  553. package/concepts/uk/Tool-RemoteTrigger.md +73 -0
  554. package/concepts/uk/Tool-ScheduleWakeup.md +56 -0
  555. package/concepts/uk/Tool-SendMessage.md +53 -26
  556. package/concepts/uk/Tool-Skill.md +32 -41
  557. package/concepts/uk/Tool-TaskCreate.md +39 -61
  558. package/concepts/uk/Tool-TaskGet.md +30 -39
  559. package/concepts/uk/Tool-TaskList.md +43 -37
  560. package/concepts/uk/Tool-TaskOutput.md +37 -27
  561. package/concepts/uk/Tool-TaskStop.md +33 -20
  562. package/concepts/uk/Tool-TaskUpdate.md +50 -103
  563. package/concepts/uk/Tool-TeamCreate.md +40 -25
  564. package/concepts/uk/Tool-TeamDelete.md +33 -19
  565. package/concepts/uk/Tool-WebFetch.md +38 -43
  566. package/concepts/uk/Tool-WebSearch.md +40 -47
  567. package/concepts/uk/Tool-Write.md +23 -27
  568. package/concepts/uk/Tool-executeCode.md +36 -30
  569. package/concepts/uk/Tool-getDiagnostics.md +32 -20
  570. package/concepts/uk/Tools.md +1 -1
  571. package/concepts/zh/SubAgent-Search.md +44 -12
  572. package/concepts/zh/Tool-Agent.md +44 -109
  573. package/concepts/zh/Tool-AskUserQuestion.md +51 -66
  574. package/concepts/zh/Tool-Bash.md +27 -155
  575. package/concepts/zh/Tool-CronCreate.md +57 -0
  576. package/concepts/zh/Tool-CronDelete.md +43 -0
  577. package/concepts/zh/Tool-CronList.md +30 -0
  578. package/concepts/zh/Tool-Edit.md +26 -34
  579. package/concepts/zh/Tool-EnterPlanMode.md +21 -114
  580. package/concepts/zh/Tool-EnterWorktree.md +29 -41
  581. package/concepts/zh/Tool-ExitPlanMode.md +28 -48
  582. package/concepts/zh/Tool-ExitWorktree.md +41 -0
  583. package/concepts/zh/Tool-Glob.md +23 -27
  584. package/concepts/zh/Tool-Grep.md +37 -48
  585. package/concepts/zh/Tool-Monitor.md +50 -0
  586. package/concepts/zh/Tool-NotebookEdit.md +27 -21
  587. package/concepts/zh/Tool-PushNotification.md +48 -0
  588. package/concepts/zh/Tool-Read.md +29 -44
  589. package/concepts/zh/Tool-RemoteTrigger.md +73 -0
  590. package/concepts/zh/Tool-ScheduleWakeup.md +56 -0
  591. package/concepts/zh/Tool-SendMessage.md +53 -26
  592. package/concepts/zh/Tool-Skill.md +32 -41
  593. package/concepts/zh/Tool-TaskCreate.md +39 -61
  594. package/concepts/zh/Tool-TaskGet.md +30 -39
  595. package/concepts/zh/Tool-TaskList.md +43 -37
  596. package/concepts/zh/Tool-TaskOutput.md +37 -27
  597. package/concepts/zh/Tool-TaskStop.md +33 -20
  598. package/concepts/zh/Tool-TaskUpdate.md +50 -103
  599. package/concepts/zh/Tool-TeamCreate.md +40 -25
  600. package/concepts/zh/Tool-TeamDelete.md +33 -19
  601. package/concepts/zh/Tool-WebFetch.md +38 -43
  602. package/concepts/zh/Tool-WebSearch.md +40 -47
  603. package/concepts/zh/Tool-Write.md +23 -27
  604. package/concepts/zh/Tool-executeCode.md +36 -30
  605. package/concepts/zh/Tool-getDiagnostics.md +32 -20
  606. package/concepts/zh/Tools.md +1 -1
  607. package/concepts/zh-TW/SubAgent-Search.md +44 -12
  608. package/concepts/zh-TW/Tool-Agent.md +44 -109
  609. package/concepts/zh-TW/Tool-AskUserQuestion.md +51 -66
  610. package/concepts/zh-TW/Tool-Bash.md +27 -155
  611. package/concepts/zh-TW/Tool-CronCreate.md +57 -0
  612. package/concepts/zh-TW/Tool-CronDelete.md +43 -0
  613. package/concepts/zh-TW/Tool-CronList.md +30 -0
  614. package/concepts/zh-TW/Tool-Edit.md +26 -34
  615. package/concepts/zh-TW/Tool-EnterPlanMode.md +21 -114
  616. package/concepts/zh-TW/Tool-EnterWorktree.md +29 -41
  617. package/concepts/zh-TW/Tool-ExitPlanMode.md +28 -48
  618. package/concepts/zh-TW/Tool-ExitWorktree.md +41 -0
  619. package/concepts/zh-TW/Tool-Glob.md +23 -27
  620. package/concepts/zh-TW/Tool-Grep.md +37 -48
  621. package/concepts/zh-TW/Tool-Monitor.md +50 -0
  622. package/concepts/zh-TW/Tool-NotebookEdit.md +27 -21
  623. package/concepts/zh-TW/Tool-PushNotification.md +48 -0
  624. package/concepts/zh-TW/Tool-Read.md +29 -44
  625. package/concepts/zh-TW/Tool-RemoteTrigger.md +73 -0
  626. package/concepts/zh-TW/Tool-ScheduleWakeup.md +56 -0
  627. package/concepts/zh-TW/Tool-SendMessage.md +53 -26
  628. package/concepts/zh-TW/Tool-Skill.md +32 -41
  629. package/concepts/zh-TW/Tool-TaskCreate.md +39 -61
  630. package/concepts/zh-TW/Tool-TaskGet.md +30 -39
  631. package/concepts/zh-TW/Tool-TaskList.md +43 -37
  632. package/concepts/zh-TW/Tool-TaskOutput.md +37 -27
  633. package/concepts/zh-TW/Tool-TaskStop.md +33 -20
  634. package/concepts/zh-TW/Tool-TaskUpdate.md +50 -103
  635. package/concepts/zh-TW/Tool-TeamCreate.md +40 -25
  636. package/concepts/zh-TW/Tool-TeamDelete.md +33 -19
  637. package/concepts/zh-TW/Tool-WebFetch.md +38 -43
  638. package/concepts/zh-TW/Tool-WebSearch.md +40 -47
  639. package/concepts/zh-TW/Tool-Write.md +23 -27
  640. package/concepts/zh-TW/Tool-executeCode.md +36 -30
  641. package/concepts/zh-TW/Tool-getDiagnostics.md +32 -20
  642. package/concepts/zh-TW/Tools.md +1 -1
  643. package/dist/assets/App-BHfyP8-J.js +31 -0
  644. package/dist/assets/{AppHeader-CHvhA_pP.css → AppHeader-Dc7WvorH.css} +2 -2
  645. package/dist/assets/{AppHeader.module-Cfep06i2.js → AppHeader.module-W_78JZt9.js} +43 -43
  646. package/dist/assets/{Mobile-M9her8kt.js → Mobile-ca5EOMpN.js} +1 -1
  647. package/dist/assets/{_baseUniq-B9F7jipu.js → _baseUniq-DYSZB4Xx.js} +1 -1
  648. package/dist/assets/{arc-CynSuGRD.js → arc-BChSP8hM.js} +1 -1
  649. package/dist/assets/{architectureDiagram-Q4EWVU46-CaYDh0U8.js → architectureDiagram-Q4EWVU46-vlr5Q6DQ.js} +1 -1
  650. package/dist/assets/{blockDiagram-DXYQGD6D-DH53lUCG.js → blockDiagram-DXYQGD6D-4C3Amh2i.js} +1 -1
  651. package/dist/assets/{c4Diagram-AHTNJAMY-B0Lesax1.js → c4Diagram-AHTNJAMY-wI0efLSs.js} +1 -1
  652. package/dist/assets/channel-d8DITadq.js +1 -0
  653. package/dist/assets/{chunk-4BX2VUAB-CwREaLcn.js → chunk-4BX2VUAB-BX9brpDB.js} +1 -1
  654. package/dist/assets/{chunk-4TB4RGXK-DaysThRr.js → chunk-4TB4RGXK-DvFQ-X9V.js} +1 -1
  655. package/dist/assets/{chunk-55IACEB6--rkNDUme.js → chunk-55IACEB6-BNmYjPNf.js} +1 -1
  656. package/dist/assets/{chunk-EDXVE4YY-Cn_Hw1kB.js → chunk-EDXVE4YY-BNvDPqBE.js} +1 -1
  657. package/dist/assets/{chunk-FMBD7UC4-CHjMpQO_.js → chunk-FMBD7UC4-Bb0LARSp.js} +1 -1
  658. package/dist/assets/{chunk-OYMX7WX6-DxkBZLOn.js → chunk-OYMX7WX6-BwlvIpeD.js} +1 -1
  659. package/dist/assets/{chunk-QZHKN3VN-CEcNQmq8.js → chunk-QZHKN3VN-BS6RK8_X.js} +1 -1
  660. package/dist/assets/{chunk-YZCP3GAM-CVFEY5kV.js → chunk-YZCP3GAM-oOqmydQz.js} +1 -1
  661. package/dist/assets/classDiagram-6PBFFD2Q-B1oRrMCc.js +1 -0
  662. package/dist/assets/classDiagram-v2-HSJHXN6E-B1oRrMCc.js +1 -0
  663. package/dist/assets/clone-BrNOd7Lq.js +1 -0
  664. package/dist/assets/{cose-bilkent-S5V4N54A-DPsF6jLB.js → cose-bilkent-S5V4N54A-CamsIqkY.js} +1 -1
  665. package/dist/assets/{dagre-KV5264BT-QI4QFfbP.js → dagre-KV5264BT-CPAWWiBh.js} +1 -1
  666. package/dist/assets/{diagram-5BDNPKRD-Do0BzIFe.js → diagram-5BDNPKRD-D6TmzGhl.js} +1 -1
  667. package/dist/assets/{diagram-G4DWMVQ6-CVvuZ8FU.js → diagram-G4DWMVQ6-DDuJnMCL.js} +1 -1
  668. package/dist/assets/{diagram-MMDJMWI5-CmeuA2db.js → diagram-MMDJMWI5-CQWhvrpz.js} +1 -1
  669. package/dist/assets/{diagram-TYMM5635-B90Irbks.js → diagram-TYMM5635-CEDj3w_h.js} +1 -1
  670. package/dist/assets/{erDiagram-SMLLAGMA-_3w237ct.js → erDiagram-SMLLAGMA-B_eQqha6.js} +1 -1
  671. package/dist/assets/{flowDiagram-DWJPFMVM-DIR7-K_k.js → flowDiagram-DWJPFMVM-B985i3uQ.js} +1 -1
  672. package/dist/assets/{ganttDiagram-T4ZO3ILL-DtM5nlfx.js → ganttDiagram-T4ZO3ILL-DKp62vr3.js} +1 -1
  673. package/dist/assets/{gitGraphDiagram-UUTBAWPF-FvAMJ2i5.js → gitGraphDiagram-UUTBAWPF-Cc1gyz1Q.js} +1 -1
  674. package/dist/assets/{graph-DvmWkua1.js → graph-C-1-3bsA.js} +1 -1
  675. package/dist/assets/{index-CQ5P7lQi.js → index-LH2WLu05.js} +2 -2
  676. package/dist/assets/{infoDiagram-42DDH7IO-DSF3BTCW.js → infoDiagram-42DDH7IO-DqXaAHZz.js} +1 -1
  677. package/dist/assets/{ishikawaDiagram-UXIWVN3A-BwFoBXkx.js → ishikawaDiagram-UXIWVN3A-zdUdDJX2.js} +1 -1
  678. package/dist/assets/{journeyDiagram-VCZTEJTY-lbgmpsvI.js → journeyDiagram-VCZTEJTY-ip5SzODy.js} +1 -1
  679. package/dist/assets/{kanban-definition-6JOO6SKY-DagC1CXx.js → kanban-definition-6JOO6SKY-D5EYh6AP.js} +1 -1
  680. package/dist/assets/{layout-CYvGQQtB.js → layout-Cjq8AL8G.js} +1 -1
  681. package/dist/assets/{linear-J9f9mKrL.js → linear-U0KsEJ2u.js} +1 -1
  682. package/dist/assets/{mermaid.core-MGw0R-Yr.js → mermaid.core-CT-5crLN.js} +4 -4
  683. package/dist/assets/{min-B3KMZtQG.js → min-C7G6pq26.js} +1 -1
  684. package/dist/assets/{mindmap-definition-QFDTVHPH-CKtAtz4K.js → mindmap-definition-QFDTVHPH-CIzhFOw1.js} +1 -1
  685. package/dist/assets/{pieDiagram-DEJITSTG-DiCs6oG9.js → pieDiagram-DEJITSTG-Cp1Zd1MQ.js} +1 -1
  686. package/dist/assets/{quadrantDiagram-34T5L4WZ-B1V_JsFK.js → quadrantDiagram-34T5L4WZ-Cp31xM90.js} +1 -1
  687. package/dist/assets/{requirementDiagram-MS252O5E-DYZx4toa.js → requirementDiagram-MS252O5E-Dbg_eQqB.js} +1 -1
  688. package/dist/assets/{sankeyDiagram-XADWPNL6-DZtUKtpU.js → sankeyDiagram-XADWPNL6-CMrzwpwC.js} +1 -1
  689. package/dist/assets/{sequenceDiagram-FGHM5R23-CKydm1ev.js → sequenceDiagram-FGHM5R23-KJegoBnN.js} +1 -1
  690. package/dist/assets/{stateDiagram-FHFEXIEX-mmQoyEVR.js → stateDiagram-FHFEXIEX-BDWprYzE.js} +1 -1
  691. package/dist/assets/stateDiagram-v2-QKLJ7IA2-CCUmB0qI.js +1 -0
  692. package/dist/assets/{timeline-definition-GMOUNBTQ-DEauFuh9.js → timeline-definition-GMOUNBTQ-BOWeG5LY.js} +1 -1
  693. package/dist/assets/{vendor-antd--lnyToqQ.js → vendor-antd-CtdKd5xs.js} +1 -1
  694. package/dist/assets/{vendor-codemirror-C7imH6Hd.js → vendor-codemirror-CdXaVX4e.js} +1 -1
  695. package/dist/assets/{vendor-qrcode-myYunK0Z.js → vendor-qrcode-D05RfzwB.js} +1 -1
  696. package/dist/assets/{vendor-virtuoso-DDKvHLUv.js → vendor-virtuoso-BhnFrbmh.js} +1 -1
  697. package/dist/assets/{vennDiagram-DHZGUBPP-D6AeTMhT.js → vennDiagram-DHZGUBPP-B6mLodPk.js} +1 -1
  698. package/dist/assets/{wardley-RL74JXVD-BOe-9JZP.js → wardley-RL74JXVD-CovHs24Z.js} +1 -1
  699. package/dist/assets/{wardleyDiagram-NUSXRM2D-BLWMynOp.js → wardleyDiagram-NUSXRM2D-CBg_VXF7.js} +1 -1
  700. package/dist/assets/{xychartDiagram-5P7HB3ND-Wa1KJpmO.js → xychartDiagram-5P7HB3ND-BRxgk_oX.js} +1 -1
  701. package/dist/index.html +3 -3
  702. package/package.json +1 -1
  703. package/concepts/ar/Tool-Task.md +0 -51
  704. package/concepts/da/Tool-Task.md +0 -51
  705. package/concepts/de/Tool-Task.md +0 -51
  706. package/concepts/en/Tool-Task.md +0 -51
  707. package/concepts/es/Tool-Task.md +0 -51
  708. package/concepts/fr/Tool-Task.md +0 -51
  709. package/concepts/it/Tool-Task.md +0 -51
  710. package/concepts/ja/Tool-Task.md +0 -51
  711. package/concepts/ko/Tool-Task.md +0 -51
  712. package/concepts/no/Tool-Task.md +0 -51
  713. package/concepts/pl/Tool-Task.md +0 -51
  714. package/concepts/pt-BR/Tool-Task.md +0 -51
  715. package/concepts/ru/Tool-Task.md +0 -51
  716. package/concepts/th/Tool-Task.md +0 -51
  717. package/concepts/tr/Tool-Task.md +0 -51
  718. package/concepts/uk/Tool-Task.md +0 -51
  719. package/concepts/zh/Tool-Task.md +0 -51
  720. package/concepts/zh-TW/Tool-Task.md +0 -51
  721. package/dist/assets/App-CNrQ1r4B.js +0 -31
  722. package/dist/assets/channel-mzoD3rY3.js +0 -1
  723. package/dist/assets/classDiagram-6PBFFD2Q-CzNz4tFu.js +0 -1
  724. package/dist/assets/classDiagram-v2-HSJHXN6E-CzNz4tFu.js +0 -1
  725. package/dist/assets/clone-DPuQFdir.js +0 -1
  726. package/dist/assets/stateDiagram-v2-QKLJ7IA2-BFs-Juqf.js +0 -1
@@ -1,41 +1,47 @@
1
- # executeCode (mcp__ide__executeCode)
1
+ # executeCode
2
2
 
3
- ## Definición
3
+ Ejecuta un fragmento de código dentro de un kernel o sandbox en vivo proporcionado por una integración de IDE (por ejemplo el kernel de Jupyter vinculado al notebook abierto actualmente). La herramienta solo está presente cuando Claude Code se ejecuta junto con un puente de IDE compatible como la extensión de VS Code con un kernel de Jupyter seleccionado.
4
4
 
5
- Ejecuta código Python en el kernel de Jupyter del archivo notebook actual.
5
+ ## Cuándo usar
6
+
7
+ - Ejecutar un cálculo rápido, inspección de datos o gráfico contra el estado ya cargado en un kernel activo de Jupyter.
8
+ - Validar un fragmento de código antes de pegarlo en una celda de notebook.
9
+ - Explorar un dataframe, variable o modelo en memoria que existe en el kernel pero no está serializado a disco.
10
+ - Producir un gráfico o resultado numérico que el usuario quiere renderizado en línea en el IDE.
11
+
12
+ NO uses esto para scripts independientes que se atenderían mejor con `Bash` ejecutando `python script.py`, o para código que necesita persistir entre un kernel fresco.
6
13
 
7
14
  ## Parámetros
8
15
 
9
- | Parámetro | Tipo | Requerido | Descripción |
10
- |-----------|------|-----------|-------------|
11
- | `code` | string | Sí | Código Python a ejecutar |
16
+ - `code` (string, obligatorio): El código a ejecutar en el kernel actual. Se ejecuta como si se pegara en una celda de notebook — las variables definidas persisten en el kernel hasta que se reinicie.
17
+ - `language` (string, opcional): El lenguaje del fragmento cuando el puente del IDE soporta múltiples kernels. Lo más común es omitirlo; por defecto es el lenguaje del kernel activo (típicamente Python).
18
+
19
+ ## Ejemplos
20
+
21
+ ### Ejemplo 1: Inspeccionar un dataframe en memoria
22
+
23
+ ```
24
+ executeCode(
25
+ code="df.head()\nprint(df.shape)\nprint(df.dtypes)"
26
+ )
27
+ ```
28
+
29
+ Devuelve las primeras filas, la forma y los dtypes de columna de un dataframe ya cargado en el kernel.
12
30
 
13
- ## Casos de uso
31
+ ### Ejemplo 2: Comprobación numérica rápida
14
32
 
15
- **Adecuado para:**
16
- - Ejecutar código en un entorno Jupyter notebook
17
- - Probar fragmentos de código
18
- - Análisis de datos y cálculos
33
+ ```
34
+ executeCode(
35
+ code="import numpy as np\nnp.mean([1, 2, 3, 4, 5])"
36
+ )
37
+ ```
19
38
 
20
- **No adecuado para:**
21
- - Ejecución de código fuera del entorno Jupyter — usar Bash
22
- - Modificar archivos — usar Edit o Write
39
+ Ejecuta un cálculo puntual sin crear una celda de notebook.
23
40
 
24
41
  ## Notas
25
42
 
26
- - Esta es una herramienta MCP (Model Context Protocol), proporcionada por la integración con el IDE
27
- - El código se ejecuta en el kernel de Jupyter actual, el estado persiste entre llamadas
28
- - A menos que el usuario lo solicite explícitamente, se debe evitar declarar variables o modificar el estado del kernel
29
- - El estado se pierde al reiniciar el kernel
30
-
31
- ## Texto original
32
-
33
- <textarea readonly>Execute python code in the Jupyter kernel for the current notebook file.
34
-
35
- All code will be executed in the current Jupyter kernel.
36
-
37
- Avoid declaring variables or modifying the state of the kernel unless the user
38
- explicitly asks for it.
39
-
40
- Any code executed will persist across calls to this tool, unless the kernel
41
- has been restarted.</textarea>
43
+ - `executeCode` es una herramienta de puente de IDE. No está disponible en sesiones de terminal plano de Claude Code; solo aparece cuando la sesión está conectada a un IDE que expone un kernel (por ejemplo la extensión Jupyter de VS Code).
44
+ - El estado persiste en el kernel. Las variables definidas por una llamada `executeCode` permanecen visibles para llamadas posteriores, para celdas de notebook y para el usuario ten en cuenta los efectos secundarios.
45
+ - El código de larga duración o bloqueante bloqueará el kernel. Mantén los fragmentos cortos; para trabajo de varios minutos, escribe un script real y ejecútalo vía `Bash`.
46
+ - La salida (stdout, valores de retorno, imágenes) se devuelve a la sesión. Las salidas muy grandes pueden ser truncadas por el puente del IDE.
47
+ - Para ediciones de archivos, prefiere `Edit`, `Write` o `NotebookEdit` — `executeCode` no sustituye a la autoría de archivos fuente.
@@ -1,32 +1,44 @@
1
- # getDiagnostics (mcp__ide__getDiagnostics)
1
+ # getDiagnostics
2
2
 
3
- ## Definición
3
+ Recupera diagnósticos del servidor de lenguaje (errores, advertencias, pistas) desde el IDE conectado para un archivo específico o para todos los archivos que el IDE tiene abiertos actualmente. Se usa para verificar que los cambios de código compilan limpiamente antes de declarar una tarea terminada.
4
4
 
5
- Obtiene información de diagnóstico del lenguaje de VS Code, incluyendo errores de sintaxis, errores de tipo, advertencias de lint, etc.
5
+ ## Cuándo usar
6
+
7
+ - Tras un `Edit` o `Write` para confirmar que el cambio no introdujo un error de tipo, error de sintaxis o advertencia de lint.
8
+ - Antes de finalizar una tarea para barrer cada archivo abierto en busca de problemas sin resolver.
9
+ - Al diagnosticar un error que reporta el usuario — extraer el mensaje exacto del compilador o verificador de tipos desde el IDE evita adivinar.
10
+ - Como alternativa ligera a ejecutar un build o suite de pruebas completos cuando solo necesitas comprobar la corrección estática.
11
+
12
+ NO dependas de `getDiagnostics` como reemplazo de la suite de pruebas. Reporta lo que el servidor de lenguaje ve, no lo que se ejecuta en tiempo de prueba o producción.
6
13
 
7
14
  ## Parámetros
8
15
 
9
- | Parámetro | Tipo | Requerido | Descripción |
10
- |-----------|------|-----------|-------------|
11
- | `uri` | string | No | URI del archivo. Si no se proporciona, obtiene la información de diagnóstico de todos los archivos |
16
+ - `uri` (string, opcional): La URI del archivo (típicamente `file:///absolute/path`) para la que obtener diagnósticos. Cuando se omite, la herramienta devuelve diagnósticos para cada archivo que el IDE tiene abierto actualmente.
12
17
 
13
- ## Casos de uso
18
+ ## Ejemplos
14
19
 
15
- **Adecuado para:**
16
- - Verificar problemas semánticos de sintaxis, tipos, lint, etc. del código
17
- - Verificar si se introdujeron nuevos errores después de editar código
18
- - Reemplazar comandos Bash para verificar la calidad del código
20
+ ### Ejemplo 1: Comprobar un solo archivo tras editar
19
21
 
20
- **No adecuado para:**
21
- - Ejecutar pruebas — usar Bash
22
- - Verificar errores en tiempo de ejecución — usar Bash para ejecutar el código
22
+ ```
23
+ getDiagnostics(
24
+ uri="file:///Users/sky/project/src/auth.ts"
25
+ )
26
+ ```
23
27
 
24
- ## Notas
28
+ Devuelve cualquier error de TypeScript, advertencia de ESLint u otros mensajes del servidor de lenguaje para `src/auth.ts`.
25
29
 
26
- - Esta es una herramienta MCP (Model Context Protocol), proporcionada por la integración con el IDE
27
- - Solo disponible en entornos VS Code / IDE
28
- - Preferir usar esta herramienta en lugar de comandos Bash para verificar problemas de código
30
+ ### Ejemplo 2: Barrer todos los archivos abiertos
29
31
 
30
- ## Texto original
32
+ ```
33
+ getDiagnostics()
34
+ ```
35
+
36
+ Devuelve diagnósticos de cada editor abierto actualmente. Útil al final de un refactor de varios archivos para asegurar que nada ha regresionado en otro lugar.
37
+
38
+ ## Notas
31
39
 
32
- <textarea readonly>Get language diagnostics from VS Code</textarea>
40
+ - `getDiagnostics` es una herramienta de puente de IDE. Solo está disponible cuando Claude Code está conectado a una integración de IDE compatible (por ejemplo la extensión de VS Code). En una sesión de terminal plano la herramienta no aparecerá.
41
+ - Los resultados reflejan los servidores de lenguaje que el IDE haya cargado — TypeScript, Pyright, ESLint, rust-analyzer, etc. La calidad y cobertura dependen de la configuración del IDE del usuario, no de Claude Code.
42
+ - Los diagnósticos son en vivo. Tras una edición, da al servidor de lenguaje un momento para re-analizar antes de interpretar un resultado vacío como éxito — vuelve a ejecutar si el archivo se acaba de guardar.
43
+ - Los niveles de severidad típicamente incluyen `error`, `warning`, `information` y `hint`. Enfócate primero en `error`; las advertencias pueden ser estilo intencional del proyecto.
44
+ - Para archivos que no están abiertos actualmente en el IDE, el servidor de lenguaje puede no tener diagnósticos que reportar incluso si el archivo contiene problemas reales. Abre el archivo o ejecuta el build para una cobertura autoritativa.
@@ -8,7 +8,7 @@ A continuación se presenta el índice clasificado de todas las herramientas.
8
8
 
9
9
  | Herramienta | Propósito |
10
10
  |-------------|-----------|
11
- | [Task](Tool-Task.md) | Iniciar un sub-agent (SubAgent) para manejar tareas complejas de múltiples pasos |
11
+ | [Agent](Tool-Agent.md) | Iniciar un sub-agent (SubAgent) para manejar tareas complejas de múltiples pasos |
12
12
  | [TaskOutput](Tool-TaskOutput.md) | Obtener la salida de tareas en segundo plano |
13
13
  | [TaskStop](Tool-TaskStop.md) | Detener una tarea en segundo plano en ejecución |
14
14
  | [TaskCreate](Tool-TaskCreate.md) | Crear una entrada en la lista de tareas estructurada |
@@ -1,20 +1,52 @@
1
- # SubAgent: Search
1
+ # SubAgent : Search
2
2
 
3
- ## Définition
3
+ ## Objectif
4
4
 
5
- Search est un type de sous-agent lancé par l'agent principal de Claude Code pour effectuer des recherches dans le code source. Il exécute des recherches ciblées de fichiers et de contenu à l'aide d'outils tels que Glob, Grep et Read, puis renvoie les résultats à l'agent parent.
5
+ Le sous-agent Search est un agent d'exploration léger et en lecture seule. Dispatchez-le lorsque vous devez comprendre une base de code trouver quelque chose se trouve, apprendre comment les composants s'assemblent ou répondre à des questions structurelles sans modifier aucun fichier. Il est optimisé pour de nombreuses petites lectures à travers de nombreux fichiers, en renvoyant un résumé concis plutôt qu'une sortie brute de recherche.
6
6
 
7
- ## Comportement
7
+ Search n'est pas un assistant polyvalent. Il ne peut pas éditer de code, exécuter des builds, valider des modifications ni ouvrir de connexions réseau au-delà de récupérations en lecture seule. Sa valeur réside dans sa capacité à brûler un gros budget d'exploration en parallèle sans consommer le contexte de l'agent principal, puis à renvoyer une réponse compacte.
8
8
 
9
- - Lancé automatiquement lorsque l'agent principal doit rechercher ou explorer le code source
10
- - S'exécute dans un contexte isolé avec un accès en lecture seule
11
- - Utilise Glob pour la correspondance de motifs de fichiers, Grep pour la recherche de contenu et Read pour l'inspection de fichiers
12
- - Renvoie les résultats de recherche à l'agent parent pour un traitement ultérieur
9
+ ## Quand l'utiliser
13
10
 
14
- ## Quand il apparaît
11
+ - Vous devez répondre à une question qui nécessite trois recherches ou lectures distinctes ou plus. Exemple : « Comment l'authentification est-elle câblée depuis la route de connexion jusqu'au stockage de session ? »
12
+ - La cible est inconnue — vous ne savez pas encore quel fichier, module ou symbole examiner.
13
+ - Vous avez besoin d'une vue d'ensemble structurelle d'une zone inconnue du dépôt avant d'effectuer des changements.
14
+ - Vous souhaitez croiser plusieurs candidats (par exemple, lequel de plusieurs helpers aux noms similaires est réellement appelé en production).
15
+ - Vous avez besoin d'un résumé de style revue de littérature : « liste chaque endroit qui importe X et catégorise par site d'appel. »
15
16
 
16
- Les sous-agents Search apparaissent généralement lorsque :
17
+ N'utilisez pas Search lorsque :
17
18
 
18
- 1. L'agent principal doit trouver des fichiers, des fonctions ou des motifs de code spécifiques
19
- 2. L'utilisateur demande une exploration large du code source
20
- 3. L'agent examine des dépendances, des références ou des patterns d'utilisation
19
+ - Vous connaissez déjà le fichier et la ligne exacts. Appelez `Read` directement.
20
+ - Un seul `Grep` ou `Glob` répondra à la question. Exécutez-le directement ; dispatcher un sous-agent ajoute du surcoût.
21
+ - La tâche requiert édition, exécution de commandes ou tout effet de bord. Search est en lecture seule par conception.
22
+ - Vous avez besoin de la sortie verbatim exacte d'un appel d'outil. Les sous-agents résument ; ils ne proxient pas les résultats bruts.
23
+
24
+ ## Niveaux de rigueur
25
+
26
+ Choisissez le niveau correspondant aux enjeux de la question.
27
+
28
+ - `quick` — quelques recherches ciblées, réponse au mieux. À utiliser lorsque vous avez besoin d'un pointeur rapide (par exemple, « où se trouve la logique de parsing des variables d'environnement ? ») et que vous êtes à l'aise pour itérer si la réponse est incomplète.
29
+ - `medium` — valeur par défaut. Plusieurs tours de recherche, recoupement de candidats et lecture intégrale des fichiers les plus pertinents. À utiliser pour les questions typiques « aide-moi à comprendre cette zone ».
30
+ - `very thorough` — exploration exhaustive. Le sous-agent poursuivra chaque piste plausible, lira le contexte environnant et vérifiera ses conclusions avant de résumer. À utiliser lorsque la correction importe (par exemple, revue de sécurité, planification de migration) ou lorsqu'une réponse incomplète causera du retravail.
31
+
32
+ Une rigueur plus élevée coûte plus de temps et de tokens à l'intérieur du sous-agent, mais ces tokens restent à l'intérieur du sous-agent — seul le résumé final revient à l'agent principal.
33
+
34
+ ## Outils disponibles
35
+
36
+ Search a accès à tous les outils en lecture seule utilisés par l'agent principal, et rien d'autre :
37
+
38
+ - `Read` — pour lire des fichiers spécifiques, y compris des plages partielles.
39
+ - `Grep` — pour des recherches de contenu dans l'arbre.
40
+ - `Glob` — pour localiser des fichiers par motif de nom.
41
+ - `Bash` en mode lecture seule — pour des commandes qui inspectent l'état sans le muter (par exemple `git log`, `git show`, `ls`, `wc`).
42
+ - `WebFetch` et `WebSearch` — pour lire de la documentation externe lorsque ce contexte est requis.
43
+
44
+ Les outils d'édition (`Write`, `Edit`, `NotebookEdit`), les commandes shell qui modifient l'état, et les outils de graphe de tâches (`TaskCreate`, `TaskUpdate`, etc.) sont délibérément indisponibles.
45
+
46
+ ## Notes
47
+
48
+ - Donnez au sous-agent Search une question spécifique, pas un sujet. « Liste chaque appelant de `renderMessage` et note ceux qui passent un thème personnalisé » renvoie une réponse utile ; « parle-moi du rendu » ne le fait pas.
49
+ - Le sous-agent renvoie un résumé. Si vous avez besoin de chemins de fichiers exacts, demandez-les explicitement dans votre invite.
50
+ - Plusieurs questions indépendantes sont mieux dispatchées comme des sous-agents Search parallèles plutôt qu'une longue invite, afin que chacun puisse se concentrer.
51
+ - Comme Search ne peut pas éditer, associez-le à une étape d'édition de suivi dans l'agent principal une fois que vous savez quoi changer.
52
+ - Traitez la sortie de Search comme une preuve, pas comme une vérité absolue. Pour tout ce qui est critique, ouvrez vous-même les fichiers cités avant d'agir.
@@ -1,125 +1,60 @@
1
1
  # Agent
2
2
 
3
- ## Définition
3
+ Lance un sous-agent Claude Code autonome avec sa propre fenêtre de contexte pour traiter une tâche ciblée et renvoyer un unique résultat consolidé. C'est le mécanisme canonique pour déléguer de la recherche ouverte, du travail parallèle ou de la collaboration en équipe.
4
4
 
5
- Lance un sous-agent (SubAgent) pour gérer de manière autonome des tâches complexes multi-étapes. Les sous-agents sont des sous-processus indépendants, chacun avec son propre ensemble d'outils et contexte dédiés. Agent est la version renommée de l'outil Task dans les nouvelles versions de Claude Code.
5
+ ## Quand l'utiliser
6
6
 
7
- ## Paramètres
8
-
9
- | Paramètre | Type | Requis | Description |
10
- |-----------|------|--------|-------------|
11
- | `prompt` | string | Oui | Description de la tâche à exécuter par le sous-agent |
12
- | `description` | string | Oui | Résumé bref de 3-5 mots |
13
- | `subagent_type` | string | Oui | Type de sous-agent, détermine l'ensemble d'outils disponibles |
14
- | `model` | enum | Non | Spécifier le modèle (sonnet / opus / haiku), par défaut hérité du parent |
15
- | `max_turns` | integer | Non | Nombre maximum de tours agentiques |
16
- | `run_in_background` | boolean | Non | Si la tâche s'exécute en arrière-plan ; les tâches en arrière-plan renvoient le chemin du output_file |
17
- | `resume` | string | Non | ID de l'agent à reprendre, continue depuis la dernière exécution. Utile pour reprendre un sous-agent précédent sans perdre le contexte |
18
- | `isolation` | enum | Non | Mode d'isolation, `worktree` crée un git worktree temporaire |
19
-
20
- ## Types de sous-agents
21
-
22
- | Type | Utilité | Outils disponibles |
23
- |------|---------|-------------------|
24
- | `Bash` | Exécution de commandes, opérations git | Bash |
25
- | `general-purpose` | Tâches générales multi-étapes | Tous les outils |
26
- | `Explore` | Exploration rapide de la base de code | Tous les outils sauf Agent/Edit/Write/NotebookEdit/ExitPlanMode |
27
- | `Plan` | Concevoir des plans d'implémentation | Tous les outils sauf Agent/Edit/Write/NotebookEdit/ExitPlanMode |
28
- | `claude-code-guide` | Questions-réponses sur le guide d'utilisation de Claude Code | Glob, Grep, Read, WebFetch, WebSearch |
29
- | `statusline-setup` | Configurer la barre d'état | Read, Edit |
30
-
31
- ## Cas d'utilisation
32
-
33
- **Adapté pour :**
34
- - Tâches complexes nécessitant une réalisation autonome en plusieurs étapes
35
- - Exploration de la base de code et recherche approfondie (utiliser le type Explore)
36
- - Travail parallèle nécessitant des environnements isolés
37
- - Tâches de longue durée nécessitant une exécution en arrière-plan
7
+ - Recherches ouvertes lorsque vous ne savez pas encore quels fichiers sont pertinents et que vous anticipez plusieurs tours de `Glob`, `Grep` et `Read`.
8
+ - Travail parallèle indépendant — lancez plusieurs agents dans un même message pour explorer simultanément des zones distinctes.
9
+ - Isoler une exploration bruyante de la conversation principale afin que le contexte parent reste compact.
10
+ - Déléguer à un type de sous-agent spécialisé tel que `Explore`, `Plan`, `claude-code-guide` ou `statusline-setup`.
11
+ - Faire apparaître un coéquipier nommé dans une équipe active pour un travail coordonné entre plusieurs agents.
38
12
 
39
- **Non adapté pour :**
40
- - Lire des chemins de fichiers spécifiques — utiliser directement Read ou Glob
41
- - Rechercher dans 2-3 fichiers connus — utiliser directement Read
42
- - Rechercher des définitions de classes spécifiques — utiliser directement Glob
13
+ N'utilisez PAS `Agent` lorsque le fichier ou le symbole cible est déjà connu — utilisez directement `Read`, `Grep` ou `Glob`. Une recherche en une seule étape via `Agent` gaspille une fenêtre de contexte entière et ajoute de la latence.
43
14
 
44
- ## Notes
45
-
46
- - Le sous-agent renvoie un seul message à la fin, ses résultats ne sont pas visibles pour l'utilisateur et l'agent principal doit les transmettre
47
- - Plusieurs appels Agent peuvent être lancés en parallèle dans un seul message pour améliorer l'efficacité
48
- - Les tâches en arrière-plan vérifient la progression via l'outil TaskOutput
49
- - Le type Explore est plus lent que l'appel direct à Glob/Grep, à utiliser uniquement quand la recherche simple ne suffit pas
50
- - Utilisez `run_in_background: true` pour les tâches longues ne nécessitant pas de résultat immédiat ; utilisez le mode premier plan (par défaut) quand le résultat est nécessaire avant de continuer
51
- - Le paramètre `resume` permet de continuer une session de sous-agent précédemment démarrée, en préservant le contexte accumulé
52
-
53
- ## Texte original
15
+ ## Paramètres
54
16
 
55
- <textarea readonly>Launch a new agent to handle complex, multi-step tasks autonomously.
17
+ - `description` (string, requis) : libellé court de 3 à 5 mots décrivant la tâche ; affiché dans l'interface et les journaux.
18
+ - `prompt` (string, requis) : briefing complet et autonome que l'agent exécutera. Doit inclure tout le contexte nécessaire, les contraintes et le format de retour attendu.
19
+ - `subagent_type` (string, optionnel) : persona prédéfinie telle que `general-purpose`, `Explore`, `Plan`, `claude-code-guide` ou `statusline-setup`. Par défaut `general-purpose`.
20
+ - `run_in_background` (boolean, optionnel) : si `true`, l'agent s'exécute de façon asynchrone et le parent peut continuer à travailler ; les résultats sont récupérés ultérieurement.
21
+ - `model` (string, optionnel) : remplace le modèle pour cet agent — `opus`, `sonnet` ou `haiku`. Par défaut, le modèle de la session parente.
22
+ - `isolation` (string, optionnel) : définir à `worktree` pour exécuter l'agent dans un worktree git isolé afin que ses écritures sur le système de fichiers n'entrent pas en conflit avec celles du parent.
23
+ - `team_name` (string, optionnel) : lors du lancement dans une équipe existante, l'identifiant de l'équipe que l'agent rejoindra.
24
+ - `name` (string, optionnel) : nom d'adressage du coéquipier au sein de l'équipe, utilisé comme cible `to` pour `SendMessage`.
56
25
 
57
- The Agent tool launches specialized agents (subprocesses) that autonomously handle complex tasks. Each agent type has specific capabilities and tools available to it.
26
+ ## Exemples
58
27
 
59
- Available agent types and the tools they have access to:
60
- - general-purpose: General-purpose agent for researching complex questions, searching for code, and executing multi-step tasks. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries use this agent to perform the search for you. (Tools: *)
61
- - statusline-setup: Use this agent to configure the user's Claude Code status line setting. (Tools: Read, Edit)
62
- - Explore: Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components/**/*.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness level: "quick" for basic searches, "medium" for moderate exploration, or "very thorough" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools except Agent, ExitPlanMode, Edit, Write, NotebookEdit)
63
- - Plan: Software architect agent for designing implementation plans. Use this when you need to plan the implementation strategy for a task. Returns step-by-step plans, identifies critical files, and considers architectural trade-offs. (Tools: All tools except Agent, ExitPlanMode, Edit, Write, NotebookEdit)
64
- - claude-code-guide: Use this agent when the user asks questions ("Can Claude...", "Does Claude...", "How do I...") about: (1) Claude Code (the CLI tool) - features, hooks, slash commands, MCP servers, settings, IDE integrations, keyboard shortcuts; (2) Claude Agent SDK - building custom agents; (3) Claude API (formerly Anthropic API) - API usage, tool use, Anthropic SDK usage. **IMPORTANT:** Before spawning a new agent, check if there is already a running or recently completed claude-code-guide agent that you can resume using the "resume" parameter. (Tools: Glob, Grep, Read, WebFetch, WebSearch)
28
+ ### Exemple 1 : recherche de code ouverte
65
29
 
66
- When using the Agent tool, you must specify a subagent_type parameter to select which agent type to use.
30
+ ```
31
+ Agent(
32
+ description="Find auth middleware",
33
+ subagent_type="Explore",
34
+ prompt="Locate every place in this repo where JWT verification is performed. Return a bulleted list of absolute file paths with a one-line note about each site's role. Do not modify any files."
35
+ )
36
+ ```
67
37
 
68
- When NOT to use the Agent tool:
69
- - If you want to read a specific file path, use the Read or Glob tool instead of the Agent tool, to find the match more quickly
70
- - If you are searching for a specific class definition like "class Foo", use the Glob tool instead, to find the match more quickly
71
- - If you are searching for code within a specific file or set of 2-3 files, use the Read tool instead of the Agent tool, to find the match more quickly
72
- - Other tasks that are not related to the agent descriptions above
38
+ ### Exemple 2 : investigations indépendantes parallèles
73
39
 
74
- Usage notes:
75
- - Always include a short description (3-5 words) summarizing what the agent will do
76
- - Launch multiple agents concurrently whenever possible, to maximize performance; to do that, use a single message with multiple tool uses
77
- - When the agent is done, it will return a single message back to you. The result returned by the agent is not visible to the user. To show the user the result, you should send a text message back to the user with a concise summary of the result.
78
- - You can optionally run agents in the background using the run_in_background parameter. When an agent runs in the background, you will be automatically notified when it completes — do NOT sleep, poll, or proactively check on its progress. Continue with other work or respond to the user instead.
79
- - **Foreground vs background**: Use foreground (default) when you need the agent's results before you can proceed — e.g., research agents whose findings inform your next steps. Use background when you have genuinely independent work to do in parallel.
80
- - Agents can be resumed using the `resume` parameter by passing the agent ID from a previous invocation. When resumed, the agent continues with its full previous context preserved. When NOT resuming, each invocation starts fresh and you should provide a detailed task description with all necessary context.
81
- - When the agent is done, it will return a single message back to you along with its agent ID. You can use this ID to resume the agent later if needed for follow-up work.
82
- - Provide clear, detailed prompts so the agent can work autonomously and return exactly the information you need.
83
- - Agents with "access to current context" can see the full conversation history before the tool call. When using these agents, you can write concise prompts that reference earlier context (e.g., "investigate the error discussed above") instead of repeating information. The agent will receive all prior messages and understand the context.
84
- - The agent's outputs should generally be trusted
85
- - Clearly tell the agent whether you expect it to write code or just to do research (search, file reads, web fetches, etc.), since it is not aware of the user's intent
86
- - If the agent description mentions that it should be used proactively, then you should try your best to use it without the user having to ask for it first. Use your judgement.
87
- - If the user specifies that they want you to run agents "in parallel", you MUST send a single message with multiple Agent tool use content blocks. For example, if you need to launch both a build-validator agent and a test-runner agent in parallel, send a single message with both tool calls.
88
- - You can optionally set `isolation: "worktree"` to run the agent in a temporary git worktree, giving it an isolated copy of the repository. The worktree is automatically cleaned up if the agent makes no changes; if changes are made, the worktree path and branch are returned in the result.
40
+ Lancez deux agents dans le même message — l'un inspecte le pipeline de build, l'autre examine le harnais de tests. Chacun dispose de sa propre fenêtre de contexte et renvoie un résumé. Les regrouper dans un unique bloc d'appels d'outils les exécute en parallèle.
89
41
 
90
- Example usage:
42
+ ### Exemple 3 : ajouter un coéquipier à une équipe en cours
91
43
 
92
- <example_agent_descriptions>
93
- "test-runner": use this agent after you are done writing code to run tests
94
- "greeting-responder": use this agent to respond to user greetings with a friendly joke
95
- </example_agent_descriptions>
44
+ ```
45
+ Agent(
46
+ description="Data layer specialist",
47
+ team_name="refactor-crew",
48
+ name="db-lead",
49
+ prompt="You are db-lead on team refactor-crew. Audit all Prisma schema files and propose a migration plan. Use SendMessage to report findings to the team leader."
50
+ )
51
+ ```
96
52
 
97
- <example>
98
- user: "Please write a function that checks if a number is prime"
99
- assistant: Sure let me write a function that checks if a number is prime
100
- assistant: First let me use the Write tool to write a function that checks if a number is prime
101
- assistant: I'm going to use the Write tool to write the following code:
102
- <code>
103
- function isPrime(n) {
104
- if (n <= 1) return false
105
- for (let i = 2; i * i <= n; i++) {
106
- if (n % i === 0) return false
107
- }
108
- return true
109
- }
110
- </code>
111
- <commentary>
112
- Since a significant piece of code was written and the task was completed, now use the test-runner agent to run the tests
113
- </commentary>
114
- assistant: Now let me use the test-runner agent to run the tests
115
- assistant: Uses the Agent tool to launch the test-runner agent
116
- </example>
53
+ ## Notes
117
54
 
118
- <example>
119
- user: "Hello"
120
- <commentary>
121
- Since the user is greeting, use the greeting-responder agent to respond with a friendly joke
122
- </commentary>
123
- assistant: "I'm going to use the Agent tool to launch the greeting-responder agent"
124
- </example>
125
- </textarea>
55
+ - Les agents n'ont aucun souvenir des exécutions précédentes. Chaque invocation part de zéro, donc le `prompt` doit être entièrement autonome — incluez les chemins de fichiers, les conventions, la question et la forme exacte de la réponse souhaitée.
56
+ - L'agent renvoie exactement un message final. Il ne peut pas poser de questions de clarification en cours d'exécution, donc toute ambiguïté dans le prompt se traduit par des approximations dans le résultat.
57
+ - Exécuter plusieurs agents en parallèle est bien plus rapide que des appels séquentiels lorsque les sous-tâches sont indépendantes. Regroupez-les dans un même bloc d'appels d'outils.
58
+ - Utilisez `isolation: "worktree"` chaque fois qu'un agent écrit des fichiers et que vous souhaitez examiner les changements avant de les fusionner dans l'arbre de travail principal.
59
+ - Préférez `subagent_type: "Explore"` pour la reconnaissance en lecture seule et `Plan` pour le travail de conception ; `general-purpose` est la valeur par défaut pour les tâches mixtes lecture/écriture.
60
+ - Les agents en arrière-plan (`run_in_background: true`) conviennent aux tâches longues ; évitez les boucles de polling avec `sleep` — le parent est notifié à la fin.
@@ -1,75 +1,60 @@
1
1
  # AskUserQuestion
2
2
 
3
- ## Définition
3
+ Présente à l'utilisateur une ou plusieurs questions structurées à choix multiples dans l'interface de chat, collecte ses sélections et les renvoie à l'assistant — utile pour lever une ambiguïté d'intention sans échange libre.
4
4
 
5
- Pose des questions à l'utilisateur pendant l'exécution pour obtenir des clarifications, vérifier des hypothèses ou demander des décisions.
5
+ ## Quand l'utiliser
6
6
 
7
- ## Paramètres
8
-
9
- | Paramètre | Type | Requis | Description |
10
- |-----------|------|--------|-------------|
11
- | `questions` | array | Oui | Liste de questions (1-4 questions) |
12
- | `answers` | object | Non | Réponses collectées auprès de l'utilisateur |
13
- | `annotations` | object | Non | Annotations pour chaque question (comme les notes de prévisualisation de sélection) |
14
- | `metadata` | object | Non | Métadonnées pour le suivi et l'analyse |
15
-
16
- Chaque objet `question` :
17
-
18
- | Champ | Type | Requis | Description |
19
- |-------|------|--------|-------------|
20
- | `question` | string | Oui | Texte complet de la question, doit se terminer par un point d'interrogation |
21
- | `header` | string | Oui | Étiquette courte (maximum 12 caractères), affichée comme chip d'étiquette |
22
- | `options` | array | Oui | 2-4 options |
23
- | `multiSelect` | boolean | Oui | Si la sélection multiple est autorisée |
24
-
25
- Chaque objet `option` :
26
-
27
- | Champ | Type | Requis | Description |
28
- |-------|------|--------|-------------|
29
- | `label` | string | Oui | Texte d'affichage de l'option (1-5 mots) |
30
- | `description` | string | Oui | Description de l'option |
31
- | `markdown` | string | Non | Contenu de prévisualisation (pour la comparaison visuelle de mises en page ASCII, extraits de code, etc.) |
32
-
33
- ## Cas d'utilisation
7
+ - Une requête admet plusieurs interprétations raisonnables et l'assistant a besoin que l'utilisateur en choisisse une avant de poursuivre.
8
+ - L'utilisateur doit choisir parmi des options concrètes (framework, bibliothèque, chemin de fichier, stratégie) où des réponses en texte libre seraient sources d'erreurs.
9
+ - Vous souhaitez comparer côte à côte des alternatives grâce au volet de prévisualisation.
10
+ - Plusieurs décisions liées peuvent être regroupées dans une seule invite pour réduire les allers-retours.
11
+ - Un plan ou un appel d'outil dépend d'une configuration que l'utilisateur n'a pas encore précisée.
34
12
 
35
- **Adapté pour :**
36
- - Collecter les préférences ou exigences de l'utilisateur
37
- - Clarifier des instructions ambiguës
38
- - Obtenir des décisions pendant l'implémentation
39
- - Offrir des choix de direction à l'utilisateur
13
+ ## Paramètres
40
14
 
41
- **Non adapté pour :**
42
- - Demander « le plan est-il correct ? » utiliser ExitPlanMode
15
+ - `questions` (array, requis) : de une à quatre questions affichées ensemble dans une même invite. Chaque objet question contient :
16
+ - `question` (string, requis) : le texte complet de la question, terminé par un point d'interrogation.
17
+ - `header` (string, requis) : une étiquette courte (au plus 12 caractères) rendue sous forme de puce au-dessus de la question.
18
+ - `options` (array, requis) : de deux à quatre objets option. Chaque option possède un `label` (1 à 5 mots), une `description`, et une prévisualisation `markdown` optionnelle.
19
+ - `multiSelect` (boolean, requis) : lorsque `true`, l'utilisateur peut sélectionner plusieurs options.
20
+
21
+ ## Exemples
22
+
23
+ ### Exemple 1 : choisir un framework unique
24
+
25
+ ```
26
+ AskUserQuestion(questions=[{
27
+ "header": "Test runner",
28
+ "question": "Which test runner should I configure?",
29
+ "multiSelect": false,
30
+ "options": [
31
+ {"label": "Vitest (Recommended)", "description": "Fast, Vite-native, Jest-compatible API"},
32
+ {"label": "Jest", "description": "Mature, broadest plugin ecosystem"},
33
+ {"label": "Node --test", "description": "Zero dependencies, built in"}
34
+ ]
35
+ }])
36
+ ```
37
+
38
+ ### Exemple 2 : prévisualisation côte à côte de deux mises en page
39
+
40
+ ```
41
+ AskUserQuestion(questions=[{
42
+ "header": "Layout",
43
+ "question": "Which dashboard layout do you prefer?",
44
+ "multiSelect": false,
45
+ "options": [
46
+ {"label": "Sidebar", "description": "Nav on the left", "markdown": "```\n+------+---------+\n| NAV | CONTENT |\n+------+---------+\n```"},
47
+ {"label": "Top bar", "description": "Nav across top", "markdown": "```\n+-----------------+\n| NAV |\n+-----------------+\n| CONTENT |\n+-----------------+\n```"}
48
+ ]
49
+ }])
50
+ ```
43
51
 
44
52
  ## Notes
45
53
 
46
- - L'utilisateur peut toujours sélectionner « Other » pour fournir une entrée personnalisée
47
- - L'option recommandée est placée en premier, avec « (Recommended) » à la fin du label
48
- - La prévisualisation `markdown` n'est compatible qu'avec les questions à sélection unique
49
- - Les options avec `markdown` passent à une disposition côte à côte
50
- - En mode planification, utilisé pour clarifier les exigences avant de définir le plan
51
-
52
- ## Texte original
53
-
54
- <textarea readonly>Use this tool when you need to ask the user questions during execution. This allows you to:
55
- 1. Gather user preferences or requirements
56
- 2. Clarify ambiguous instructions
57
- 3. Get decisions on implementation choices as you work
58
- 4. Offer choices to the user about what direction to take.
59
-
60
- Usage notes:
61
- - Users will always be able to select "Other" to provide custom text input
62
- - Use multiSelect: true to allow multiple answers to be selected for a question
63
- - If you recommend a specific option, make that the first option in the list and add "(Recommended)" at the end of the label
64
-
65
- Plan mode note: In plan mode, use this tool to clarify requirements or choose between approaches BEFORE finalizing your plan. Do NOT use this tool to ask "Is my plan ready?" or "Should I proceed?" - use ExitPlanMode for plan approval. IMPORTANT: Do not reference "the plan" in your questions (e.g., "Do you have feedback about the plan?", "Does the plan look good?") because the user cannot see the plan in the UI until you call ExitPlanMode. If you need plan approval, use ExitPlanMode instead.
66
-
67
- Preview feature:
68
- Use the optional `markdown` field on options when presenting concrete artifacts that users need to visually compare:
69
- - ASCII mockups of UI layouts or components
70
- - Code snippets showing different implementations
71
- - Diagram variations
72
- - Configuration examples
73
-
74
- When any option has a markdown, the UI switches to a side-by-side layout with a vertical option list on the left and preview on the right. Do not use previews for simple preference questions where labels and descriptions suffice. Note: previews are only supported for single-select questions (not multiSelect).
75
- </textarea>
54
+ - L'interface ajoute automatiquement une option de texte libre « Other » à chaque question. N'ajoutez pas vos propres entrées « Other », « None » ou « Custom » — cela dupliquerait l'échappatoire intégrée.
55
+ - Limitez chaque appel à un nombre de questions compris entre une et quatre, et chaque question à un nombre d'options compris entre deux et quatre. Tout dépassement est rejeté par le harnais.
56
+ - Si vous recommandez une option particulière, placez-la en premier et ajoutez « (Recommended) » à son libellé afin que l'interface mette en valeur le chemin préféré.
57
+ - Les prévisualisations via le champ `markdown` ne sont prises en charge que pour les questions à sélection unique. Utilisez-les pour des artefacts visuels tels que des mises en page ASCII, des extraits de code ou des diffs de configuration — pas pour de simples questions de préférence où un libellé et une description suffisent.
58
+ - Lorsqu'une option d'une question possède une valeur `markdown`, l'interface bascule vers une mise en page côte à côte avec la liste d'options à gauche et la prévisualisation à droite.
59
+ - N'utilisez pas `AskUserQuestion` pour demander « ce plan vous convient-il ? » — appelez plutôt `ExitPlanMode`, qui existe précisément pour l'approbation de plan. En mode plan, évitez également de mentionner « le plan » dans le texte de la question, car le plan n'est pas visible pour l'utilisateur tant que `ExitPlanMode` n'a pas été exécuté.
60
+ - N'utilisez pas cet outil pour demander des entrées sensibles ou libres telles que des clés API ou des mots de passe. Demandez plutôt dans le chat.