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,78 +1,56 @@
1
1
  # TaskCreate
2
2
 
3
- ## 定義
3
+ 在目前團隊的任務清單(或無團隊時為工作階段的任務清單)中建立新任務。用它來擷取應被追蹤、委派或稍後再回顧的工作項目。
4
4
 
5
- 建立結構化的任務列表條目,用於追蹤進度、組織複雜任務,並向使用者展示工作進展。
5
+ ## 使用時機
6
6
 
7
- ## 參數
8
-
9
- | 參數 | 類型 | 必填 | 說明 |
10
- |------|------|------|------|
11
- | `subject` | string | 是 | 簡短的任務標題,使用祈使句(如 "Fix authentication bug") |
12
- | `description` | string | 是 | 詳細描述,包含上下文和驗收標準 |
13
- | `activeForm` | string | 否 | 進行中時顯示的現在進行式文字(如 "Fixing authentication bug") |
14
- | `metadata` | object | 否 | 附加到任務的任意中繼資料 |
15
-
16
- ## 使用場景
17
-
18
- **適合使用:**
19
- - 複雜的多步驟任務(3 步以上)
20
- - 使用者提供了多個待辦事項
21
- - 在規劃模式中追蹤工作
22
- - 使用者明確要求使用 todo 列表
23
-
24
- **不適合使用:**
25
- - 單一簡單任務
26
- - 3 步以內的簡單操作
27
- - 純對話或資訊查詢
7
+ - 使用者描述了一項多步驟工作,適合以明確追蹤的方式進行。
8
+ - 你要把大型請求拆成較小、可獨立完成的單元。
9
+ - 任務進行中發現追加事項,不應被遺忘。
10
+ - 在把工作交給隊友或子代理之前,需要一份持久的意圖紀錄。
11
+ - 你在計畫模式下運作,並希望每個計畫步驟都以具體任務來表示。
28
12
 
29
- ## 注意事項
30
-
31
- - 所有新建任務的初始狀態為 `pending`
32
- - `subject` 使用祈使句("Run tests"),`activeForm` 使用現在進行式("Running tests")
33
- - 建立任務後可透過 TaskUpdate 設定依賴關係(blocks/blockedBy)
34
- - 建立前應先呼叫 TaskList 檢查是否有重複任務
35
-
36
- ## 原文
13
+ 對瑣碎的單次動作、純對話或兩三次直接工具呼叫即可完成的事情,略過 `TaskCreate`。
37
14
 
38
- <textarea readonly>Use this tool to create a structured task list for your current coding session. This helps you track progress, organize complex tasks, and demonstrate thoroughness to the user.
39
- It also helps the user understand the progress of the task and overall progress of their requests.
15
+ ## 參數
40
16
 
41
- ## When to Use This Tool
17
+ - `subject`(string,必填):簡短的祈使句標題,例如 `Fix login redirect on Safari`。盡量控制在 80 個字元以內。
18
+ - `description`(string,必填):詳細背景——問題、限制、驗收條件,以及未來讀者所需的任何檔案或連結。撰寫時要假設會有隊友在沒有背景的情況下接手。
19
+ - `activeForm`(string,選填):任務處於 `in_progress` 時顯示的現在進行式 spinner 文字,例如 `Fixing login redirect on Safari`。形式上呼應 `subject`,但用 -ing 的形式。
20
+ - `metadata`(object,選填):附加在任務上的任意結構化資料。常見用途:標籤、優先度提示、外部工單 ID,或代理專屬的設定。
42
21
 
43
- Use this tool proactively in these scenarios:
22
+ 新建任務一律以狀態 `pending` 開始,且無 owner。相依關係(`blocks`、`blockedBy`)不會在建立時設定——之後以 `TaskUpdate` 套用。
44
23
 
45
- - Complex multi-step tasks - When a task requires 3 or more distinct steps or actions
46
- - Non-trivial and complex tasks - Tasks that require careful planning or multiple operations
47
- - Plan mode - When using plan mode, create a task list to track the work
48
- - User explicitly requests todo list - When the user directly asks you to use the todo list
49
- - User provides multiple tasks - When users provide a list of things to be done (numbered or comma-separated)
50
- - After receiving new instructions - Immediately capture user requirements as tasks
51
- - When you start working on a task - Mark it as in_progress BEFORE beginning work
52
- - After completing a task - Mark it as completed and add any new follow-up tasks discovered during implementation
24
+ ## 範例
53
25
 
