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,46 +1,38 @@
1
1
  # Edit
2
2
 
3
- ## 定義
3
+ 在既有檔案中進行精確的字串替換。這是修改檔案的首選方式,因為只傳輸 diff,能讓編輯精確且可審核。
4
4
 
5
- 透過精確的字串替換來編輯檔案。將檔案中的 `old_string` 替換為 `new_string`。
5
+ ## 使用時機
6
6
 
7
- ## 參數
7
+ - 修正單一函式中的 bug,而不重寫周圍整個檔案
8
+ - 更新設定值、版本字串或 import 路徑
9
+ - 使用 `replace_all` 在整個檔案中重新命名符號
10
+ - 在某個錨點附近插入區塊(擴大 `old_string` 以包含附近的上下文,然後提供替換內容)
11
+ - 在多步驟重構中套用小而有明確範圍的編輯
8
12
 
9
- | 參數 | 類型 | 必填 | 說明 |
10
- |------|------|------|------|
11
- | `file_path` | string | 是 | 要修改的檔案的絕對路徑 |
12
- | `old_string` | string | 是 | 要替換的原始文字 |
13
- | `new_string` | string | 是 | 替換後的新文字(必須與 old_string 不同) |
14
- | `replace_all` | boolean | 否 | 是否替換所有匹配項,預設 `false` |
13
+ ## 參數
15
14
 
16
- ## 使用場景
15
+ - `file_path`(string,必填):要修改的檔案絕對路徑。
16
+ - `old_string`(string,必填):要搜尋的確切文字。必須逐字完全相符,包括空白與縮排。
17
+ - `new_string`(string,必填):替換文字。必須與 `old_string` 不同。
18
+ - `replace_all`(boolean,選填):為 `true` 時會取代 `old_string` 的每一個出現處。預設為 `false`,此時要求比對結果必須唯一。
17
19
 
18
- **適合使用:**
19
- - 修改現有檔案中的特定程式碼段
20
- - 修復 bug、更新邏輯
21
- - 重新命名變數(配合 `replace_all: true`)
22
- - 任何需要精確修改檔案內容的場景
20
+ ## 範例
23
21
 
24
- **不適合使用:**
25
- - 建立新檔案——應使用 Write
26
- - 大規模重寫——可能需要 Write 覆寫整個檔案
22
+ ### 範例 1:修正單一呼叫點
23
+ `old_string` 設為精確的一行 `const port = 3000;`,`new_string` 設為 `const port = process.env.PORT ?? 3000;`。由於比對唯一,`replace_all` 可保持預設值。
27
24
 
28
- ## 注意事項
25
+ ### 範例 2:在整個檔案中重新命名符號
26
+ 要把 `api.ts` 內的 `getUser` 全部改為 `fetchUser`,請設 `old_string: "getUser"`、`new_string: "fetchUser"`、`replace_all: true`。
29
27
 
30
- - 使用前必須先透過 Read 讀取過該檔案,否則會報錯
31
- - `old_string` 在檔案中必須是唯一的,否則編輯失敗。如果不唯一,需要提供更多上下文使其唯一,或使用 `replace_all`
32
- - 編輯文字時必須保持原始縮排(tab/空格),不要包含 Read 輸出中的行號前綴
33
- - 優先編輯現有檔案,而非建立新檔案
34
- - `new_string` 必須與 `old_string` 不同
28
+ ### 範例 3:消除重複片段的歧義
29
+ `return null;` 在多個分支中都出現,請擴大 `old_string` 包含周圍上下文(例如前面的 `if` 行),以確保比對唯一。否則工具會報錯而不是去猜測。
35
30
 
36
- ## 原文
37
-
38
- <textarea readonly>Performs exact string replacements in files.
31
+ ## 注意事項
39
32
 
40
- Usage:
41
- - You must use your `Read` tool at least once in the conversation before editing. This tool will error if you attempt an edit without reading the file.
42
- - When editing text from Read tool output, ensure you preserve the exact indentation (tabs/spaces) as it appears AFTER the line number prefix. The line number prefix format is: spaces + line number + tab. Everything after that tab is the actual file content to match. Never include any part of the line number prefix in the old_string or new_string.
43
- - ALWAYS prefer editing existing files in the codebase. NEVER write new files unless explicitly required.
44
- - Only use emojis if the user explicitly requests it. Avoid adding emojis to files unless asked.
45
- - The edit will FAIL if `old_string` is not unique in the file. Either provide a larger string with more surrounding context to make it unique or use `replace_all` to change every instance of `old_string`.
46
- - Use `replace_all` for replacing and renaming strings across the file. This parameter is useful if you want to rename a variable for instance.</textarea>
33
+ - 在目前工作階段中,你必須先對該檔案呼叫過至少一次 `Read`,`Edit` 才會接受變更。`Read` 輸出中的行號前綴不是檔案內容的一部分;請不要將其納入 `old_string` 或 `new_string`。
34
+ - 空白字元必須完全相符。注意 tab 與空格、行尾空白,特別是在 YAML、Makefile Python 中。
35
+ - `old_string` 不唯一且 `replace_all` `false`,編輯會失敗。請擴充上下文或啟用 `replace_all`。
36
+ - 只要檔案已存在,請優先使用 `Edit` 而不是 `Write`;`Write` 會覆寫整個檔案,不小心就會遺失無關的內容。
37
+ - 對同一檔案做多處不相關的修改時,請依序送出多個 `Edit` 呼叫,而不是單一大型、脆弱的替換。
38
+ - 編輯原始碼時請避免引入 emoji、行銷文案或未請求的說明文件區塊。
@@ -1,128 +1,35 @@
1
1
  # EnterPlanMode
