cc-viewer 1.3.4 → 1.3.6

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 (420) hide show
  1. package/concepts/ar/Tool-Agent.md +75 -0
  2. package/concepts/ar/Tool-AskUserQuestion.md +25 -0
  3. package/concepts/ar/Tool-Bash.md +125 -0
  4. package/concepts/ar/Tool-Edit.md +12 -0
  5. package/concepts/ar/Tool-EnterPlanMode.md +89 -0
  6. package/concepts/ar/Tool-EnterWorktree.md +60 -0
  7. package/concepts/ar/Tool-ExitPlanMode.md +27 -0
  8. package/concepts/ar/Tool-Glob.md +9 -0
  9. package/concepts/ar/Tool-Grep.md +14 -0
  10. package/concepts/ar/Tool-NotebookEdit.md +4 -0
  11. package/concepts/ar/Tool-Read.md +19 -0
  12. package/concepts/ar/Tool-Skill.md +25 -0
  13. package/concepts/ar/Tool-TaskCreate.md +44 -0
  14. package/concepts/ar/Tool-TaskGet.md +25 -0
  15. package/concepts/ar/Tool-TaskList.md +24 -0
  16. package/concepts/ar/Tool-TaskOutput.md +10 -0
  17. package/concepts/ar/Tool-TaskStop.md +9 -0
  18. package/concepts/ar/Tool-TaskUpdate.md +78 -0
  19. package/concepts/ar/Tool-WebFetch.md +23 -0
  20. package/concepts/ar/Tool-WebSearch.md +30 -0
  21. package/concepts/ar/Tool-Write.md +11 -0
  22. package/concepts/ar/Tool-executeCode.md +12 -0
  23. package/concepts/ar/Tool-getDiagnostics.md +4 -0
  24. package/concepts/da/Tool-Agent.md +75 -0
  25. package/concepts/da/Tool-AskUserQuestion.md +25 -0
  26. package/concepts/da/Tool-Bash.md +125 -0
  27. package/concepts/da/Tool-Edit.md +12 -0
  28. package/concepts/da/Tool-EnterPlanMode.md +89 -0
  29. package/concepts/da/Tool-EnterWorktree.md +60 -0
  30. package/concepts/da/Tool-ExitPlanMode.md +27 -0
  31. package/concepts/da/Tool-Glob.md +9 -0
  32. package/concepts/da/Tool-Grep.md +14 -0
  33. package/concepts/da/Tool-NotebookEdit.md +4 -0
  34. package/concepts/da/Tool-Read.md +19 -0
  35. package/concepts/da/Tool-Skill.md +25 -0
  36. package/concepts/da/Tool-TaskCreate.md +44 -0
  37. package/concepts/da/Tool-TaskGet.md +25 -0
  38. package/concepts/da/Tool-TaskList.md +24 -0
  39. package/concepts/da/Tool-TaskOutput.md +10 -0
  40. package/concepts/da/Tool-TaskStop.md +9 -0
  41. package/concepts/da/Tool-TaskUpdate.md +78 -0
  42. package/concepts/da/Tool-WebFetch.md +23 -0
  43. package/concepts/da/Tool-WebSearch.md +30 -0
  44. package/concepts/da/Tool-Write.md +11 -0
  45. package/concepts/da/Tool-executeCode.md +12 -0
  46. package/concepts/da/Tool-getDiagnostics.md +4 -0
  47. package/concepts/de/Tool-Agent.md +75 -0
  48. package/concepts/de/Tool-AskUserQuestion.md +25 -0
  49. package/concepts/de/Tool-Bash.md +125 -0
  50. package/concepts/de/Tool-Edit.md +12 -0
  51. package/concepts/de/Tool-EnterPlanMode.md +89 -0
  52. package/concepts/de/Tool-EnterWorktree.md +60 -0
  53. package/concepts/de/Tool-ExitPlanMode.md +27 -0
  54. package/concepts/de/Tool-Glob.md +9 -0
  55. package/concepts/de/Tool-Grep.md +14 -0
  56. package/concepts/de/Tool-NotebookEdit.md +4 -0
  57. package/concepts/de/Tool-Read.md +19 -0
  58. package/concepts/de/Tool-Skill.md +25 -0
  59. package/concepts/de/Tool-TaskCreate.md +44 -0
  60. package/concepts/de/Tool-TaskGet.md +25 -0
  61. package/concepts/de/Tool-TaskList.md +24 -0
  62. package/concepts/de/Tool-TaskOutput.md +10 -0
  63. package/concepts/de/Tool-TaskStop.md +9 -0
  64. package/concepts/de/Tool-TaskUpdate.md +78 -0
  65. package/concepts/de/Tool-WebFetch.md +23 -0
  66. package/concepts/de/Tool-WebSearch.md +30 -0
  67. package/concepts/de/Tool-Write.md +11 -0
  68. package/concepts/de/Tool-executeCode.md +12 -0
  69. package/concepts/de/Tool-getDiagnostics.md +4 -0
  70. package/concepts/en/Tool-Agent.md +75 -0
  71. package/concepts/en/Tool-AskUserQuestion.md +25 -0
  72. package/concepts/en/Tool-Bash.md +125 -0
  73. package/concepts/en/Tool-Edit.md +12 -0
  74. package/concepts/en/Tool-EnterPlanMode.md +89 -0
  75. package/concepts/en/Tool-EnterWorktree.md +60 -0
  76. package/concepts/en/Tool-ExitPlanMode.md +27 -0
  77. package/concepts/en/Tool-Glob.md +9 -0
  78. package/concepts/en/Tool-Grep.md +14 -0
  79. package/concepts/en/Tool-NotebookEdit.md +4 -0
  80. package/concepts/en/Tool-Read.md +19 -0
  81. package/concepts/en/Tool-Skill.md +25 -0
  82. package/concepts/en/Tool-TaskCreate.md +44 -0
  83. package/concepts/en/Tool-TaskGet.md +25 -0
  84. package/concepts/en/Tool-TaskList.md +24 -0
  85. package/concepts/en/Tool-TaskOutput.md +10 -0
  86. package/concepts/en/Tool-TaskStop.md +9 -0
  87. package/concepts/en/Tool-TaskUpdate.md +78 -0
  88. package/concepts/en/Tool-WebFetch.md +23 -0
  89. package/concepts/en/Tool-WebSearch.md +30 -0
  90. package/concepts/en/Tool-Write.md +11 -0
  91. package/concepts/en/Tool-executeCode.md +12 -0
  92. package/concepts/en/Tool-getDiagnostics.md +4 -0
  93. package/concepts/es/Tool-Agent.md +75 -0
  94. package/concepts/es/Tool-AskUserQuestion.md +25 -0
  95. package/concepts/es/Tool-Bash.md +125 -0
  96. package/concepts/es/Tool-Edit.md +12 -0
  97. package/concepts/es/Tool-EnterPlanMode.md +89 -0
  98. package/concepts/es/Tool-EnterWorktree.md +60 -0
  99. package/concepts/es/Tool-ExitPlanMode.md +27 -0
  100. package/concepts/es/Tool-Glob.md +9 -0
  101. package/concepts/es/Tool-Grep.md +14 -0
  102. package/concepts/es/Tool-NotebookEdit.md +4 -0
  103. package/concepts/es/Tool-Read.md +19 -0
  104. package/concepts/es/Tool-Skill.md +25 -0
  105. package/concepts/es/Tool-TaskCreate.md +44 -0
  106. package/concepts/es/Tool-TaskGet.md +25 -0
  107. package/concepts/es/Tool-TaskList.md +24 -0
  108. package/concepts/es/Tool-TaskOutput.md +10 -0
  109. package/concepts/es/Tool-TaskStop.md +9 -0
  110. package/concepts/es/Tool-TaskUpdate.md +78 -0
  111. package/concepts/es/Tool-WebFetch.md +23 -0
  112. package/concepts/es/Tool-WebSearch.md +30 -0
  113. package/concepts/es/Tool-Write.md +11 -0
  114. package/concepts/es/Tool-executeCode.md +12 -0
  115. package/concepts/es/Tool-getDiagnostics.md +4 -0
  116. package/concepts/fr/Tool-Agent.md +75 -0
  117. package/concepts/fr/Tool-AskUserQuestion.md +25 -0
  118. package/concepts/fr/Tool-Bash.md +125 -0
  119. package/concepts/fr/Tool-Edit.md +12 -0
  120. package/concepts/fr/Tool-EnterPlanMode.md +89 -0
  121. package/concepts/fr/Tool-EnterWorktree.md +60 -0
  122. package/concepts/fr/Tool-ExitPlanMode.md +27 -0
  123. package/concepts/fr/Tool-Glob.md +9 -0
  124. package/concepts/fr/Tool-Grep.md +14 -0
  125. package/concepts/fr/Tool-NotebookEdit.md +4 -0
  126. package/concepts/fr/Tool-Read.md +19 -0
  127. package/concepts/fr/Tool-Skill.md +25 -0
  128. package/concepts/fr/Tool-TaskCreate.md +44 -0
  129. package/concepts/fr/Tool-TaskGet.md +25 -0
  130. package/concepts/fr/Tool-TaskList.md +24 -0
  131. package/concepts/fr/Tool-TaskOutput.md +10 -0
  132. package/concepts/fr/Tool-TaskStop.md +9 -0
  133. package/concepts/fr/Tool-TaskUpdate.md +78 -0
  134. package/concepts/fr/Tool-WebFetch.md +23 -0
  135. package/concepts/fr/Tool-WebSearch.md +30 -0
  136. package/concepts/fr/Tool-Write.md +11 -0
  137. package/concepts/fr/Tool-executeCode.md +12 -0
  138. package/concepts/fr/Tool-getDiagnostics.md +4 -0
  139. package/concepts/it/Tool-Agent.md +75 -0
  140. package/concepts/it/Tool-AskUserQuestion.md +25 -0
  141. package/concepts/it/Tool-Bash.md +125 -0
  142. package/concepts/it/Tool-Edit.md +12 -0
  143. package/concepts/it/Tool-EnterPlanMode.md +89 -0
  144. package/concepts/it/Tool-EnterWorktree.md +60 -0
  145. package/concepts/it/Tool-ExitPlanMode.md +27 -0
  146. package/concepts/it/Tool-Glob.md +9 -0
  147. package/concepts/it/Tool-Grep.md +14 -0
  148. package/concepts/it/Tool-NotebookEdit.md +4 -0
  149. package/concepts/it/Tool-Read.md +19 -0
  150. package/concepts/it/Tool-Skill.md +25 -0
  151. package/concepts/it/Tool-TaskCreate.md +44 -0
  152. package/concepts/it/Tool-TaskGet.md +25 -0
  153. package/concepts/it/Tool-TaskList.md +24 -0
  154. package/concepts/it/Tool-TaskOutput.md +10 -0
  155. package/concepts/it/Tool-TaskStop.md +9 -0
  156. package/concepts/it/Tool-TaskUpdate.md +78 -0
  157. package/concepts/it/Tool-WebFetch.md +23 -0
  158. package/concepts/it/Tool-WebSearch.md +30 -0
  159. package/concepts/it/Tool-Write.md +11 -0
  160. package/concepts/it/Tool-executeCode.md +12 -0
  161. package/concepts/it/Tool-getDiagnostics.md +4 -0
  162. package/concepts/ja/Tool-Agent.md +75 -0
  163. package/concepts/ja/Tool-AskUserQuestion.md +25 -0
  164. package/concepts/ja/Tool-Bash.md +125 -0
  165. package/concepts/ja/Tool-Edit.md +12 -0
  166. package/concepts/ja/Tool-EnterPlanMode.md +89 -0
  167. package/concepts/ja/Tool-EnterWorktree.md +60 -0
  168. package/concepts/ja/Tool-ExitPlanMode.md +27 -0
  169. package/concepts/ja/Tool-Glob.md +9 -0
  170. package/concepts/ja/Tool-Grep.md +14 -0
  171. package/concepts/ja/Tool-NotebookEdit.md +4 -0
  172. package/concepts/ja/Tool-Read.md +19 -0
  173. package/concepts/ja/Tool-Skill.md +25 -0
  174. package/concepts/ja/Tool-TaskCreate.md +44 -0
  175. package/concepts/ja/Tool-TaskGet.md +25 -0
  176. package/concepts/ja/Tool-TaskList.md +24 -0
  177. package/concepts/ja/Tool-TaskOutput.md +10 -0
  178. package/concepts/ja/Tool-TaskStop.md +9 -0
  179. package/concepts/ja/Tool-TaskUpdate.md +78 -0
  180. package/concepts/ja/Tool-WebFetch.md +23 -0
  181. package/concepts/ja/Tool-WebSearch.md +30 -0
  182. package/concepts/ja/Tool-Write.md +11 -0
  183. package/concepts/ja/Tool-executeCode.md +12 -0
  184. package/concepts/ja/Tool-getDiagnostics.md +4 -0
  185. package/concepts/ko/Tool-Agent.md +75 -0
  186. package/concepts/ko/Tool-AskUserQuestion.md +25 -0
  187. package/concepts/ko/Tool-Bash.md +125 -0
  188. package/concepts/ko/Tool-Edit.md +12 -0
  189. package/concepts/ko/Tool-EnterPlanMode.md +89 -0
  190. package/concepts/ko/Tool-EnterWorktree.md +60 -0
  191. package/concepts/ko/Tool-ExitPlanMode.md +27 -0
  192. package/concepts/ko/Tool-Glob.md +9 -0
  193. package/concepts/ko/Tool-Grep.md +14 -0
  194. package/concepts/ko/Tool-NotebookEdit.md +4 -0
  195. package/concepts/ko/Tool-Read.md +19 -0
  196. package/concepts/ko/Tool-Skill.md +25 -0
  197. package/concepts/ko/Tool-TaskCreate.md +44 -0
  198. package/concepts/ko/Tool-TaskGet.md +25 -0
  199. package/concepts/ko/Tool-TaskList.md +24 -0
  200. package/concepts/ko/Tool-TaskOutput.md +10 -0
  201. package/concepts/ko/Tool-TaskStop.md +9 -0
  202. package/concepts/ko/Tool-TaskUpdate.md +78 -0
  203. package/concepts/ko/Tool-WebFetch.md +23 -0
  204. package/concepts/ko/Tool-WebSearch.md +30 -0
  205. package/concepts/ko/Tool-Write.md +11 -0
  206. package/concepts/ko/Tool-executeCode.md +12 -0
  207. package/concepts/ko/Tool-getDiagnostics.md +4 -0
  208. package/concepts/no/Tool-Agent.md +75 -0
  209. package/concepts/no/Tool-AskUserQuestion.md +25 -0
  210. package/concepts/no/Tool-Bash.md +125 -0
  211. package/concepts/no/Tool-Edit.md +12 -0
  212. package/concepts/no/Tool-EnterPlanMode.md +89 -0
  213. package/concepts/no/Tool-EnterWorktree.md +60 -0
  214. package/concepts/no/Tool-ExitPlanMode.md +27 -0
  215. package/concepts/no/Tool-Glob.md +9 -0
  216. package/concepts/no/Tool-Grep.md +14 -0
  217. package/concepts/no/Tool-NotebookEdit.md +4 -0
  218. package/concepts/no/Tool-Read.md +19 -0
  219. package/concepts/no/Tool-Skill.md +25 -0
  220. package/concepts/no/Tool-TaskCreate.md +44 -0
  221. package/concepts/no/Tool-TaskGet.md +25 -0
  222. package/concepts/no/Tool-TaskList.md +24 -0
  223. package/concepts/no/Tool-TaskOutput.md +10 -0
  224. package/concepts/no/Tool-TaskStop.md +9 -0
  225. package/concepts/no/Tool-TaskUpdate.md +78 -0
  226. package/concepts/no/Tool-WebFetch.md +23 -0
  227. package/concepts/no/Tool-WebSearch.md +30 -0
  228. package/concepts/no/Tool-Write.md +11 -0
  229. package/concepts/no/Tool-executeCode.md +12 -0
  230. package/concepts/no/Tool-getDiagnostics.md +4 -0
  231. package/concepts/pl/Tool-Agent.md +75 -0
  232. package/concepts/pl/Tool-AskUserQuestion.md +25 -0
  233. package/concepts/pl/Tool-Bash.md +125 -0
  234. package/concepts/pl/Tool-Edit.md +12 -0
  235. package/concepts/pl/Tool-EnterPlanMode.md +89 -0
  236. package/concepts/pl/Tool-EnterWorktree.md +60 -0
  237. package/concepts/pl/Tool-ExitPlanMode.md +27 -0
  238. package/concepts/pl/Tool-Glob.md +9 -0
  239. package/concepts/pl/Tool-Grep.md +14 -0
  240. package/concepts/pl/Tool-NotebookEdit.md +4 -0
  241. package/concepts/pl/Tool-Read.md +19 -0
  242. package/concepts/pl/Tool-Skill.md +25 -0
  243. package/concepts/pl/Tool-TaskCreate.md +44 -0
  244. package/concepts/pl/Tool-TaskGet.md +25 -0
  245. package/concepts/pl/Tool-TaskList.md +24 -0
  246. package/concepts/pl/Tool-TaskOutput.md +10 -0
  247. package/concepts/pl/Tool-TaskStop.md +9 -0
  248. package/concepts/pl/Tool-TaskUpdate.md +78 -0
  249. package/concepts/pl/Tool-WebFetch.md +23 -0
  250. package/concepts/pl/Tool-WebSearch.md +30 -0
  251. package/concepts/pl/Tool-Write.md +11 -0
  252. package/concepts/pl/Tool-executeCode.md +12 -0
  253. package/concepts/pl/Tool-getDiagnostics.md +4 -0
  254. package/concepts/pt-BR/Tool-Agent.md +75 -0
  255. package/concepts/pt-BR/Tool-AskUserQuestion.md +25 -0
  256. package/concepts/pt-BR/Tool-Bash.md +125 -0
  257. package/concepts/pt-BR/Tool-Edit.md +12 -0
  258. package/concepts/pt-BR/Tool-EnterPlanMode.md +89 -0
  259. package/concepts/pt-BR/Tool-EnterWorktree.md +60 -0
  260. package/concepts/pt-BR/Tool-ExitPlanMode.md +27 -0
  261. package/concepts/pt-BR/Tool-Glob.md +9 -0
  262. package/concepts/pt-BR/Tool-Grep.md +14 -0
  263. package/concepts/pt-BR/Tool-NotebookEdit.md +4 -0
  264. package/concepts/pt-BR/Tool-Read.md +19 -0
  265. package/concepts/pt-BR/Tool-Skill.md +25 -0
  266. package/concepts/pt-BR/Tool-TaskCreate.md +44 -0
  267. package/concepts/pt-BR/Tool-TaskGet.md +25 -0
  268. package/concepts/pt-BR/Tool-TaskList.md +24 -0
  269. package/concepts/pt-BR/Tool-TaskOutput.md +10 -0
  270. package/concepts/pt-BR/Tool-TaskStop.md +9 -0
  271. package/concepts/pt-BR/Tool-TaskUpdate.md +78 -0
  272. package/concepts/pt-BR/Tool-WebFetch.md +23 -0
  273. package/concepts/pt-BR/Tool-WebSearch.md +30 -0
  274. package/concepts/pt-BR/Tool-Write.md +11 -0
  275. package/concepts/pt-BR/Tool-executeCode.md +12 -0
  276. package/concepts/pt-BR/Tool-getDiagnostics.md +4 -0
  277. package/concepts/ru/Tool-Agent.md +75 -0
  278. package/concepts/ru/Tool-AskUserQuestion.md +25 -0
  279. package/concepts/ru/Tool-Bash.md +125 -0
  280. package/concepts/ru/Tool-Edit.md +12 -0
  281. package/concepts/ru/Tool-EnterPlanMode.md +89 -0
  282. package/concepts/ru/Tool-EnterWorktree.md +60 -0
  283. package/concepts/ru/Tool-ExitPlanMode.md +27 -0
  284. package/concepts/ru/Tool-Glob.md +9 -0
  285. package/concepts/ru/Tool-Grep.md +14 -0
  286. package/concepts/ru/Tool-NotebookEdit.md +4 -0
  287. package/concepts/ru/Tool-Read.md +19 -0
  288. package/concepts/ru/Tool-Skill.md +25 -0
  289. package/concepts/ru/Tool-TaskCreate.md +44 -0
  290. package/concepts/ru/Tool-TaskGet.md +25 -0
  291. package/concepts/ru/Tool-TaskList.md +24 -0
  292. package/concepts/ru/Tool-TaskOutput.md +10 -0
  293. package/concepts/ru/Tool-TaskStop.md +9 -0
  294. package/concepts/ru/Tool-TaskUpdate.md +78 -0
  295. package/concepts/ru/Tool-WebFetch.md +23 -0
  296. package/concepts/ru/Tool-WebSearch.md +30 -0
  297. package/concepts/ru/Tool-Write.md +11 -0
  298. package/concepts/ru/Tool-executeCode.md +12 -0
  299. package/concepts/ru/Tool-getDiagnostics.md +4 -0
  300. package/concepts/th/Tool-Agent.md +75 -0
  301. package/concepts/th/Tool-AskUserQuestion.md +25 -0
  302. package/concepts/th/Tool-Bash.md +125 -0
  303. package/concepts/th/Tool-Edit.md +12 -0
  304. package/concepts/th/Tool-EnterPlanMode.md +89 -0
  305. package/concepts/th/Tool-EnterWorktree.md +60 -0
  306. package/concepts/th/Tool-ExitPlanMode.md +27 -0
  307. package/concepts/th/Tool-Glob.md +9 -0
  308. package/concepts/th/Tool-Grep.md +14 -0
  309. package/concepts/th/Tool-NotebookEdit.md +4 -0
  310. package/concepts/th/Tool-Read.md +19 -0
  311. package/concepts/th/Tool-Skill.md +25 -0
  312. package/concepts/th/Tool-TaskCreate.md +44 -0
  313. package/concepts/th/Tool-TaskGet.md +25 -0
  314. package/concepts/th/Tool-TaskList.md +24 -0
  315. package/concepts/th/Tool-TaskOutput.md +10 -0
  316. package/concepts/th/Tool-TaskStop.md +9 -0
  317. package/concepts/th/Tool-TaskUpdate.md +78 -0
  318. package/concepts/th/Tool-WebFetch.md +23 -0
  319. package/concepts/th/Tool-WebSearch.md +30 -0
  320. package/concepts/th/Tool-Write.md +11 -0
  321. package/concepts/th/Tool-executeCode.md +12 -0
  322. package/concepts/th/Tool-getDiagnostics.md +4 -0
  323. package/concepts/tr/Tool-Agent.md +75 -0
  324. package/concepts/tr/Tool-AskUserQuestion.md +25 -0
  325. package/concepts/tr/Tool-Bash.md +125 -0
  326. package/concepts/tr/Tool-Edit.md +12 -0
  327. package/concepts/tr/Tool-EnterPlanMode.md +89 -0
  328. package/concepts/tr/Tool-EnterWorktree.md +60 -0
  329. package/concepts/tr/Tool-ExitPlanMode.md +27 -0
  330. package/concepts/tr/Tool-Glob.md +9 -0
  331. package/concepts/tr/Tool-Grep.md +14 -0
  332. package/concepts/tr/Tool-NotebookEdit.md +4 -0
  333. package/concepts/tr/Tool-Read.md +19 -0
  334. package/concepts/tr/Tool-Skill.md +25 -0
  335. package/concepts/tr/Tool-TaskCreate.md +44 -0
  336. package/concepts/tr/Tool-TaskGet.md +25 -0
  337. package/concepts/tr/Tool-TaskList.md +24 -0
  338. package/concepts/tr/Tool-TaskOutput.md +10 -0
  339. package/concepts/tr/Tool-TaskStop.md +9 -0
  340. package/concepts/tr/Tool-TaskUpdate.md +78 -0
  341. package/concepts/tr/Tool-WebFetch.md +23 -0
  342. package/concepts/tr/Tool-WebSearch.md +30 -0
  343. package/concepts/tr/Tool-Write.md +11 -0
  344. package/concepts/tr/Tool-executeCode.md +12 -0
  345. package/concepts/tr/Tool-getDiagnostics.md +4 -0
  346. package/concepts/uk/Tool-Agent.md +75 -0
  347. package/concepts/uk/Tool-AskUserQuestion.md +25 -0
  348. package/concepts/uk/Tool-Bash.md +125 -0
  349. package/concepts/uk/Tool-Edit.md +12 -0
  350. package/concepts/uk/Tool-EnterPlanMode.md +89 -0
  351. package/concepts/uk/Tool-EnterWorktree.md +60 -0
  352. package/concepts/uk/Tool-ExitPlanMode.md +27 -0
  353. package/concepts/uk/Tool-Glob.md +9 -0
  354. package/concepts/uk/Tool-Grep.md +14 -0
  355. package/concepts/uk/Tool-NotebookEdit.md +4 -0
  356. package/concepts/uk/Tool-Read.md +19 -0
  357. package/concepts/uk/Tool-Skill.md +25 -0
  358. package/concepts/uk/Tool-TaskCreate.md +44 -0
  359. package/concepts/uk/Tool-TaskGet.md +25 -0
  360. package/concepts/uk/Tool-TaskList.md +24 -0
  361. package/concepts/uk/Tool-TaskOutput.md +10 -0
  362. package/concepts/uk/Tool-TaskStop.md +9 -0
  363. package/concepts/uk/Tool-TaskUpdate.md +78 -0
  364. package/concepts/uk/Tool-WebFetch.md +23 -0
  365. package/concepts/uk/Tool-WebSearch.md +30 -0
  366. package/concepts/uk/Tool-Write.md +11 -0
  367. package/concepts/uk/Tool-executeCode.md +12 -0
  368. package/concepts/uk/Tool-getDiagnostics.md +4 -0
  369. package/concepts/zh/Tool-Agent.md +75 -0
  370. package/concepts/zh/Tool-AskUserQuestion.md +25 -0
  371. package/concepts/zh/Tool-Bash.md +125 -0
  372. package/concepts/zh/Tool-Edit.md +12 -0
  373. package/concepts/zh/Tool-EnterPlanMode.md +89 -0
  374. package/concepts/zh/Tool-EnterWorktree.md +60 -0
  375. package/concepts/zh/Tool-ExitPlanMode.md +27 -0
  376. package/concepts/zh/Tool-Glob.md +9 -0
  377. package/concepts/zh/Tool-Grep.md +14 -0
  378. package/concepts/zh/Tool-NotebookEdit.md +4 -0
  379. package/concepts/zh/Tool-Read.md +19 -0
  380. package/concepts/zh/Tool-Skill.md +25 -0
  381. package/concepts/zh/Tool-TaskCreate.md +44 -0
  382. package/concepts/zh/Tool-TaskGet.md +25 -0
  383. package/concepts/zh/Tool-TaskList.md +24 -0
  384. package/concepts/zh/Tool-TaskOutput.md +10 -0
  385. package/concepts/zh/Tool-TaskStop.md +9 -0
  386. package/concepts/zh/Tool-TaskUpdate.md +78 -0
  387. package/concepts/zh/Tool-WebFetch.md +23 -0
  388. package/concepts/zh/Tool-WebSearch.md +30 -0
  389. package/concepts/zh/Tool-Write.md +11 -0
  390. package/concepts/zh/Tool-executeCode.md +12 -0
  391. package/concepts/zh/Tool-getDiagnostics.md +4 -0
  392. package/concepts/zh-TW/Tool-Agent.md +75 -0
  393. package/concepts/zh-TW/Tool-AskUserQuestion.md +25 -0
  394. package/concepts/zh-TW/Tool-Bash.md +125 -0
  395. package/concepts/zh-TW/Tool-Edit.md +12 -0
  396. package/concepts/zh-TW/Tool-EnterPlanMode.md +89 -0
  397. package/concepts/zh-TW/Tool-EnterWorktree.md +60 -0
  398. package/concepts/zh-TW/Tool-ExitPlanMode.md +27 -0
  399. package/concepts/zh-TW/Tool-Glob.md +9 -0
  400. package/concepts/zh-TW/Tool-Grep.md +14 -0
  401. package/concepts/zh-TW/Tool-NotebookEdit.md +4 -0
  402. package/concepts/zh-TW/Tool-Read.md +19 -0
  403. package/concepts/zh-TW/Tool-Skill.md +25 -0
  404. package/concepts/zh-TW/Tool-TaskCreate.md +44 -0
  405. package/concepts/zh-TW/Tool-TaskGet.md +25 -0
  406. package/concepts/zh-TW/Tool-TaskList.md +24 -0
  407. package/concepts/zh-TW/Tool-TaskOutput.md +10 -0
  408. package/concepts/zh-TW/Tool-TaskStop.md +9 -0
  409. package/concepts/zh-TW/Tool-TaskUpdate.md +78 -0
  410. package/concepts/zh-TW/Tool-WebFetch.md +23 -0
  411. package/concepts/zh-TW/Tool-WebSearch.md +30 -0
  412. package/concepts/zh-TW/Tool-Write.md +11 -0
  413. package/concepts/zh-TW/Tool-executeCode.md +12 -0
  414. package/concepts/zh-TW/Tool-getDiagnostics.md +4 -0
  415. package/dist/assets/index-BF9IACDI.css +1 -0
  416. package/dist/assets/{index-DMkp2pkL.js → index-CyQGlRiR.js} +108 -108
  417. package/dist/index.html +2 -2
  418. package/package.json +1 -1
  419. package/server.js +1 -24
  420. package/dist/assets/index-Dsn6K9v-.css +0 -1