54
- ## When NOT to Use This Tool
26
+ ### 範例 1
55
27
 
56
- Skip using this tool when:
57
- - There is only a single, straightforward task
58
- - The task is trivial and tracking it provides no organizational benefit
59
- - The task can be completed in less than 3 trivial steps
60
- - The task is purely conversational or informational
28
+ 擷取使用者剛回報的 bug。
61
29
 
62
- NOTE that you should not use this tool if there is only one trivial task to do. In this case you are better off just doing the task directly.
30
+ ```
31
+ TaskCreate(
32
+ subject: "Repair broken PDF export on Windows",
33
+ description: "Users on Windows 11 report the export button produces a 0-byte file. Reproduce with sample doc in test/fixtures/export/, then fix the code path in src/export/pdf.ts. Acceptance: export writes a valid PDF and the existing export test suite passes.",
34
+ activeForm: "Repairing broken PDF export on Windows"
35
+ )
36
+ ```
63
37
 
64
- ## Task Fields
38
+ ### 範例 2
65
39
 
66
- - **subject**: A brief, actionable title in imperative form (e.g., "Fix authentication bug in login flow")
67
- - **description**: Detailed description of what needs to be done, including context and acceptance criteria
68
- - **activeForm**: Present continuous form shown in spinner when task is in_progress (e.g., "Fixing authentication bug"). This is displayed to the user while you work on the task.
40
+ 在工作階段開始時把一個 epic 拆成可追蹤單元。
69
41
 
70
- **IMPORTANT**: Always provide activeForm when creating tasks. The subject should be imperative ("Run tests") while activeForm should be present continuous ("Running tests"). All tasks are created with status `pending`.
42
+ ```
43
+ TaskCreate(
44
+ subject: "Draft migration plan for auth service",
45
+ description: "Produce a written plan covering rollout stages, rollback strategy, and monitoring. Output: docs/auth-migration.md.",
46
+ activeForm: "Drafting migration plan for auth service",
47
+ metadata: { "priority": "P1", "linearId": "AUTH-214" }
48
+ )
49
+ ```
71
50
 
72
- ## Tips
51
+ ## 注意事項
73
52
 
74
- - Create tasks with clear, specific subjects that describe the outcome
75
- - Include enough detail in the description for another agent to understand and complete the task
76
- - After creating tasks, use TaskUpdate to set up dependencies (blocks/blockedBy) if needed
77
- - Check TaskList first to avoid creating duplicate tasks
78
- </textarea>
53
+ - `subject` 使用祈使語氣,`activeForm` 使用現在進行式,這樣當任務轉入 `in_progress` 時,UI 的讀起來會自然。
54
+ - 建立前先呼叫 `TaskList` 以避免重複——團隊清單是與隊友與子代理共享的。
55
+ - 不要把機密或憑證放入 `description` `metadata`;任務紀錄對所有能存取團隊的人可見。
56
+ - 建立後透過 `TaskUpdate` 推進任務生命週期。不要讓工作無聲地停在 `in_progress`。
@@ -1,56 +1,47 @@
1
1
  # TaskGet
2
2
 
3
- ## 定義
3
+ ID 擷取單一任務的完整紀錄,包括描述、目前狀態、owner、metadata 與相依邊。當 `TaskList` 回傳的摘要不足以採取行動時使用。
4
4
 
5
- 透過任務 ID 取得任務的完整詳情。
5
+ ## 使用時機
6
6
 
7
- ## 參數
8
-
9
- | 參數 | 類型 | 必填 | 說明 |
10
- |------|------|------|------|
11
- | `taskId` | string | 是 | 要取得的任務 ID |
12
-
13
- ## 回傳內容
7
+ - 你從 `TaskList` 挑選了一個任務,開始前需要完整描述。
8
+ - 即將把任務標為 `completed` 時,想再次確認驗收條件。
9
+ - 你需要檢視此任務 `blocks` 了哪些任務或被哪些任務 `blockedBy`,以決定下一步。
10
+ - 你在調查歷史——誰擁有、附了什麼 metadata、何時變更了狀態。
11
+ - 隊友或先前工作階段提到了某個任務 ID,你需要上下文。
14
12
 