2
2
 
3
- ## 定義
3
+ 將工作階段切換至計畫模式,這是一個唯讀的探索階段,助理在此階段調查程式碼庫並草擬具體的實作計畫,供使用者在任何檔案被修改之前先行核准。
4
4
 
5
- Claude Code 切換到規劃模式,用於在實施前探索程式碼庫並設計方案。
5
+ ## 使用時機
6
+
7
+ - 使用者要求進行跨越多個檔案或子系統的非簡易變更。
8
+ - 需求含糊,助理需要先讀程式碼再決定做法。
9
+ - 提議進行重構、遷移或相依性升級,影響範圍尚不明確。
10
+ - 使用者明確表示「先規劃一下」、「先做個計畫」,或要求設計評審。
11
+ - 風險高到直接動手編輯可能浪費成果或損壞狀態。
6
12
 
7
13
  ## 參數
8
14
 
9
- 無參數。
15
+ 無。`EnterPlanMode` 不接受任何參數——以空的參數物件呼叫即可。
10
16
 
11
- ## 使用場景
17
+ ## 範例
12
18
 
13
- **適合使用:**
14
- - 新功能實作——需要架構決策
15
- - 存在多種可行方案——需要使用者選擇
16
- - 程式碼修改影響現有行為或結構
17
- - 多檔案變更——可能涉及 2-3 個以上檔案
18
- - 需求不明確——需要先探索再理解範圍
19
- - 使用者偏好很重要——實作可以有多種合理方向
19
+ ### 範例 1:大型功能需求
20
20
 
21
- **不適合使用:**
22
- - 單行或少量行的修復(拼寫錯誤、明顯 bug)
23
- - 使用者已給出非常具體的指令
24
- - 純研究/探索任務——應使用 Task(Explore 類型)
21
+ 使用者要求:「在管理後台加入 Okta SSO。」助理呼叫 `EnterPlanMode`,接著花數輪讀取認證中介層、session 儲存、路由守衛與既有登入 UI。它撰寫計畫描述所需變更、遷移步驟與測試覆蓋範圍,然後透過 `ExitPlanMode` 送出核准。
25
22
 
26
- ## 規劃模式中的行為
23
+ ### 範例 2:風險較高的重構
27
24
 
28
- 進入規劃模式後,Claude Code 會:
29
- 1. 使用 Glob、Grep、Read 工具深入探索程式碼庫
30
- 2. 理解現有模式和架構
31
- 3. 設計實施方案
32
- 4. 將方案提交給使用者審批
33
- 5. 如需澄清可使用 AskUserQuestion
34
- 6. 方案就緒後透過 ExitPlanMode 退出
25
+ 使用者說:「把 REST controller 轉成 tRPC。」助理進入計畫模式,審視每個 controller,列出公開契約,列舉部署階段(shim、雙讀、切換),並在動任何檔案之前提出排序計畫。
35
26
 
36
27
  ## 注意事項
37
28
 
