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,56 +1,44 @@
1
1
  # EnterWorktree
2
2
 
3
- ## Definition
3
+ Creates an isolated Git worktree on a new branch, or switches the session into an existing worktree of the current repository, so that parallel or experimental work can proceed without touching the primary 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.
6
-
7
- ## Parameters
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
- ## Use Cases
14
-
15
- **Good for:**
16
- - The user explicitly says "worktree" (e.g., "start a worktree", "work in a worktree", "create a worktree")
17
-
18
- **Not good for:**
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
- ## Notes
5
+ ## When to Use
23
6
 
24
- - Must be in a git repository, or have WorktreeCreate/WorktreeRemove hooks configured
25
- - Must not already be in a worktree
7
+ - The user explicitly says "worktree" — for example "start a worktree", "create a worktree", or "work in a worktree".
8
+ - Project instructions in `CLAUDE.md` or persistent memory direct you to use a worktree for the current task.
9
+ - You want to continue a task that was previously set up as a worktree (pass `path` to re-enter it).
10
+ - Multiple experimental branches need to coexist on disk without constant checkout churn.
11
+ - A long-running task should be insulated from unrelated edits in the main working tree.
26
12
 
27
- ## Original Text
13
+ ## Parameters
28
14
 
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.
15
+ - `name` (string, optional): A name for a new worktree directory. Each `/`-separated segment may contain only letters, digits, dots, underscores, and dashes; the full string is capped at 64 characters. If omitted and `path` is also omitted, a random name is generated. Mutually exclusive with `path`.
16
+ - `path` (string, optional): The filesystem path of an existing worktree of the current repository to switch into. Must appear in `git worktree list` for this repo; paths that are not registered worktrees of the current repo are rejected. Mutually exclusive with `name`.
30
17
 
31
- ## When to Use
18
+ ## Examples
32
19
 
33
- - The user explicitly says "worktree" (e.g., "start a worktree", "work in a worktree", "create a worktree", "use a worktree")
20
+ ### Example 1: Create a new worktree with a descriptive name
34
21
 
35
- ## When NOT to Use
22
+ ```
23
+ EnterWorktree(name="feat/okta-sso")
24
+ ```
36
25
 
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"
26
+ Creates `.claude/worktrees/feat/okta-sso` on a new branch based on `HEAD`, then switches the session's working directory into it. All subsequent file edits and shell commands operate inside that worktree until you exit.
40
27
 
41
- ## Requirements
28
+ ### Example 2: Re-enter an existing worktree
42
29
 
43
- - Must be in a git repository, OR have WorktreeCreate/WorktreeRemove hooks configured in settings.json
44
- - Must not already be in a worktree
30
+ ```
31
+ EnterWorktree(path="/Users/me/repo/.claude/worktrees/feat/okta-sso")
32
+ ```
45
33
 
46
- ## Behavior
34
+ Resumes work in a previously created worktree. Because you entered it via `path`, `ExitWorktree` will not delete it automatically — leaving with `action: "keep"` simply returns to the original directory.
47
35
 
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
52
-
53
- ## Parameters
36
+ ## Notes
54
37
 
55
- - `name` (optional): A name for the worktree. If not provided, a random name is generated.
56
- </textarea>
38
+ - Do not call `EnterWorktree` unless the user has explicitly asked or project instructions require it. Ordinary branch-switching or bug-fix requests should use normal Git commands, not worktrees.
39
+ - When invoked inside a Git repository, the tool creates a worktree under `.claude/worktrees/` and registers a new branch based on `HEAD`. Outside a Git repository, it delegates to configured `WorktreeCreate` / `WorktreeRemove` hooks in `settings.json` for VCS-agnostic isolation.
40
+ - Only one worktree session is active at a time. The tool refuses to run if you are already inside a worktree session; exit first with `ExitWorktree`.
41
+ - Use `ExitWorktree` to leave mid-session. If the session ends while still inside a newly created worktree, the user is prompted to keep or remove it.
42
+ - Worktrees entered by `path` are considered external — `ExitWorktree` with `action: "remove"` will not delete them. This is a safety rail to protect worktrees the user manages manually.
43
+ - A new worktree inherits the current branch's contents but has an independent working directory and index. Staged and unstaged changes in the main checkout are not visible inside the worktree.
44
+ - Naming tip: prefix with the kind of work (`feat/`, `fix/`, `spike/`) so multiple concurrent worktrees are easy to distinguish in `git worktree list`.
@@ -1,62 +1,42 @@
1
1
  # ExitPlanMode