15
- - `subject` — 任務標題
16
- - `description` — 詳細需求和上下文
17
- - `status` — 狀態:`pending`、`in_progress` 或 `completed`
18
- - `blocks` — 被此任務阻塞的任務列表
19
- - `blockedBy` — 阻塞此任務的前置任務列表
13
+ 只需要高階瀏覽時請使用 `TaskList`;保留 `TaskGet` 給你打算細讀或修改的特定紀錄。
20
14
 
21
- ## 使用場景
15
+ ## 參數
22
16
 
23
- **適合使用:**
24
- - 開始工作前取得任務的完整描述和上下文
25
- - 了解任務的依賴關係
26
- - 被分配任務後取得完整需求
17
+ - `taskId`(string,必填):由 `TaskCreate` 或 `TaskList` 回傳的任務識別碼。ID 在任務生命週期中維持不變。
27
18
 
28
- ## 注意事項
19
+ ## 範例
29
20
 
30
- - 取得任務後應檢查 `blockedBy` 列表是否為空再開始工作
31
- - 使用 TaskList 查看所有任務的摘要資訊
21
+ ### 範例 1
32
22
 
33
- ## 原文
23
+ 查閱你剛在清單中看到的任務。
34
24
 
35
- <textarea readonly>Use this tool to retrieve a task by its ID from the task list.
25
+ ```
26
+ TaskGet(taskId: "t_01HXYZ...")
27
+ ```
36
28
 
37
- ## When to Use This Tool
29
+ 典型回應欄位:`id`、`subject`、`description`、`activeForm`、`status`、`owner`、`blocks`、`blockedBy`、`metadata`、`createdAt`、`updatedAt`。
38
30
 
39
- - When you need the full description and context before starting work on a task
40
- - To understand task dependencies (what it blocks, what blocks it)
41
- - After being assigned a task, to get complete requirements
31
+ ### 範例 2
42
32
 
43
- ## Output
33
+ 開始前先解相依。
44
34
 
45
- Returns full task details:
46
- - **subject**: Task title
47
- - **description**: Detailed requirements and context
48
- - **status**: 'pending', 'in_progress', or 'completed'
49
- - **blocks**: Tasks waiting on this one to complete
50
- - **blockedBy**: Tasks that must complete before this one can start
35
+ ```
36
+ TaskGet(taskId: "t_01HXYZ...")
37
+ # Inspect blockedBy if any referenced task is still pending
38
+ # or in_progress, work on the blocker first.
39
+ ```
51
40
 
52
- ## Tips
41
+ ## 注意事項
53
42
 
54
- - After fetching a task, verify its blockedBy list is empty before beginning work.
55
- - Use TaskList to see all tasks in summary form.
56
- </textarea>
43
+ - `TaskGet` 為唯讀,可安全地重複呼叫;不會改變狀態或擁有者。
44
+ - `blockedBy` 非空且包含未 `completed` 的任務,不要開始此任務——先處理阻擋者(或與其 owner 協調)。
45
+ - `description` 欄位可能很長。動工前完整閱讀;草讀會漏掉驗收條件。
46
+ - 未知或已刪除的 `taskId` 會傳回錯誤。重新執行 `TaskList` 以取得目前 ID。
47
+ - 若你即將編輯某個任務,先呼叫 `TaskGet` 以避免覆寫隊友剛改過的欄位。
@@ -1,56 +1,62 @@
1
1
  # TaskList
2
2
 
3
- ## 定義
3
+ 以摘要形式回傳目前團隊(或工作階段)中的每個任務。用它瀏覽未完成工作、決定接下來做什麼,並避免重複建立。
4
4
 
5
- 列出任務列表中的所有任務,查看整體進度和可用工作。
5
+ ## 使用時機
6
+
7
+ - 工作階段一開始,查看已被追蹤的事項。
8
+ - 呼叫 `TaskCreate` 前,確認工作尚未被記錄。
9
+ - 作為隊友或子代理,決定下一個要認領的任務時。
10
+ - 快速確認整個團隊間的相依關係。
11
+ - 在長時間工作階段中定期執行,以與可能已認領、完成或新增任務的隊友重新同步。
12
+
13
+ `TaskList` 為唯讀且廉價;需要概觀時儘管呼叫。
6
14
 
7
15
  ## 參數
8
16
 
9
- 無參數。
17
+ `TaskList` 不接受任何參數。它永遠回傳作用中情境的完整任務集合。
10
18
 