38
- - 此工具需要使用者同意才能進入規劃模式
39
- - 如果不確定是否需要規劃,傾向於規劃——提前對齊比返工好
40
-
41
- ## 原文
42
-
43
- <textarea readonly>Use this tool proactively when you're about to start a non-trivial implementation task. Getting user sign-off on your approach before writing code prevents wasted effort and ensures alignment. This tool transitions you into plan mode where you can explore the codebase and design an implementation approach for user approval.
44
-
45
- ## When to Use This Tool
46
-
47
- **Prefer using EnterPlanMode** for implementation tasks unless they're simple. Use it when ANY of these conditions apply:
48
-
49
- 1. **New Feature Implementation**: Adding meaningful new functionality
50
- - Example: "Add a logout button" - where should it go? What should happen on click?
51
- - Example: "Add form validation" - what rules? What error messages?
52
-
53
- 2. **Multiple Valid Approaches**: The task can be solved in several different ways
54
- - Example: "Add caching to the API" - could use Redis, in-memory, file-based, etc.
55
- - Example: "Improve performance" - many optimization strategies possible
56
-
57
- 3. **Code Modifications**: Changes that affect existing behavior or structure
58
- - Example: "Update the login flow" - what exactly should change?
59
- - Example: "Refactor this component" - what's the target architecture?
60
-
61
- 4. **Architectural Decisions**: The task requires choosing between patterns or technologies
62
- - Example: "Add real-time updates" - WebSockets vs SSE vs polling
63
- - Example: "Implement state management" - Redux vs Context vs custom solution
64
-
65
- 5. **Multi-File Changes**: The task will likely touch more than 2-3 files
66
- - Example: "Refactor the authentication system"
67
- - Example: "Add a new API endpoint with tests"
68
-
69
- 6. **Unclear Requirements**: You need to explore before understanding the full scope
70
- - Example: "Make the app faster" - need to profile and identify bottlenecks
71
- - Example: "Fix the bug in checkout" - need to investigate root cause
72
-
73
- 7. **User Preferences Matter**: The implementation could reasonably go multiple ways
74
- - If you would use AskUserQuestion to clarify the approach, use EnterPlanMode instead
75
- - Plan mode lets you explore first, then present options with context
76
-
77
- ## When NOT to Use This Tool
78
-
79
- Only skip EnterPlanMode for simple tasks:
80
- - Single-line or few-line fixes (typos, obvious bugs, small tweaks)
81
- - Adding a single function with clear requirements
82
- - Tasks where the user has given very specific, detailed instructions
83
- - Pure research/exploration tasks (use the Agent tool with explore agent instead)
84
-
85
- ## What Happens in Plan Mode
86
-
87
- In plan mode, you'll:
88
- 1. Thoroughly explore the codebase using Glob, Grep, and Read tools
89
- 2. Understand existing patterns and architecture
90
- 3. Design an implementation approach
91
- 4. Present your plan to the user for approval
92
- 5. Use AskUserQuestion if you need to clarify approaches
93
- 6. Exit plan mode with ExitPlanMode when ready to implement
94
-
95
- ## Examples
96
-
97
- ### GOOD - Use EnterPlanMode:
98
- User: "Add user authentication to the app"
99
- - Requires architectural decisions (session vs JWT, where to store tokens, middleware structure)
100
-
101
- User: "Optimize the database queries"
102
- - Multiple approaches possible, need to profile first, significant impact
103
-
104
- User: "Implement dark mode"
105
- - Architectural decision on theme system, affects many components
106
-
107
- User: "Add a delete button to the user profile"
108
- - Seems simple but involves: where to place it, confirmation dialog, API call, error handling, state updates
109
-
110
- User: "Update the error handling in the API"
111
- - Affects multiple files, user should approve the approach
112
-
113
- ### BAD - Don't use EnterPlanMode:
114
- User: "Fix the typo in the README"
115
- - Straightforward, no planning needed
116
-
117
- User: "Add a console.log to debug this function"
118
- - Simple, obvious implementation
119
-
120
- User: "What files handle routing?"
121
- - Research task, not implementation planning
122
-
123
- ## Important Notes
124
-
125
- - This tool REQUIRES user approval - they must consent to entering plan mode
126
- - If unsure whether to use it, err on the side of planning - it's better to get alignment upfront than to redo work
127
- - Users appreciate being consulted before significant changes are made to their codebase
128
- </textarea>
29
+ - 計畫模式依約定為唯讀。在其中,助理不得執行 `Edit`、`Write`、`NotebookEdit` 或任何有變更效應的 shell 指令。只能使用 `Read`、`Grep`、`Glob` 與非破壞性的 `Bash` 指令。
30
+ - 不要為了瑣碎的單行編輯、純研究問題,或使用者已完整指定變更細節的任務進入計畫模式。額外成本反而弊大於利。
31
+ - 在 Auto 模式下,除非使用者明確要求,否則不建議進入計畫模式——Auto 模式偏好行動勝於前期規劃。
32
+ - 使用計畫模式來減少高成本工作的轉向。五分鐘的計畫常能省下一小時誤入歧途的編輯。
33
+ - 一旦進入計畫模式,把調查重心放在實際會變動的系統部位。避免對與任務無關的 repo 做全面巡禮。
34
+ - 計畫本身應寫入 harness 預期的路徑,這樣 `ExitPlanMode` 才能送交。計畫應包含具體的檔案路徑、函式名稱與驗證步驟,而非空泛意圖。
35
+ - 使用者可能拒絕計畫並要求修訂。請在計畫模式內反覆迭代,直到計畫獲得接受;接受後再退出。
@@ -1,56 +1,44 @@
1
1
  # EnterWorktree
2
2
 
3
- ## 定義
3
+ 在新的分支上建立一個隔離的 Git worktree,或將工作階段切換到目前 repo 的既有 worktree,讓平行或實驗性質的工作可以進行而不影響主要 checkout。
4
4
 
5
- Creates an isolated git worktree and switches the current session into it. Only used when the user explicitly asks to work in a worktree.
5
+ ## 使用時機
6
6
 
7
- ## 參數
8
-
9
- | Name | Type | Required | Description |
10
- |---|---|---|---|
11
- | name | string | No | A name for the worktree. If not provided, a random name is generated. |
12
-
13
- ## 使用場景
7
+ - 使用者明確表示「worktree」——例如「start a worktree」、「create a worktree」或「work in a worktree」。
8
+ - `CLAUDE.md` 或持久記憶中的專案指示要求你為目前任務使用 worktree。
9
+ - 你想繼續之前已設置為 worktree 的任務(透過 `path` 重新進入)。
10
+ - 需要多個實驗性分支同時存在於磁碟上,避免頻繁切換 checkout。
11
+ - 長時間執行的任務需要與主工作樹中的其他無關編輯隔離。
14
12
 