@@ -41,3 +41,92 @@ Después de entrar en modo de planificación, Claude Code:
41
41
  ## Significado en cc-viewer
42
42
 
43
43
  Las llamadas a EnterPlanMode aparecen en el registro de solicitudes como content blocks `tool_use`. Después de entrar en modo de planificación, la secuencia de solicitudes generalmente consiste principalmente en llamadas a herramientas exploratorias (Glob, Grep, Read), hasta que se llama a ExitPlanMode.
44
+
45
+ ## Texto original
46
+
47
+ <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.
48
+
49
+ ## When to Use This Tool
50
+
51
+ **Prefer using EnterPlanMode** for implementation tasks unless they're simple. Use it when ANY of these conditions apply:
52
+
53
+ 1. **New Feature Implementation**: Adding meaningful new functionality
54
+ - Example: "Add a logout button" - where should it go? What should happen on click?
55
+ - Example: "Add form validation" - what rules? What error messages?
56
+
57
+ 2. **Multiple Valid Approaches**: The task can be solved in several different ways
58
+ - Example: "Add caching to the API" - could use Redis, in-memory, file-based, etc.
59
+ - Example: "Improve performance" - many optimization strategies possible
60
+
61
+ 3. **Code Modifications**: Changes that affect existing behavior or structure
62
+ - Example: "Update the login flow" - what exactly should change?
63
+ - Example: "Refactor this component" - what's the target architecture?
64
+
65
+ 4. **Architectural Decisions**: The task requires choosing between patterns or technologies
66
+ - Example: "Add real-time updates" - WebSockets vs SSE vs polling
67
+ - Example: "Implement state management" - Redux vs Context vs custom solution
68
+
69
+ 5. **Multi-File Changes**: The task will likely touch more than 2-3 files
70
+ - Example: "Refactor the authentication system"
71
+ - Example: "Add a new API endpoint with tests"
72
+
73
+ 6. **Unclear Requirements**: You need to explore before understanding the full scope
74
+ - Example: "Make the app faster" - need to profile and identify bottlenecks
75
+ - Example: "Fix the bug in checkout" - need to investigate root cause
76
+
77
+ 7. **User Preferences Matter**: The implementation could reasonably go multiple ways
78
+ - If you would use AskUserQuestion to clarify the approach, use EnterPlanMode instead
79
+ - Plan mode lets you explore first, then present options with context
80
+
81
+ ## When NOT to Use This Tool
82
+
83
+ Only skip EnterPlanMode for simple tasks:
84
+ - Single-line or few-line fixes (typos, obvious bugs, small tweaks)
85
+ - Adding a single function with clear requirements
86
+ - Tasks where the user has given very specific, detailed instructions
87
+ - Pure research/exploration tasks (use the Agent tool with explore agent instead)
88
+
89
+ ## What Happens in Plan Mode
90
+
91
+ In plan mode, you'll:
92
+ 1. Thoroughly explore the codebase using Glob, Grep, and Read tools
93
+ 2. Understand existing patterns and architecture
94
+ 3. Design an implementation approach
95
+ 4. Present your plan to the user for approval
96
+ 5. Use AskUserQuestion if you need to clarify approaches
97
+ 6. Exit plan mode with ExitPlanMode when ready to implement
98
+
99
+ ## Examples
100
+
101
+ ### GOOD - Use EnterPlanMode:
102
+ User: "Add user authentication to the app"
103
+ - Requires architectural decisions (session vs JWT, where to store tokens, middleware structure)
104
+
105
+ User: "Optimize the database queries"
106
+ - Multiple approaches possible, need to profile first, significant impact
107
+
108
+ User: "Implement dark mode"
109
+ - Architectural decision on theme system, affects many components
110
+
111
+ User: "Add a delete button to the user profile"
112
+ - Seems simple but involves: where to place it, confirmation dialog, API call, error handling, state updates
113
+
114
+ User: "Update the error handling in the API"
115
+ - Affects multiple files, user should approve the approach
116
+
117
+ ### BAD - Don't use EnterPlanMode:
118
+ User: "Fix the typo in the README"
119
+ - Straightforward, no planning needed
120
+
121
+ User: "Add a console.log to debug this function"
122
+ - Simple, obvious implementation
123
+
124
+ User: "What files handle routing?"
125
+ - Research task, not implementation planning
126
+
127
+ ## Important Notes
128
+
129
+ - This tool REQUIRES user approval - they must consent to entering plan mode
130
+ - If unsure whether to use it, err on the side of planning - it's better to get alignment upfront than to redo work
131
+ - Users appreciate being consulted before significant changes are made to their codebase
132
+ </textarea>
@@ -0,0 +1,60 @@
1
+ # EnterWorktree
2
+
3
+ ## Definición
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
+ ## Parámetros
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
+ ## Casos de uso
14
+
15
+ **Adecuado para:**
16
+ - The user explicitly says "worktree" (e.g., "start a worktree", "work in a worktree", "create a worktree")
17
+
18
+ **No adecuado para:**
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
+ ## Notas
23
+
24
+ - Must be in a git repository, or have WorktreeCreate/WorktreeRemove hooks configured
25
+ - Must not already be in a worktree
26
+
27
+ ## Significado en cc-viewer
28
+
29
+ EnterWorktree calls appear in request logs as `tool_use` content blocks. It creates an isolated working environment, and subsequent file operations occur within the worktree directory.
30
+
31
+ ## Texto original
32
+
33
+ <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.
34
+
35
+ ## When to Use
36
+
37
+ - The user explicitly says "worktree" (e.g., "start a worktree", "work in a worktree", "create a worktree", "use a worktree")
38
+
39
+ ## When NOT to Use
40
+
41
+ - The user asks to create a branch, switch branches, or work on a different branch — use git commands instead
42
+ - The user asks to fix a bug or work on a feature — use normal git workflow unless they specifically mention worktrees
43
+ - Never use this tool unless the user explicitly mentions "worktree"
44
+
45
+ ## Requirements
46
+
47
+ - Must be in a git repository, OR have WorktreeCreate/WorktreeRemove hooks configured in settings.json
48
+ - Must not already be in a worktree
49
+
50
+ ## Behavior
51
+
52
+ - In a git repository: creates a new git worktree inside `.claude/worktrees/` with a new branch based on HEAD
53
+ - Outside a git repository: delegates to WorktreeCreate/WorktreeRemove hooks for VCS-agnostic isolation
54
+ - Switches the session's working directory to the new worktree
55
+ - On session exit, the user will be prompted to keep or remove the worktree
56
+
57
+ ## Parameters
58
+
59
+ - `name` (optional): A name for the worktree. If not provided, a random name is generated.
60
+ </textarea>
@@ -37,3 +37,30 @@ Cada elemento del array `allowedPrompts`:
37
37
  ## Significado en cc-viewer