11
- ## 回傳內容
19
+ ## 回應形式
12
20
 
13
- 每個任務的摘要資訊:
14
- - `id` — 任務識別碼
15
- - `subject` — 簡短描述
16
- - `status` — 狀態:`pending`、`in_progress` 或 `completed`
17
- - `owner` — 負責人(agent ID),空表示未分配
18
- - `blockedBy` — 阻塞此任務的未完成任務 ID 列表
21
+ 清單中的每個任務皆為摘要,非完整紀錄。預期大約包含:
19
22
 
20
- ## 使用場景
23
+ - `id` — 與 `TaskGet` / `TaskUpdate` 搭配使用的穩定識別碼。
24
+ - `subject` — 簡短的祈使句標題。
25
+ - `status` — `pending`、`in_progress`、`completed`、`deleted` 之一。
26
+ - `owner` — 代理或隊友的 handle,未被認領時為空。
27
+ - `blockedBy` — 必須先完成的任務 ID 陣列。
21
28
 
22
- **適合使用:**
23
- - 查看有哪些可用任務(狀態為 pending、無 owner、未被阻塞)
24
- - 檢查專案整體進度
25
- - 查找被阻塞的任務
26
- - 完成一個任務後查找下一個
29
+ 若需要特定任務的完整描述、驗收條件或 metadata,請接著用 `TaskGet`。
27
30
 
28
- ## 注意事項
31
+ ## 範例
29
32
 
30
- - 優先按 ID 順序處理任務(最小 ID 優先),因為早期任務通常為後續任務提供上下文
31
- - 有 `blockedBy` 的任務在依賴解除前不能認領
32
- - 使用 TaskGet 取得特定任務的完整詳情
33
+ ### 範例 1
33
34
 
34
- ## 原文
35
+ 快速狀態檢查。
35
36
 
36
- <textarea readonly>Use this tool to list all tasks in the task list.
37
+ ```
38
+ TaskList()
39
+ ```
37
40
 
38
- ## When to Use This Tool
41
+ 掃描輸出,找出任何 `in_progress` 但沒有 `owner` 的(停滯工作),以及任何 `pending` 且 `blockedBy` 為空的(可接手)。
39
42
 
40
- - To see what tasks are available to work on (status: 'pending', no owner, not blocked)
41
- - To check overall progress on the project
42
- - To find tasks that are blocked and need dependencies resolved
43
- - After completing a task, to check for newly unblocked work or claim the next available task
44
- - **Prefer working on tasks in ID order** (lowest ID first) when multiple tasks are available, as earlier tasks often set up context for later ones
43
+ ### 範例 2
45
44
 
46
- ## Output
45
+ 隊友挑下一個任務。
47
46
 
48
- Returns a summary of each task:
49
- - **id**: Task identifier (use with TaskGet, TaskUpdate)
50
- - **subject**: Brief description of the task
51
- - **status**: 'pending', 'in_progress', or 'completed'
52
- - **owner**: Agent ID if assigned, empty if available
53
- - **blockedBy**: List of open task IDs that must be resolved first (tasks with blockedBy cannot be claimed until dependencies resolve)
47
+ ```
48
+ TaskList()
49
+ # Filter to: status == pending AND blockedBy is empty AND owner is empty.
50
+ # Among those, prefer the lower ID (tasks are typically numbered in
51
+ # creation order, so lower IDs are older and usually higher priority).
52
+ TaskGet(taskId: "<chosen id>")
53
+ TaskUpdate(taskId: "<chosen id>", status: "in_progress", owner: "<your handle>")
54
+ ```
55
+
56
+ ## 注意事項
54
57
 
55
- Use TaskGet with a specific task ID to view full details including description and comments.
56
- </textarea>
58
+ - 隊友挑選原則:當多個 `pending` 任務皆未受阻且無 owner,優先選 ID 最小者。這樣能維持 FIFO,並避免兩位代理搶同一件高能見度任務。
59
+ - 尊重 `blockedBy`:不要開始其阻擋者仍處於 `pending` 或 `in_progress` 的任務。先處理阻擋者,或與其 owner 協調。
60
+ - `TaskList` 是任務的唯一發現機制。沒有搜尋;若清單很長,請結構化掃描(先依 status,再依 owner)。
61
+ - 已刪除的任務可能仍以狀態 `deleted` 出現於清單中,用於追溯。規劃時忽略它們。
62
+ - 清單反映團隊的即時狀態,所以在兩次呼叫之間隊友可能新增或認領任務。若已過一段時間,認領前請重新列出。
@@ -1,40 +1,50 @@
1
1
  # TaskOutput