15
- **適合使用:**
16
- - The user explicitly says "worktree" (e.g., "start a worktree", "work in a worktree", "create a worktree")
17
-
18
- **不適合使用:**
19
- - The user asks to create/switch branches — use git commands instead
20
- - The user asks to fix a bug or work on a feature — use normal git workflow unless they specifically mention worktrees
21
-
22
- ## 注意事項
23
-
24
- - Must be in a git repository, or have WorktreeCreate/WorktreeRemove hooks configured
25
- - Must not already be in a worktree
26
-
27
- ## 原文
28
-
29
- <textarea readonly>Use this tool ONLY when the user explicitly asks to work in a worktree. This tool creates an isolated git worktree and switches the current session into it.
13
+ ## 參數
30
14
 
31
- ## When to Use
15
+ - `name`(string,選填):新 worktree 目錄的名稱。每個以 `/` 分隔的區段只能包含字母、數字、點、底線與破折號;完整字串上限 64 個字元。若未提供且也未提供 `path`,會產生隨機名稱。與 `path` 互斥。
16
+ - `path`(string,選填):要切入的目前 repo 既有 worktree 的檔案系統路徑。必須出現在該 repo 的 `git worktree list` 中;若路徑不是目前 repo 註冊的 worktree 則會被拒絕。與 `name` 互斥。
32
17
 
33
- - The user explicitly says "worktree" (e.g., "start a worktree", "work in a worktree", "create a worktree", "use a worktree")
18
+ ## 範例
34
19
 
35
- ## When NOT to Use
20
+ ### 範例 1:以描述性名稱建立新 worktree
36
21
 
37
- - The user asks to create a branch, switch branches, or work on a different branch — use git commands instead
38
- - The user asks to fix a bug or work on a feature — use normal git workflow unless they specifically mention worktrees
39
- - Never use this tool unless the user explicitly mentions "worktree"
22
+ ```
23
+ EnterWorktree(name="feat/okta-sso")
24
+ ```
40
25
 
41
- ## Requirements
26
+ `HEAD` 為基礎,在新分支上建立 `.claude/worktrees/feat/okta-sso`,並將工作階段的工作目錄切換進去。在你退出之前,後續的檔案編輯與 shell 指令都在該 worktree 內執行。
42
27
 
43
- - Must be in a git repository, OR have WorktreeCreate/WorktreeRemove hooks configured in settings.json
44
- - Must not already be in a worktree
28
+ ### 範例 2:重新進入既有 worktree
45
29
 
46
- ## Behavior
30
+ ```
31
+ EnterWorktree(path="/Users/me/repo/.claude/worktrees/feat/okta-sso")
32
+ ```
47
33
 
48
- - In a git repository: creates a new git worktree inside `.claude/worktrees/` with a new branch based on HEAD
49
- - Outside a git repository: delegates to WorktreeCreate/WorktreeRemove hooks for VCS-agnostic isolation
50
- - Switches the session's working directory to the new worktree
51
- - On session exit, the user will be prompted to keep or remove the worktree
34
+ 回到先前建立的 worktree 繼續工作。由於你是透過 `path` 進入,`ExitWorktree` 不會自動刪除它——以 `action: "keep"` 離開,只會回到原來的目錄。
52
35
 
53
- ## Parameters
36
+ ## 注意事項
54
37
 
55
- - `name` (optional): A name for the worktree. If not provided, a random name is generated.
56
- </textarea>
38
+ - 除非使用者明確提出或專案指示要求,否則不要呼叫 `EnterWorktree`。一般的切換分支或修 bug 請求應使用一般 Git 指令,而非 worktree
39
+ - 在 Git repo 內呼叫時,工具會在 `.claude/worktrees/` 底下建立一個 worktree,並以 `HEAD` 為基礎註冊新分支。在非 Git repo 中,則委派給 `settings.json` 中設定的 `WorktreeCreate` / `WorktreeRemove` hooks,以進行不依賴 VCS 的隔離。
40
+ - 同一時間只能啟用一個 worktree session。若你已在 worktree session 中,工具會拒絕執行;請先用 `ExitWorktree` 退出。
41
+ - 使用 `ExitWorktree` 在 session 進行中退出。若 session 結束時仍在新建立的 worktree 內,會提示使用者保留或移除。
42
+ - 透過 `path` 進入的 worktree 被視為外部——以 `action: "remove"` 呼叫 `ExitWorktree` 不會刪除它們。這是保護使用者手動管理之 worktree 的安全機制。
43
+ - 新 worktree 繼承目前分支的內容,但擁有獨立的工作目錄與索引。主 checkout 中已暫存或未暫存的變更在 worktree 內看不到。
44
+ - 命名建議:加上工作種類前綴(`feat/`、`fix/`、`spike/`),以便在 `git worktree list` 中輕鬆區分多個並行 worktree。
@@ -1,62 +1,42 @@
1
1
  # ExitPlanMode
2
2
 
3
- ## 定義
3
+ 送出在計畫模式中所撰寫的實作計畫供使用者核准,若獲核准則讓工作階段離開計畫模式,以便開始進行編輯。
4
4
 
5
- 退出規劃模式並將方案提交給使用者審批。方案內容從之前寫入的計畫檔案中讀取。
5
+ ## 使用時機
6
6
 
