cc-viewer 1.3.5 → 1.3.7

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 (419) 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-Chsw1Bnp.js → index-C01AG7MM.js} +124 -124
  416. package/dist/assets/index-DChjuNLo.css +1 -0
  417. package/dist/index.html +2 -2
  418. package/package.json +1 -1
  419. package/dist/assets/index-DdxzMzrS.css +0 -1
@@ -34,3 +34,26 @@
34
34
  ## 在 cc-viewer 中的意義
35
35
 
36
36
  WebFetch 呼叫在請求日誌中表現為 `tool_use` / `tool_result` content block 對。`tool_result` 包含經 AI 處理後的網頁內容摘要。
37
+
38
+ ## 原文
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 @@
30
30
  ## 在 cc-viewer 中的意義
31
31
 
32
32
  WebSearch 呼叫在請求日誌中表現為 `tool_use` / `tool_result` content block 對。`tool_result` 包含搜尋結果列表。
33
+
34
+ ## 原文
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 @@
30
30
  ## 在 cc-viewer 中的意義
31
31
 
32
32
  Write 呼叫在請求日誌中表現為 `tool_use` content block,其 `input.content` 包含寫入的完整內容。
33
+
34
+ ## 原文
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 @@
31
31
  ## 在 cc-viewer 中的意義
32
32
 
33
33
  executeCode 是 MCP 工具,在請求日誌的 `tools` 陣列中以 `mcp__ide__executeCode` 名稱出現。其呼叫和回傳遵循標準的 `tool_use` / `tool_result` 模式。MCP 工具的增減會導致 tools 陣列變化,可能觸發快取重建。
34
+
35
+ ## 原文
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 @@
30
30
  ## 在 cc-viewer 中的意義
31
31
 
32
32
  getDiagnostics 是 MCP 工具,在請求日誌的 `tools` 陣列中以 `mcp__ide__getDiagnostics` 名稱出現。其呼叫和回傳遵循標準的 `tool_use` / `tool_result` 模式。MCP 工具的增減會導致 tools 陣列變化,可能觸發快取重建。
33
+
34
+ ## 原文
35
+
36
+ <textarea readonly>Get language diagnostics from VS Code</textarea>