38
38
 
39
39
  La llamada a ExitPlanMode marca el final de la fase de planificación. En el registro de solicitudes, las solicitudes después de esta llamada generalmente se convierten en operaciones de implementación (Edit, Write, Bash, etc.).
40
+
41
+ ## Texto original
42
+
43
+ <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.
44
+
45
+ ## How This Tool Works
46
+ - You should have already written your plan to the plan file specified in the plan mode system message
47
+ - This tool does NOT take the plan content as a parameter - it will read the plan from the file you wrote
48
+ - This tool simply signals that you're done planning and ready for the user to review and approve
49
+ - The user will see the contents of your plan file when they review it
50
+
51
+ ## When to Use This Tool
52
+ 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.
53
+
54
+ ## Before Using This Tool
55
+ Ensure your plan is complete and unambiguous:
56
+ - If you have unresolved questions about requirements or approach, use AskUserQuestion first (in earlier phases)
57
+ - Once your plan is finalized, use THIS tool to request approval
58
+
59
+ **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.
60
+
61
+ ## Examples
62
+
63
+ 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.
64
+ 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.
65
+ 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.
66
+ </textarea>
@@ -32,3 +32,12 @@ Herramienta rápida de coincidencia de patrones de nombres de archivo, compatibl
32
32
  ## Significado en cc-viewer