2
2
 
3
- ## 定義
3
+ 擷取正在執行或已完成的背景任務累積輸出——背景 shell 指令、本地代理或遠端工作階段。當你需要檢視長時間工作至今產出了什麼時使用。
4
4
 
5
- 取得正在執行或已完成的後台任務的輸出。適用於後台 shell、非同步 agent 和遠端會話。
5
+ ## 使用時機
6
+
7
+ - 有一個遠端工作階段(例如雲端 sandbox)正在執行,而你需要它的 stdout。
8
+ - 某個本地代理以背景派發,而你想在它回傳前看局部進度。
9
+ - 背景 shell 指令已執行一段時間,你想檢查進度而不停止它。
10
+ - 你需要確認背景任務真的在推進,再決定是繼續等待或呼叫 `TaskStop`。
11
+
12
+ 不要下意識就伸手去用 `TaskOutput`。對大多數背景工作都有更直接的路徑——見下方注意事項。
6
13
 
7
14
  ## 參數
8
15
 
9
- | 參數 | 類型 | 必填 | 說明 |
10
- |------|------|------|------|
11
- | `task_id` | string | | 任務 ID |
12
- | `block` | boolean | 是 | 是否阻塞等待任務完成,預設 `true` |
13
- | `timeout` | number | 是 | 最大等待時間(毫秒),預設 30000,最大 600000 |
16
+ - `task_id`(string,必填):背景工作啟動時回傳的任務識別碼。並非任務清單的 `taskId`;這是該次執行的 runtime handle。
17
+ - `block`(boolean,選填):為 `true`(預設)時,等到任務產生新輸出或結束再回傳。為 `false` 時,立即回傳已緩衝的內容。
18
+ - `timeout`(number,選填):回傳前最多阻塞的毫秒數。僅在 `block` `true` 時有意義。預設 `30000`,最大 `600000`。
14
19
 
15
- ## 使用場景
20
+ ## 範例
16
21
 
17
- **適合使用:**
18
- - 檢查透過 Task(`run_in_background: true`)啟動的後台 agent 的進度
19
- - 取得後台 Bash 命令的執行結果
20
- - 等待非同步任務完成並取得輸出
22
+ ### 範例 1
21
23
 
22
- **不適合使用:**
23
- - 前台任務——前台任務直接回傳結果,無需此工具
24
+ 不阻塞地窺視遠端工作階段。
24
25
 
25
- ## 注意事項
26
+ ```
27
+ TaskOutput(task_id: "sess_01HXYZ...", block: false)
28
+ ```
29
+
30
+ 回傳自任務啟動(或自你上次 `TaskOutput` 呼叫,視 runtime 而定)以來產生的任何 stdout/stderr。
26
31
 
27
- - `block: true` 會阻塞直到任務完成或逾時
28
- - `block: false` 用於非阻塞檢查當前狀態
29
- - 任務 ID 可透過 `/tasks` 命令查找
30
- - 適用於所有任務類型:後台 shell、非同步 agent、遠端會話
32
+ ### 範例 2
31
33
 
32
- ## 原文
34
+ 短暫等待本地代理產出更多輸出。
35
+
36
+ ```
37
+ TaskOutput(
38
+ task_id: "agent_01ABCD...",
39
+ block: true,
40
+ timeout: 10000
41
+ )
42
+ ```
43
+
44
+ ## 注意事項
33
45
 