7
- ## 參數
8
-
9
- | 參數 | 類型 | 必填 | 說明 |
10
- |------|------|------|------|
11
- | `allowedPrompts` | array | 否 | 實施方案所需的權限描述列表 |
12
-
13
- `allowedPrompts` 陣列中每個元素:
14
-
15
- | 欄位 | 類型 | 必填 | 說明 |
16
- |------|------|------|------|
17
- | `tool` | enum | 是 | 適用的工具,目前僅支援 `Bash` |
18
- | `prompt` | string | 是 | 操作的語義描述(如 "run tests"、"install dependencies") |
19
-
20
- ## 使用場景
7
+ - 在 `EnterPlanMode` 期間撰寫的計畫已完成,可供審閱。
8
+ - 任務偏向實作(程式碼或設定變更),而非純研究,因此明確的計畫適合此任務。
9
+ - 所有前置閱讀與分析已完成;在使用者決定之前無需進一步調查。
10
+ - 助理已列出具體的檔案路徑、函式與步驟,而非僅是目標。
11
+ - 使用者要求查看計畫,或計畫模式流程即將交接給編輯工具。
21
12
 
22
- **適合使用:**
23
- - 規劃模式中方案已完成,準備提交使用者審批
24
- - 僅用於需要撰寫程式碼的實施任務
25
-
26
- **不適合使用:**
27
- - 純研究/探索任務——不需要退出規劃模式
28
- - 想問使用者「方案可以嗎?」——這正是此工具的功能,不要用 AskUserQuestion 來問
29
-
30
- ## 注意事項
13
+ ## 參數
31
14
 
32
- - 此工具不接受方案內容作為參數——它從之前寫入的計畫檔案中讀取
33
- - 使用者會看到計畫檔案的內容來審批
34
- - 不要在呼叫此工具前用 AskUserQuestion 問「方案是否可以」,這是重複的
35
- - 不要在問題中提及「計畫」,因為使用者在 ExitPlanMode 之前看不到計畫內容
15
+ - `allowedPrompts`(array,選填):使用者可在核准畫面上輸入的 prompts,用以自動核准或修改計畫。每個元素指定一個範圍化的權限(例如一個操作名稱與所適用的工具)。不設定則使用預設核准流程。
36
16
 
37
- ## 原文
17
+ ## 範例
38
18
 
39
- <textarea readonly>Use this tool when you are in plan mode and have finished writing your plan to the plan file and are ready for user approval.
19
+ ### 範例 1:標準送出
40
20
 
41
- ## How This Tool Works
42
- - You should have already written your plan to the plan file specified in the plan mode system message
43
- - This tool does NOT take the plan content as a parameter - it will read the plan from the file you wrote
44
- - This tool simply signals that you're done planning and ready for the user to review and approve
45
- - The user will see the contents of your plan file when they review it
21
+ 在計畫模式中調查認證重構並把計畫檔案寫入磁碟後,助理不帶參數呼叫 `ExitPlanMode`。Harness 會從正式位置讀取計畫,顯示給使用者,並等待核准或拒絕。
46
22
 
47
- ## When to Use This Tool
48
- IMPORTANT: Only use this tool when the task requires planning the implementation steps of a task that requires writing code. For research tasks where you're gathering information, searching files, reading files or in general trying to understand the codebase - do NOT use this tool.
23
+ ### 範例 2:預先核准的快捷動作
49
24
 
50
- ## Before Using This Tool
51
- Ensure your plan is complete and unambiguous:
52
- - If you have unresolved questions about requirements or approach, use AskUserQuestion first (in earlier phases)
53
- - Once your plan is finalized, use THIS tool to request approval
25
+ ```
26
+ ExitPlanMode(allowedPrompts=[
27
+ {"tool": "Bash", "prompt": "run tests"},
28
+ {"tool": "Bash", "prompt": "install dependencies"}
29
+ ])
30
+ ```
54
31
 
55
- **Important:** Do NOT use AskUserQuestion to ask "Is this plan okay?" or "Should I proceed?" - that's exactly what THIS tool does. ExitPlanMode inherently requests user approval of your plan.
32
+ 讓使用者預先授權慣用的後續指令,助理在實作期間就不必為每個權限提示暫停。
56
33
 
57
- ## Examples
34
+ ## 注意事項
58
35
 