33
33
 
34
34
  Las llamadas a Glob aparecen en el registro de solicitudes como pares de content blocks `tool_use` / `tool_result`. El `tool_result` contiene la lista de rutas de archivos coincidentes.
35
+
36
+ ## Texto original
37
+
38
+ <textarea readonly>- Fast file pattern matching tool that works with any codebase size
39
+ - Supports glob patterns like "**/*.js" or "src/**/*.ts"
40
+ - Returns matching file paths sorted by modification time
41
+ - Use this tool when you need to find files by name patterns
42
+ - When you are doing an open ended search that may require multiple rounds of globbing and grepping, use the Agent tool instead
43
+ - 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>
@@ -45,3 +45,17 @@ Potente herramienta de búsqueda de contenido basada en ripgrep. Soporta expresi
45
45
  ## Significado en cc-viewer
46
46
 
47
47
  Las llamadas a Grep aparecen en el registro de solicitudes como pares de content blocks `tool_use` / `tool_result`. El `tool_result` contiene los resultados de búsqueda.
48
+
49
+ ## Texto original
50
+
51
+ <textarea readonly>A powerful search tool built on ripgrep
52
+
53
+ Usage:
54
+ - 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.
55
+ - Supports full regex syntax (e.g., "log.*Error", "function\s+\w+")
56
+ - Filter files with glob parameter (e.g., "*.js", "**/*.tsx") or type parameter (e.g., "js", "py", "rust")
57
+ - Output modes: "content" shows matching lines, "files_with_matches" shows only file paths (default), "count" shows match counts
58
+ - Use Agent tool for open-ended searches requiring multiple rounds
59
+ - Pattern syntax: Uses ripgrep (not grep) - literal braces need escaping (use `interface\{\}` to find `interface{}` in Go code)
60
+ - Multiline matching: By default patterns match within single lines only. For cross-line patterns like `struct \{[\s\S]*?field`, use `multiline: true`
61
+ </textarea>
@@ -31,3 +31,7 @@ Reemplaza, inserta o elimina celdas específicas en un Jupyter notebook (archivo
31
31
  ## Significado en cc-viewer
32
32
 
33
33
  Las llamadas a NotebookEdit aparecen en el registro de solicitudes como content blocks `tool_use`, registrando las operaciones específicas de modificación del notebook.
34
+
35
+ ## Texto original
36
+
37
+ <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>
@@ -39,3 +39,22 @@ Lee el contenido de archivos del sistema de archivos local. Soporta archivos de
39
39
  ## Significado en cc-viewer
40
40
 
41
41
  Las llamadas a Read aparecen en el registro de solicitudes como pares de content blocks `tool_use` (llamada) y `tool_result` (contenido devuelto). El `tool_result` contiene el contenido real del archivo, lo que permite analizar qué archivos leyó el modelo.
42
+
43
+ ## Texto original
44
+
45
+ <textarea readonly>Reads a file from the local filesystem. You can access any file directly by using this tool.
46
+ Assume this tool is able to read all files on the machine. If the User provides a path to a file assume that path is valid. It is okay to read a file that does not exist; an error will be returned.
47
+
48
+ Usage:
49
+ - The file_path parameter must be an absolute path, not a relative path
50
+ - By default, it reads up to 2000 lines starting from the beginning of the file
51
+ - You can optionally specify a line offset and limit (especially handy for long files), but it's recommended to read the whole file by not providing these parameters
52
+ - Any lines longer than 2000 characters will be truncated
53
+ - Results are returned using cat -n format, with line numbers starting at 1
54
+ - This tool allows Claude Code to read images (eg PNG, JPG, etc). When reading an image file the contents are presented visually as Claude Code is a multimodal LLM.
55
+ - This tool can read PDF files (.pdf). For large PDFs (more than 10 pages), you MUST provide the pages parameter to read specific page ranges (e.g., pages: "1-5"). Reading a large PDF without the pages parameter will fail. Maximum 20 pages per request.
56
+ - This tool can read Jupyter notebooks (.ipynb files) and returns all cells with their outputs, combining code, text, and visualizations.
57
+ - This tool can only read files, not directories. To read a directory, use an ls command via the Bash tool.
58
+ - You can call multiple tools in a single response. It is always better to speculatively read multiple potentially useful files in parallel.
59
+ - You will regularly be asked to read screenshots. If the user provides a path to a screenshot, ALWAYS use this tool to view the file at the path. This tool will work with all temporary file paths.
60
+ - If you read a file that exists but has empty contents you will receive a system reminder warning in place of file contents.</textarea>
@@ -33,3 +33,28 @@ Ejecuta una habilidad (skill) en la conversación principal. Las habilidades son
33
33
  ## Significado en cc-viewer
34
34
 
35
35
  Las llamadas a Skill aparecen en el registro de solicitudes como content blocks `tool_use`. El prompt expandido de la habilidad afecta el system prompt o el contenido de los mensajes de solicitudes posteriores.
36
+
37
+ ## Texto original
38
+
39
+ <textarea readonly>Execute a skill within the main conversation
40
+
41
+ When users ask you to perform tasks, check if any of the available skills match. Skills provide specialized capabilities and domain knowledge.
42
+
43
+ When users reference a "slash command" or "/<something>" (e.g., "/commit", "/review-pr"), they are referring to a skill. Use this tool to invoke it.
44
+
45
+ How to invoke:
46
+ - Use this tool with the skill name and optional arguments
47
+ - Examples:
48
+ - `skill: "pdf"` - invoke the pdf skill
49
+ - `skill: "commit", args: "-m 'Fix bug'"` - invoke with arguments
50
+ - `skill: "review-pr", args: "123"` - invoke with arguments
51
+ - `skill: "ms-office-suite:pdf"` - invoke using fully qualified name
52
+
53
+ Important:
54
+ - Available skills are listed in system-reminder messages in the conversation
55
+ - When a skill matches the user's request, this is a BLOCKING REQUIREMENT: invoke the relevant Skill tool BEFORE generating any other response about the task
56
+ - NEVER mention a skill without actually calling this tool
57
+ - Do not invoke a skill that is already running
58
+ - Do not use this tool for built-in CLI commands (like /help, /clear, etc.)
59
+ - If you see a <command-name> tag in the current conversation turn, the skill has ALREADY been loaded - follow the instructions directly instead of calling this tool again
60
+ </textarea>
@@ -36,3 +36,47 @@ Crea entradas estructuradas en la lista de tareas para rastrear el progreso, org
36
36
  ## Significado en cc-viewer
37
37
 
38
38
  TaskCreate es una operación interna de gestión de tareas de Claude Code, no produce solicitudes API independientes. Sin embargo, en el Chat Mode se puede ver el bloque tool_use donde el modelo llama a esta herramienta.
39
+
40
+ ## Texto original
41
+
42
+ <textarea readonly>Use this tool to create a structured task list for your current coding session. This helps you track progress, organize complex tasks, and demonstrate thoroughness to the user.
43
+ It also helps the user understand the progress of the task and overall progress of their requests.
44
+
45
+ ## When to Use This Tool
46
+
47
+ Use this tool proactively in these scenarios:
48
+
49
+ - Complex multi-step tasks - When a task requires 3 or more distinct steps or actions
50
+ - Non-trivial and complex tasks - Tasks that require careful planning or multiple operations
51
+ - Plan mode - When using plan mode, create a task list to track the work
52
+ - User explicitly requests todo list - When the user directly asks you to use the todo list
53
+ - User provides multiple tasks - When users provide a list of things to be done (numbered or comma-separated)
54
+ - After receiving new instructions - Immediately capture user requirements as tasks
55
+ - When you start working on a task - Mark it as in_progress BEFORE beginning work
56
+ - After completing a task - Mark it as completed and add any new follow-up tasks discovered during implementation
57
+
58
+ ## When NOT to Use This Tool
59
+
60
+ Skip using this tool when:
61
+ - There is only a single, straightforward task
62
+ - The task is trivial and tracking it provides no organizational benefit
63
+ - The task can be completed in less than 3 trivial steps
64
+ - The task is purely conversational or informational
65
+
66
+ NOTE that you should not use this tool if there is only one trivial task to do. In this case you are better off just doing the task directly.
67
+
68
+ ## Task Fields
69
+
70
+ - **subject**: A brief, actionable title in imperative form (e.g., "Fix authentication bug in login flow")
71
+ - **description**: Detailed description of what needs to be done, including context and acceptance criteria
72
+ - **activeForm**: Present continuous form shown in spinner when task is in_progress (e.g., "Fixing authentication bug"). This is displayed to the user while you work on the task.
73
+
74
+ **IMPORTANT**: Always provide activeForm when creating tasks. The subject should be imperative ("Run tests") while activeForm should be present continuous ("Running tests"). All tasks are created with status `pending`.
75
+
76
+ ## Tips
77
+
78
+ - Create tasks with clear, specific subjects that describe the outcome
79
+ - Include enough detail in the description for another agent to understand and complete the task
80
+ - After creating tasks, use TaskUpdate to set up dependencies (blocks/blockedBy) if needed
81
+ - Check TaskList first to avoid creating duplicate tasks
82
+ </textarea>
@@ -33,3 +33,28 @@ Obtiene los detalles completos de una tarea mediante su ID.
33
33
  ## Significado en cc-viewer
34
34
 
35
35
  TaskGet es una operación interna de gestión de tareas, no produce solicitudes API independientes.
36
+
37
+ ## Texto original
38
+
39
+ <textarea readonly>Use this tool to retrieve a task by its ID from the task list.
40
+
41
+ ## When to Use This Tool
42
+
43
+ - When you need the full description and context before starting work on a task
44
+ - To understand task dependencies (what it blocks, what blocks it)
45
+ - After being assigned a task, to get complete requirements
46
+
47
+ ## Output
48
+
49
+ Returns full task details:
50
+ - **subject**: Task title
51
+ - **description**: Detailed requirements and context
52
+ - **status**: 'pending', 'in_progress', or 'completed'
53
+ - **blocks**: Tasks waiting on this one to complete
54
+ - **blockedBy**: Tasks that must complete before this one can start
55
+
56
+ ## Tips
57
+
58
+ - After fetching a task, verify its blockedBy list is empty before beginning work.
59
+ - Use TaskList to see all tasks in summary form.
60
+ </textarea>
@@ -34,3 +34,27 @@ Información resumida de cada tarea:
34
34
  ## Significado en cc-viewer
35
35
 
36
36
  TaskList es una operación interna de gestión de tareas, no produce solicitudes API independientes.
37
+
38
+ ## Texto original
39
+
40
+ <textarea readonly>Use this tool to list all tasks in the task list.
41
+
42
+ ## When to Use This Tool
43
+
44
+ - To see what tasks are available to work on (status: 'pending', no owner, not blocked)
45
+ - To check overall progress on the project
46
+ - To find tasks that are blocked and need dependencies resolved
47
+ - After completing a task, to check for newly unblocked work or claim the next available task
48
+ - **Prefer working on tasks in ID order** (lowest ID first) when multiple tasks are available, as earlier tasks often set up context for later ones
49
+
50
+ ## Output
51
+
52
+ Returns a summary of each task:
53
+ - **id**: Task identifier (use with TaskGet, TaskUpdate)
54
+ - **subject**: Brief description of the task
55
+ - **status**: 'pending', 'in_progress', or 'completed'
56
+ - **owner**: Agent ID if assigned, empty if available
57
+ - **blockedBy**: List of open task IDs that must be resolved first (tasks with blockedBy cannot be claimed until dependencies resolve)
58
+
59
+ Use TaskGet with a specific task ID to view full details including description and comments.
60
+ </textarea>
@@ -32,3 +32,13 @@ Obtiene la salida de tareas en segundo plano en ejecución o completadas. Aplica
32
32
  ## Significado en cc-viewer
33
33
 
34
34
  Las llamadas a TaskOutput no producen solicitudes API por sí mismas, es una operación interna de gestión de tareas de Claude Code y no aparece en el registro de solicitudes.
35
+
36
+ ## Texto original
37
+
38
+ <textarea readonly>- Retrieves output from a running or completed task (background shell, agent, or remote session)
39
+ - Takes a task_id parameter identifying the task
40
+ - Returns the task output along with status information
41
+ - Use block=true (default) to wait for task completion
42
+ - Use block=false for non-blocking check of current status
43
+ - Task IDs can be found using the /tasks command
44
+ - Works with all task types: background shells, async agents, and remote sessions</textarea>
@@ -25,3 +25,12 @@ Detiene una tarea en segundo plano en ejecución.
25
25
  ## Significado en cc-viewer
26
26
 
27
27
  Las llamadas a TaskStop no producen solicitudes API por sí mismas, pertenecen a las operaciones internas de gestión de tareas de Claude Code.
28
+
29
+ ## Texto original
30
+
31
+ <textarea readonly>
32
+ - Stops a running background task by its ID
33
+ - Takes a task_id parameter identifying the task to stop
34
+ - Returns a success or failure status
35
+ - Use this tool when you need to terminate a long-running task
36
+ </textarea>
@@ -47,3 +47,81 @@ pending → in_progress → completed
47
47
  ## Significado en cc-viewer
48
48
 
49
49
  TaskUpdate es una operación interna de gestión de tareas, no produce solicitudes API independientes.
50
+
51
+ ## Texto original
52
+
53
+ <textarea readonly>Use this tool to update a task in the task list.
54
+
55
+ ## When to Use This Tool
56
+
57
+ **Mark tasks as resolved:**
58
+ - When you have completed the work described in a task
59
+ - When a task is no longer needed or has been superseded
60
+ - IMPORTANT: Always mark your assigned tasks as resolved when you finish them
61
+ - After resolving, call TaskList to find your next task
62
+
63
+ - ONLY mark a task as completed when you have FULLY accomplished it
64
+ - If you encounter errors, blockers, or cannot finish, keep the task as in_progress
65
+ - When blocked, create a new task describing what needs to be resolved
66
+ - Never mark a task as completed if:
67
+ - Tests are failing
68
+ - Implementation is partial
69
+ - You encountered unresolved errors
70
+ - You couldn't find necessary files or dependencies
71
+
72
+ **Delete tasks:**
73
+ - When a task is no longer relevant or was created in error
74
+ - Setting status to `deleted` permanently removes the task
75
+
76
+ **Update task details:**
77
+ - When requirements change or become clearer
78
+ - When establishing dependencies between tasks
79
+
80
+ ## Fields You Can Update
81
+
82
+ - **status**: The task status (see Status Workflow below)
83
+ - **subject**: Change the task title (imperative form, e.g., "Run tests")
84
+ - **description**: Change the task description
85
+ - **activeForm**: Present continuous form shown in spinner when in_progress (e.g., "Running tests")
86
+ - **owner**: Change the task owner (agent name)
87
+ - **metadata**: Merge metadata keys into the task (set a key to null to delete it)
88
+ - **addBlocks**: Mark tasks that cannot start until this one completes
89
+ - **addBlockedBy**: Mark tasks that must complete before this one can start
90
+
91
+ ## Status Workflow
92
+
93
+ Status progresses: `pending` → `in_progress` → `completed`
94
+
95
+ Use `deleted` to permanently remove a task.
96
+
97
+ ## Staleness
98
+
99
+ Make sure to read a task's latest state using `TaskGet` before updating it.
100
+
101
+ ## Examples
102
+
103
+ Mark task as in progress when starting work:
104
+ ```json
105
+ {"taskId": "1", "status": "in_progress"}
106
+ ```
107
+
108
+ Mark task as completed after finishing work:
109
+ ```json
110
+ {"taskId": "1", "status": "completed"}
111
+ ```
112
+
113
+ Delete a task:
114
+ ```json
115
+ {"taskId": "1", "status": "deleted"}
116
+ ```
117
+
118
+ Claim a task by setting owner:
119
+ ```json
120
+ {"taskId": "1", "owner": "my-name"}
121
+ ```
122
+
123
+ Set up task dependencies:
124
+ ```json
125
+ {"taskId": "2", "addBlockedBy": ["1"]}
126
+ ```
127
+ </textarea>
@@ -34,3 +34,26 @@ Obtiene el contenido de una página web de una URL especificada, convierte el HT
34
34
  ## Significado en cc-viewer
35
35
 
36
36
  Las llamadas a WebFetch aparecen en el registro de solicitudes como pares de content blocks `tool_use` / `tool_result`. El `tool_result` contiene el resumen del contenido web procesado por IA.
37
+
38
+ ## Texto original
39
+
40
+ <textarea readonly>IMPORTANT: WebFetch WILL FAIL for authenticated or private URLs. Before using this tool, check if the URL points to an authenticated service (e.g. Google Docs, Confluence, Jira, GitHub). If so, you MUST use ToolSearch first to find a specialized tool that provides authenticated access.
41
+
42
+ - Fetches content from a specified URL and processes it using an AI model
43
+ - Takes a URL and a prompt as input
44
+ - Fetches the URL content, converts HTML to markdown
45
+ - Processes the content with the prompt using a small, fast model
46
+ - Returns the model's response about the content
47
+ - Use this tool when you need to retrieve and analyze web content
48
+
49
+ Usage notes:
50
+ - IMPORTANT: If an MCP-provided web fetch tool is available, prefer using that tool instead of this one, as it may have fewer restrictions.
51
+ - The URL must be a fully-formed valid URL
52
+ - HTTP URLs will be automatically upgraded to HTTPS
53
+ - The prompt should describe what information you want to extract from the page
54
+ - This tool is read-only and does not modify any files
55
+ - Results may be summarized if the content is very large
56
+ - Includes a self-cleaning 15-minute cache for faster responses when repeatedly accessing the same URL
57
+ - When a URL redirects to a different host, the tool will inform you and provide the redirect URL in a special format. You should then make a new WebFetch request with the redirect URL to fetch the content.
58
+ - For GitHub URLs, prefer using the gh CLI via Bash instead (e.g., gh pr view, gh issue view, gh api).
59
+ </textarea>
@@ -30,3 +30,33 @@ Ejecuta consultas en motores de búsqueda y devuelve resultados de búsqueda par
30
30
  ## Significado en cc-viewer
31
31
 
32
32
  Las llamadas a WebSearch aparecen en el registro de solicitudes como pares de content blocks `tool_use` / `tool_result`. El `tool_result` contiene la lista de resultados de búsqueda.
33
+
34
+ ## Texto original
35
+
36
+ <textarea readonly>
37
+ - Allows Claude to search the web and use the results to inform responses
38
+ - Provides up-to-date information for current events and recent data
39
+ - Returns search result information formatted as search result blocks, including links as markdown hyperlinks
40
+ - Use this tool for accessing information beyond Claude's knowledge cutoff
41
+ - Searches are performed automatically within a single API call
42
+
43
+ CRITICAL REQUIREMENT - You MUST follow this:
44
+ - After answering the user's question, you MUST include a "Sources:" section at the end of your response
45
+ - In the Sources section, list all relevant URLs from the search results as markdown hyperlinks: [Title](URL)
46
+ - This is MANDATORY - never skip including sources in your response
47
+ - Example format:
48
+
49
+ [Your answer here]
50
+
51
+ Sources:
52
+ - [Source Title 1](https://example.com/1)
53
+ - [Source Title 2](https://example.com/2)
54
+
55
+ Usage notes:
56
+ - Domain filtering is supported to include or block specific websites
57
+ - Web search is only available in the US
58
+
59
+ IMPORTANT - Use the correct year in search queries:
60
+ - The current month is March 2026. You MUST use this year when searching for recent information, documentation, or current events.
61
+ - Example: If the user asks for "latest React docs", search for "React documentation" with the current year, NOT last year
62
+ </textarea>
@@ -30,3 +30,14 @@ Escribe contenido en el sistema de archivos local. Si el archivo ya existe, lo s
30
30
  ## Significado en cc-viewer
31
31
 
32
32
  Las llamadas a Write aparecen en el registro de solicitudes como content blocks `tool_use`, cuyo `input.content` contiene el contenido completo escrito.
33
+
34
+ ## Texto original
35
+
36
+ <textarea readonly>Writes a file to the local filesystem.
37
+
38
+ Usage:
39
+ - This tool will overwrite the existing file if there is one at the provided path.
40
+ - If this is an existing file, you MUST use the Read tool first to read the file's contents. This tool will fail if you did not read the file first.
41
+ - Prefer the Edit tool for modifying existing files — it only sends the diff. Only use this tool to create new files or for complete rewrites.
42
+ - NEVER create documentation files (*.md) or README files unless explicitly requested by the User.
43
+ - Only use emojis if the user explicitly requests it. Avoid writing emojis to files unless asked.</textarea>
@@ -31,3 +31,15 @@ Ejecuta código Python en el kernel de Jupyter del archivo notebook actual.
31
31
  ## Significado en cc-viewer
32
32
 
33
33
  executeCode es una herramienta MCP que aparece en el array `tools` del registro de solicitudes con el nombre `mcp__ide__executeCode`. Sus llamadas y retornos siguen el patrón estándar `tool_use` / `tool_result`. La adición/eliminación de herramientas MCP causa cambios en el array tools, lo que puede activar la reconstrucción de caché.
34
+
35
+ ## Texto original
36
+
37
+ <textarea readonly>Execute python code in the Jupyter kernel for the current notebook file.
38
+
39
+ All code will be executed in the current Jupyter kernel.
40
+
41
+ Avoid declaring variables or modifying the state of the kernel unless the user
42
+ explicitly asks for it.
43
+
44
+ Any code executed will persist across calls to this tool, unless the kernel
45
+ has been restarted.</textarea>
@@ -30,3 +30,7 @@ Obtiene información de diagnóstico del lenguaje de VS Code, incluyendo errores
30
30
  ## Significado en cc-viewer
31
31
 
32
32
  getDiagnostics es una herramienta MCP que aparece en el array `tools` del registro de solicitudes con el nombre `mcp__ide__getDiagnostics`. Sus llamadas y retornos siguen el patrón estándar `tool_use` / `tool_result`. La adición/eliminación de herramientas MCP causa cambios en el array tools, lo que puede activar la reconstrucción de caché.
33
+
34
+ ## Texto original
35
+
36
+ <textarea readonly>Get language diagnostics from VS Code</textarea>