34
- <textarea readonly>- Retrieves output from a running or completed task (background shell, agent, or remote session)
35
- - Takes a task_id parameter identifying the task
36
- - Returns the task output along with status information
37
- - Use block=true (default) to wait for task completion
38
- - Use block=false for non-blocking check of current status
39
- - Task IDs can be found using the /tasks command
40
- - Works with all task types: background shells, async agents, and remote sessions</textarea>
46
+ - 背景 bash 指令:此用途實際上已不建議使用 `TaskOutput`。啟動背景 shell 任務時,結果已包含其輸出檔的路徑——用 `Read` 工具直接讀取該路徑。`Read` 提供隨機存取、行號偏移與穩定視圖;`TaskOutput` 則沒有。
47
+ - 本地代理(以背景派發的 `Agent` 工具):代理結束時,`Agent` 工具的結果已包含其最終回應。直接用那個。不要 `Read` 那個透過符號連結的逐字稿檔案——它含完整工具呼叫流,會讓上下文視窗爆掉。
48
+ - 遠端工作階段:`TaskOutput` 是串回輸出的正確、且常常是唯一的方式。偏好 `block: true` 搭配適中的 `timeout`,勝過緊湊的輪詢迴圈。
49
+ - 未知的 `task_id`,或輸出已被垃圾回收的任務,會傳回錯誤。若仍需要結果,請重新派發工作。
50
+ - `TaskOutput` 不會停止任務。若要終止,請用 `TaskStop`。
@@ -1,32 +1,45 @@
1
1
  # TaskStop
2
2
 
3
- ## 定義
3
+ runtime handle 停止一個執行中的背景任務——shell 指令、已派發的代理或遠端工作階段。用它來回收資源、取消已無用處的工作,或在任務卡住時恢復。
4
4
 
5
- 停止一個正在執行的後台任務。
5
+ ## 使用時機
6
+
7
+ - 一條背景 shell 指令執行得比預期久,且你不再需要其結果。
8
+ - 本地代理陷入迴圈或停擺,必須及時中止。
9
+ - 使用者改變方向,之前方向的背景工作應放棄。
10
+ - 遠端工作階段即將逾時或正佔用你需要的資源。
11
+ - 在重新啟動同一項任務之前,你需要一個乾淨的起點。
12
+
13
+ 讓短命的背景工作自行結束比較好。`TaskStop` 是留給「繼續執行毫無價值或實際造成傷害」的情況。
6
14
 
7
15
  ## 參數
8
16
 
9
- | 參數 | 類型 | 必填 | 說明 |
10
- |------|------|------|------|
11
- | `task_id` | string | 否 | 要停止的後台任務 ID |
12
- | `shell_id` | string | 否 | 已棄用,使用 `task_id` 代替 |
17
+ - `task_id`(string,必填):背景任務啟動時回傳的 runtime handle。與 `TaskOutput` 接受的是同一個識別碼,而非任務清單的 `taskId`。
13
18
 
14
- ## 使用場景
19
+ ## 範例
15
20
 
16
- **適合使用:**
17
- - 終止不再需要的長時間執行任務
18
- - 取消錯誤啟動的後台任務
21
+ ### 範例 1
19
22
 
20
- ## 注意事項
23
+ 停止失控的背景 shell 指令。
24
+
25
+ ```
26
+ TaskStop(task_id: "bash_01HXYZ...")
27
+ ```
21
28
 
22
- - 回傳成功或失敗狀態
23
- - `shell_id` 參數已棄用,應使用 `task_id`
29
+ 該指令會收到終止訊號;至此緩衝的輸出仍可在其輸出路徑讀取。
24
30
 
25
- ## 原文
31
+ ### 範例 2
32
+
33
+ 使用者改變方向後取消已派發的代理。
34
+
35
+ ```
36
+ TaskStop(task_id: "agent_01ABCD...")
37
+ ```
38
+
39
+ ## 注意事項
26
40
 
27
- <textarea readonly>
28
- - Stops a running background task by its ID
29
- - Takes a task_id parameter identifying the task to stop
30
- - Returns a success or failure status
31
- - Use this tool when you need to terminate a long-running task
32
- </textarea>
41
+ - `TaskStop` 要求終止;它不保證即時關閉。守規矩的任務會迅速退出,但正在做阻塞 I/O 的程序可能需要一小段時間才會結束。
42
+ - 停止任務不會刪除其輸出。對於背景 shell 任務,磁碟上的輸出檔會保留並仍可用 `Read` 讀取。對於代理與工作階段,在停止前擷取到的輸出仍可透過 `TaskOutput` 取得。
43
+ - 未知的 `task_id`,或已經結束的任務,會傳回錯誤或為 no-op。這是安全的——你可以在不事先檢查狀態的情況下保險地呼叫 `TaskStop`。
44
+ - 若你打算重啟同一件工作,請先停掉舊任務再派發新任務,以避免兩個平行執行在共享資源(檔案、通訊埠、資料庫列)上競爭。
45
+ - `TaskStop` 不會影響團隊任務清單中的條目。要取消已追蹤的任務,請用 `TaskUpdate` 將其狀態更新為 `deleted`。
@@ -1,123 +1,70 @@
1
1
  # TaskUpdate