59
- 1. Initial task: "Search for and understand the implementation of vim mode in the codebase" - Do not use the exit plan mode tool because you are not planning the implementation steps of a task.
60
- 2. Initial task: "Help me implement yank mode for vim" - Use the exit plan mode tool after you have finished planning the implementation steps of the task.
61
- 3. Initial task: "Add a new feature to handle user authentication" - If unsure about auth method (OAuth, JWT, etc.), use AskUserQuestion first, then use exit plan mode tool after clarifying the approach.
62
- </textarea>
36
+ - `ExitPlanMode` 只對實作類工作有意義。若使用者的請求是沒有檔案變更的研究或說明任務,直接作答——不要只為了退出而走計畫模式流程。
37
+ - 計畫必須在呼叫此工具之前已寫入磁碟。`ExitPlanMode` 不接受將計畫內容作為參數;它從 harness 預期的路徑讀取。
38
+ - 若使用者拒絕計畫,你會回到計畫模式。依回饋修訂後再次送出;在計畫未核准前不要開始編輯檔案。
39
+ - 核准允許你離開計畫模式並在計畫描述的範圍內使用變更性工具(`Edit`、`Write`、`Bash` 等)。事後擴大範圍需要新的計畫或使用者明確同意。
40
+ - 不要在呼叫此工具前用 `AskUserQuestion` 問「這個計畫可以嗎?」——請求計畫核准正是 `ExitPlanMode` 所做的事,而且在計畫送出前使用者看不到它。
41
+ - 計畫要簡潔且可執行。審閱者應能在一分鐘內掃讀完畢,並確切了解會變更什麼。
42
+ - 若你在實作途中發現計畫錯了,請停下來向使用者回報,而不是悄悄偏離。重新進入計畫模式是一個可行的下一步。
@@ -0,0 +1,41 @@
1
+ # ExitWorktree
2
+
3
+ 退出由 `EnterWorktree` 建立的 worktree 工作階段,並將工作階段返回到原始工作目錄。此工具僅對當前工作階段中由 `EnterWorktree` 建立的 worktree 生效;若沒有活躍的此類工作階段,呼叫將為空操作。
4
+
5
+ ## 使用時機
6
+
7
+ - 已完成隔離 worktree 中的工作,希望返回主工作目錄。
8
+ - 在功能分支 worktree 中完成任務並合併後,需要清理該分支和目錄。
9
+ - 希望保留 worktree 以便稍後繼續使用,只需返回原始目錄而不刪除任何內容。
10
+ - 希望放棄實驗性或臨時性分支,不在磁碟上保留任何產物。
11
+ - 需要開啟新的 `EnterWorktree` 工作階段,必須先退出當前工作階段。
12
+
13
+ ## 參數
14
+
15
+ - `action`(字串,必填):`"keep"` 保留 worktree 目錄和分支,以便之後返回;`"remove"` 刪除 worktree 目錄及其分支,執行乾淨退出。
16
+ - `discard_changes`(布林值,選填,預設 `false`):僅在 `action` 為 `"remove"` 時有意義。若 worktree 存在未提交的檔案或不在原始分支上的提交,工具將拒絕刪除,除非將 `discard_changes` 設定為 `true`。錯誤回應會列出具體變更,以便在重新呼叫前與使用者確認。
17
+
18
+ ## 範例
19
+
20
+ ### 範例 1:合併變更後的乾淨退出
21
+
22
+ 在 worktree 中完成工作並將分支合併到主分支後,使用 `action: "remove"` 呼叫 `ExitWorktree`,刪除 worktree 目錄和分支,並返回原始工作目錄。
23
+
24
+ ```
25
+ ExitWorktree(action: "remove")
26
+ ```
27
+
28
+ ### 範例 2:丟棄含有未提交實驗程式碼的臨時 worktree
29
+
30
+ 若 worktree 包含需要完全丟棄的實驗性未提交變更,先嘗試 `action: "remove"`。工具將拒絕並列出未提交的變更。在與使用者確認可以丟棄後,再次呼叫並傳入 `discard_changes: true`。
31
+
32
+ ```
33
+ ExitWorktree(action: "remove", discard_changes: true)
34
+ ```
35
+
36
+ ## 注意事項
37
+
38
+ - 此工具僅對當前工作階段中由 `EnterWorktree` 建立的 worktree 生效。它不會影響透過 `git worktree add` 建立的 worktree、先前工作階段的 worktree,或從未呼叫過 `EnterWorktree` 時的普通工作目錄——這些情況下呼叫為空操作。
39
+ - 若 worktree 存在未提交的變更或未合入原始分支的提交,`action: "remove"` 將拒絕執行,除非明確提供 `discard_changes: true`。設定此參數前務必與使用者確認,因為資料一旦刪除無法恢復。
40
+ - 若 worktree 附有 tmux 工作階段:`remove` 時該工作階段會被終止;`keep` 時工作階段繼續運行,並返回其名稱以便使用者之後重新連線。
41
+ - `ExitWorktree` 完成後,可再次呼叫 `EnterWorktree` 開始新的 worktree 工作階段。
@@ -1,39 +1,35 @@
1
1
  # Glob
2
2
 
3
- ## 定義
3
+ glob 模式比對檔名,並以最近修改時間優先的順序回傳路徑。針對任何規模的程式碼庫都能快速定位檔案,無需透過 `find`。
4
4
 
5
- 快速的檔案名稱模式匹配工具,支援任意規模的程式碼庫。回傳按修改時間排序的匹配檔案路徑。
5
+ ## 使用時機
6
6
 
7
- ## 參數
7
+ - 列舉特定副檔名的每個檔案(例如 `src` 底下所有 `*.ts` 檔案)
8
+ - 依命名慣例發掘設定或 fixture 檔案(`**/jest.config.*`、`**/*.test.tsx`)
9
+ - 在執行針對性 `Grep` 之前縮小搜尋範圍
10
+ - 在呼叫 `Write` 之前,檢查某個已知模式下是否已存在檔案
11
+ - 透過修改時間排序找出最近被動過的檔案
8
12
 
9
- | 參數 | 類型 | 必填 | 說明 |
10
- |------|------|------|------|
11
- | `pattern` | string | 是 | glob 模式(如 `**/*.js`、`src/**/*.ts`) |
12
- | `path` | string | 否 | 搜尋目錄,預設為當前工作目錄。不要傳 "undefined" 或 "null" |
13
+ ## 參數
13
14
 