2
2
 
3
- ## Definition
3
+ Submits the implementation plan that was drafted during plan mode for user approval, and — if approved — transitions the session out of plan mode so that edits can begin.
4
4
 
5
- Exits plan mode and submits the plan for user approval. The plan content is read from a previously written plan file.
5
+ ## When to Use
6
6
 
7
- ## Parameters
8
-
9
- | Parameter | Type | Required | Description |
10
- |-----------|------|----------|-------------|
11
- | `allowedPrompts` | array | No | List of permission descriptions required for the implementation plan |
12
-
13
- Each element in the `allowedPrompts` array:
14
-
15
- | Field | Type | Required | Description |
16
- |-------|------|----------|-------------|
17
- | `tool` | enum | Yes | The applicable tool, currently only supports `Bash` |
18
- | `prompt` | string | Yes | Semantic description of the operation (e.g., "run tests", "install dependencies") |
19
-
20
- ## Use Cases
21
-
22
- **Good for:**
23
- - The plan is complete in plan mode and ready for user approval
24
- - Only for implementation tasks that require writing code
7
+ - A plan written during `EnterPlanMode` is complete and ready for review.
8
+ - The task is implementation-focused (code or config changes), not pure research, so an explicit plan is appropriate.
9
+ - All prerequisite reading and analysis has been done; no further investigation is needed before the user decides.
10
+ - The assistant has enumerated concrete file paths, functions, and steps — not just goals.
11
+ - The user has asked to see the plan, or the plan-mode workflow is about to hand off to edit tools.
25
12
 
26
- **Not good for:**
27
- - Pure research/exploration tasks — no need to exit plan mode
28
- - Asking the user "Is the plan okay?" — that is exactly what this tool does, do not use AskUserQuestion for that
29
-
30
- ## Notes
13
+ ## Parameters
31
14
 
32
- - This tool does not accept plan content as a parameter it reads from a previously written plan file
33
- - The user will see the plan file content for approval
34
- - Do not use AskUserQuestion to ask "Is the plan okay?" before calling this tool, as that would be redundant
35
- - Do not mention "the plan" in questions, since the user cannot see the plan content before ExitPlanMode
15
+ - `allowedPrompts` (array, optional): Prompts that the user may type on the approval screen to auto-approve or alter the plan. Each element specifies a scoped permission (for example, an operation name and the tool it applies to). Leave unset to use the default approval flow.
36
16
 
37
- ## Original Text
17
+ ## Examples
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
+ ### Example 1: Standard submission
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
+ After investigating an authentication refactor inside plan mode and writing the plan file to disk, the assistant calls `ExitPlanMode` with no arguments. The harness reads the plan from its canonical location, displays it to the user, and waits for approval or rejection.
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
+ ### Example 2: Pre-approved quick actions
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
+ Lets the user grant permission up front for routine follow-up commands, so the assistant does not need to pause for each permission prompt during implementation.
56
33
 