2
2
 
3
- ## 定義
3
+ 修改既有任務——其狀態、內容、擁有關係、metadata 或相依邊。這是任務推進其生命週期以及在 Claude Code、隊友與子代理之間交接工作的方式。
4
4
 
5
- 更新任務列表中某個任務的狀態、內容或依賴關係。
5
+ ## 使用時機
6
6
 
7
- ## 參數
8
-
9
- | 參數 | 類型 | 必填 | 說明 |
10
- |------|------|------|------|
11
- | `taskId` | string | 是 | 要更新的任務 ID |
12
- | `status` | enum | 否 | 新狀態:`pending` / `in_progress` / `completed` / `deleted` |
13
- | `subject` | string | 否 | 新標題 |
14
- | `description` | string | 否 | 新描述 |
15
- | `activeForm` | string | 否 | 進行中時顯示的現在進行式文字 |
16
- | `owner` | string | 否 | 新的任務負責人(agent 名稱) |
17
- | `metadata` | object | 否 | 要合併的中繼資料(設為 null 可刪除鍵) |
18
- | `addBlocks` | string[] | 否 | 被此任務阻塞的任務 ID 列表 |
19
- | `addBlockedBy` | string[] | 否 | 阻塞此任務的前置任務 ID 列表 |
20
-
21
- ## 狀態流轉
22
-
23
- ```
24
- pending → in_progress → completed
25
- ```
26
-
27
- `deleted` 可從任何狀態轉入,永久移除任務。
28
-
29
- ## 使用場景
30
-
31
- **適合使用:**
32
- - 開始工作時標記任務為 `in_progress`
33
- - 完成工作後標記任務為 `completed`
34
- - 設定任務間的依賴關係
35
- - 需求變更時更新任務內容
36
-
37
- **重要規則:**
38
- - 只有在完全完成任務時才標記為 `completed`
39
- - 遇到錯誤或阻塞時保持 `in_progress`
40
- - 測試失敗、實作不完整、遇到未解決錯誤時不得標記為 `completed`
41
-
42
- ## 注意事項
43
-
44
- - 更新前應先透過 TaskGet 取得任務最新狀態,避免過期資料
45
- - 完成任務後呼叫 TaskList 查找下一個可用任務
7
+ - 在進行工作時,推進任務通過狀態流程。
8
+ - 透過把自己(或另一位代理)設為 `owner` 來認領任務。
9
+ - 在了解問題後改善 `subject` `description`。
10
+ - 以 `addBlocks` / `addBlockedBy` 記錄新發現的相依關係。
11
+ - 附加結構化 `metadata`,例如外部工單 ID 或優先度提示。
46
12
 
47
- ## 原文
48
-
49
- <textarea readonly>Use this tool to update a task in the task list.
50
-
51
- ## When to Use This Tool
52
-
53
- **Mark tasks as resolved:**
54
- - When you have completed the work described in a task
55
- - When a task is no longer needed or has been superseded
56
- - IMPORTANT: Always mark your assigned tasks as resolved when you finish them
57
- - After resolving, call TaskList to find your next task
58
-
59
- - ONLY mark a task as completed when you have FULLY accomplished it
60
- - If you encounter errors, blockers, or cannot finish, keep the task as in_progress
61
- - When blocked, create a new task describing what needs to be resolved
62
- - Never mark a task as completed if:
63
- - Tests are failing
64
- - Implementation is partial
65
- - You encountered unresolved errors
66
- - You couldn't find necessary files or dependencies
67
-
68
- **Delete tasks:**
69
- - When a task is no longer relevant or was created in error
70
- - Setting status to `deleted` permanently removes the task
13
+ ## 參數
71
14
 
72
- **Update task details:**
73
- - When requirements change or become clearer
74
- - When establishing dependencies between tasks
15
+ - `taskId`(string,必填):要修改的任務。從 `TaskList` 或 `TaskCreate` 取得。
16
+ - `status`(string,選填):`pending`、`in_progress`、`completed`、`deleted` 之一。
17
+ - `subject`(string,選填):用來替換的祈使句標題。
18
+ - `description`(string,選填):用來替換的詳細描述。
19
+ - `activeForm`(string,選填):用來替換的現在進行式 spinner 文字。
20
+ - `owner`(string,選填):承擔此任務的代理或隊友 handle。
21
+ - `metadata`(object,選填):要合併到任務的 metadata 鍵。將某鍵設為 `null` 可刪除它。
22
+ - `addBlocks`(string 陣列,選填):此任務所阻擋的任務 ID。
23
+ - `addBlockedBy`(string 陣列,選填):必須在此任務之前完成的任務 ID。
75
24
 