14
- ## 使用場景
15
+ - `pattern`(string,必填):要比對的 glob 表達式。支援 `*` 代表單一區段萬用字元、`**` 代表遞迴比對、`{a,b}` 代表替換選項,例如 `src/**/*.{ts,tsx}`。
16
+ - `path`(string,選填):搜尋的目錄。若提供,必須是有效的目錄路徑。完全省略此欄位以搜尋目前工作目錄。請勿傳入字串 `"undefined"` 或 `"null"`。
15
17
 
16
- **適合使用:**
17
- - 按檔案名稱模式查找檔案
18
- - 查找特定類型的所有檔案(如所有 `.tsx` 檔案)
19
- - 查找特定類別定義(如 `class Foo`)時先定位檔案
20
- - 可以在單條訊息中並行發起多個 Glob 呼叫
18
+ ## 範例
21
19
 
22
- **不適合使用:**
23
- - 搜尋檔案內容——應使用 Grep
24
- - 需要多輪搜尋的開放式探索——應使用 Task(Explore 類型)
20
+ ### 範例 1:所有 TypeScript 原始檔
21
+ `pattern: "src/**/*.ts"` 呼叫 `Glob`。結果是按 mtime 排序的清單,所以最近編輯過的檔案會排在最前面,有助於聚焦熱點。
25
22
 
26
- ## 注意事項
23
+ ### 範例 2:定位 class 定義候選
24
+ 當你懷疑某個 class 位於你不知道名稱的檔案中,可用 `pattern: "**/*UserService*"` 搜尋以縮小候選範圍,接著用 `Read` 或 `Grep` 跟進。
27
25
 
28
- - 支援標準 glob 語法:`*` 匹配單層,`**` 匹配多層,`{}` 匹配多選
29
- - 結果按修改時間排序
30
- - 比 Bash 的 `find` 命令更推薦使用
26
+ ### 範例 3:大型任務前的平行探索
27
+ 在單一訊息中送出多個 `Glob` 呼叫(例如一個 `**/*.test.ts`、一個 `**/fixtures/**`),兩者平行執行,結果可彼此對照。
31
28
 
32
- ## 原文
29
+ ## 注意事項
33
30
 
34
- <textarea readonly>- Fast file pattern matching tool that works with any codebase size
35
- - Supports glob patterns like "**/*.js" or "src/**/*.ts"
36
- - Returns matching file paths sorted by modification time
37
- - Use this tool when you need to find files by name patterns
38
- - When you are doing an open ended search that may require multiple rounds of globbing and grepping, use the Agent tool instead
39
- - You can call multiple tools in a single response. It is always better to speculatively perform multiple searches in parallel if they are potentially useful.</textarea>
31
+ - 結果依檔案修改時間排序(最新優先),而非字母序。若需要穩定排序,請於下游自行排序。
32
+ - 模式由工具而非 shell 解析;你不必像命令列那樣為模式加引號或轉義。
33
+ - 對需要多輪搜尋與推理的開放式探索,改以 `Agent` 委派 Explore 代理,而不是串接多個 `Glob`。
34
+ - 檔名探索優先使用 `Glob`,而不是透過 `Bash` 呼叫 `find` `ls`;它處理權限的一致性較好,也會回傳結構化輸出。
35
+ - 要搜尋檔案內容(而非檔名)時,改用 `Grep`。
@@ -1,57 +1,46 @@
1
1
  # Grep
2
2
 
3
- ## 定義
3
+ 使用 ripgrep 引擎搜尋檔案內容。支援完整的正規表示式、檔案類型過濾與三種輸出模式,讓你在精確度與精簡度之間取捨。
4
4
 
5
- 基於 ripgrep 的強大內容搜尋工具。支援正規表示式、檔案類型過濾和多種輸出模式。
5
+ ## 使用時機
6
+
7
+ - 定位某個函式的每個呼叫點,或某個識別字的每個參照
8
+ - 檢查某個字串或錯誤訊息是否出現在程式碼庫的任何地方
9
+ - 統計某個模式的出現次數,以評估重構前的影響範圍
10
+ - 以檔案類型(`type: "ts"`)或 glob(`glob: "**/*.tsx"`)縮小搜尋
11
+ - 透過 `multiline: true` 擷取跨行比對,如多行 struct 定義或 JSX 區塊
6
12
 
7
13
  ## 參數
8
14
 