57
- ## Examples
34
+ ## Notes
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` only makes sense for implementation-style work. If the user's request is a research or explanation task with no file changes, answer directly instead do not route through plan mode just to exit it.
37
+ - The plan must already be written to disk before calling this tool. `ExitPlanMode` does not accept the plan body as a parameter; it reads from the path the harness expects.
38
+ - If the user rejects the plan, you return to plan mode. Revise based on the feedback and submit again; do not start editing files while the plan is unapproved.
39
+ - Approval grants permission to leave plan mode and use mutating tools (`Edit`, `Write`, `Bash`, and so on) for the scope described in the plan. Expanding scope afterwards requires a new plan or explicit user consent.
40
+ - Do not use `AskUserQuestion` to ask "does this plan look good?" before calling this tool — requesting plan approval is exactly what `ExitPlanMode` does, and the user cannot see the plan until it is submitted.
41
+ - Keep the plan minimal and actionable. A reviewer should be able to skim it in under a minute and understand exactly what will change.
42
+ - If you realize mid-implementation that the plan was wrong, stop and report back to the user rather than silently deviating. Re-entering plan mode is a valid next step.
@@ -0,0 +1,41 @@
1
+ # ExitWorktree
2
+
3
+ Exit a worktree session previously created by `EnterWorktree` and return the session to the original working directory. This tool only operates on worktrees created by `EnterWorktree` in the current session; it is a no-op if no such session is active.
4
+
5
+ ## When to Use
6
+
7
+ - You have finished work in an isolated worktree and want to return to the main working directory.
8
+ - You completed a task in a feature branch worktree and want to clean up the branch and directory after merging.
9
+ - You want to preserve the worktree for later and simply return to the original directory without deleting anything.
10
+ - You want to abandon an experimental or throwaway branch without keeping any of its artifacts on disk.
11
+ - You need to start fresh with a new `EnterWorktree` call, which requires exiting the current one first.
12
+
13
+ ## Parameters
14
+
15
+ - `action` (string, required): `"keep"` leaves the worktree directory and branch intact on disk so you can return to them later; `"remove"` deletes both the worktree directory and its branch, performing a clean exit.
16
+ - `discard_changes` (boolean, optional, default `false`): Only meaningful when `action` is `"remove"`. If the worktree contains uncommitted files or commits that are not on the original branch, the tool refuses to remove it unless `discard_changes` is set to `true`. The error response lists the specific changes so you can confirm with the user before re-invoking.
17
+
18
+ ## Examples
19
+
20
+ ### Example 1: clean exit after merging changes
21
+
22
+ After finishing work in a worktree and merging the branch into main, call `ExitWorktree` with `action: "remove"` to delete the worktree directory and branch, and return to the original working directory.
23
+
24
+ ```
25
+ ExitWorktree(action: "remove")
26
+ ```
27
+
28
+ ### Example 2: discard a throwaway worktree with uncommitted experimental code
29
+
30
+ If a worktree contains experimental uncommitted changes that should be discarded entirely, first attempt `action: "remove"`. The tool will refuse and list the uncommitted changes. After confirming with the user that the changes can be discarded, re-invoke with `discard_changes: true`.
31
+
32
+ ```
33
+ ExitWorktree(action: "remove", discard_changes: true)
34
+ ```
35
+
36
+ ## Notes
37
+
38
+ - This tool only operates on worktrees created by `EnterWorktree` within the current session. It will not affect worktrees created with `git worktree add`, worktrees from previous sessions, or the plain working directory if `EnterWorktree` was never called — in those cases the tool is a no-op.
39
+ - `action: "remove"` refuses to proceed if the worktree has uncommitted changes or commits not present on the original branch, unless `discard_changes: true` is explicitly provided. Always confirm with the user before setting `discard_changes: true`, as the data cannot be recovered.
40
+ - If a tmux session was attached to the worktree: on `remove` it is killed; on `keep` it is left running, and its name is returned so the user can reattach later.
41
+ - After `ExitWorktree` completes, `EnterWorktree` can be called again to start a fresh worktree session.
@@ -1,39 +1,35 @@
1
1
  # Glob
2
2
 
3
- ## Definition
3
+ Matches filenames against a glob pattern and returns the paths sorted by most recent modification time first. Optimized for locating files quickly in codebases of any size without shelling out to `find`.
4
4
 
5
- A fast file pattern matching tool that works with any codebase size. Returns matching file paths sorted by modification time.
5
+ ## When to Use
6
6
 
7
- ## Parameters
7
+ - Enumerating every file of a specific extension (for example, all `*.ts` files under `src`)
8
+ - Discovering configuration or fixture files by naming convention (`**/jest.config.*`, `**/*.test.tsx`)
9
+ - Narrowing a search surface before running a targeted `Grep`
10
+ - Checking whether a file already exists at a known pattern before calling `Write`
11
+ - Finding recently touched files by relying on the modification-time ordering
8
12
 
9
- | Parameter | Type | Required | Description |
10
- |-----------|------|----------|-------------|
11
- | `pattern` | string | Yes | Glob pattern (e.g., `**/*.js`, `src/**/*.ts`) |
12
- | `path` | string | No | Search directory, defaults to the current working directory. Do not pass "undefined" or "null" |
13
+ ## Parameters
13
14
 
14
- ## Use Cases
15
+ - `pattern` (string, required): The glob expression to match. Supports `*` for single-segment wildcards, `**` for recursive matches, and `{a,b}` for alternatives, for example `src/**/*.{ts,tsx}`.
16
+ - `path` (string, optional): Directory in which to run the search. Must be a valid directory path when provided. Omit the field entirely to search the current working directory. Do not pass the strings `"undefined"` or `"null"`.
15
17
 
16
- **Good for:**
17
- - Finding files by filename pattern
18
- - Finding all files of a specific type (e.g., all `.tsx` files)
19
- - Locating files first when searching for a specific class definition (e.g., `class Foo`)
20
- - Multiple Glob calls can be issued in parallel within a single message
18
+ ## Examples
21
19
 
22
- **Not good for:**
23
- - Searching file contents use Grep instead
24
- - Open-ended exploration requiring multiple rounds of searching — use Task (Explore type) instead
20
+ ### Example 1: Every TypeScript source file
21
+ Call `Glob` with `pattern: "src/**/*.ts"`. The result is a mtime-sorted list, so the most recently edited files appear first, which is useful for focusing on hot spots.
25
22
 
26
- ## Notes
23
+ ### Example 2: Locate a class definition candidate
24
+ When you suspect a class lives in a file whose name you do not know, search with `pattern: "**/*UserService*"` to narrow the candidates, then follow up with `Read` or `Grep`.
27
25
 
28
- - Supports standard glob syntax: `*` matches single level, `**` matches multiple levels, `{}` matches alternatives
29
- - Results are sorted by modification time
30
- - Preferred over the `find` command in Bash
26
+ ### Example 3: Parallel discovery before a larger task
27
+ In a single message, issue multiple `Glob` calls (for example one for `**/*.test.ts` and one for `**/fixtures/**`) so both run in parallel and their results can be correlated.
31
28
 
32
- ## Original Text
29
+ ## Notes
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
+ - Results are ordered by file modification time (newest first), not alphabetically. Sort downstream if you need stable ordering.
32
+ - Patterns are evaluated by the tool, not by the shell; you do not need to quote or escape them as you would on the command line.
33
+ - For open-ended exploration that requires multiple rounds of searching and reasoning, delegate to an `Agent` with the Explore agent type instead of chaining many `Glob` calls.
34
+ - Prefer `Glob` over `Bash` invocations of `find` or `ls` for filename discovery; it handles permissions consistently and returns structured output.
35
+ - When looking for content inside files rather than filenames, use `Grep` instead.
@@ -1,57 +1,46 @@
1
1
  # Grep
2
2
 
3
- ## Definition
3
+ Searches file contents using the ripgrep engine. Offers full regular expression support, file-type filtering, and three output modes so you can trade precision for compactness.
4
4
 
5
- A powerful content search tool based on ripgrep. Supports regular expressions, file type filtering, and multiple output modes.
5
+ ## When to Use
6
+
7
+ - Locating every call site of a function or every reference to an identifier
8
+ - Checking whether a string or error message appears anywhere in the codebase
9
+ - Counting occurrences of a pattern to gauge impact before refactoring
10
+ - Narrowing a search to a file type (`type: "ts"`) or glob (`glob: "**/*.tsx"`)
11
+ - Pulling cross-line matches such as multi-line struct definitions or JSX blocks with `multiline: true`
6
12
 