76
- ## Fields You Can Update
25
+ ## 狀態流程
77
26
 
78
- - **status**: The task status (see Status Workflow below)
79
- - **subject**: Change the task title (imperative form, e.g., "Run tests")
80
- - **description**: Change the task description
81
- - **activeForm**: Present continuous form shown in spinner when in_progress (e.g., "Running tests")
82
- - **owner**: Change the task owner (agent name)
83
- - **metadata**: Merge metadata keys into the task (set a key to null to delete it)
84
- - **addBlocks**: Mark tasks that cannot start until this one completes
85
- - **addBlockedBy**: Mark tasks that must complete before this one can start
27
+ 生命週期有意設計為線性:`pending` `in_progress` `completed`。`deleted` 為終結狀態,用於撤回永不會進行的任務。
86
28
 
87
- ## Status Workflow
29
+ - 真正開始動工時才將狀態設為 `in_progress`,不要提前。對同一個 owner,一次只應有一個 `in_progress` 的任務。
30
+ - 只有在工作完全完成——驗收條件滿足、測試通過、產出已寫入——才設為 `completed`。若出現阻擋,保持 `in_progress` 並新增一個任務描述需解決的問題。
31
+ - 在測試失敗、實作不完整,或仍有未解錯誤時,絕不要把任務標為 `completed`。
32
+ - 對已取消或重複的任務使用 `deleted`;不要把任務挪用於不相關的工作。
88
33
 
89
- Status progresses: `pending` → `in_progress` → `completed`
34
+ ## 範例
90
35
 
91
- Use `deleted` to permanently remove a task.
36
+ ### 範例 1
92
37
 
93
- ## Staleness
38
+ 認領一個任務並開始。
94
39
 
95
- Make sure to read a task's latest state using `TaskGet` before updating it.
40
+ ```
41
+ TaskUpdate(
42
+ taskId: "t_01HXYZ...",
43
+ status: "in_progress",
44
+ owner: "main-agent"
45
+ )
46
+ ```
96
47
 
97
- ## Examples
48
+ ### 範例 2
98
49
 
99
- Mark task as in progress when starting work:
100
- ```json
101
- {"taskId": "1", "status": "in_progress"}
102
- ```
50
+ 完成工作並記錄後續的相依關係。
103
51
 
104
- Mark task as completed after finishing work:
105
- ```json
106
- {"taskId": "1", "status": "completed"}
107
52
  ```
108
-
109
- Delete a task:
110
- ```json
111
- {"taskId": "1", "status": "deleted"}
53
+ TaskUpdate(
54
+ taskId: "t_01HXYZ...",
55
+ status: "completed"
56
+ )
57
+
58
+ TaskUpdate(
59
+ taskId: "t_01FOLLOWUP...",
60
+ addBlockedBy: ["t_01HXYZ..."]
61
+ )
112
62
  ```
113
63
 
114
- Claim a task by setting owner:
115
- ```json
116
- {"taskId": "1", "owner": "my-name"}
117
- ```
64
+ ## 注意事項
118
65
 
119
- Set up task dependencies:
120
- ```json
121
- {"taskId": "2", "addBlockedBy": ["1"]}
122
- ```
123
- </textarea>
66
+ - `metadata` 逐鍵合併;將鍵設為 `null` 會移除。若不確定目前內容,先呼叫 `TaskGet`。
67
+ - `addBlocks` 與 `addBlockedBy` 為追加邊,不會移除既有的邊。破壞性地編輯相依圖需要專屬流程——改寫相依前請與團隊 owner 確認。
68
+ - 變更 `subject` 時,請同步更新 `activeForm`,讓 spinner 文字讀起來自然。
69
+ - 不要把任務標為 `completed` 來讓它噤聲。若使用者取消了工作,請使用 `deleted`,並在 `description` 簡述原因。
70
+ - 更新前用 `TaskGet` 讀取最新狀態——隊友可能在你上次讀取到這次寫入之間改動了它。