9
- | 參數 | 類型 | 必填 | 說明 |
10
- |------|------|------|------|
11
- | `pattern` | string | | 正規表示式搜尋模式 |
12
- | `path` | string | | 搜尋路徑(檔案或目錄),預設當前工作目錄 |
13
- | `glob` | string | 否 | 檔案名稱過濾(如 `*.js`、`*.{ts,tsx}`) |
14
- | `type` | string | 否 | 檔案類型過濾(如 `js`、`py`、`rust`),比 glob 更高效 |
15
- | `output_mode` | enum | 否 | 輸出模式:`files_with_matches`(預設)、`content`、`count` |
16
- | `-i` | boolean | 否 | 大小寫不敏感搜尋 |
17
- | `-n` | boolean | 否 | 顯示行號(僅 content 模式),預設 true |
18
- | `-A` | number | 否 | 匹配後顯示的行數 |
19
- | `-B` | number | 否 | 匹配前顯示的行數 |
20
- | `-C` / `context` | number | | 匹配前後顯示的行數 |
21
- | `head_limit` | number | 否 | 限制輸出條目數,預設 0(無限) |
22
- | `offset` | number | 否 | 跳過前 N 條結果 |
23
- | `multiline` | boolean | 否 | 啟用多行匹配模式,預設 false |
24
-
25
- ## 使用場景
26
-
27
- **適合使用:**
28
- - 在程式碼庫中搜尋特定字串或模式
29
- - 查找函式/變數的使用位置
30
- - 按檔案類型過濾搜尋結果
31
- - 統計匹配數量
32
-
33
- **不適合使用:**
34
- - 按檔案名稱查找檔案——應使用 Glob
35
- - 需要多輪搜尋的開放式探索——應使用 Task(Explore 類型)
15
+ - `pattern`(string,必填):要搜尋的正規表示式。使用 ripgrep 語法,因此字面上的大括號需要轉義(例如用 `interface\{\}` 以尋找 `interface{}`)。
16
+ - `path`(string,選填):要搜尋的檔案或目錄。預設為目前工作目錄。
17
+ - `glob`(string,選填):檔名過濾,例如 `*.js` `*.{ts,tsx}`。
18
+ - `type`(string,選填):檔案類型捷徑,例如 `js`、`py`、`rust`、`go`。對於常見語言比 `glob` 更有效率。
19
+ - `output_mode`(enum,選填):`files_with_matches`(預設,只回傳路徑)、`content`(回傳比對到的行)或 `count`(回傳比對次數)。
20
+ - `-i`(boolean,選填):不分大小寫比對。
21
+ - `-n`(boolean,選填):在 `content` 模式中顯示行號。預設為 `true`。
22
+ - `-A`(number,選填):每個比對後顯示的上下文行數(需 `content` 模式)。
23
+ - `-B`(number,選填):每個比對前顯示的上下文行數(需 `content` 模式)。
24
+ - `-C` / `context`(number,選填):每個比對前後的上下文行數。
25
+ - `multiline`(boolean,選填):允許模式跨越換行(`.` 可比對 `\n`)。預設為 `false`。
26
+ - `head_limit`(number,選填):限制回傳的行數、檔案路徑或 count 條目。預設 250;傳入 `0` 表示不限制(請謹慎使用)。
27
+ - `offset`(number,選填):在套用 `head_limit` 前略過前 N 筆結果。預設為 `0`。
28
+
29
+ ## 範例
30
+
31
+ ### 範例 1:找出某個函式的所有呼叫點
32
+ 設 `pattern: "registerHandler\\("`、`output_mode: "content"`、`-C: 2`,以查看每個呼叫周圍的行。
33
+
34
+ ### 範例 2:依類型統計比對次數
35
+ `pattern: "TODO"`、`type: "py"`、`output_mode: "count"`,查看 Python 原始碼中每個檔案的 TODO 總數。
36
+
37
+ ### 範例 3:多行 struct 比對
38
+ 搭配 `multiline: true` 使用 `pattern: "struct Config \\{[\\s\\S]*?version"`,擷取 Go struct 中幾行之內宣告的欄位。
36
39
 
37
40
  ## 注意事項
38
41
 
39
- - 使用 ripgrep 語法(非 grep),花括號等特殊字元需要跳脫
40
- - `files_with_matches` 模式只回傳檔案路徑,最高效
41
- - `content` 模式回傳匹配行內容,支援上下文行
42
- - 多行匹配需要設定 `multiline: true`
43
- - 始終優先使用 Grep 工具而非 Bash 中的 `grep` 或 `rg` 命令
44
-
45
- ## 原文
46
-
47
- <textarea readonly>A powerful search tool built on ripgrep
48
-
49
- Usage:
50
- - ALWAYS use Grep for search tasks. NEVER invoke `grep` or `rg` as a Bash command. The Grep tool has been optimized for correct permissions and access.
51
- - Supports full regex syntax (e.g., "log.*Error", "function\s+\w+")
52
- - Filter files with glob parameter (e.g., "*.js", "**/*.tsx") or type parameter (e.g., "js", "py", "rust")
53
- - Output modes: "content" shows matching lines, "files_with_matches" shows only file paths (default), "count" shows match counts
54
- - Use Agent tool for open-ended searches requiring multiple rounds
55
- - Pattern syntax: Uses ripgrep (not grep) - literal braces need escaping (use `interface\{\}` to find `interface{}` in Go code)
56
- - Multiline matching: By default patterns match within single lines only. For cross-line patterns like `struct \{[\s\S]*?field`, use `multiline: true`
57
- </textarea>
42
+ - 一律優先使用 `Grep`,而不是透過 `Bash` 執行 `grep` 或 `rg`;此工具針對正確權限與結構化輸出做了最佳化。
43
+ - 預設輸出模式為 `files_with_matches`,成本最低。只有在你真的需要看到內容時才切換到 `content`。
44
+ - 除非 `output_mode` 為 `content`,否則 context 旗標(`-A`、`-B`、`-C`)會被忽略。
45
+ - 大型結果集會消耗上下文 tokens。使用 `head_limit`、`offset` 或更緊的 `glob`/`type` 過濾器以保持聚焦。
46
+ - 檔名探索請改用 `Glob`;需要多輪開放式調查時,可以派發以 Explore 代理執行的 `Agent`。