7
13
  ## Parameters
8
14
 
9
- | Parameter | Type | Required | Description |
10
- |-----------|------|----------|-------------|
11
- | `pattern` | string | Yes | Regular expression search pattern |
12
- | `path` | string | No | Search path (file or directory), defaults to current working directory |
13
- | `glob` | string | No | Filename filter (e.g., `*.js`, `*.{ts,tsx}`) |
14
- | `type` | string | No | File type filter (e.g., `js`, `py`, `rust`), more efficient than glob |
15
- | `output_mode` | enum | No | Output mode: `files_with_matches` (default), `content`, `count` |
16
- | `-i` | boolean | No | Case-insensitive search |
17
- | `-n` | boolean | No | Show line numbers (content mode only), default true |
18
- | `-A` | number | No | Number of lines to show after a match |
19
- | `-B` | number | No | Number of lines to show before a match |
20
- | `-C` / `context` | number | No | Number of lines to show before and after a match |
21
- | `head_limit` | number | No | Limit the number of output entries, default 0 (unlimited) |
22
- | `offset` | number | No | Skip the first N results |
23
- | `multiline` | boolean | No | Enable multiline matching mode, default false |
24
-
25
- ## Use Cases
26
-
27
- **Good for:**
28
- - Searching for specific strings or patterns in the codebase
29
- - Finding where functions/variables are used
30
- - Filtering search results by file type
31
- - Counting the number of matches
32
-
33
- **Not good for:**
34
- - Finding files by filename — use Glob instead
35
- - Open-ended exploration requiring multiple rounds of searching — use Task (Explore type) instead
15
+ - `pattern` (string, required): The regular expression to search for. Uses ripgrep syntax, so literal braces need escaping (for example `interface\{\}` to find `interface{}`).
16
+ - `path` (string, optional): File or directory to search. Defaults to the current working directory.
17
+ - `glob` (string, optional): Filename filter such as `*.js` or `*.{ts,tsx}`.
18
+ - `type` (string, optional): File-type shortcut such as `js`, `py`, `rust`, `go`. More efficient than `glob` for standard languages.
19
+ - `output_mode` (enum, optional): `files_with_matches` (default, returns paths only), `content` (returns matching lines), or `count` (returns match tallies).
20
+ - `-i` (boolean, optional): Case-insensitive matching.
21
+ - `-n` (boolean, optional): Include line numbers in `content` mode. Defaults to `true`.
22
+ - `-A` (number, optional): Lines of context to show after each match (requires `content` mode).
23
+ - `-B` (number, optional): Lines of context before each match (requires `content` mode).
24
+ - `-C` / `context` (number, optional): Lines of context on both sides of each match.
25
+ - `multiline` (boolean, optional): Allow patterns to span newlines (`.` matches `\n`). Defaults to `false`.
26
+ - `head_limit` (number, optional): Limit returned lines, file paths, or count entries. Defaults to 250; pass `0` for unlimited (use sparingly).
27
+ - `offset` (number, optional): Skip the first N results before applying `head_limit`. Defaults to `0`.
28
+
29
+ ## Examples
30
+
31
+ ### Example 1: Find all call sites of a function
32
+ Set `pattern: "registerHandler\\("`, `output_mode: "content"`, and `-C: 2` to see the surrounding lines of each call.
33
+
34
+ ### Example 2: Count matches across a type
35
+ Set `pattern: "TODO"`, `type: "py"`, and `output_mode: "count"` to see per-file TODO totals across Python sources.
36
+
37
+ ### Example 3: Multiline struct match
38
+ Use `pattern: "struct Config \\{[\\s\\S]*?version"` with `multiline: true` to capture a field declared several lines into a Go struct.
36
39
 
