cc-viewer 1.3.5 → 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.
- package/concepts/ar/Tool-Agent.md +75 -0
- package/concepts/ar/Tool-AskUserQuestion.md +25 -0
- package/concepts/ar/Tool-Bash.md +125 -0
- package/concepts/ar/Tool-Edit.md +12 -0
- package/concepts/ar/Tool-EnterPlanMode.md +89 -0
- package/concepts/ar/Tool-EnterWorktree.md +60 -0
- package/concepts/ar/Tool-ExitPlanMode.md +27 -0
- package/concepts/ar/Tool-Glob.md +9 -0
- package/concepts/ar/Tool-Grep.md +14 -0
- package/concepts/ar/Tool-NotebookEdit.md +4 -0
- package/concepts/ar/Tool-Read.md +19 -0
- package/concepts/ar/Tool-Skill.md +25 -0
- package/concepts/ar/Tool-TaskCreate.md +44 -0
- package/concepts/ar/Tool-TaskGet.md +25 -0
- package/concepts/ar/Tool-TaskList.md +24 -0
- package/concepts/ar/Tool-TaskOutput.md +10 -0
- package/concepts/ar/Tool-TaskStop.md +9 -0
- package/concepts/ar/Tool-TaskUpdate.md +78 -0
- package/concepts/ar/Tool-WebFetch.md +23 -0
- package/concepts/ar/Tool-WebSearch.md +30 -0
- package/concepts/ar/Tool-Write.md +11 -0
- package/concepts/ar/Tool-executeCode.md +12 -0
- package/concepts/ar/Tool-getDiagnostics.md +4 -0
- package/concepts/da/Tool-Agent.md +75 -0
- package/concepts/da/Tool-AskUserQuestion.md +25 -0
- package/concepts/da/Tool-Bash.md +125 -0
- package/concepts/da/Tool-Edit.md +12 -0
- package/concepts/da/Tool-EnterPlanMode.md +89 -0
- package/concepts/da/Tool-EnterWorktree.md +60 -0
- package/concepts/da/Tool-ExitPlanMode.md +27 -0
- package/concepts/da/Tool-Glob.md +9 -0
- package/concepts/da/Tool-Grep.md +14 -0
- package/concepts/da/Tool-NotebookEdit.md +4 -0
- package/concepts/da/Tool-Read.md +19 -0
- package/concepts/da/Tool-Skill.md +25 -0
- package/concepts/da/Tool-TaskCreate.md +44 -0
- package/concepts/da/Tool-TaskGet.md +25 -0
- package/concepts/da/Tool-TaskList.md +24 -0
- package/concepts/da/Tool-TaskOutput.md +10 -0
- package/concepts/da/Tool-TaskStop.md +9 -0
- package/concepts/da/Tool-TaskUpdate.md +78 -0
- package/concepts/da/Tool-WebFetch.md +23 -0
- package/concepts/da/Tool-WebSearch.md +30 -0
- package/concepts/da/Tool-Write.md +11 -0
- package/concepts/da/Tool-executeCode.md +12 -0
- package/concepts/da/Tool-getDiagnostics.md +4 -0
- package/concepts/de/Tool-Agent.md +75 -0
- package/concepts/de/Tool-AskUserQuestion.md +25 -0
- package/concepts/de/Tool-Bash.md +125 -0
- package/concepts/de/Tool-Edit.md +12 -0
- package/concepts/de/Tool-EnterPlanMode.md +89 -0
- package/concepts/de/Tool-EnterWorktree.md +60 -0
- package/concepts/de/Tool-ExitPlanMode.md +27 -0
- package/concepts/de/Tool-Glob.md +9 -0
- package/concepts/de/Tool-Grep.md +14 -0
- package/concepts/de/Tool-NotebookEdit.md +4 -0
- package/concepts/de/Tool-Read.md +19 -0
- package/concepts/de/Tool-Skill.md +25 -0
- package/concepts/de/Tool-TaskCreate.md +44 -0
- package/concepts/de/Tool-TaskGet.md +25 -0
- package/concepts/de/Tool-TaskList.md +24 -0
- package/concepts/de/Tool-TaskOutput.md +10 -0
- package/concepts/de/Tool-TaskStop.md +9 -0
- package/concepts/de/Tool-TaskUpdate.md +78 -0
- package/concepts/de/Tool-WebFetch.md +23 -0
- package/concepts/de/Tool-WebSearch.md +30 -0
- package/concepts/de/Tool-Write.md +11 -0
- package/concepts/de/Tool-executeCode.md +12 -0
- package/concepts/de/Tool-getDiagnostics.md +4 -0
- package/concepts/en/Tool-Agent.md +75 -0
- package/concepts/en/Tool-AskUserQuestion.md +25 -0
- package/concepts/en/Tool-Bash.md +125 -0
- package/concepts/en/Tool-Edit.md +12 -0
- package/concepts/en/Tool-EnterPlanMode.md +89 -0
- package/concepts/en/Tool-EnterWorktree.md +60 -0
- package/concepts/en/Tool-ExitPlanMode.md +27 -0
- package/concepts/en/Tool-Glob.md +9 -0
- package/concepts/en/Tool-Grep.md +14 -0
- package/concepts/en/Tool-NotebookEdit.md +4 -0
- package/concepts/en/Tool-Read.md +19 -0
- package/concepts/en/Tool-Skill.md +25 -0
- package/concepts/en/Tool-TaskCreate.md +44 -0
- package/concepts/en/Tool-TaskGet.md +25 -0
- package/concepts/en/Tool-TaskList.md +24 -0
- package/concepts/en/Tool-TaskOutput.md +10 -0
- package/concepts/en/Tool-TaskStop.md +9 -0
- package/concepts/en/Tool-TaskUpdate.md +78 -0
- package/concepts/en/Tool-WebFetch.md +23 -0
- package/concepts/en/Tool-WebSearch.md +30 -0
- package/concepts/en/Tool-Write.md +11 -0
- package/concepts/en/Tool-executeCode.md +12 -0
- package/concepts/en/Tool-getDiagnostics.md +4 -0
- package/concepts/es/Tool-Agent.md +75 -0
- package/concepts/es/Tool-AskUserQuestion.md +25 -0
- package/concepts/es/Tool-Bash.md +125 -0
- package/concepts/es/Tool-Edit.md +12 -0
- package/concepts/es/Tool-EnterPlanMode.md +89 -0
- package/concepts/es/Tool-EnterWorktree.md +60 -0
- package/concepts/es/Tool-ExitPlanMode.md +27 -0
- package/concepts/es/Tool-Glob.md +9 -0
- package/concepts/es/Tool-Grep.md +14 -0
- package/concepts/es/Tool-NotebookEdit.md +4 -0
- package/concepts/es/Tool-Read.md +19 -0
- package/concepts/es/Tool-Skill.md +25 -0
- package/concepts/es/Tool-TaskCreate.md +44 -0
- package/concepts/es/Tool-TaskGet.md +25 -0
- package/concepts/es/Tool-TaskList.md +24 -0
- package/concepts/es/Tool-TaskOutput.md +10 -0
- package/concepts/es/Tool-TaskStop.md +9 -0
- package/concepts/es/Tool-TaskUpdate.md +78 -0
- package/concepts/es/Tool-WebFetch.md +23 -0
- package/concepts/es/Tool-WebSearch.md +30 -0
- package/concepts/es/Tool-Write.md +11 -0
- package/concepts/es/Tool-executeCode.md +12 -0
- package/concepts/es/Tool-getDiagnostics.md +4 -0
- package/concepts/fr/Tool-Agent.md +75 -0
- package/concepts/fr/Tool-AskUserQuestion.md +25 -0
- package/concepts/fr/Tool-Bash.md +125 -0
- package/concepts/fr/Tool-Edit.md +12 -0
- package/concepts/fr/Tool-EnterPlanMode.md +89 -0
- package/concepts/fr/Tool-EnterWorktree.md +60 -0
- package/concepts/fr/Tool-ExitPlanMode.md +27 -0
- package/concepts/fr/Tool-Glob.md +9 -0
- package/concepts/fr/Tool-Grep.md +14 -0
- package/concepts/fr/Tool-NotebookEdit.md +4 -0
- package/concepts/fr/Tool-Read.md +19 -0
- package/concepts/fr/Tool-Skill.md +25 -0
- package/concepts/fr/Tool-TaskCreate.md +44 -0
- package/concepts/fr/Tool-TaskGet.md +25 -0
- package/concepts/fr/Tool-TaskList.md +24 -0
- package/concepts/fr/Tool-TaskOutput.md +10 -0
- package/concepts/fr/Tool-TaskStop.md +9 -0
- package/concepts/fr/Tool-TaskUpdate.md +78 -0
- package/concepts/fr/Tool-WebFetch.md +23 -0
- package/concepts/fr/Tool-WebSearch.md +30 -0
- package/concepts/fr/Tool-Write.md +11 -0
- package/concepts/fr/Tool-executeCode.md +12 -0
- package/concepts/fr/Tool-getDiagnostics.md +4 -0
- package/concepts/it/Tool-Agent.md +75 -0
- package/concepts/it/Tool-AskUserQuestion.md +25 -0
- package/concepts/it/Tool-Bash.md +125 -0
- package/concepts/it/Tool-Edit.md +12 -0
- package/concepts/it/Tool-EnterPlanMode.md +89 -0
- package/concepts/it/Tool-EnterWorktree.md +60 -0
- package/concepts/it/Tool-ExitPlanMode.md +27 -0
- package/concepts/it/Tool-Glob.md +9 -0
- package/concepts/it/Tool-Grep.md +14 -0
- package/concepts/it/Tool-NotebookEdit.md +4 -0
- package/concepts/it/Tool-Read.md +19 -0
- package/concepts/it/Tool-Skill.md +25 -0
- package/concepts/it/Tool-TaskCreate.md +44 -0
- package/concepts/it/Tool-TaskGet.md +25 -0
- package/concepts/it/Tool-TaskList.md +24 -0
- package/concepts/it/Tool-TaskOutput.md +10 -0
- package/concepts/it/Tool-TaskStop.md +9 -0
- package/concepts/it/Tool-TaskUpdate.md +78 -0
- package/concepts/it/Tool-WebFetch.md +23 -0
- package/concepts/it/Tool-WebSearch.md +30 -0
- package/concepts/it/Tool-Write.md +11 -0
- package/concepts/it/Tool-executeCode.md +12 -0
- package/concepts/it/Tool-getDiagnostics.md +4 -0
- package/concepts/ja/Tool-Agent.md +75 -0
- package/concepts/ja/Tool-AskUserQuestion.md +25 -0
- package/concepts/ja/Tool-Bash.md +125 -0
- package/concepts/ja/Tool-Edit.md +12 -0
- package/concepts/ja/Tool-EnterPlanMode.md +89 -0
- package/concepts/ja/Tool-EnterWorktree.md +60 -0
- package/concepts/ja/Tool-ExitPlanMode.md +27 -0
- package/concepts/ja/Tool-Glob.md +9 -0
- package/concepts/ja/Tool-Grep.md +14 -0
- package/concepts/ja/Tool-NotebookEdit.md +4 -0
- package/concepts/ja/Tool-Read.md +19 -0
- package/concepts/ja/Tool-Skill.md +25 -0
- package/concepts/ja/Tool-TaskCreate.md +44 -0
- package/concepts/ja/Tool-TaskGet.md +25 -0
- package/concepts/ja/Tool-TaskList.md +24 -0
- package/concepts/ja/Tool-TaskOutput.md +10 -0
- package/concepts/ja/Tool-TaskStop.md +9 -0
- package/concepts/ja/Tool-TaskUpdate.md +78 -0
- package/concepts/ja/Tool-WebFetch.md +23 -0
- package/concepts/ja/Tool-WebSearch.md +30 -0
- package/concepts/ja/Tool-Write.md +11 -0
- package/concepts/ja/Tool-executeCode.md +12 -0
- package/concepts/ja/Tool-getDiagnostics.md +4 -0
- package/concepts/ko/Tool-Agent.md +75 -0
- package/concepts/ko/Tool-AskUserQuestion.md +25 -0
- package/concepts/ko/Tool-Bash.md +125 -0
- package/concepts/ko/Tool-Edit.md +12 -0
- package/concepts/ko/Tool-EnterPlanMode.md +89 -0
- package/concepts/ko/Tool-EnterWorktree.md +60 -0
- package/concepts/ko/Tool-ExitPlanMode.md +27 -0
- package/concepts/ko/Tool-Glob.md +9 -0
- package/concepts/ko/Tool-Grep.md +14 -0
- package/concepts/ko/Tool-NotebookEdit.md +4 -0
- package/concepts/ko/Tool-Read.md +19 -0
- package/concepts/ko/Tool-Skill.md +25 -0
- package/concepts/ko/Tool-TaskCreate.md +44 -0
- package/concepts/ko/Tool-TaskGet.md +25 -0
- package/concepts/ko/Tool-TaskList.md +24 -0
- package/concepts/ko/Tool-TaskOutput.md +10 -0
- package/concepts/ko/Tool-TaskStop.md +9 -0
- package/concepts/ko/Tool-TaskUpdate.md +78 -0
- package/concepts/ko/Tool-WebFetch.md +23 -0
- package/concepts/ko/Tool-WebSearch.md +30 -0
- package/concepts/ko/Tool-Write.md +11 -0
- package/concepts/ko/Tool-executeCode.md +12 -0
- package/concepts/ko/Tool-getDiagnostics.md +4 -0
- package/concepts/no/Tool-Agent.md +75 -0
- package/concepts/no/Tool-AskUserQuestion.md +25 -0
- package/concepts/no/Tool-Bash.md +125 -0
- package/concepts/no/Tool-Edit.md +12 -0
- package/concepts/no/Tool-EnterPlanMode.md +89 -0
- package/concepts/no/Tool-EnterWorktree.md +60 -0
- package/concepts/no/Tool-ExitPlanMode.md +27 -0
- package/concepts/no/Tool-Glob.md +9 -0
- package/concepts/no/Tool-Grep.md +14 -0
- package/concepts/no/Tool-NotebookEdit.md +4 -0
- package/concepts/no/Tool-Read.md +19 -0
- package/concepts/no/Tool-Skill.md +25 -0
- package/concepts/no/Tool-TaskCreate.md +44 -0
- package/concepts/no/Tool-TaskGet.md +25 -0
- package/concepts/no/Tool-TaskList.md +24 -0
- package/concepts/no/Tool-TaskOutput.md +10 -0
- package/concepts/no/Tool-TaskStop.md +9 -0
- package/concepts/no/Tool-TaskUpdate.md +78 -0
- package/concepts/no/Tool-WebFetch.md +23 -0
- package/concepts/no/Tool-WebSearch.md +30 -0
- package/concepts/no/Tool-Write.md +11 -0
- package/concepts/no/Tool-executeCode.md +12 -0
- package/concepts/no/Tool-getDiagnostics.md +4 -0
- package/concepts/pl/Tool-Agent.md +75 -0
- package/concepts/pl/Tool-AskUserQuestion.md +25 -0
- package/concepts/pl/Tool-Bash.md +125 -0
- package/concepts/pl/Tool-Edit.md +12 -0
- package/concepts/pl/Tool-EnterPlanMode.md +89 -0
- package/concepts/pl/Tool-EnterWorktree.md +60 -0
- package/concepts/pl/Tool-ExitPlanMode.md +27 -0
- package/concepts/pl/Tool-Glob.md +9 -0
- package/concepts/pl/Tool-Grep.md +14 -0
- package/concepts/pl/Tool-NotebookEdit.md +4 -0
- package/concepts/pl/Tool-Read.md +19 -0
- package/concepts/pl/Tool-Skill.md +25 -0
- package/concepts/pl/Tool-TaskCreate.md +44 -0
- package/concepts/pl/Tool-TaskGet.md +25 -0
- package/concepts/pl/Tool-TaskList.md +24 -0
- package/concepts/pl/Tool-TaskOutput.md +10 -0
- package/concepts/pl/Tool-TaskStop.md +9 -0
- package/concepts/pl/Tool-TaskUpdate.md +78 -0
- package/concepts/pl/Tool-WebFetch.md +23 -0
- package/concepts/pl/Tool-WebSearch.md +30 -0
- package/concepts/pl/Tool-Write.md +11 -0
- package/concepts/pl/Tool-executeCode.md +12 -0
- package/concepts/pl/Tool-getDiagnostics.md +4 -0
- package/concepts/pt-BR/Tool-Agent.md +75 -0
- package/concepts/pt-BR/Tool-AskUserQuestion.md +25 -0
- package/concepts/pt-BR/Tool-Bash.md +125 -0
- package/concepts/pt-BR/Tool-Edit.md +12 -0
- package/concepts/pt-BR/Tool-EnterPlanMode.md +89 -0
- package/concepts/pt-BR/Tool-EnterWorktree.md +60 -0
- package/concepts/pt-BR/Tool-ExitPlanMode.md +27 -0
- package/concepts/pt-BR/Tool-Glob.md +9 -0
- package/concepts/pt-BR/Tool-Grep.md +14 -0
- package/concepts/pt-BR/Tool-NotebookEdit.md +4 -0
- package/concepts/pt-BR/Tool-Read.md +19 -0
- package/concepts/pt-BR/Tool-Skill.md +25 -0
- package/concepts/pt-BR/Tool-TaskCreate.md +44 -0
- package/concepts/pt-BR/Tool-TaskGet.md +25 -0
- package/concepts/pt-BR/Tool-TaskList.md +24 -0
- package/concepts/pt-BR/Tool-TaskOutput.md +10 -0
- package/concepts/pt-BR/Tool-TaskStop.md +9 -0
- package/concepts/pt-BR/Tool-TaskUpdate.md +78 -0
- package/concepts/pt-BR/Tool-WebFetch.md +23 -0
- package/concepts/pt-BR/Tool-WebSearch.md +30 -0
- package/concepts/pt-BR/Tool-Write.md +11 -0
- package/concepts/pt-BR/Tool-executeCode.md +12 -0
- package/concepts/pt-BR/Tool-getDiagnostics.md +4 -0
- package/concepts/ru/Tool-Agent.md +75 -0
- package/concepts/ru/Tool-AskUserQuestion.md +25 -0
- package/concepts/ru/Tool-Bash.md +125 -0
- package/concepts/ru/Tool-Edit.md +12 -0
- package/concepts/ru/Tool-EnterPlanMode.md +89 -0
- package/concepts/ru/Tool-EnterWorktree.md +60 -0
- package/concepts/ru/Tool-ExitPlanMode.md +27 -0
- package/concepts/ru/Tool-Glob.md +9 -0
- package/concepts/ru/Tool-Grep.md +14 -0
- package/concepts/ru/Tool-NotebookEdit.md +4 -0
- package/concepts/ru/Tool-Read.md +19 -0
- package/concepts/ru/Tool-Skill.md +25 -0
- package/concepts/ru/Tool-TaskCreate.md +44 -0
- package/concepts/ru/Tool-TaskGet.md +25 -0
- package/concepts/ru/Tool-TaskList.md +24 -0
- package/concepts/ru/Tool-TaskOutput.md +10 -0
- package/concepts/ru/Tool-TaskStop.md +9 -0
- package/concepts/ru/Tool-TaskUpdate.md +78 -0
- package/concepts/ru/Tool-WebFetch.md +23 -0
- package/concepts/ru/Tool-WebSearch.md +30 -0
- package/concepts/ru/Tool-Write.md +11 -0
- package/concepts/ru/Tool-executeCode.md +12 -0
- package/concepts/ru/Tool-getDiagnostics.md +4 -0
- package/concepts/th/Tool-Agent.md +75 -0
- package/concepts/th/Tool-AskUserQuestion.md +25 -0
- package/concepts/th/Tool-Bash.md +125 -0
- package/concepts/th/Tool-Edit.md +12 -0
- package/concepts/th/Tool-EnterPlanMode.md +89 -0
- package/concepts/th/Tool-EnterWorktree.md +60 -0
- package/concepts/th/Tool-ExitPlanMode.md +27 -0
- package/concepts/th/Tool-Glob.md +9 -0
- package/concepts/th/Tool-Grep.md +14 -0
- package/concepts/th/Tool-NotebookEdit.md +4 -0
- package/concepts/th/Tool-Read.md +19 -0
- package/concepts/th/Tool-Skill.md +25 -0
- package/concepts/th/Tool-TaskCreate.md +44 -0
- package/concepts/th/Tool-TaskGet.md +25 -0
- package/concepts/th/Tool-TaskList.md +24 -0
- package/concepts/th/Tool-TaskOutput.md +10 -0
- package/concepts/th/Tool-TaskStop.md +9 -0
- package/concepts/th/Tool-TaskUpdate.md +78 -0
- package/concepts/th/Tool-WebFetch.md +23 -0
- package/concepts/th/Tool-WebSearch.md +30 -0
- package/concepts/th/Tool-Write.md +11 -0
- package/concepts/th/Tool-executeCode.md +12 -0
- package/concepts/th/Tool-getDiagnostics.md +4 -0
- package/concepts/tr/Tool-Agent.md +75 -0
- package/concepts/tr/Tool-AskUserQuestion.md +25 -0
- package/concepts/tr/Tool-Bash.md +125 -0
- package/concepts/tr/Tool-Edit.md +12 -0
- package/concepts/tr/Tool-EnterPlanMode.md +89 -0
- package/concepts/tr/Tool-EnterWorktree.md +60 -0
- package/concepts/tr/Tool-ExitPlanMode.md +27 -0
- package/concepts/tr/Tool-Glob.md +9 -0
- package/concepts/tr/Tool-Grep.md +14 -0
- package/concepts/tr/Tool-NotebookEdit.md +4 -0
- package/concepts/tr/Tool-Read.md +19 -0
- package/concepts/tr/Tool-Skill.md +25 -0
- package/concepts/tr/Tool-TaskCreate.md +44 -0
- package/concepts/tr/Tool-TaskGet.md +25 -0
- package/concepts/tr/Tool-TaskList.md +24 -0
- package/concepts/tr/Tool-TaskOutput.md +10 -0
- package/concepts/tr/Tool-TaskStop.md +9 -0
- package/concepts/tr/Tool-TaskUpdate.md +78 -0
- package/concepts/tr/Tool-WebFetch.md +23 -0
- package/concepts/tr/Tool-WebSearch.md +30 -0
- package/concepts/tr/Tool-Write.md +11 -0
- package/concepts/tr/Tool-executeCode.md +12 -0
- package/concepts/tr/Tool-getDiagnostics.md +4 -0
- package/concepts/uk/Tool-Agent.md +75 -0
- package/concepts/uk/Tool-AskUserQuestion.md +25 -0
- package/concepts/uk/Tool-Bash.md +125 -0
- package/concepts/uk/Tool-Edit.md +12 -0
- package/concepts/uk/Tool-EnterPlanMode.md +89 -0
- package/concepts/uk/Tool-EnterWorktree.md +60 -0
- package/concepts/uk/Tool-ExitPlanMode.md +27 -0
- package/concepts/uk/Tool-Glob.md +9 -0
- package/concepts/uk/Tool-Grep.md +14 -0
- package/concepts/uk/Tool-NotebookEdit.md +4 -0
- package/concepts/uk/Tool-Read.md +19 -0
- package/concepts/uk/Tool-Skill.md +25 -0
- package/concepts/uk/Tool-TaskCreate.md +44 -0
- package/concepts/uk/Tool-TaskGet.md +25 -0
- package/concepts/uk/Tool-TaskList.md +24 -0
- package/concepts/uk/Tool-TaskOutput.md +10 -0
- package/concepts/uk/Tool-TaskStop.md +9 -0
- package/concepts/uk/Tool-TaskUpdate.md +78 -0
- package/concepts/uk/Tool-WebFetch.md +23 -0
- package/concepts/uk/Tool-WebSearch.md +30 -0
- package/concepts/uk/Tool-Write.md +11 -0
- package/concepts/uk/Tool-executeCode.md +12 -0
- package/concepts/uk/Tool-getDiagnostics.md +4 -0
- package/concepts/zh/Tool-Agent.md +75 -0
- package/concepts/zh/Tool-AskUserQuestion.md +25 -0
- package/concepts/zh/Tool-Bash.md +125 -0
- package/concepts/zh/Tool-Edit.md +12 -0
- package/concepts/zh/Tool-EnterPlanMode.md +89 -0
- package/concepts/zh/Tool-EnterWorktree.md +60 -0
- package/concepts/zh/Tool-ExitPlanMode.md +27 -0
- package/concepts/zh/Tool-Glob.md +9 -0
- package/concepts/zh/Tool-Grep.md +14 -0
- package/concepts/zh/Tool-NotebookEdit.md +4 -0
- package/concepts/zh/Tool-Read.md +19 -0
- package/concepts/zh/Tool-Skill.md +25 -0
- package/concepts/zh/Tool-TaskCreate.md +44 -0
- package/concepts/zh/Tool-TaskGet.md +25 -0
- package/concepts/zh/Tool-TaskList.md +24 -0
- package/concepts/zh/Tool-TaskOutput.md +10 -0
- package/concepts/zh/Tool-TaskStop.md +9 -0
- package/concepts/zh/Tool-TaskUpdate.md +78 -0
- package/concepts/zh/Tool-WebFetch.md +23 -0
- package/concepts/zh/Tool-WebSearch.md +30 -0
- package/concepts/zh/Tool-Write.md +11 -0
- package/concepts/zh/Tool-executeCode.md +12 -0
- package/concepts/zh/Tool-getDiagnostics.md +4 -0
- package/concepts/zh-TW/Tool-Agent.md +75 -0
- package/concepts/zh-TW/Tool-AskUserQuestion.md +25 -0
- package/concepts/zh-TW/Tool-Bash.md +125 -0
- package/concepts/zh-TW/Tool-Edit.md +12 -0
- package/concepts/zh-TW/Tool-EnterPlanMode.md +89 -0
- package/concepts/zh-TW/Tool-EnterWorktree.md +60 -0
- package/concepts/zh-TW/Tool-ExitPlanMode.md +27 -0
- package/concepts/zh-TW/Tool-Glob.md +9 -0
- package/concepts/zh-TW/Tool-Grep.md +14 -0
- package/concepts/zh-TW/Tool-NotebookEdit.md +4 -0
- package/concepts/zh-TW/Tool-Read.md +19 -0
- package/concepts/zh-TW/Tool-Skill.md +25 -0
- package/concepts/zh-TW/Tool-TaskCreate.md +44 -0
- package/concepts/zh-TW/Tool-TaskGet.md +25 -0
- package/concepts/zh-TW/Tool-TaskList.md +24 -0
- package/concepts/zh-TW/Tool-TaskOutput.md +10 -0
- package/concepts/zh-TW/Tool-TaskStop.md +9 -0
- package/concepts/zh-TW/Tool-TaskUpdate.md +78 -0
- package/concepts/zh-TW/Tool-WebFetch.md +23 -0
- package/concepts/zh-TW/Tool-WebSearch.md +30 -0
- package/concepts/zh-TW/Tool-Write.md +11 -0
- package/concepts/zh-TW/Tool-executeCode.md +12 -0
- package/concepts/zh-TW/Tool-getDiagnostics.md +4 -0
- package/dist/assets/index-BF9IACDI.css +1 -0
- package/dist/assets/{index-Chsw1Bnp.js → index-CyQGlRiR.js} +1 -1
- package/dist/index.html +2 -2
- package/package.json +1 -1
- 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 @@ VS Code から言語診断情報を取得します。構文エラー、型エラ
|
|
|
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>
|
|
@@ -53,3 +53,78 @@
|
|
|
53
53
|
## cc-viewer에서의 의의
|
|
54
54
|
|
|
55
55
|
Agent는 최신 Claude Code 버전에서 Task 도구의 새 이름입니다. Agent 호출은 SubAgent 요청 체인을 생성하며, 요청 목록에서 MainAgent와 독립된 서브 요청 시퀀스로 확인할 수 있습니다. SubAgent 요청은 보통 간결한 system prompt와 적은 도구 정의를 가지며, MainAgent와 뚜렷한 대비를 이룹니다. cc-viewer에서는 기록된 대화에서 사용된 Claude Code 버전에 따라 `Task` 또는 `Agent` 도구 이름이 표시될 수 있습니다.
|
|
56
|
+
|
|
57
|
+
## 원문
|
|
58
|
+
|
|
59
|
+
<textarea readonly>Launch a new agent to handle complex, multi-step tasks autonomously.
|
|
60
|
+
|
|
61
|
+
The Agent tool launches specialized agents (subprocesses) that autonomously handle complex tasks. Each agent type has specific capabilities and tools available to it.
|
|
62
|
+
|
|
63
|
+
Available agent types and the tools they have access to:
|
|
64
|
+
- general-purpose: General-purpose agent for researching complex questions, searching for code, and executing multi-step tasks. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries use this agent to perform the search for you. (Tools: *)
|
|
65
|
+
- statusline-setup: Use this agent to configure the user's Claude Code status line setting. (Tools: Read, Edit)
|
|
66
|
+
- Explore: Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components/**/*.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness level: "quick" for basic searches, "medium" for moderate exploration, or "very thorough" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools except Agent, ExitPlanMode, Edit, Write, NotebookEdit)
|
|
67
|
+
- Plan: Software architect agent for designing implementation plans. Use this when you need to plan the implementation strategy for a task. Returns step-by-step plans, identifies critical files, and considers architectural trade-offs. (Tools: All tools except Agent, ExitPlanMode, Edit, Write, NotebookEdit)
|
|
68
|
+
- claude-code-guide: Use this agent when the user asks questions ("Can Claude...", "Does Claude...", "How do I...") about: (1) Claude Code (the CLI tool) - features, hooks, slash commands, MCP servers, settings, IDE integrations, keyboard shortcuts; (2) Claude Agent SDK - building custom agents; (3) Claude API (formerly Anthropic API) - API usage, tool use, Anthropic SDK usage. **IMPORTANT:** Before spawning a new agent, check if there is already a running or recently completed claude-code-guide agent that you can resume using the "resume" parameter. (Tools: Glob, Grep, Read, WebFetch, WebSearch)
|
|
69
|
+
|
|
70
|
+
When using the Agent tool, you must specify a subagent_type parameter to select which agent type to use.
|
|
71
|
+
|
|
72
|
+
When NOT to use the Agent tool:
|
|
73
|
+
- If you want to read a specific file path, use the Read or Glob tool instead of the Agent tool, to find the match more quickly
|
|
74
|
+
- If you are searching for a specific class definition like "class Foo", use the Glob tool instead, to find the match more quickly
|
|
75
|
+
- If you are searching for code within a specific file or set of 2-3 files, use the Read tool instead of the Agent tool, to find the match more quickly
|
|
76
|
+
- Other tasks that are not related to the agent descriptions above
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
Usage notes:
|
|
80
|
+
- Always include a short description (3-5 words) summarizing what the agent will do
|
|
81
|
+
- Launch multiple agents concurrently whenever possible, to maximize performance; to do that, use a single message with multiple tool uses
|
|
82
|
+
- When the agent is done, it will return a single message back to you. The result returned by the agent is not visible to the user. To show the user the result, you should send a text message back to the user with a concise summary of the result.
|
|
83
|
+
- You can optionally run agents in the background using the run_in_background parameter. When an agent runs in the background, you will be automatically notified when it completes — do NOT sleep, poll, or proactively check on its progress. Continue with other work or respond to the user instead.
|
|
84
|
+
- **Foreground vs background**: Use foreground (default) when you need the agent's results before you can proceed — e.g., research agents whose findings inform your next steps. Use background when you have genuinely independent work to do in parallel.
|
|
85
|
+
- Agents can be resumed using the `resume` parameter by passing the agent ID from a previous invocation. When resumed, the agent continues with its full previous context preserved. When NOT resuming, each invocation starts fresh and you should provide a detailed task description with all necessary context.
|
|
86
|
+
- When the agent is done, it will return a single message back to you along with its agent ID. You can use this ID to resume the agent later if needed for follow-up work.
|
|
87
|
+
- Provide clear, detailed prompts so the agent can work autonomously and return exactly the information you need.
|
|
88
|
+
- Agents with "access to current context" can see the full conversation history before the tool call. When using these agents, you can write concise prompts that reference earlier context (e.g., "investigate the error discussed above") instead of repeating information. The agent will receive all prior messages and understand the context.
|
|
89
|
+
- The agent's outputs should generally be trusted
|
|
90
|
+
- Clearly tell the agent whether you expect it to write code or just to do research (search, file reads, web fetches, etc.), since it is not aware of the user's intent
|
|
91
|
+
- If the agent description mentions that it should be used proactively, then you should try your best to use it without the user having to ask for it first. Use your judgement.
|
|
92
|
+
- If the user specifies that they want you to run agents "in parallel", you MUST send a single message with multiple Agent tool use content blocks. For example, if you need to launch both a build-validator agent and a test-runner agent in parallel, send a single message with both tool calls.
|
|
93
|
+
- You can optionally set `isolation: "worktree"` to run the agent in a temporary git worktree, giving it an isolated copy of the repository. The worktree is automatically cleaned up if the agent makes no changes; if changes are made, the worktree path and branch are returned in the result.
|
|
94
|
+
|
|
95
|
+
Example usage:
|
|
96
|
+
|
|
97
|
+
<example_agent_descriptions>
|
|
98
|
+
"test-runner": use this agent after you are done writing code to run tests
|
|
99
|
+
"greeting-responder": use this agent to respond to user greetings with a friendly joke
|
|
100
|
+
</example_agent_descriptions>
|
|
101
|
+
|
|
102
|
+
<example>
|
|
103
|
+
user: "Please write a function that checks if a number is prime"
|
|
104
|
+
assistant: Sure let me write a function that checks if a number is prime
|
|
105
|
+
assistant: First let me use the Write tool to write a function that checks if a number is prime
|
|
106
|
+
assistant: I'm going to use the Write tool to write the following code:
|
|
107
|
+
<code>
|
|
108
|
+
function isPrime(n) {
|
|
109
|
+
if (n <= 1) return false
|
|
110
|
+
for (let i = 2; i * i <= n; i++) {
|
|
111
|
+
if (n % i === 0) return false
|
|
112
|
+
}
|
|
113
|
+
return true
|
|
114
|
+
}
|
|
115
|
+
</code>
|
|
116
|
+
<commentary>
|
|
117
|
+
Since a significant piece of code was written and the task was completed, now use the test-runner agent to run the tests
|
|
118
|
+
</commentary>
|
|
119
|
+
assistant: Now let me use the test-runner agent to run the tests
|
|
120
|
+
assistant: Uses the Agent tool to launch the test-runner agent
|
|
121
|
+
</example>
|
|
122
|
+
|
|
123
|
+
<example>
|
|
124
|
+
user: "Hello"
|
|
125
|
+
<commentary>
|
|
126
|
+
Since the user is greeting, use the greeting-responder agent to respond with a friendly joke
|
|
127
|
+
</commentary>
|
|
128
|
+
assistant: "I'm going to use the Agent tool to launch the greeting-responder agent"
|
|
129
|
+
</example>
|
|
130
|
+
</textarea>
|
|
@@ -52,3 +52,28 @@
|
|
|
52
52
|
## cc-viewer에서의 의의
|
|
53
53
|
|
|
54
54
|
AskUserQuestion 호출은 요청 로그에서 `tool_use` content block으로 나타나며, 질문과 선택지 정의가 포함됩니다. 사용자의 답변은 후속 요청의 메시지 이력에 표시됩니다.
|
|
55
|
+
|
|
56
|
+
## 원문
|
|
57
|
+
|
|
58
|
+
<textarea readonly>Use this tool when you need to ask the user questions during execution. This allows you to:
|
|
59
|
+
1. Gather user preferences or requirements
|
|
60
|
+
2. Clarify ambiguous instructions
|
|
61
|
+
3. Get decisions on implementation choices as you work
|
|
62
|
+
4. Offer choices to the user about what direction to take.
|
|
63
|
+
|
|
64
|
+
Usage notes:
|
|
65
|
+
- Users will always be able to select "Other" to provide custom text input
|
|
66
|
+
- Use multiSelect: true to allow multiple answers to be selected for a question
|
|
67
|
+
- If you recommend a specific option, make that the first option in the list and add "(Recommended)" at the end of the label
|
|
68
|
+
|
|
69
|
+
Plan mode note: In plan mode, use this tool to clarify requirements or choose between approaches BEFORE finalizing your plan. Do NOT use this tool to ask "Is my plan ready?" or "Should I proceed?" - use ExitPlanMode for plan approval. IMPORTANT: Do not reference "the plan" in your questions (e.g., "Do you have feedback about the plan?", "Does the plan look good?") because the user cannot see the plan in the UI until you call ExitPlanMode. If you need plan approval, use ExitPlanMode instead.
|
|
70
|
+
|
|
71
|
+
Preview feature:
|
|
72
|
+
Use the optional `markdown` field on options when presenting concrete artifacts that users need to visually compare:
|
|
73
|
+
- ASCII mockups of UI layouts or components
|
|
74
|
+
- Code snippets showing different implementations
|
|
75
|
+
- Diagram variations
|
|
76
|
+
- Configuration examples
|
|
77
|
+
|
|
78
|
+
When any option has a markdown, the UI switches to a side-by-side layout with a vertical option list on the left and preview on the right. Do not use previews for simple preference questions where labels and descriptions suffice. Note: previews are only supported for single-select questions (not multiSelect).
|
|
79
|
+
</textarea>
|
package/concepts/ko/Tool-Bash.md
CHANGED
|
@@ -45,3 +45,128 @@
|
|
|
45
45
|
## cc-viewer에서의 의의
|
|
46
46
|
|
|
47
47
|
Bash 호출은 요청 로그에서 `tool_use` (명령 포함)와 `tool_result` (출력 포함) content block 쌍으로 나타납니다. 명령 실행 출력은 모델의 작업 행동 분석에 사용할 수 있습니다.
|
|
48
|
+
|
|
49
|
+
## 원문
|
|
50
|
+
|
|
51
|
+
<textarea readonly>Executes a given bash command and returns its output.
|
|
52
|
+
|
|
53
|
+
The working directory persists between commands, but shell state does not. The shell environment is initialized from the user's profile (bash or zsh).
|
|
54
|
+
|
|
55
|
+
IMPORTANT: Avoid using this tool to run `find`, `grep`, `cat`, `head`, `tail`, `sed`, `awk`, or `echo` commands, unless explicitly instructed or after you have verified that a dedicated tool cannot accomplish your task. Instead, use the appropriate dedicated tool as this will provide a much better experience for the user:
|
|
56
|
+
|
|
57
|
+
- File search: Use Glob (NOT find or ls)
|
|
58
|
+
- Content search: Use Grep (NOT grep or rg)
|
|
59
|
+
- Read files: Use Read (NOT cat/head/tail)
|
|
60
|
+
- Edit files: Use Edit (NOT sed/awk)
|
|
61
|
+
- Write files: Use Write (NOT echo >/cat <<EOF)
|
|
62
|
+
- Communication: Output text directly (NOT echo/printf)
|
|
63
|
+
While the Bash tool can do similar things, it’s better to use the built-in tools as they provide a better user experience and make it easier to review tool calls and give permission.
|
|
64
|
+
|
|
65
|
+
# Instructions
|
|
66
|
+
- If your command will create new directories or files, first use this tool to run `ls` to verify the parent directory exists and is the correct location.
|
|
67
|
+
- Always quote file paths that contain spaces with double quotes in your command (e.g., cd "path with spaces/file.txt")
|
|
68
|
+
- Try to maintain your current working directory throughout the session by using absolute paths and avoiding usage of `cd`. You may use `cd` if the User explicitly requests it.
|
|
69
|
+
- You may specify an optional timeout in milliseconds (up to 600000ms / 10 minutes). By default, your command will timeout after 120000ms (2 minutes).
|
|
70
|
+
- You can use the `run_in_background` parameter to run the command in the background. Only use this if you don't need the result immediately and are OK being notified when the command completes later. You do not need to check the output right away - you'll be notified when it finishes. You do not need to use '&' at the end of the command when using this parameter.
|
|
71
|
+
- Write a clear, concise description of what your command does. For simple commands, keep it brief (5-10 words). For complex commands (piped commands, obscure flags, or anything hard to understand at a glance), include enough context so that the user can understand what your command will do.
|
|
72
|
+
- When issuing multiple commands:
|
|
73
|
+
- If the commands are independent and can run in parallel, make multiple Bash tool calls in a single message. Example: if you need to run "git status" and "git diff", send a single message with two Bash tool calls in parallel.
|
|
74
|
+
- If the commands depend on each other and must run sequentially, use a single Bash call with '&&' to chain them together.
|
|
75
|
+
- Use ';' only when you need to run commands sequentially but don't care if earlier commands fail.
|
|
76
|
+
- DO NOT use newlines to separate commands (newlines are ok in quoted strings).
|
|
77
|
+
- For git commands:
|
|
78
|
+
- Prefer to create a new commit rather than amending an existing commit.
|
|
79
|
+
- Before running destructive operations (e.g., git reset --hard, git push --force, git checkout --), consider whether there is a safer alternative that achieves the same goal. Only use destructive operations when they are truly the best approach.
|
|
80
|
+
- Never skip hooks (--no-verify) or bypass signing (--no-gpg-sign, -c commit.gpgsign=false) unless the user has explicitly asked for it. If a hook fails, investigate and fix the underlying issue.
|
|
81
|
+
- Avoid unnecessary `sleep` commands:
|
|
82
|
+
- Do not sleep between commands that can run immediately — just run them.
|
|
83
|
+
- If your command is long running and you would like to be notified when it finishes – simply run your command using `run_in_background`. There is no need to sleep in this case.
|
|
84
|
+
- Do not retry failing commands in a sleep loop — diagnose the root cause or consider an alternative approach.
|
|
85
|
+
- If waiting for a background task you started with `run_in_background`, you will be notified when it completes — do not poll.
|
|
86
|
+
- If you must poll an external process, use a check command (e.g. `gh run view`) rather than sleeping first.
|
|
87
|
+
- If you must sleep, keep the duration short (1-5 seconds) to avoid blocking the user.
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
# Committing changes with git
|
|
91
|
+
|
|
92
|
+
Only create commits when requested by the user. If unclear, ask first. When the user asks you to create a new git commit, follow these steps carefully:
|
|
93
|
+
|
|
94
|
+
Git Safety Protocol:
|
|
95
|
+
- NEVER update the git config
|
|
96
|
+
- NEVER run destructive git commands (push --force, reset --hard, checkout ., restore ., clean -f, branch -D) unless the user explicitly requests these actions. Taking unauthorized destructive actions is unhelpful and can result in lost work, so it's best to ONLY run these commands when given direct instructions
|
|
97
|
+
- NEVER skip hooks (--no-verify, --no-gpg-sign, etc) unless the user explicitly requests it
|
|
98
|
+
- NEVER run force push to main/master, warn the user if they request it
|
|
99
|
+
- CRITICAL: Always create NEW commits rather than amending, unless the user explicitly requests a git amend. When a pre-commit hook fails, the commit did NOT happen — so --amend would modify the PREVIOUS commit, which may result in destroying work or losing previous changes. Instead, after hook failure, fix the issue, re-stage, and create a NEW commit
|
|
100
|
+
- When staging files, prefer adding specific files by name rather than using "git add -A" or "git add .", which can accidentally include sensitive files (.env, credentials) or large binaries
|
|
101
|
+
- NEVER commit changes unless the user explicitly asks you to. It is VERY IMPORTANT to only commit when explicitly asked, otherwise the user will feel that you are being too proactive
|
|
102
|
+
|
|
103
|
+
1. You can call multiple tools in a single response. When multiple independent pieces of information are requested and all commands are likely to succeed, run multiple tool calls in parallel for optimal performance. run the following bash commands in parallel, each using the Bash tool:
|
|
104
|
+
- Run a git status command to see all untracked files. IMPORTANT: Never use the -uall flag as it can cause memory issues on large repos.
|
|
105
|
+
- Run a git diff command to see both staged and unstaged changes that will be committed.
|
|
106
|
+
- Run a git log command to see recent commit messages, so that you can follow this repository's commit message style.
|
|
107
|
+
2. Analyze all staged changes (both previously staged and newly added) and draft a commit message:
|
|
108
|
+
- Summarize the nature of the changes (eg. new feature, enhancement to an existing feature, bug fix, refactoring, test, docs, etc.). Ensure the message accurately reflects the changes and their purpose (i.e. "add" means a wholly new feature, "update" means an enhancement to an existing feature, "fix" means a bug fix, etc.).
|
|
109
|
+
- Do not commit files that likely contain secrets (.env, credentials.json, etc). Warn the user if they specifically request to commit those files
|
|
110
|
+
- Draft a concise (1-2 sentences) commit message that focuses on the "why" rather than the "what"
|
|
111
|
+
- Ensure it accurately reflects the changes and their purpose
|
|
112
|
+
3. You can call multiple tools in a single response. When multiple independent pieces of information are requested and all commands are likely to succeed, run multiple tool calls in parallel for optimal performance. run the following commands:
|
|
113
|
+
- Add relevant untracked files to the staging area.
|
|
114
|
+
- Create the commit with a message ending with:
|
|
115
|
+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
|
116
|
+
- Run git status after the commit completes to verify success.
|
|
117
|
+
Note: git status depends on the commit completing, so run it sequentially after the commit.
|
|
118
|
+
4. If the commit fails due to pre-commit hook: fix the issue and create a NEW commit
|
|
119
|
+
|
|
120
|
+
Important notes:
|
|
121
|
+
- NEVER run additional commands to read or explore code, besides git bash commands
|
|
122
|
+
- NEVER use the TodoWrite or Agent tools
|
|
123
|
+
- DO NOT push to the remote repository unless the user explicitly asks you to do so
|
|
124
|
+
- IMPORTANT: Never use git commands with the -i flag (like git rebase -i or git add -i) since they require interactive input which is not supported.
|
|
125
|
+
- IMPORTANT: Do not use --no-edit with git rebase commands, as the --no-edit flag is not a valid option for git rebase.
|
|
126
|
+
- If there are no changes to commit (i.e., no untracked files and no modifications), do not create an empty commit
|
|
127
|
+
- In order to ensure good formatting, ALWAYS pass the commit message via a HEREDOC, a la this example:
|
|
128
|
+
<example>
|
|
129
|
+
git commit -m "$(cat <<'EOF'
|
|
130
|
+
Commit message here.
|
|
131
|
+
|
|
132
|
+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
|
133
|
+
EOF
|
|
134
|
+
)"
|
|
135
|
+
</example>
|
|
136
|
+
|
|
137
|
+
# Creating pull requests
|
|
138
|
+
Use the gh command via the Bash tool for ALL GitHub-related tasks including working with issues, pull requests, checks, and releases. If given a Github URL use the gh command to get the information needed.
|
|
139
|
+
|
|
140
|
+
IMPORTANT: When the user asks you to create a pull request, follow these steps carefully:
|
|
141
|
+
|
|
142
|
+
1. You can call multiple tools in a single response. When multiple independent pieces of information are requested and all commands are likely to succeed, run multiple tool calls in parallel for optimal performance. run the following bash commands in parallel using the Bash tool, in order to understand the current state of the branch since it diverged from the main branch:
|
|
143
|
+
- Run a git status command to see all untracked files (never use -uall flag)
|
|
144
|
+
- Run a git diff command to see both staged and unstaged changes that will be committed
|
|
145
|
+
- Check if the current branch tracks a remote branch and is up to date with the remote, so you know if you need to push to the remote
|
|
146
|
+
- Run a git log command and `git diff [base-branch]...HEAD` to understand the full commit history for the current branch (from the time it diverged from the base branch)
|
|
147
|
+
2. Analyze all changes that will be included in the pull request, making sure to look at all relevant commits (NOT just the latest commit, but ALL commits that will be included in the pull request!!!), and draft a pull request title and summary:
|
|
148
|
+
- Keep the PR title short (under 70 characters)
|
|
149
|
+
- Use the description/body for details, not the title
|
|
150
|
+
3. You can call multiple tools in a single response. When multiple independent pieces of information are requested and all commands are likely to succeed, run multiple tool calls in parallel for optimal performance. run the following commands in parallel:
|
|
151
|
+
- Create new branch if needed
|
|
152
|
+
- Push to remote with -u flag if needed
|
|
153
|
+
- Create PR using gh pr create with the format below. Use a HEREDOC to pass the body to ensure correct formatting.
|
|
154
|
+
<example>
|
|
155
|
+
gh pr create --title "the pr title" --body "$(cat <<'EOF'
|
|
156
|
+
## Summary
|
|
157
|
+
<1-3 bullet points>
|
|
158
|
+
|
|
159
|
+
## Test plan
|
|
160
|
+
[Bulleted markdown checklist of TODOs for testing the pull request...]
|
|
161
|
+
|
|
162
|
+
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
|
163
|
+
EOF
|
|
164
|
+
)"
|
|
165
|
+
</example>
|
|
166
|
+
|
|
167
|
+
Important:
|
|
168
|
+
- DO NOT use the TodoWrite or Agent tools
|
|
169
|
+
- Return the PR URL when you're done, so the user can see it
|
|
170
|
+
|
|
171
|
+
# Other common operations
|
|
172
|
+
- View comments on a Github PR: gh api repos/foo/bar/pulls/123/comments</textarea>
|
package/concepts/ko/Tool-Edit.md
CHANGED
|
@@ -36,3 +36,15 @@
|
|
|
36
36
|
## cc-viewer에서의 의의
|
|
37
37
|
|
|
38
38
|
Edit 호출은 요청 로그에서 `tool_use` content block으로 나타나며, `input`에 `old_string`과 `new_string`이 포함됩니다. 모델이 파일에 대해 수행한 변경 사항을 추적하는 데 사용할 수 있습니다.
|
|
39
|
+
|
|
40
|
+
## 원문
|
|
41
|
+
|
|
42
|
+
<textarea readonly>Performs exact string replacements in files.
|
|
43
|
+
|
|
44
|
+
Usage:
|
|
45
|
+
- You must use your `Read` tool at least once in the conversation before editing. This tool will error if you attempt an edit without reading the file.
|
|
46
|
+
- When editing text from Read tool output, ensure you preserve the exact indentation (tabs/spaces) as it appears AFTER the line number prefix. The line number prefix format is: spaces + line number + tab. Everything after that tab is the actual file content to match. Never include any part of the line number prefix in the old_string or new_string.
|
|
47
|
+
- ALWAYS prefer editing existing files in the codebase. NEVER write new files unless explicitly required.
|
|
48
|
+
- Only use emojis if the user explicitly requests it. Avoid adding emojis to files unless asked.
|
|
49
|
+
- The edit will FAIL if `old_string` is not unique in the file. Either provide a larger string with more surrounding context to make it unique or use `replace_all` to change every instance of `old_string`.
|
|
50
|
+
- Use `replace_all` for replacing and renaming strings across the file. This parameter is useful if you want to rename a variable for instance.</textarea>
|
|
@@ -41,3 +41,92 @@ Claude Code를 계획 모드로 전환하여, 구현 전에 코드베이스를
|
|
|
41
41
|
## cc-viewer에서의 의의
|
|
42
42
|
|
|
43
43
|
EnterPlanMode 호출은 요청 로그에서 `tool_use` content block으로 나타납니다. 계획 모드 진입 후의 요청 시퀀스는 보통 탐색적 도구 호출 (Glob, Grep, Read)이 중심이 되며, ExitPlanMode가 호출될 때까지 계속됩니다.
|
|
44
|
+
|
|
45
|
+
## 원문
|
|
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
|
+
## 정의
|
|
4
|
+
|
|
5
|
+
격리된 git worktree를 생성하고 현재 세션을 해당 worktree로 전환합니다. 사용자가 명시적으로 worktree 작업을 요청할 때만 사용합니다.
|
|
6
|
+
|
|
7
|
+
## 매개변수
|
|
8
|
+
|
|
9
|
+
| 매개변수명 | 타입 | 필수 | 설명 |
|
|
10
|
+
|---|---|---|---|
|
|
11
|
+
| name | string | 아니오 | worktree 이름. 제공하지 않으면 임의의 이름이 생성됩니다. |
|
|
12
|
+
|
|
13
|
+
## 사용 사례
|
|
14
|
+
|
|
15
|
+
**적합한 경우:**
|
|
16
|
+
- 사용자가 명시적으로 "worktree"라고 말한 경우 (예: "worktree 생성", "worktree에서 작업")
|
|
17
|
+
|
|
18
|
+
**적합하지 않은 경우:**
|
|
19
|
+
- 사용자가 브랜치 생성/전환을 요청 — git 명령어 사용
|
|
20
|
+
- 사용자가 버그 수정이나 기능 개발을 요청 — worktree를 명시하지 않는 한 일반 git 워크플로우 사용
|
|
21
|
+
|
|
22
|
+
## 참고사항
|
|
23
|
+
|
|
24
|
+
- git 저장소 내에 있거나 WorktreeCreate/WorktreeRemove hooks가 구성되어 있어야 함
|
|
25
|
+
- 이미 worktree 내에 있으면 안 됨
|
|
26
|
+
|
|
27
|
+
## cc-viewer에서의 의미
|
|
28
|
+
|
|
29
|
+
EnterWorktree 호출은 요청 로그에 `tool_use` content block으로 나타납니다. 격리된 작업 환경을 생성하며, 이후 파일 작업은 worktree 디렉토리 내에서 수행됩니다.
|
|
30
|
+
|
|
31
|
+
## 원문
|
|
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 @@
|
|
|
37
37
|
## cc-viewer에서의 의의
|
|
38
38
|
|
|
39
39
|
ExitPlanMode 호출은 계획 단계의 종료를 나타냅니다. 요청 로그에서 이 호출 이후의 요청은 보통 구현적 작업 (Edit, Write, Bash 등)으로 전환됩니다.
|
|
40
|
+
|
|
41
|
+
## 원문
|
|
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>
|
package/concepts/ko/Tool-Glob.md
CHANGED
|
@@ -32,3 +32,12 @@
|
|
|
32
32
|
## cc-viewer에서의 의의
|
|
33
33
|
|
|
34
34
|
Glob 호출은 요청 로그에서 `tool_use` / `tool_result` content block 쌍으로 나타납니다. `tool_result`에는 매칭된 파일 경로 목록이 포함됩니다.
|
|
35
|
+
|
|
36
|
+
## 원문
|
|
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>
|
package/concepts/ko/Tool-Grep.md
CHANGED
|
@@ -45,3 +45,17 @@ ripgrep 기반의 강력한 콘텐츠 검색 도구. 정규 표현식, 파일
|
|
|
45
45
|
## cc-viewer에서의 의의
|
|
46
46
|
|
|
47
47
|
Grep 호출은 요청 로그에서 `tool_use` / `tool_result` content block 쌍으로 나타납니다. `tool_result`에는 검색 결과가 포함됩니다.
|
|
48
|
+
|
|
49
|
+
## 원문
|
|
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 @@ Jupyter notebook (.ipynb 파일) 내의 특정 셀을 치환, 삽입 또는 삭
|
|
|
31
31
|
## cc-viewer에서의 의의
|
|
32
32
|
|
|
33
33
|
NotebookEdit 호출은 요청 로그에서 `tool_use` content block으로 나타나며, notebook에 대한 구체적인 변경 작업이 기록됩니다.
|
|
34
|
+
|
|
35
|
+
## 원문
|
|
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>
|
package/concepts/ko/Tool-Read.md
CHANGED
|
@@ -39,3 +39,22 @@
|
|
|
39
39
|
## cc-viewer에서의 의의
|
|
40
40
|
|
|
41
41
|
Read 호출은 요청 로그에서 `tool_use` (호출)와 `tool_result` (반환 내용) content block 쌍으로 나타납니다. `tool_result`에는 파일의 실제 내용이 포함되며, 모델이 어떤 파일을 읽었는지 분석하는 데 사용할 수 있습니다.
|
|
42
|
+
|
|
43
|
+
## 원문
|
|
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>
|