37
40
  ## Notes
38
41
 
39
- - Uses ripgrep syntax (not grep); special characters like braces need escaping
40
- - `files_with_matches` mode returns only file paths, most efficient
41
- - `content` mode returns matching line content, supports context lines
42
- - Multiline matching requires setting `multiline: true`
43
- - Always prefer the Grep tool over `grep` or `rg` commands in Bash
44
-
45
- ## Original Text
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
+ - Always prefer `Grep` over running `grep` or `rg` through `Bash`; the tool is optimized for correct permissions and structured output.
43
+ - Default output mode is `files_with_matches`, which is cheapest. Switch to `content` only when you need to see the lines themselves.
44
+ - Context flags (`-A`, `-B`, `-C`) are ignored unless `output_mode` is `content`.
45
+ - Large result sets burn context tokens. Use `head_limit`, `offset`, or tighter `glob`/`type` filters to stay focused.
46
+ - For filename discovery, use `Glob` instead; for open-ended investigations across many rounds, dispatch an `Agent` with the Explore agent.
@@ -0,0 +1,50 @@
1
+ # Monitor
2
+
3
+ Start a background monitor that streams events from a long-running script. Each stdout line becomes a notification — keep working while events arrive in chat.
4
+
5
+ ## When to Use
6
+
7
+ - Tailing a log file for errors, warnings, or crash signatures while a deployment runs
8
+ - Polling a remote API, PR, or CI pipeline every 30 seconds for new status events
9
+ - Watching a filesystem directory or build output for changes as they happen
10
+ - Waiting for a specific condition across many iterations (e.g., a training step milestone or a queue draining)
11
+ - **Not** for simple "wait until done" — use `Bash` with `run_in_background` for that; it emits one completion notification when the process exits
12
+
13
+ ## Parameters
14
+
15
+ - `command` (string, required): The shell command or script to run. Each line written to stdout becomes a separate notification event. The monitor ends when the process exits.
16
+ - `description` (string, required): A short human-readable label shown in every notification. Be specific — "errors in deploy.log" is better than "watching logs". This label is how you identify which monitor fired.
17
+ - `timeout_ms` (number, default `300000`, max `3600000`): Kill deadline in milliseconds. After this duration the process is terminated. Ignored when `persistent: true`.
18
+ - `persistent` (boolean, default `false`): When `true`, the monitor runs for the lifetime of the session with no timeout. Stop it explicitly with `TaskStop`.
19
+
20
+ ## Examples
21
+
22
+ ### Example 1: Tail a log file for errors and crashes
23
+
24
+ This example covers terminal states: success marker, traceback, common error keywords, OOM kill, and unexpected process death.
25
+
26
+ ```bash
27
+ tail -F /var/log/deploy.log | grep -E --line-buffered \
28
+ "deployed|Traceback|Error|FAILED|assert|Killed|OOM"
29
+ ```
30
+
31
+ Use `grep --line-buffered` in every pipe. Without it the operating system buffers output in 4 KB blocks and events can be delayed by minutes. The alternation pattern covers both the happy path (`deployed`) and failure paths (`Traceback`, `Error`, `FAILED`, `Killed`, `OOM`). A monitor that only watches for success stays silent through a crash — silence looks identical to "still running".
32
+
33
+ ### Example 2: Poll a remote API every 30 seconds for new events
34
+
35
+ ```bash
36
+ while true; do
37
+ curl -sf "https://api.example.com/status" || true
38
+ sleep 30
39
+ done | grep --line-buffered -E "completed|failed|error"
40
+ ```
41
+
42
+ `|| true` prevents a transient network failure from killing the loop. Poll intervals of 30 seconds or more are appropriate for remote APIs to avoid rate limits. Adjust the grep pattern to capture both success and failure responses so silence cannot mask an API-side error.
43
+
44
+ ## Notes
45
+
46
+ - **Always use `grep --line-buffered` in pipes.** Without it, pipe buffering delays events by minutes because the OS accumulates output until a 4 KB block fills. `--line-buffered` forces a flush after every line.
47
+ - **Filter must cover both success and failure signatures.** A monitor watching only for the success marker goes silent on a crash, hang, or unexpected exit. Widen the alternation: include `Error`, `Traceback`, `FAILED`, `Killed`, `OOM`, and similar terminal-state markers alongside the success keyword.
48
+ - **Poll intervals: 30 seconds or more for remote APIs.** Tight polling loops on external services risk rate-limit errors or bans. For local filesystem or process checks, 0.5–1 second is appropriate.
49
+ - **Use `persistent: true` for session-lifetime monitors.** The default `timeout_ms` of 300 000 ms (5 minutes) terminates the process. For monitors that should run until you explicitly stop them, set `persistent: true` and call `TaskStop` when done.
50
+ - **Auto-stop on event flood.** Every stdout line is a conversation message. If the filter is too broad and produces too many events, the monitor is automatically stopped. Restart with a tighter `grep` pattern. Lines arriving within 200 ms are batched into a single notification.
@@ -1,33 +1,39 @@
1
1
  # NotebookEdit
2
2
 
3
- ## Definition
3
+ Modifies a single cell in a Jupyter notebook (`.ipynb`). Supports replacing a cell's source, inserting a new cell, or deleting an existing cell while preserving the rest of the notebook structure.
4
4
 
5
- Replaces, inserts, or deletes specific cells in a Jupyter notebook (.ipynb file).
5
+ ## When to Use
6
+
7
+ - Fixing or updating a code cell in an analysis notebook without rewriting the entire file
8
+ - Swapping out a markdown cell to improve narrative or add documentation
9
+ - Inserting a new code or markdown cell at a known position in an existing notebook
10
+ - Removing an obsolete or broken cell so downstream cells no longer depend on it
11
+ - Preparing a reproducible notebook by iterating on cells one at a time
6
12
 
7
13
  ## Parameters
8
14
 
9
- | Parameter | Type | Required | Description |
10
- |-----------|------|----------|-------------|
11
- | `notebook_path` | string | Yes | Absolute path of the notebook file |
12
- | `new_source` | string | Yes | New content for the cell |
13
- | `cell_id` | string | No | ID of the cell to edit. In insert mode, the new cell is inserted after this ID |
14
- | `cell_type` | enum | No | Cell type: `code` or `markdown`. Required in insert mode |
15
- | `edit_mode` | enum | No | Edit mode: `replace` (default), `insert`, `delete` |
15
+ - `notebook_path` (string, required): Absolute path to the `.ipynb` file. Relative paths are rejected.
16
+ - `new_source` (string, required): The new cell source. For `replace` and `insert` it becomes the cell body; for `delete` it is ignored but still required by the schema.
17
+ - `cell_id` (string, optional): ID of the target cell. In `replace` and `delete` modes, the tool acts on this cell. In `insert` mode, the new cell is inserted immediately after the cell with this ID; omit it to insert at the top of the notebook.
18
+ - `cell_type` (enum, optional): Either `code` or `markdown`. Required when `edit_mode` is `insert`. When omitted during `replace`, the existing cell's type is preserved.
19
+ - `edit_mode` (enum, optional): `replace` (default), `insert`, or `delete`.
16
20
 
17
- ## Use Cases
21
+ ## Examples
18
22
 
19
- **Good for:**
20
- - Modifying code or markdown cells in a Jupyter notebook
21
- - Adding new cells to a notebook
22
- - Deleting cells from a notebook
23
+ ### Example 1: Replace a buggy code cell
24
+ Call `NotebookEdit` with `notebook_path` set to the absolute path, `cell_id` set to the target cell's ID, and `new_source` containing the corrected Python code. Leave `edit_mode` at its default `replace`.
23
25
 
24
- ## Notes
26
+ ### Example 2: Insert a markdown explanation
27
+ To add a markdown cell right after an existing `setup` cell, set `edit_mode: "insert"`, `cell_type: "markdown"`, `cell_id` to the setup cell's ID, and put the narrative in `new_source`.
25
28
 
26
- - `cell_number` is 0-indexed
27
- - `insert` mode inserts a new cell at the specified position
28
- - `delete` mode deletes the cell at the specified position
29
- - The path must be an absolute path
29
+ ### Example 3: Delete a stale cell
30
+ Set `edit_mode: "delete"` and supply the `cell_id` of the cell to remove. Provide any string for `new_source`; it is not applied.
30
31
 
31
- ## Original Text
32
+ ## Notes
32
33
 
33
- <textarea readonly>Completely replaces the contents of a specific cell in a Jupyter notebook (.ipynb file) with new source. Jupyter notebooks are interactive documents that combine code, text, and visualizations, commonly used for data analysis and scientific computing. The notebook_path parameter must be an absolute path, not a relative path. The cell_number is 0-indexed. Use edit_mode=insert to add a new cell at the index specified by cell_number. Use edit_mode=delete to delete the cell at the index specified by cell_number.</textarea>
34
+ - Always pass an absolute path. `NotebookEdit` does not resolve relative paths against the working directory.
35
+ - The tool rewrites only the targeted cell; execution counts, outputs, and metadata for unrelated cells remain untouched.
36
+ - Inserting without a `cell_id` places the new cell at the very beginning of the notebook.
37
+ - `cell_type` is mandatory for inserts. For replaces, omit it unless you explicitly want to convert a code cell into markdown or vice versa.
38
+ - To inspect cells and grab their IDs, use the `Read` tool on the notebook first; it returns the cells with their content and outputs.
39
+ - Use regular `Edit` for plain source files; `NotebookEdit` is specific to `.ipynb` JSON and understands its cell structure.
@@ -0,0 +1,48 @@
1
+ # PushNotification
2
+
3
+ Sends a desktop notification from the current Claude Code session. If Remote Control is connected, it also pushes to the user's phone, pulling their attention back from wherever they are.
4
+
5
+ ## When to Use
6
+
7
+ - A long-running task finished while the user was likely away from the terminal
8
+ - A build, test run, or deployment completed and the result is ready to review
9
+ - You have reached a decision point that requires user input before work can continue
10
+ - An error or blocker has surfaced that you cannot resolve autonomously
11
+ - The user explicitly asked to be notified when a specific task or condition is met
12
+
13
+ ## When NOT to Use
14
+
15
+ Do not send a notification for routine progress updates mid-task, or to confirm you have answered a question the user clearly just asked and is still watching. Do not notify when a short task completes — if the user submitted it and is waiting, a notification adds no value and erodes trust for future ones. Err strongly toward not sending one.
16
+
17
+ ## Parameters
18
+
19
+ - `message` (string, required): the notification body. Keep under 200 characters; mobile operating systems truncate longer strings. Lead with what the user would act on: "build failed: 2 auth tests" is more useful than "task complete."
20
+ - `status` (string, required): always set to `"proactive"`. This is a fixed marker and does not change.
21
+
22
+ ## Examples
23
+
24
+ ### Example 1: notifying on completion of a long analysis
25
+
26
+ A repository-wide dependency audit was requested and took several minutes to run. The user stepped away. When the report is ready:
27
+
28
+ ```
29
+ message: "Dependency audit done: 3 high-severity CVEs found in lodash, axios, jsonwebtoken. Report at audit-report.txt"
30
+ status: "proactive"
31
+ ```
32
+
33
+ ### Example 2: flagging a decision point during autonomous work
34
+
35
+ During a multi-step refactor, you discover that two modules have conflicting interfaces and cannot be merged without a design decision:
36
+
37
+ ```
38
+ message: "Refactor paused: AuthService and UserService have conflicting token interfaces. Need your call before continuing."
39
+ status: "proactive"
40
+ ```
41
+
42
+ ## Notes
43
+
44
+ - Err toward **not** sending. The notification interrupts the user regardless of what they are doing. Treat it as a cost that must be justified by the value of the information.
45
+ - Lead with actionable content. The first words should tell the user what happened and what, if anything, they need to do — not a generic status label.
46
+ - Keep `message` under 200 characters. Mobile operating systems will truncate longer strings, cutting off the most important part if it appears at the end.
47
+ - If the result indicates the push was not sent because Remote Control is not connected, that is expected behavior. No retry or follow-up action is needed; the desktop notification still fires locally.
48
+ - Avoid notification spam. If you send notifications frequently for minor events, the user will start ignoring them. Reserve this tool for moments where there is a real chance the user has walked away and will want to know the result now.