cx-viewer 1.0.0
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/LICENSE.md +21 -0
- package/README.md +221 -0
- package/cli.js +735 -0
- package/concepts/ar/BodyDiffJSON.md +32 -0
- package/concepts/ar/BodyFields.md +42 -0
- package/concepts/ar/CacheRebuild.md +36 -0
- package/concepts/ar/GlobalSettings.md +232 -0
- package/concepts/ar/KVCacheContent.md +49 -0
- package/concepts/ar/MainAgent.md +23 -0
- package/concepts/ar/ProxySwitch.md +50 -0
- package/concepts/ar/QRCode.md +25 -0
- package/concepts/ar/ResponseFields.md +50 -0
- package/concepts/ar/SubAgent-Search.md +20 -0
- package/concepts/ar/Teammate.md +26 -0
- package/concepts/ar/Tool-Agent.md +125 -0
- package/concepts/ar/Tool-AskUserQuestion.md +75 -0
- package/concepts/ar/Tool-Bash.md +167 -0
- package/concepts/ar/Tool-Edit.md +46 -0
- package/concepts/ar/Tool-EnterPlanMode.md +128 -0
- package/concepts/ar/Tool-EnterWorktree.md +56 -0
- package/concepts/ar/Tool-ExitPlanMode.md +62 -0
- package/concepts/ar/Tool-Glob.md +39 -0
- package/concepts/ar/Tool-Grep.md +57 -0
- package/concepts/ar/Tool-NotebookEdit.md +33 -0
- package/concepts/ar/Tool-Read.md +56 -0
- package/concepts/ar/Tool-SendMessage.md +41 -0
- package/concepts/ar/Tool-Skill.md +56 -0
- package/concepts/ar/Tool-Task.md +51 -0
- package/concepts/ar/Tool-TaskCreate.md +78 -0
- package/concepts/ar/Tool-TaskGet.md +56 -0
- package/concepts/ar/Tool-TaskList.md +56 -0
- package/concepts/ar/Tool-TaskOutput.md +40 -0
- package/concepts/ar/Tool-TaskStop.md +32 -0
- package/concepts/ar/Tool-TaskUpdate.md +123 -0
- package/concepts/ar/Tool-TeamCreate.md +38 -0
- package/concepts/ar/Tool-TeamDelete.md +30 -0
- package/concepts/ar/Tool-WebFetch.md +55 -0
- package/concepts/ar/Tool-WebSearch.md +58 -0
- package/concepts/ar/Tool-Write.md +39 -0
- package/concepts/ar/Tool-executeCode.md +41 -0
- package/concepts/ar/Tool-getDiagnostics.md +32 -0
- package/concepts/ar/Tools.md +67 -0
- package/concepts/ar/ToolsFirst.md +77 -0
- package/concepts/ar/TranslateContextPollution.md +46 -0
- package/concepts/ar/UltraPlan.md +55 -0
- package/concepts/da/BodyDiffJSON.md +32 -0
- package/concepts/da/BodyFields.md +42 -0
- package/concepts/da/CacheRebuild.md +36 -0
- package/concepts/da/GlobalSettings.md +232 -0
- package/concepts/da/KVCacheContent.md +49 -0
- package/concepts/da/MainAgent.md +23 -0
- package/concepts/da/ProxySwitch.md +50 -0
- package/concepts/da/QRCode.md +25 -0
- package/concepts/da/ResponseFields.md +50 -0
- package/concepts/da/SubAgent-Search.md +20 -0
- package/concepts/da/Teammate.md +26 -0
- package/concepts/da/Tool-Agent.md +125 -0
- package/concepts/da/Tool-AskUserQuestion.md +75 -0
- package/concepts/da/Tool-Bash.md +167 -0
- package/concepts/da/Tool-Edit.md +46 -0
- package/concepts/da/Tool-EnterPlanMode.md +128 -0
- package/concepts/da/Tool-EnterWorktree.md +56 -0
- package/concepts/da/Tool-ExitPlanMode.md +62 -0
- package/concepts/da/Tool-Glob.md +39 -0
- package/concepts/da/Tool-Grep.md +57 -0
- package/concepts/da/Tool-NotebookEdit.md +33 -0
- package/concepts/da/Tool-Read.md +56 -0
- package/concepts/da/Tool-SendMessage.md +41 -0
- package/concepts/da/Tool-Skill.md +56 -0
- package/concepts/da/Tool-Task.md +51 -0
- package/concepts/da/Tool-TaskCreate.md +78 -0
- package/concepts/da/Tool-TaskGet.md +56 -0
- package/concepts/da/Tool-TaskList.md +56 -0
- package/concepts/da/Tool-TaskOutput.md +40 -0
- package/concepts/da/Tool-TaskStop.md +32 -0
- package/concepts/da/Tool-TaskUpdate.md +123 -0
- package/concepts/da/Tool-TeamCreate.md +38 -0
- package/concepts/da/Tool-TeamDelete.md +30 -0
- package/concepts/da/Tool-WebFetch.md +55 -0
- package/concepts/da/Tool-WebSearch.md +58 -0
- package/concepts/da/Tool-Write.md +39 -0
- package/concepts/da/Tool-executeCode.md +41 -0
- package/concepts/da/Tool-getDiagnostics.md +32 -0
- package/concepts/da/Tools.md +67 -0
- package/concepts/da/ToolsFirst.md +77 -0
- package/concepts/da/TranslateContextPollution.md +46 -0
- package/concepts/da/UltraPlan.md +55 -0
- package/concepts/de/BodyDiffJSON.md +32 -0
- package/concepts/de/BodyFields.md +42 -0
- package/concepts/de/CacheRebuild.md +36 -0
- package/concepts/de/GlobalSettings.md +232 -0
- package/concepts/de/KVCacheContent.md +49 -0
- package/concepts/de/MainAgent.md +23 -0
- package/concepts/de/ProxySwitch.md +50 -0
- package/concepts/de/QRCode.md +25 -0
- package/concepts/de/ResponseFields.md +50 -0
- package/concepts/de/SubAgent-Search.md +20 -0
- package/concepts/de/Teammate.md +26 -0
- package/concepts/de/Tool-Agent.md +125 -0
- package/concepts/de/Tool-AskUserQuestion.md +75 -0
- package/concepts/de/Tool-Bash.md +167 -0
- package/concepts/de/Tool-Edit.md +46 -0
- package/concepts/de/Tool-EnterPlanMode.md +128 -0
- package/concepts/de/Tool-EnterWorktree.md +56 -0
- package/concepts/de/Tool-ExitPlanMode.md +62 -0
- package/concepts/de/Tool-Glob.md +39 -0
- package/concepts/de/Tool-Grep.md +57 -0
- package/concepts/de/Tool-NotebookEdit.md +33 -0
- package/concepts/de/Tool-Read.md +56 -0
- package/concepts/de/Tool-SendMessage.md +41 -0
- package/concepts/de/Tool-Skill.md +56 -0
- package/concepts/de/Tool-Task.md +51 -0
- package/concepts/de/Tool-TaskCreate.md +78 -0
- package/concepts/de/Tool-TaskGet.md +56 -0
- package/concepts/de/Tool-TaskList.md +56 -0
- package/concepts/de/Tool-TaskOutput.md +40 -0
- package/concepts/de/Tool-TaskStop.md +32 -0
- package/concepts/de/Tool-TaskUpdate.md +123 -0
- package/concepts/de/Tool-TeamCreate.md +38 -0
- package/concepts/de/Tool-TeamDelete.md +30 -0
- package/concepts/de/Tool-WebFetch.md +55 -0
- package/concepts/de/Tool-WebSearch.md +58 -0
- package/concepts/de/Tool-Write.md +39 -0
- package/concepts/de/Tool-executeCode.md +41 -0
- package/concepts/de/Tool-getDiagnostics.md +32 -0
- package/concepts/de/Tools.md +67 -0
- package/concepts/de/ToolsFirst.md +77 -0
- package/concepts/de/TranslateContextPollution.md +46 -0
- package/concepts/de/UltraPlan.md +55 -0
- package/concepts/en/BodyDiffJSON.md +32 -0
- package/concepts/en/BodyFields.md +42 -0
- package/concepts/en/CacheRebuild.md +36 -0
- package/concepts/en/GlobalSettings.md +232 -0
- package/concepts/en/KVCacheContent.md +49 -0
- package/concepts/en/MainAgent.md +23 -0
- package/concepts/en/ProxySwitch.md +50 -0
- package/concepts/en/QRCode.md +29 -0
- package/concepts/en/ResponseFields.md +50 -0
- package/concepts/en/SubAgent-Search.md +20 -0
- package/concepts/en/Teammate.md +26 -0
- package/concepts/en/Tool-Agent.md +125 -0
- package/concepts/en/Tool-AskUserQuestion.md +75 -0
- package/concepts/en/Tool-Bash.md +167 -0
- package/concepts/en/Tool-Edit.md +46 -0
- package/concepts/en/Tool-EnterPlanMode.md +128 -0
- package/concepts/en/Tool-EnterWorktree.md +56 -0
- package/concepts/en/Tool-ExitPlanMode.md +62 -0
- package/concepts/en/Tool-Glob.md +39 -0
- package/concepts/en/Tool-Grep.md +57 -0
- package/concepts/en/Tool-NotebookEdit.md +33 -0
- package/concepts/en/Tool-Read.md +56 -0
- package/concepts/en/Tool-SendMessage.md +41 -0
- package/concepts/en/Tool-Skill.md +56 -0
- package/concepts/en/Tool-Task.md +51 -0
- package/concepts/en/Tool-TaskCreate.md +78 -0
- package/concepts/en/Tool-TaskGet.md +56 -0
- package/concepts/en/Tool-TaskList.md +56 -0
- package/concepts/en/Tool-TaskOutput.md +40 -0
- package/concepts/en/Tool-TaskStop.md +32 -0
- package/concepts/en/Tool-TaskUpdate.md +123 -0
- package/concepts/en/Tool-TeamCreate.md +38 -0
- package/concepts/en/Tool-TeamDelete.md +30 -0
- package/concepts/en/Tool-WebFetch.md +55 -0
- package/concepts/en/Tool-WebSearch.md +58 -0
- package/concepts/en/Tool-Write.md +39 -0
- package/concepts/en/Tool-executeCode.md +41 -0
- package/concepts/en/Tool-getDiagnostics.md +32 -0
- package/concepts/en/Tools.md +67 -0
- package/concepts/en/ToolsFirst.md +77 -0
- package/concepts/en/TranslateContextPollution.md +46 -0
- package/concepts/en/UltraPlan.md +55 -0
- package/concepts/es/BodyDiffJSON.md +32 -0
- package/concepts/es/BodyFields.md +42 -0
- package/concepts/es/CacheRebuild.md +36 -0
- package/concepts/es/GlobalSettings.md +232 -0
- package/concepts/es/KVCacheContent.md +49 -0
- package/concepts/es/MainAgent.md +23 -0
- package/concepts/es/ProxySwitch.md +50 -0
- package/concepts/es/QRCode.md +25 -0
- package/concepts/es/ResponseFields.md +50 -0
- package/concepts/es/SubAgent-Search.md +20 -0
- package/concepts/es/Teammate.md +26 -0
- package/concepts/es/Tool-Agent.md +125 -0
- package/concepts/es/Tool-AskUserQuestion.md +75 -0
- package/concepts/es/Tool-Bash.md +167 -0
- package/concepts/es/Tool-Edit.md +46 -0
- package/concepts/es/Tool-EnterPlanMode.md +128 -0
- package/concepts/es/Tool-EnterWorktree.md +56 -0
- package/concepts/es/Tool-ExitPlanMode.md +62 -0
- package/concepts/es/Tool-Glob.md +39 -0
- package/concepts/es/Tool-Grep.md +57 -0
- package/concepts/es/Tool-NotebookEdit.md +33 -0
- package/concepts/es/Tool-Read.md +56 -0
- package/concepts/es/Tool-SendMessage.md +41 -0
- package/concepts/es/Tool-Skill.md +56 -0
- package/concepts/es/Tool-Task.md +51 -0
- package/concepts/es/Tool-TaskCreate.md +78 -0
- package/concepts/es/Tool-TaskGet.md +56 -0
- package/concepts/es/Tool-TaskList.md +56 -0
- package/concepts/es/Tool-TaskOutput.md +40 -0
- package/concepts/es/Tool-TaskStop.md +32 -0
- package/concepts/es/Tool-TaskUpdate.md +123 -0
- package/concepts/es/Tool-TeamCreate.md +38 -0
- package/concepts/es/Tool-TeamDelete.md +30 -0
- package/concepts/es/Tool-WebFetch.md +55 -0
- package/concepts/es/Tool-WebSearch.md +58 -0
- package/concepts/es/Tool-Write.md +39 -0
- package/concepts/es/Tool-executeCode.md +41 -0
- package/concepts/es/Tool-getDiagnostics.md +32 -0
- package/concepts/es/Tools.md +67 -0
- package/concepts/es/ToolsFirst.md +77 -0
- package/concepts/es/TranslateContextPollution.md +46 -0
- package/concepts/es/UltraPlan.md +55 -0
- package/concepts/fr/BodyDiffJSON.md +32 -0
- package/concepts/fr/BodyFields.md +42 -0
- package/concepts/fr/CacheRebuild.md +36 -0
- package/concepts/fr/GlobalSettings.md +232 -0
- package/concepts/fr/KVCacheContent.md +49 -0
- package/concepts/fr/MainAgent.md +23 -0
- package/concepts/fr/ProxySwitch.md +50 -0
- package/concepts/fr/QRCode.md +25 -0
- package/concepts/fr/ResponseFields.md +50 -0
- package/concepts/fr/SubAgent-Search.md +20 -0
- package/concepts/fr/Teammate.md +26 -0
- package/concepts/fr/Tool-Agent.md +125 -0
- package/concepts/fr/Tool-AskUserQuestion.md +75 -0
- package/concepts/fr/Tool-Bash.md +167 -0
- package/concepts/fr/Tool-Edit.md +46 -0
- package/concepts/fr/Tool-EnterPlanMode.md +128 -0
- package/concepts/fr/Tool-EnterWorktree.md +56 -0
- package/concepts/fr/Tool-ExitPlanMode.md +62 -0
- package/concepts/fr/Tool-Glob.md +39 -0
- package/concepts/fr/Tool-Grep.md +57 -0
- package/concepts/fr/Tool-NotebookEdit.md +33 -0
- package/concepts/fr/Tool-Read.md +56 -0
- package/concepts/fr/Tool-SendMessage.md +41 -0
- package/concepts/fr/Tool-Skill.md +56 -0
- package/concepts/fr/Tool-Task.md +51 -0
- package/concepts/fr/Tool-TaskCreate.md +78 -0
- package/concepts/fr/Tool-TaskGet.md +56 -0
- package/concepts/fr/Tool-TaskList.md +56 -0
- package/concepts/fr/Tool-TaskOutput.md +40 -0
- package/concepts/fr/Tool-TaskStop.md +32 -0
- package/concepts/fr/Tool-TaskUpdate.md +123 -0
- package/concepts/fr/Tool-TeamCreate.md +38 -0
- package/concepts/fr/Tool-TeamDelete.md +30 -0
- package/concepts/fr/Tool-WebFetch.md +55 -0
- package/concepts/fr/Tool-WebSearch.md +58 -0
- package/concepts/fr/Tool-Write.md +39 -0
- package/concepts/fr/Tool-executeCode.md +41 -0
- package/concepts/fr/Tool-getDiagnostics.md +32 -0
- package/concepts/fr/Tools.md +67 -0
- package/concepts/fr/ToolsFirst.md +77 -0
- package/concepts/fr/TranslateContextPollution.md +46 -0
- package/concepts/fr/UltraPlan.md +55 -0
- package/concepts/it/BodyDiffJSON.md +32 -0
- package/concepts/it/BodyFields.md +42 -0
- package/concepts/it/CacheRebuild.md +36 -0
- package/concepts/it/GlobalSettings.md +232 -0
- package/concepts/it/KVCacheContent.md +49 -0
- package/concepts/it/MainAgent.md +23 -0
- package/concepts/it/ProxySwitch.md +50 -0
- package/concepts/it/QRCode.md +25 -0
- package/concepts/it/ResponseFields.md +50 -0
- package/concepts/it/SubAgent-Search.md +20 -0
- package/concepts/it/Teammate.md +26 -0
- package/concepts/it/Tool-Agent.md +125 -0
- package/concepts/it/Tool-AskUserQuestion.md +75 -0
- package/concepts/it/Tool-Bash.md +167 -0
- package/concepts/it/Tool-Edit.md +46 -0
- package/concepts/it/Tool-EnterPlanMode.md +128 -0
- package/concepts/it/Tool-EnterWorktree.md +56 -0
- package/concepts/it/Tool-ExitPlanMode.md +62 -0
- package/concepts/it/Tool-Glob.md +39 -0
- package/concepts/it/Tool-Grep.md +57 -0
- package/concepts/it/Tool-NotebookEdit.md +33 -0
- package/concepts/it/Tool-Read.md +56 -0
- package/concepts/it/Tool-SendMessage.md +41 -0
- package/concepts/it/Tool-Skill.md +56 -0
- package/concepts/it/Tool-Task.md +51 -0
- package/concepts/it/Tool-TaskCreate.md +78 -0
- package/concepts/it/Tool-TaskGet.md +56 -0
- package/concepts/it/Tool-TaskList.md +56 -0
- package/concepts/it/Tool-TaskOutput.md +40 -0
- package/concepts/it/Tool-TaskStop.md +32 -0
- package/concepts/it/Tool-TaskUpdate.md +123 -0
- package/concepts/it/Tool-TeamCreate.md +38 -0
- package/concepts/it/Tool-TeamDelete.md +30 -0
- package/concepts/it/Tool-WebFetch.md +55 -0
- package/concepts/it/Tool-WebSearch.md +58 -0
- package/concepts/it/Tool-Write.md +39 -0
- package/concepts/it/Tool-executeCode.md +41 -0
- package/concepts/it/Tool-getDiagnostics.md +32 -0
- package/concepts/it/Tools.md +67 -0
- package/concepts/it/ToolsFirst.md +77 -0
- package/concepts/it/TranslateContextPollution.md +46 -0
- package/concepts/it/UltraPlan.md +55 -0
- package/concepts/ja/BodyDiffJSON.md +32 -0
- package/concepts/ja/BodyFields.md +42 -0
- package/concepts/ja/CacheRebuild.md +36 -0
- package/concepts/ja/GlobalSettings.md +232 -0
- package/concepts/ja/KVCacheContent.md +49 -0
- package/concepts/ja/MainAgent.md +23 -0
- package/concepts/ja/ProxySwitch.md +50 -0
- package/concepts/ja/QRCode.md +25 -0
- package/concepts/ja/ResponseFields.md +50 -0
- package/concepts/ja/SubAgent-Search.md +20 -0
- package/concepts/ja/Teammate.md +26 -0
- package/concepts/ja/Tool-Agent.md +125 -0
- package/concepts/ja/Tool-AskUserQuestion.md +75 -0
- package/concepts/ja/Tool-Bash.md +167 -0
- package/concepts/ja/Tool-Edit.md +46 -0
- package/concepts/ja/Tool-EnterPlanMode.md +128 -0
- package/concepts/ja/Tool-EnterWorktree.md +56 -0
- package/concepts/ja/Tool-ExitPlanMode.md +62 -0
- package/concepts/ja/Tool-Glob.md +39 -0
- package/concepts/ja/Tool-Grep.md +57 -0
- package/concepts/ja/Tool-NotebookEdit.md +33 -0
- package/concepts/ja/Tool-Read.md +56 -0
- package/concepts/ja/Tool-SendMessage.md +41 -0
- package/concepts/ja/Tool-Skill.md +56 -0
- package/concepts/ja/Tool-Task.md +51 -0
- package/concepts/ja/Tool-TaskCreate.md +78 -0
- package/concepts/ja/Tool-TaskGet.md +56 -0
- package/concepts/ja/Tool-TaskList.md +56 -0
- package/concepts/ja/Tool-TaskOutput.md +40 -0
- package/concepts/ja/Tool-TaskStop.md +32 -0
- package/concepts/ja/Tool-TaskUpdate.md +123 -0
- package/concepts/ja/Tool-TeamCreate.md +38 -0
- package/concepts/ja/Tool-TeamDelete.md +30 -0
- package/concepts/ja/Tool-WebFetch.md +55 -0
- package/concepts/ja/Tool-WebSearch.md +58 -0
- package/concepts/ja/Tool-Write.md +39 -0
- package/concepts/ja/Tool-executeCode.md +41 -0
- package/concepts/ja/Tool-getDiagnostics.md +32 -0
- package/concepts/ja/Tools.md +67 -0
- package/concepts/ja/ToolsFirst.md +77 -0
- package/concepts/ja/TranslateContextPollution.md +46 -0
- package/concepts/ja/UltraPlan.md +55 -0
- package/concepts/ko/BodyDiffJSON.md +32 -0
- package/concepts/ko/BodyFields.md +42 -0
- package/concepts/ko/CacheRebuild.md +36 -0
- package/concepts/ko/GlobalSettings.md +232 -0
- package/concepts/ko/KVCacheContent.md +49 -0
- package/concepts/ko/MainAgent.md +23 -0
- package/concepts/ko/ProxySwitch.md +50 -0
- package/concepts/ko/QRCode.md +25 -0
- package/concepts/ko/ResponseFields.md +50 -0
- package/concepts/ko/SubAgent-Search.md +20 -0
- package/concepts/ko/Teammate.md +26 -0
- package/concepts/ko/Tool-Agent.md +125 -0
- package/concepts/ko/Tool-AskUserQuestion.md +75 -0
- package/concepts/ko/Tool-Bash.md +167 -0
- package/concepts/ko/Tool-Edit.md +46 -0
- package/concepts/ko/Tool-EnterPlanMode.md +128 -0
- package/concepts/ko/Tool-EnterWorktree.md +56 -0
- package/concepts/ko/Tool-ExitPlanMode.md +62 -0
- package/concepts/ko/Tool-Glob.md +39 -0
- package/concepts/ko/Tool-Grep.md +57 -0
- package/concepts/ko/Tool-NotebookEdit.md +33 -0
- package/concepts/ko/Tool-Read.md +56 -0
- package/concepts/ko/Tool-SendMessage.md +41 -0
- package/concepts/ko/Tool-Skill.md +56 -0
- package/concepts/ko/Tool-Task.md +51 -0
- package/concepts/ko/Tool-TaskCreate.md +78 -0
- package/concepts/ko/Tool-TaskGet.md +56 -0
- package/concepts/ko/Tool-TaskList.md +56 -0
- package/concepts/ko/Tool-TaskOutput.md +40 -0
- package/concepts/ko/Tool-TaskStop.md +32 -0
- package/concepts/ko/Tool-TaskUpdate.md +123 -0
- package/concepts/ko/Tool-TeamCreate.md +38 -0
- package/concepts/ko/Tool-TeamDelete.md +30 -0
- package/concepts/ko/Tool-WebFetch.md +55 -0
- package/concepts/ko/Tool-WebSearch.md +58 -0
- package/concepts/ko/Tool-Write.md +39 -0
- package/concepts/ko/Tool-executeCode.md +41 -0
- package/concepts/ko/Tool-getDiagnostics.md +32 -0
- package/concepts/ko/Tools.md +67 -0
- package/concepts/ko/ToolsFirst.md +77 -0
- package/concepts/ko/TranslateContextPollution.md +46 -0
- package/concepts/ko/UltraPlan.md +55 -0
- package/concepts/no/BodyDiffJSON.md +32 -0
- package/concepts/no/BodyFields.md +42 -0
- package/concepts/no/CacheRebuild.md +36 -0
- package/concepts/no/GlobalSettings.md +232 -0
- package/concepts/no/KVCacheContent.md +49 -0
- package/concepts/no/MainAgent.md +23 -0
- package/concepts/no/ProxySwitch.md +50 -0
- package/concepts/no/QRCode.md +25 -0
- package/concepts/no/ResponseFields.md +50 -0
- package/concepts/no/SubAgent-Search.md +20 -0
- package/concepts/no/Teammate.md +26 -0
- package/concepts/no/Tool-Agent.md +125 -0
- package/concepts/no/Tool-AskUserQuestion.md +75 -0
- package/concepts/no/Tool-Bash.md +167 -0
- package/concepts/no/Tool-Edit.md +46 -0
- package/concepts/no/Tool-EnterPlanMode.md +128 -0
- package/concepts/no/Tool-EnterWorktree.md +56 -0
- package/concepts/no/Tool-ExitPlanMode.md +62 -0
- package/concepts/no/Tool-Glob.md +39 -0
- package/concepts/no/Tool-Grep.md +57 -0
- package/concepts/no/Tool-NotebookEdit.md +33 -0
- package/concepts/no/Tool-Read.md +56 -0
- package/concepts/no/Tool-SendMessage.md +41 -0
- package/concepts/no/Tool-Skill.md +56 -0
- package/concepts/no/Tool-Task.md +51 -0
- package/concepts/no/Tool-TaskCreate.md +78 -0
- package/concepts/no/Tool-TaskGet.md +56 -0
- package/concepts/no/Tool-TaskList.md +56 -0
- package/concepts/no/Tool-TaskOutput.md +40 -0
- package/concepts/no/Tool-TaskStop.md +32 -0
- package/concepts/no/Tool-TaskUpdate.md +123 -0
- package/concepts/no/Tool-TeamCreate.md +38 -0
- package/concepts/no/Tool-TeamDelete.md +30 -0
- package/concepts/no/Tool-WebFetch.md +55 -0
- package/concepts/no/Tool-WebSearch.md +58 -0
- package/concepts/no/Tool-Write.md +39 -0
- package/concepts/no/Tool-executeCode.md +41 -0
- package/concepts/no/Tool-getDiagnostics.md +32 -0
- package/concepts/no/Tools.md +67 -0
- package/concepts/no/ToolsFirst.md +77 -0
- package/concepts/no/TranslateContextPollution.md +46 -0
- package/concepts/no/UltraPlan.md +55 -0
- package/concepts/pl/BodyDiffJSON.md +32 -0
- package/concepts/pl/BodyFields.md +42 -0
- package/concepts/pl/CacheRebuild.md +36 -0
- package/concepts/pl/GlobalSettings.md +232 -0
- package/concepts/pl/KVCacheContent.md +49 -0
- package/concepts/pl/MainAgent.md +23 -0
- package/concepts/pl/ProxySwitch.md +50 -0
- package/concepts/pl/QRCode.md +25 -0
- package/concepts/pl/ResponseFields.md +50 -0
- package/concepts/pl/SubAgent-Search.md +20 -0
- package/concepts/pl/Teammate.md +26 -0
- package/concepts/pl/Tool-Agent.md +125 -0
- package/concepts/pl/Tool-AskUserQuestion.md +75 -0
- package/concepts/pl/Tool-Bash.md +167 -0
- package/concepts/pl/Tool-Edit.md +46 -0
- package/concepts/pl/Tool-EnterPlanMode.md +128 -0
- package/concepts/pl/Tool-EnterWorktree.md +56 -0
- package/concepts/pl/Tool-ExitPlanMode.md +62 -0
- package/concepts/pl/Tool-Glob.md +39 -0
- package/concepts/pl/Tool-Grep.md +57 -0
- package/concepts/pl/Tool-NotebookEdit.md +33 -0
- package/concepts/pl/Tool-Read.md +56 -0
- package/concepts/pl/Tool-SendMessage.md +41 -0
- package/concepts/pl/Tool-Skill.md +56 -0
- package/concepts/pl/Tool-Task.md +51 -0
- package/concepts/pl/Tool-TaskCreate.md +78 -0
- package/concepts/pl/Tool-TaskGet.md +56 -0
- package/concepts/pl/Tool-TaskList.md +56 -0
- package/concepts/pl/Tool-TaskOutput.md +40 -0
- package/concepts/pl/Tool-TaskStop.md +32 -0
- package/concepts/pl/Tool-TaskUpdate.md +123 -0
- package/concepts/pl/Tool-TeamCreate.md +38 -0
- package/concepts/pl/Tool-TeamDelete.md +30 -0
- package/concepts/pl/Tool-WebFetch.md +55 -0
- package/concepts/pl/Tool-WebSearch.md +58 -0
- package/concepts/pl/Tool-Write.md +39 -0
- package/concepts/pl/Tool-executeCode.md +41 -0
- package/concepts/pl/Tool-getDiagnostics.md +32 -0
- package/concepts/pl/Tools.md +67 -0
- package/concepts/pl/ToolsFirst.md +77 -0
- package/concepts/pl/TranslateContextPollution.md +46 -0
- package/concepts/pl/UltraPlan.md +55 -0
- package/concepts/pt-BR/BodyDiffJSON.md +32 -0
- package/concepts/pt-BR/BodyFields.md +42 -0
- package/concepts/pt-BR/CacheRebuild.md +36 -0
- package/concepts/pt-BR/GlobalSettings.md +232 -0
- package/concepts/pt-BR/KVCacheContent.md +49 -0
- package/concepts/pt-BR/MainAgent.md +23 -0
- package/concepts/pt-BR/ProxySwitch.md +50 -0
- package/concepts/pt-BR/QRCode.md +25 -0
- package/concepts/pt-BR/ResponseFields.md +50 -0
- package/concepts/pt-BR/SubAgent-Search.md +20 -0
- package/concepts/pt-BR/Teammate.md +26 -0
- package/concepts/pt-BR/Tool-Agent.md +125 -0
- package/concepts/pt-BR/Tool-AskUserQuestion.md +75 -0
- package/concepts/pt-BR/Tool-Bash.md +167 -0
- package/concepts/pt-BR/Tool-Edit.md +46 -0
- package/concepts/pt-BR/Tool-EnterPlanMode.md +128 -0
- package/concepts/pt-BR/Tool-EnterWorktree.md +56 -0
- package/concepts/pt-BR/Tool-ExitPlanMode.md +62 -0
- package/concepts/pt-BR/Tool-Glob.md +39 -0
- package/concepts/pt-BR/Tool-Grep.md +57 -0
- package/concepts/pt-BR/Tool-NotebookEdit.md +33 -0
- package/concepts/pt-BR/Tool-Read.md +56 -0
- package/concepts/pt-BR/Tool-SendMessage.md +41 -0
- package/concepts/pt-BR/Tool-Skill.md +56 -0
- package/concepts/pt-BR/Tool-Task.md +51 -0
- package/concepts/pt-BR/Tool-TaskCreate.md +78 -0
- package/concepts/pt-BR/Tool-TaskGet.md +56 -0
- package/concepts/pt-BR/Tool-TaskList.md +56 -0
- package/concepts/pt-BR/Tool-TaskOutput.md +40 -0
- package/concepts/pt-BR/Tool-TaskStop.md +32 -0
- package/concepts/pt-BR/Tool-TaskUpdate.md +123 -0
- package/concepts/pt-BR/Tool-TeamCreate.md +38 -0
- package/concepts/pt-BR/Tool-TeamDelete.md +30 -0
- package/concepts/pt-BR/Tool-WebFetch.md +55 -0
- package/concepts/pt-BR/Tool-WebSearch.md +58 -0
- package/concepts/pt-BR/Tool-Write.md +39 -0
- package/concepts/pt-BR/Tool-executeCode.md +41 -0
- package/concepts/pt-BR/Tool-getDiagnostics.md +32 -0
- package/concepts/pt-BR/Tools.md +67 -0
- package/concepts/pt-BR/ToolsFirst.md +77 -0
- package/concepts/pt-BR/TranslateContextPollution.md +46 -0
- package/concepts/pt-BR/UltraPlan.md +55 -0
- package/concepts/ru/BodyDiffJSON.md +32 -0
- package/concepts/ru/BodyFields.md +42 -0
- package/concepts/ru/CacheRebuild.md +36 -0
- package/concepts/ru/GlobalSettings.md +232 -0
- package/concepts/ru/KVCacheContent.md +49 -0
- package/concepts/ru/MainAgent.md +23 -0
- package/concepts/ru/ProxySwitch.md +50 -0
- package/concepts/ru/QRCode.md +25 -0
- package/concepts/ru/ResponseFields.md +50 -0
- package/concepts/ru/SubAgent-Search.md +20 -0
- package/concepts/ru/Teammate.md +26 -0
- package/concepts/ru/Tool-Agent.md +125 -0
- package/concepts/ru/Tool-AskUserQuestion.md +75 -0
- package/concepts/ru/Tool-Bash.md +167 -0
- package/concepts/ru/Tool-Edit.md +46 -0
- package/concepts/ru/Tool-EnterPlanMode.md +128 -0
- package/concepts/ru/Tool-EnterWorktree.md +56 -0
- package/concepts/ru/Tool-ExitPlanMode.md +62 -0
- package/concepts/ru/Tool-Glob.md +39 -0
- package/concepts/ru/Tool-Grep.md +57 -0
- package/concepts/ru/Tool-NotebookEdit.md +33 -0
- package/concepts/ru/Tool-Read.md +56 -0
- package/concepts/ru/Tool-SendMessage.md +41 -0
- package/concepts/ru/Tool-Skill.md +56 -0
- package/concepts/ru/Tool-Task.md +51 -0
- package/concepts/ru/Tool-TaskCreate.md +78 -0
- package/concepts/ru/Tool-TaskGet.md +56 -0
- package/concepts/ru/Tool-TaskList.md +56 -0
- package/concepts/ru/Tool-TaskOutput.md +40 -0
- package/concepts/ru/Tool-TaskStop.md +32 -0
- package/concepts/ru/Tool-TaskUpdate.md +123 -0
- package/concepts/ru/Tool-TeamCreate.md +38 -0
- package/concepts/ru/Tool-TeamDelete.md +30 -0
- package/concepts/ru/Tool-WebFetch.md +55 -0
- package/concepts/ru/Tool-WebSearch.md +58 -0
- package/concepts/ru/Tool-Write.md +39 -0
- package/concepts/ru/Tool-executeCode.md +41 -0
- package/concepts/ru/Tool-getDiagnostics.md +32 -0
- package/concepts/ru/Tools.md +67 -0
- package/concepts/ru/ToolsFirst.md +77 -0
- package/concepts/ru/TranslateContextPollution.md +46 -0
- package/concepts/ru/UltraPlan.md +55 -0
- package/concepts/th/BodyDiffJSON.md +32 -0
- package/concepts/th/BodyFields.md +42 -0
- package/concepts/th/CacheRebuild.md +36 -0
- package/concepts/th/GlobalSettings.md +232 -0
- package/concepts/th/KVCacheContent.md +49 -0
- package/concepts/th/MainAgent.md +23 -0
- package/concepts/th/ProxySwitch.md +50 -0
- package/concepts/th/QRCode.md +25 -0
- package/concepts/th/ResponseFields.md +50 -0
- package/concepts/th/SubAgent-Search.md +20 -0
- package/concepts/th/Teammate.md +26 -0
- package/concepts/th/Tool-Agent.md +125 -0
- package/concepts/th/Tool-AskUserQuestion.md +75 -0
- package/concepts/th/Tool-Bash.md +167 -0
- package/concepts/th/Tool-Edit.md +46 -0
- package/concepts/th/Tool-EnterPlanMode.md +128 -0
- package/concepts/th/Tool-EnterWorktree.md +56 -0
- package/concepts/th/Tool-ExitPlanMode.md +62 -0
- package/concepts/th/Tool-Glob.md +39 -0
- package/concepts/th/Tool-Grep.md +57 -0
- package/concepts/th/Tool-NotebookEdit.md +33 -0
- package/concepts/th/Tool-Read.md +56 -0
- package/concepts/th/Tool-SendMessage.md +41 -0
- package/concepts/th/Tool-Skill.md +56 -0
- package/concepts/th/Tool-Task.md +51 -0
- package/concepts/th/Tool-TaskCreate.md +78 -0
- package/concepts/th/Tool-TaskGet.md +56 -0
- package/concepts/th/Tool-TaskList.md +56 -0
- package/concepts/th/Tool-TaskOutput.md +40 -0
- package/concepts/th/Tool-TaskStop.md +32 -0
- package/concepts/th/Tool-TaskUpdate.md +123 -0
- package/concepts/th/Tool-TeamCreate.md +38 -0
- package/concepts/th/Tool-TeamDelete.md +30 -0
- package/concepts/th/Tool-WebFetch.md +55 -0
- package/concepts/th/Tool-WebSearch.md +58 -0
- package/concepts/th/Tool-Write.md +39 -0
- package/concepts/th/Tool-executeCode.md +41 -0
- package/concepts/th/Tool-getDiagnostics.md +32 -0
- package/concepts/th/Tools.md +67 -0
- package/concepts/th/ToolsFirst.md +77 -0
- package/concepts/th/TranslateContextPollution.md +46 -0
- package/concepts/th/UltraPlan.md +55 -0
- package/concepts/tr/BodyDiffJSON.md +32 -0
- package/concepts/tr/BodyFields.md +42 -0
- package/concepts/tr/CacheRebuild.md +36 -0
- package/concepts/tr/GlobalSettings.md +232 -0
- package/concepts/tr/KVCacheContent.md +49 -0
- package/concepts/tr/MainAgent.md +23 -0
- package/concepts/tr/ProxySwitch.md +50 -0
- package/concepts/tr/QRCode.md +25 -0
- package/concepts/tr/ResponseFields.md +50 -0
- package/concepts/tr/SubAgent-Search.md +20 -0
- package/concepts/tr/Teammate.md +26 -0
- package/concepts/tr/Tool-Agent.md +125 -0
- package/concepts/tr/Tool-AskUserQuestion.md +75 -0
- package/concepts/tr/Tool-Bash.md +167 -0
- package/concepts/tr/Tool-Edit.md +46 -0
- package/concepts/tr/Tool-EnterPlanMode.md +128 -0
- package/concepts/tr/Tool-EnterWorktree.md +56 -0
- package/concepts/tr/Tool-ExitPlanMode.md +62 -0
- package/concepts/tr/Tool-Glob.md +39 -0
- package/concepts/tr/Tool-Grep.md +57 -0
- package/concepts/tr/Tool-NotebookEdit.md +33 -0
- package/concepts/tr/Tool-Read.md +56 -0
- package/concepts/tr/Tool-SendMessage.md +41 -0
- package/concepts/tr/Tool-Skill.md +56 -0
- package/concepts/tr/Tool-Task.md +51 -0
- package/concepts/tr/Tool-TaskCreate.md +78 -0
- package/concepts/tr/Tool-TaskGet.md +56 -0
- package/concepts/tr/Tool-TaskList.md +56 -0
- package/concepts/tr/Tool-TaskOutput.md +40 -0
- package/concepts/tr/Tool-TaskStop.md +32 -0
- package/concepts/tr/Tool-TaskUpdate.md +123 -0
- package/concepts/tr/Tool-TeamCreate.md +38 -0
- package/concepts/tr/Tool-TeamDelete.md +30 -0
- package/concepts/tr/Tool-WebFetch.md +55 -0
- package/concepts/tr/Tool-WebSearch.md +58 -0
- package/concepts/tr/Tool-Write.md +39 -0
- package/concepts/tr/Tool-executeCode.md +41 -0
- package/concepts/tr/Tool-getDiagnostics.md +32 -0
- package/concepts/tr/Tools.md +67 -0
- package/concepts/tr/ToolsFirst.md +77 -0
- package/concepts/tr/TranslateContextPollution.md +46 -0
- package/concepts/tr/UltraPlan.md +55 -0
- package/concepts/uk/BodyDiffJSON.md +32 -0
- package/concepts/uk/BodyFields.md +42 -0
- package/concepts/uk/CacheRebuild.md +36 -0
- package/concepts/uk/GlobalSettings.md +232 -0
- package/concepts/uk/KVCacheContent.md +49 -0
- package/concepts/uk/MainAgent.md +23 -0
- package/concepts/uk/ProxySwitch.md +50 -0
- package/concepts/uk/QRCode.md +25 -0
- package/concepts/uk/ResponseFields.md +50 -0
- package/concepts/uk/SubAgent-Search.md +20 -0
- package/concepts/uk/Teammate.md +26 -0
- package/concepts/uk/Tool-Agent.md +125 -0
- package/concepts/uk/Tool-AskUserQuestion.md +75 -0
- package/concepts/uk/Tool-Bash.md +167 -0
- package/concepts/uk/Tool-Edit.md +46 -0
- package/concepts/uk/Tool-EnterPlanMode.md +128 -0
- package/concepts/uk/Tool-EnterWorktree.md +56 -0
- package/concepts/uk/Tool-ExitPlanMode.md +62 -0
- package/concepts/uk/Tool-Glob.md +39 -0
- package/concepts/uk/Tool-Grep.md +57 -0
- package/concepts/uk/Tool-NotebookEdit.md +33 -0
- package/concepts/uk/Tool-Read.md +56 -0
- package/concepts/uk/Tool-SendMessage.md +41 -0
- package/concepts/uk/Tool-Skill.md +56 -0
- package/concepts/uk/Tool-Task.md +51 -0
- package/concepts/uk/Tool-TaskCreate.md +78 -0
- package/concepts/uk/Tool-TaskGet.md +56 -0
- package/concepts/uk/Tool-TaskList.md +56 -0
- package/concepts/uk/Tool-TaskOutput.md +40 -0
- package/concepts/uk/Tool-TaskStop.md +32 -0
- package/concepts/uk/Tool-TaskUpdate.md +123 -0
- package/concepts/uk/Tool-TeamCreate.md +38 -0
- package/concepts/uk/Tool-TeamDelete.md +30 -0
- package/concepts/uk/Tool-WebFetch.md +55 -0
- package/concepts/uk/Tool-WebSearch.md +58 -0
- package/concepts/uk/Tool-Write.md +39 -0
- package/concepts/uk/Tool-executeCode.md +41 -0
- package/concepts/uk/Tool-getDiagnostics.md +32 -0
- package/concepts/uk/Tools.md +67 -0
- package/concepts/uk/ToolsFirst.md +77 -0
- package/concepts/uk/TranslateContextPollution.md +46 -0
- package/concepts/uk/UltraPlan.md +55 -0
- package/concepts/zh/BodyDiffJSON.md +32 -0
- package/concepts/zh/BodyFields.md +42 -0
- package/concepts/zh/CacheRebuild.md +36 -0
- package/concepts/zh/GlobalSettings.md +232 -0
- package/concepts/zh/KVCacheContent.md +49 -0
- package/concepts/zh/MainAgent.md +23 -0
- package/concepts/zh/ProxySwitch.md +50 -0
- package/concepts/zh/QRCode.md +29 -0
- package/concepts/zh/ResponseFields.md +50 -0
- package/concepts/zh/SubAgent-Search.md +20 -0
- package/concepts/zh/Teammate.md +26 -0
- package/concepts/zh/Tool-Agent.md +125 -0
- package/concepts/zh/Tool-AskUserQuestion.md +75 -0
- package/concepts/zh/Tool-Bash.md +167 -0
- package/concepts/zh/Tool-Edit.md +46 -0
- package/concepts/zh/Tool-EnterPlanMode.md +128 -0
- package/concepts/zh/Tool-EnterWorktree.md +56 -0
- package/concepts/zh/Tool-ExitPlanMode.md +62 -0
- package/concepts/zh/Tool-Glob.md +39 -0
- package/concepts/zh/Tool-Grep.md +57 -0
- package/concepts/zh/Tool-NotebookEdit.md +33 -0
- package/concepts/zh/Tool-Read.md +56 -0
- package/concepts/zh/Tool-SendMessage.md +41 -0
- package/concepts/zh/Tool-Skill.md +56 -0
- package/concepts/zh/Tool-Task.md +51 -0
- package/concepts/zh/Tool-TaskCreate.md +78 -0
- package/concepts/zh/Tool-TaskGet.md +56 -0
- package/concepts/zh/Tool-TaskList.md +56 -0
- package/concepts/zh/Tool-TaskOutput.md +40 -0
- package/concepts/zh/Tool-TaskStop.md +32 -0
- package/concepts/zh/Tool-TaskUpdate.md +123 -0
- package/concepts/zh/Tool-TeamCreate.md +38 -0
- package/concepts/zh/Tool-TeamDelete.md +30 -0
- package/concepts/zh/Tool-WebFetch.md +55 -0
- package/concepts/zh/Tool-WebSearch.md +58 -0
- package/concepts/zh/Tool-Write.md +39 -0
- package/concepts/zh/Tool-executeCode.md +41 -0
- package/concepts/zh/Tool-getDiagnostics.md +32 -0
- package/concepts/zh/Tools.md +67 -0
- package/concepts/zh/ToolsFirst.md +77 -0
- package/concepts/zh/TranslateContextPollution.md +46 -0
- package/concepts/zh/UltraPlan.md +55 -0
- package/concepts/zh-TW/BodyDiffJSON.md +32 -0
- package/concepts/zh-TW/BodyFields.md +42 -0
- package/concepts/zh-TW/CacheRebuild.md +36 -0
- package/concepts/zh-TW/GlobalSettings.md +232 -0
- package/concepts/zh-TW/KVCacheContent.md +49 -0
- package/concepts/zh-TW/MainAgent.md +23 -0
- package/concepts/zh-TW/ProxySwitch.md +50 -0
- package/concepts/zh-TW/QRCode.md +25 -0
- package/concepts/zh-TW/ResponseFields.md +50 -0
- package/concepts/zh-TW/SubAgent-Search.md +20 -0
- package/concepts/zh-TW/Teammate.md +26 -0
- package/concepts/zh-TW/Tool-Agent.md +125 -0
- package/concepts/zh-TW/Tool-AskUserQuestion.md +75 -0
- package/concepts/zh-TW/Tool-Bash.md +167 -0
- package/concepts/zh-TW/Tool-Edit.md +46 -0
- package/concepts/zh-TW/Tool-EnterPlanMode.md +128 -0
- package/concepts/zh-TW/Tool-EnterWorktree.md +56 -0
- package/concepts/zh-TW/Tool-ExitPlanMode.md +62 -0
- package/concepts/zh-TW/Tool-Glob.md +39 -0
- package/concepts/zh-TW/Tool-Grep.md +57 -0
- package/concepts/zh-TW/Tool-NotebookEdit.md +33 -0
- package/concepts/zh-TW/Tool-Read.md +56 -0
- package/concepts/zh-TW/Tool-SendMessage.md +41 -0
- package/concepts/zh-TW/Tool-Skill.md +56 -0
- package/concepts/zh-TW/Tool-Task.md +51 -0
- package/concepts/zh-TW/Tool-TaskCreate.md +78 -0
- package/concepts/zh-TW/Tool-TaskGet.md +56 -0
- package/concepts/zh-TW/Tool-TaskList.md +56 -0
- package/concepts/zh-TW/Tool-TaskOutput.md +40 -0
- package/concepts/zh-TW/Tool-TaskStop.md +32 -0
- package/concepts/zh-TW/Tool-TaskUpdate.md +123 -0
- package/concepts/zh-TW/Tool-TeamCreate.md +38 -0
- package/concepts/zh-TW/Tool-TeamDelete.md +30 -0
- package/concepts/zh-TW/Tool-WebFetch.md +55 -0
- package/concepts/zh-TW/Tool-WebSearch.md +58 -0
- package/concepts/zh-TW/Tool-Write.md +39 -0
- package/concepts/zh-TW/Tool-executeCode.md +41 -0
- package/concepts/zh-TW/Tool-getDiagnostics.md +32 -0
- package/concepts/zh-TW/Tools.md +67 -0
- package/concepts/zh-TW/ToolsFirst.md +77 -0
- package/concepts/zh-TW/TranslateContextPollution.md +46 -0
- package/concepts/zh-TW/UltraPlan.md +55 -0
- package/dist/assets/App-BzrN42Qt.js +41 -0
- package/dist/assets/App-fG2r3jFq.css +1 -0
- package/dist/assets/AppHeader-B3hrnZr-.css +41 -0
- package/dist/assets/AppHeader.module-BMU2vyC4.js +1246 -0
- package/dist/assets/Mobile-BnDkLcBv.css +1 -0
- package/dist/assets/Mobile-C9wxQTXV.js +10 -0
- package/dist/assets/_baseUniq-CXWHShmB.js +1 -0
- package/dist/assets/arc-qbol0NJo.js +1 -0
- package/dist/assets/architectureDiagram-Q4EWVU46-COZebb1N.js +36 -0
- package/dist/assets/blockDiagram-DXYQGD6D-COCgzPKy.js +132 -0
- package/dist/assets/c4Diagram-AHTNJAMY-Bs5XvLEo.js +10 -0
- package/dist/assets/channel-DvLUZ3Xf.js +1 -0
- package/dist/assets/chunk-4BX2VUAB-CyGriz9d.js +1 -0
- package/dist/assets/chunk-4TB4RGXK-DlT_q-fl.js +206 -0
- package/dist/assets/chunk-55IACEB6-NHN99ZNC.js +1 -0
- package/dist/assets/chunk-EDXVE4YY-fK4f9Na9.js +1 -0
- package/dist/assets/chunk-FMBD7UC4-DL-dQIq1.js +15 -0
- package/dist/assets/chunk-OYMX7WX6-6uruB4VY.js +231 -0
- package/dist/assets/chunk-QZHKN3VN-CCWIqLO8.js +1 -0
- package/dist/assets/chunk-YZCP3GAM-Cu84DMJo.js +1 -0
- package/dist/assets/classDiagram-6PBFFD2Q-ByKhp2Tk.js +1 -0
- package/dist/assets/classDiagram-v2-HSJHXN6E-ByKhp2Tk.js +1 -0
- package/dist/assets/clone-DZHpE494.js +1 -0
- package/dist/assets/cose-bilkent-S5V4N54A-Dqi4iU3-.js +1 -0
- package/dist/assets/cytoscape.esm-DxGcaOPV.js +331 -0
- package/dist/assets/dagre-KV5264BT-Dl-EJ9rb.js +4 -0
- package/dist/assets/default-avatar-CT9tlZjd.svg +1 -0
- package/dist/assets/default-model-avatar-DlbUPjyv.svg +1 -0
- package/dist/assets/defaultLocale-DX6XiGOO.js +1 -0
- package/dist/assets/diagram-5BDNPKRD-BYtyzF0D.js +10 -0
- package/dist/assets/diagram-G4DWMVQ6-BuETHFNU.js +24 -0
- package/dist/assets/diagram-MMDJMWI5-Z02oZp6I.js +43 -0
- package/dist/assets/diagram-TYMM5635-BpGlKv8l.js +24 -0
- package/dist/assets/erDiagram-SMLLAGMA-C4YngeQh.js +85 -0
- package/dist/assets/flowDiagram-DWJPFMVM-BWddFffg.js +162 -0
- package/dist/assets/ganttDiagram-T4ZO3ILL-Bg0jOD4m.js +292 -0
- package/dist/assets/gitGraphDiagram-UUTBAWPF-Bz-3sTXZ.js +106 -0
- package/dist/assets/graph-XiH8DkIu.js +1 -0
- package/dist/assets/html2canvas.esm-QH1iLAAe.js +22 -0
- package/dist/assets/index-BuUsWKGZ.js +41 -0
- package/dist/assets/index-DCtZ2KSX.css +1 -0
- package/dist/assets/infoDiagram-42DDH7IO-DLo-lOCE.js +2 -0
- package/dist/assets/init-Gi6I4Gst.js +1 -0
- package/dist/assets/ishikawaDiagram-UXIWVN3A-BsIzT5eO.js +70 -0
- package/dist/assets/journeyDiagram-VCZTEJTY-C3bOkKqv.js +139 -0
- package/dist/assets/kanban-definition-6JOO6SKY-D-rJRNbp.js +89 -0
- package/dist/assets/katex-DkKDou_j.js +257 -0
- package/dist/assets/layout-Bqp8Hh1c.js +1 -0
- package/dist/assets/linear-BWRSipGb.js +1 -0
- package/dist/assets/loading-pet-12a9GTQC.gif +0 -0
- package/dist/assets/mermaid.core-CJa7klhs.js +308 -0
- package/dist/assets/min-CQ_VyzMd.js +1 -0
- package/dist/assets/mindmap-definition-QFDTVHPH-Bnj7DDSx.js +96 -0
- package/dist/assets/model-deepseek-LDuqTN2N.svg +2 -0
- package/dist/assets/ordinal-Cboi1Yqb.js +1 -0
- package/dist/assets/pieDiagram-DEJITSTG-CC8a7Ylw.js +30 -0
- package/dist/assets/quadrantDiagram-34T5L4WZ-CrmL1WUV.js +7 -0
- package/dist/assets/requirementDiagram-MS252O5E-TfkX4u_6.js +84 -0
- package/dist/assets/sankeyDiagram-XADWPNL6-DMwBbND7.js +10 -0
- package/dist/assets/sequenceDiagram-FGHM5R23-CFghMYsm.js +157 -0
- package/dist/assets/stateDiagram-FHFEXIEX-1H6JIM7l.js +1 -0
- package/dist/assets/stateDiagram-v2-QKLJ7IA2-CtXMaKcb.js +1 -0
- package/dist/assets/timeline-definition-GMOUNBTQ-DnLMBlVa.js +120 -0
- package/dist/assets/vennDiagram-DHZGUBPP-DoIkY_KL.js +34 -0
- package/dist/assets/wardley-RL74JXVD-3n5XmOD5.js +162 -0
- package/dist/assets/wardleyDiagram-NUSXRM2D-UMOq3ofC.js +20 -0
- package/dist/assets/xychartDiagram-5P7HB3ND-CNDuQ5Cg.js +7 -0
- package/dist/favicon.ico +0 -0
- package/dist/index.html +15 -0
- package/findcx.js +204 -0
- package/i18n.js +2413 -0
- package/interceptor.js +698 -0
- package/lib/appserver-bridge.js +584 -0
- package/lib/ask-bridge.js +126 -0
- package/lib/codex-config.js +146 -0
- package/lib/constants.js +26 -0
- package/lib/context-watcher.js +85 -0
- package/lib/cxv-editor.js +73 -0
- package/lib/delta-reconstructor.js +256 -0
- package/lib/ensure-hooks.js +88 -0
- package/lib/extract-plugin-name.mjs +18 -0
- package/lib/file-api.js +128 -0
- package/lib/git-diff.js +89 -0
- package/lib/interceptor-core.js +270 -0
- package/lib/kv-cache-analyzer.js +164 -0
- package/lib/log-management.js +198 -0
- package/lib/log-stream.js +310 -0
- package/lib/log-watcher.js +245 -0
- package/lib/otel-adapter.js +251 -0
- package/lib/otel-receiver.js +198 -0
- package/lib/perm-bridge.js +142 -0
- package/lib/plugin-loader.js +161 -0
- package/lib/plugin-manager.js +118 -0
- package/lib/proxy-env.js +23 -0
- package/lib/proxy-errors.js +18 -0
- package/lib/sdk-adapter.js +77 -0
- package/lib/sdk-manager.js +464 -0
- package/lib/stats-worker.js +384 -0
- package/lib/updater.js +123 -0
- package/lib/user-profile.js +43 -0
- package/package.json +115 -0
- package/proxy.js +369 -0
- package/pty-manager.js +407 -0
- package/server.js +3226 -0
- package/workspace-registry.js +151 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
# EnterPlanMode
|
|
2
|
+
|
|
3
|
+
## คำจำกัดความ
|
|
4
|
+
|
|
5
|
+
สลับ Claude Code เข้าสู่โหมดวางแผน ใช้สำหรับสำรวจโค้ดเบสและออกแบบแผนก่อนการดำเนินงาน
|
|
6
|
+
|
|
7
|
+
## พารามิเตอร์
|
|
8
|
+
|
|
9
|
+
ไม่มีพารามิเตอร์
|
|
10
|
+
|
|
11
|
+
## สถานการณ์การใช้งาน
|
|
12
|
+
|
|
13
|
+
**เหมาะสำหรับ:**
|
|
14
|
+
- การพัฒนาฟีเจอร์ใหม่ — ต้องการการตัดสินใจด้านสถาปัตยกรรม
|
|
15
|
+
- มีหลายแนวทางที่เป็นไปได้ — ต้องการให้ผู้ใช้เลือก
|
|
16
|
+
- การแก้ไขโค้ดส่งผลต่อพฤติกรรมหรือโครงสร้างที่มีอยู่
|
|
17
|
+
- การเปลี่ยนแปลงหลายไฟล์ — อาจเกี่ยวข้องกับ 2-3 ไฟล์ขึ้นไป
|
|
18
|
+
- ข้อกำหนดไม่ชัดเจน — ต้องสำรวจก่อนเพื่อเข้าใจขอบเขต
|
|
19
|
+
- ความต้องการของผู้ใช้สำคัญ — การดำเนินงานอาจมีหลายทิศทางที่สมเหตุสมผล
|
|
20
|
+
|
|
21
|
+
**ไม่เหมาะสำหรับ:**
|
|
22
|
+
- การแก้ไขบรรทัดเดียวหรือไม่กี่บรรทัด (พิมพ์ผิด, บักที่ชัดเจน)
|
|
23
|
+
- ผู้ใช้ให้คำสั่งที่เฉพาะเจาะจงมากแล้ว
|
|
24
|
+
- งานวิจัย/สำรวจล้วนๆ — ควรใช้ Task (ประเภท Explore)
|
|
25
|
+
|
|
26
|
+
## พฤติกรรมในโหมดวางแผน
|
|
27
|
+
|
|
28
|
+
หลังจากเข้าสู่โหมดวางแผน Claude Code จะ:
|
|
29
|
+
1. ใช้เครื่องมือ Glob, Grep, Read เพื่อสำรวจโค้ดเบสอย่างลึกซึ้ง
|
|
30
|
+
2. ทำความเข้าใจรูปแบบและสถาปัตยกรรมที่มีอยู่
|
|
31
|
+
3. ออกแบบแผนการดำเนินงาน
|
|
32
|
+
4. ส่งแผนให้ผู้ใช้อนุมัติ
|
|
33
|
+
5. ใช้ AskUserQuestion หากต้องการคำชี้แจง
|
|
34
|
+
6. ออกผ่าน ExitPlanMode เมื่อแผนพร้อม
|
|
35
|
+
|
|
36
|
+
## ข้อควรระวัง
|
|
37
|
+
|
|
38
|
+
- เครื่องมือนี้ต้องได้รับความยินยอมจากผู้ใช้เพื่อเข้าสู่โหมดวางแผน
|
|
39
|
+
- หากไม่แน่ใจว่าต้องวางแผนหรือไม่ ให้เลือกวางแผน — การจัดแนวล่วงหน้าดีกว่าการทำงานซ้ำ
|
|
40
|
+
|
|
41
|
+
## ข้อความต้นฉบับ
|
|
42
|
+
|
|
43
|
+
<textarea readonly>Use this tool proactively when you're about to start a non-trivial implementation task. Getting user sign-off on your approach before writing code prevents wasted effort and ensures alignment. This tool transitions you into plan mode where you can explore the codebase and design an implementation approach for user approval.
|
|
44
|
+
|
|
45
|
+
## When to Use This Tool
|
|
46
|
+
|
|
47
|
+
**Prefer using EnterPlanMode** for implementation tasks unless they're simple. Use it when ANY of these conditions apply:
|
|
48
|
+
|
|
49
|
+
1. **New Feature Implementation**: Adding meaningful new functionality
|
|
50
|
+
- Example: "Add a logout button" - where should it go? What should happen on click?
|
|
51
|
+
- Example: "Add form validation" - what rules? What error messages?
|
|
52
|
+
|
|
53
|
+
2. **Multiple Valid Approaches**: The task can be solved in several different ways
|
|
54
|
+
- Example: "Add caching to the API" - could use Redis, in-memory, file-based, etc.
|
|
55
|
+
- Example: "Improve performance" - many optimization strategies possible
|
|
56
|
+
|
|
57
|
+
3. **Code Modifications**: Changes that affect existing behavior or structure
|
|
58
|
+
- Example: "Update the login flow" - what exactly should change?
|
|
59
|
+
- Example: "Refactor this component" - what's the target architecture?
|
|
60
|
+
|
|
61
|
+
4. **Architectural Decisions**: The task requires choosing between patterns or technologies
|
|
62
|
+
- Example: "Add real-time updates" - WebSockets vs SSE vs polling
|
|
63
|
+
- Example: "Implement state management" - Redux vs Context vs custom solution
|
|
64
|
+
|
|
65
|
+
5. **Multi-File Changes**: The task will likely touch more than 2-3 files
|
|
66
|
+
- Example: "Refactor the authentication system"
|
|
67
|
+
- Example: "Add a new API endpoint with tests"
|
|
68
|
+
|
|
69
|
+
6. **Unclear Requirements**: You need to explore before understanding the full scope
|
|
70
|
+
- Example: "Make the app faster" - need to profile and identify bottlenecks
|
|
71
|
+
- Example: "Fix the bug in checkout" - need to investigate root cause
|
|
72
|
+
|
|
73
|
+
7. **User Preferences Matter**: The implementation could reasonably go multiple ways
|
|
74
|
+
- If you would use AskUserQuestion to clarify the approach, use EnterPlanMode instead
|
|
75
|
+
- Plan mode lets you explore first, then present options with context
|
|
76
|
+
|
|
77
|
+
## When NOT to Use This Tool
|
|
78
|
+
|
|
79
|
+
Only skip EnterPlanMode for simple tasks:
|
|
80
|
+
- Single-line or few-line fixes (typos, obvious bugs, small tweaks)
|
|
81
|
+
- Adding a single function with clear requirements
|
|
82
|
+
- Tasks where the user has given very specific, detailed instructions
|
|
83
|
+
- Pure research/exploration tasks (use the Agent tool with explore agent instead)
|
|
84
|
+
|
|
85
|
+
## What Happens in Plan Mode
|
|
86
|
+
|
|
87
|
+
In plan mode, you'll:
|
|
88
|
+
1. Thoroughly explore the codebase using Glob, Grep, and Read tools
|
|
89
|
+
2. Understand existing patterns and architecture
|
|
90
|
+
3. Design an implementation approach
|
|
91
|
+
4. Present your plan to the user for approval
|
|
92
|
+
5. Use AskUserQuestion if you need to clarify approaches
|
|
93
|
+
6. Exit plan mode with ExitPlanMode when ready to implement
|
|
94
|
+
|
|
95
|
+
## Examples
|
|
96
|
+
|
|
97
|
+
### GOOD - Use EnterPlanMode:
|
|
98
|
+
User: "Add user authentication to the app"
|
|
99
|
+
- Requires architectural decisions (session vs JWT, where to store tokens, middleware structure)
|
|
100
|
+
|
|
101
|
+
User: "Optimize the database queries"
|
|
102
|
+
- Multiple approaches possible, need to profile first, significant impact
|
|
103
|
+
|
|
104
|
+
User: "Implement dark mode"
|
|
105
|
+
- Architectural decision on theme system, affects many components
|
|
106
|
+
|
|
107
|
+
User: "Add a delete button to the user profile"
|
|
108
|
+
- Seems simple but involves: where to place it, confirmation dialog, API call, error handling, state updates
|
|
109
|
+
|
|
110
|
+
User: "Update the error handling in the API"
|
|
111
|
+
- Affects multiple files, user should approve the approach
|
|
112
|
+
|
|
113
|
+
### BAD - Don't use EnterPlanMode:
|
|
114
|
+
User: "Fix the typo in the README"
|
|
115
|
+
- Straightforward, no planning needed
|
|
116
|
+
|
|
117
|
+
User: "Add a console.log to debug this function"
|
|
118
|
+
- Simple, obvious implementation
|
|
119
|
+
|
|
120
|
+
User: "What files handle routing?"
|
|
121
|
+
- Research task, not implementation planning
|
|
122
|
+
|
|
123
|
+
## Important Notes
|
|
124
|
+
|
|
125
|
+
- This tool REQUIRES user approval - they must consent to entering plan mode
|
|
126
|
+
- If unsure whether to use it, err on the side of planning - it's better to get alignment upfront than to redo work
|
|
127
|
+
- Users appreciate being consulted before significant changes are made to their codebase
|
|
128
|
+
</textarea>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# EnterWorktree
|
|
2
|
+
|
|
3
|
+
## คำจำกัดความ
|
|
4
|
+
|
|
5
|
+
Creates an isolated git worktree and switches the current session into it. Only used when the user explicitly asks to work in a worktree.
|
|
6
|
+
|
|
7
|
+
## พารามิเตอร์
|
|
8
|
+
|
|
9
|
+
| Name | Type | Required | Description |
|
|
10
|
+
|---|---|---|---|
|
|
11
|
+
| name | string | No | A name for the worktree. If not provided, a random name is generated. |
|
|
12
|
+
|
|
13
|
+
## กรณีการใช้งาน
|
|
14
|
+
|
|
15
|
+
**เหมาะสำหรับ:**
|
|
16
|
+
- The user explicitly says "worktree" (e.g., "start a worktree", "work in a worktree", "create a worktree")
|
|
17
|
+
|
|
18
|
+
**ไม่เหมาะสำหรับ:**
|
|
19
|
+
- The user asks to create/switch branches — use git commands instead
|
|
20
|
+
- The user asks to fix a bug or work on a feature — use normal git workflow unless they specifically mention worktrees
|
|
21
|
+
|
|
22
|
+
## หมายเหตุ
|
|
23
|
+
|
|
24
|
+
- Must be in a git repository, or have WorktreeCreate/WorktreeRemove hooks configured
|
|
25
|
+
- Must not already be in a worktree
|
|
26
|
+
|
|
27
|
+
## ข้อความต้นฉบับ
|
|
28
|
+
|
|
29
|
+
<textarea readonly>Use this tool ONLY when the user explicitly asks to work in a worktree. This tool creates an isolated git worktree and switches the current session into it.
|
|
30
|
+
|
|
31
|
+
## When to Use
|
|
32
|
+
|
|
33
|
+
- The user explicitly says "worktree" (e.g., "start a worktree", "work in a worktree", "create a worktree", "use a worktree")
|
|
34
|
+
|
|
35
|
+
## When NOT to Use
|
|
36
|
+
|
|
37
|
+
- The user asks to create a branch, switch branches, or work on a different branch — use git commands instead
|
|
38
|
+
- The user asks to fix a bug or work on a feature — use normal git workflow unless they specifically mention worktrees
|
|
39
|
+
- Never use this tool unless the user explicitly mentions "worktree"
|
|
40
|
+
|
|
41
|
+
## Requirements
|
|
42
|
+
|
|
43
|
+
- Must be in a git repository, OR have WorktreeCreate/WorktreeRemove hooks configured in settings.json
|
|
44
|
+
- Must not already be in a worktree
|
|
45
|
+
|
|
46
|
+
## Behavior
|
|
47
|
+
|
|
48
|
+
- In a git repository: creates a new git worktree inside `.claude/worktrees/` with a new branch based on HEAD
|
|
49
|
+
- Outside a git repository: delegates to WorktreeCreate/WorktreeRemove hooks for VCS-agnostic isolation
|
|
50
|
+
- Switches the session's working directory to the new worktree
|
|
51
|
+
- On session exit, the user will be prompted to keep or remove the worktree
|
|
52
|
+
|
|
53
|
+
## Parameters
|
|
54
|
+
|
|
55
|
+
- `name` (optional): A name for the worktree. If not provided, a random name is generated.
|
|
56
|
+
</textarea>
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# ExitPlanMode
|
|
2
|
+
|
|
3
|
+
## คำจำกัดความ
|
|
4
|
+
|
|
5
|
+
ออกจากโหมดวางแผนและส่งแผนให้ผู้ใช้อนุมัติ เนื้อหาแผนจะถูกอ่านจากไฟล์แผนที่เขียนไว้ก่อนหน้า
|
|
6
|
+
|
|
7
|
+
## พารามิเตอร์
|
|
8
|
+
|
|
9
|
+
| พารามิเตอร์ | ประเภท | จำเป็น | คำอธิบาย |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `allowedPrompts` | array | ไม่ | รายการคำอธิบายสิทธิ์ที่จำเป็นสำหรับแผนการดำเนินงาน |
|
|
12
|
+
|
|
13
|
+
แต่ละองค์ประกอบในอาร์เรย์ `allowedPrompts`:
|
|
14
|
+
|
|
15
|
+
| ฟิลด์ | ประเภท | จำเป็น | คำอธิบาย |
|
|
16
|
+
|------|------|------|------|
|
|
17
|
+
| `tool` | enum | ใช่ | เครื่องมือที่ใช้ได้ ปัจจุบันรองรับเฉพาะ `Bash` |
|
|
18
|
+
| `prompt` | string | ใช่ | คำอธิบายเชิงความหมายของการดำเนินงาน (เช่น "run tests", "install dependencies") |
|
|
19
|
+
|
|
20
|
+
## สถานการณ์การใช้งาน
|
|
21
|
+
|
|
22
|
+
**เหมาะสำหรับ:**
|
|
23
|
+
- ในโหมดวางแผน เมื่อแผนเสร็จสมบูรณ์และพร้อมส่งให้ผู้ใช้อนุมัติ
|
|
24
|
+
- ใช้เฉพาะสำหรับงานดำเนินการที่ต้องเขียนโค้ด
|
|
25
|
+
|
|
26
|
+
**ไม่เหมาะสำหรับ:**
|
|
27
|
+
- งานวิจัย/สำรวจล้วนๆ — ไม่จำเป็นต้องออกจากโหมดวางแผน
|
|
28
|
+
- ต้องการถามผู้ใช้ว่า "แผนนี้โอเคไหม?" — นี่คือฟังก์ชันของเครื่องมือนี้เอง อย่าใช้ AskUserQuestion เพื่อถาม
|
|
29
|
+
|
|
30
|
+
## ข้อควรระวัง
|
|
31
|
+
|
|
32
|
+
- เครื่องมือนี้ไม่รับเนื้อหาแผนเป็นพารามิเตอร์ — มันอ่านจากไฟล์แผนที่เขียนไว้ก่อนหน้า
|
|
33
|
+
- ผู้ใช้จะเห็นเนื้อหาของไฟล์แผนเพื่ออนุมัติ
|
|
34
|
+
- อย่าใช้ AskUserQuestion ถามว่า "แผนโอเคไหม?" ก่อนเรียกเครื่องมือนี้ เพราะเป็นการซ้ำซ้อน
|
|
35
|
+
- อย่ากล่าวถึง "แผน" ในคำถาม เพราะผู้ใช้ไม่สามารถเห็นเนื้อหาแผนก่อน ExitPlanMode
|
|
36
|
+
|
|
37
|
+
## ข้อความต้นฉบับ
|
|
38
|
+
|
|
39
|
+
<textarea readonly>Use this tool when you are in plan mode and have finished writing your plan to the plan file and are ready for user approval.
|
|
40
|
+
|
|
41
|
+
## How This Tool Works
|
|
42
|
+
- You should have already written your plan to the plan file specified in the plan mode system message
|
|
43
|
+
- This tool does NOT take the plan content as a parameter - it will read the plan from the file you wrote
|
|
44
|
+
- This tool simply signals that you're done planning and ready for the user to review and approve
|
|
45
|
+
- The user will see the contents of your plan file when they review it
|
|
46
|
+
|
|
47
|
+
## When to Use This Tool
|
|
48
|
+
IMPORTANT: Only use this tool when the task requires planning the implementation steps of a task that requires writing code. For research tasks where you're gathering information, searching files, reading files or in general trying to understand the codebase - do NOT use this tool.
|
|
49
|
+
|
|
50
|
+
## Before Using This Tool
|
|
51
|
+
Ensure your plan is complete and unambiguous:
|
|
52
|
+
- If you have unresolved questions about requirements or approach, use AskUserQuestion first (in earlier phases)
|
|
53
|
+
- Once your plan is finalized, use THIS tool to request approval
|
|
54
|
+
|
|
55
|
+
**Important:** Do NOT use AskUserQuestion to ask "Is this plan okay?" or "Should I proceed?" - that's exactly what THIS tool does. ExitPlanMode inherently requests user approval of your plan.
|
|
56
|
+
|
|
57
|
+
## Examples
|
|
58
|
+
|
|
59
|
+
1. Initial task: "Search for and understand the implementation of vim mode in the codebase" - Do not use the exit plan mode tool because you are not planning the implementation steps of a task.
|
|
60
|
+
2. Initial task: "Help me implement yank mode for vim" - Use the exit plan mode tool after you have finished planning the implementation steps of the task.
|
|
61
|
+
3. Initial task: "Add a new feature to handle user authentication" - If unsure about auth method (OAuth, JWT, etc.), use AskUserQuestion first, then use exit plan mode tool after clarifying the approach.
|
|
62
|
+
</textarea>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Glob
|
|
2
|
+
|
|
3
|
+
## คำจำกัดความ
|
|
4
|
+
|
|
5
|
+
เครื่องมือจับคู่รูปแบบชื่อไฟล์ที่รวดเร็ว รองรับโค้ดเบสทุกขนาด ส่งคืนพาธไฟล์ที่ตรงกันเรียงตามเวลาแก้ไข
|
|
6
|
+
|
|
7
|
+
## พารามิเตอร์
|
|
8
|
+
|
|
9
|
+
| พารามิเตอร์ | ประเภท | จำเป็น | คำอธิบาย |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `pattern` | string | ใช่ | รูปแบบ glob (เช่น `**/*.js`, `src/**/*.ts`) |
|
|
12
|
+
| `path` | string | ไม่ | ไดเรกทอรีค้นหา ค่าเริ่มต้นคือไดเรกทอรีทำงานปัจจุบัน อย่าส่ง "undefined" หรือ "null" |
|
|
13
|
+
|
|
14
|
+
## สถานการณ์การใช้งาน
|
|
15
|
+
|
|
16
|
+
**เหมาะสำหรับ:**
|
|
17
|
+
- ค้นหาไฟล์ตามรูปแบบชื่อ
|
|
18
|
+
- ค้นหาไฟล์ทั้งหมดของประเภทเฉพาะ (เช่น ไฟล์ `.tsx` ทั้งหมด)
|
|
19
|
+
- ระบุตำแหน่งไฟล์เมื่อค้นหาคำจำกัดความคลาสเฉพาะ (เช่น `class Foo`)
|
|
20
|
+
- สามารถเรียก Glob หลายครั้งพร้อมกันในข้อความเดียว
|
|
21
|
+
|
|
22
|
+
**ไม่เหมาะสำหรับ:**
|
|
23
|
+
- ค้นหาเนื้อหาไฟล์ — ควรใช้ Grep
|
|
24
|
+
- การสำรวจแบบเปิดที่ต้องค้นหาหลายรอบ — ควรใช้ Task (ประเภท Explore)
|
|
25
|
+
|
|
26
|
+
## ข้อควรระวัง
|
|
27
|
+
|
|
28
|
+
- รองรับไวยากรณ์ glob มาตรฐาน: `*` จับคู่ระดับเดียว, `**` จับคู่หลายระดับ, `{}` จับคู่หลายตัวเลือก
|
|
29
|
+
- ผลลัพธ์เรียงตามเวลาแก้ไข
|
|
30
|
+
- แนะนำให้ใช้มากกว่าคำสั่ง `find` ของ Bash
|
|
31
|
+
|
|
32
|
+
## ข้อความต้นฉบับ
|
|
33
|
+
|
|
34
|
+
<textarea readonly>- Fast file pattern matching tool that works with any codebase size
|
|
35
|
+
- Supports glob patterns like "**/*.js" or "src/**/*.ts"
|
|
36
|
+
- Returns matching file paths sorted by modification time
|
|
37
|
+
- Use this tool when you need to find files by name patterns
|
|
38
|
+
- When you are doing an open ended search that may require multiple rounds of globbing and grepping, use the Agent tool instead
|
|
39
|
+
- You can call multiple tools in a single response. It is always better to speculatively perform multiple searches in parallel if they are potentially useful.</textarea>
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# Grep
|
|
2
|
+
|
|
3
|
+
## คำจำกัดความ
|
|
4
|
+
|
|
5
|
+
เครื่องมือค้นหาเนื้อหาที่ทรงพลังโดยใช้ ripgrep รองรับนิพจน์ทั่วไป การกรองตามประเภทไฟล์ และโหมดผลลัพธ์หลายแบบ
|
|
6
|
+
|
|
7
|
+
## พารามิเตอร์
|
|
8
|
+
|
|
9
|
+
| พารามิเตอร์ | ประเภท | จำเป็น | คำอธิบาย |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `pattern` | string | ใช่ | รูปแบบค้นหาด้วยนิพจน์ทั่วไป |
|
|
12
|
+
| `path` | string | ไม่ | พาธค้นหา (ไฟล์หรือไดเรกทอรี) ค่าเริ่มต้นคือไดเรกทอรีทำงานปัจจุบัน |
|
|
13
|
+
| `glob` | string | ไม่ | ตัวกรองชื่อไฟล์ (เช่น `*.js`, `*.{ts,tsx}`) |
|
|
14
|
+
| `type` | string | ไม่ | ตัวกรองประเภทไฟล์ (เช่น `js`, `py`, `rust`) มีประสิทธิภาพมากกว่า glob |
|
|
15
|
+
| `output_mode` | enum | ไม่ | โหมดผลลัพธ์: `files_with_matches` (ค่าเริ่มต้น), `content`, `count` |
|
|
16
|
+
| `-i` | boolean | ไม่ | ค้นหาโดยไม่คำนึงถึงตัวพิมพ์ใหญ่-เล็ก |
|
|
17
|
+
| `-n` | boolean | ไม่ | แสดงหมายเลขบรรทัด (เฉพาะโหมด content) ค่าเริ่มต้น true |
|
|
18
|
+
| `-A` | number | ไม่ | จำนวนบรรทัดที่แสดงหลังการจับคู่ |
|
|
19
|
+
| `-B` | number | ไม่ | จำนวนบรรทัดที่แสดงก่อนการจับคู่ |
|
|
20
|
+
| `-C` / `context` | number | ไม่ | จำนวนบรรทัดที่แสดงก่อนและหลังการจับคู่ |
|
|
21
|
+
| `head_limit` | number | ไม่ | จำกัดจำนวนรายการผลลัพธ์ ค่าเริ่มต้น 0 (ไม่จำกัด) |
|
|
22
|
+
| `offset` | number | ไม่ | ข้ามผลลัพธ์ N รายการแรก |
|
|
23
|
+
| `multiline` | boolean | ไม่ | เปิดใช้โหมดจับคู่หลายบรรทัด ค่าเริ่มต้น false |
|
|
24
|
+
|
|
25
|
+
## สถานการณ์การใช้งาน
|
|
26
|
+
|
|
27
|
+
**เหมาะสำหรับ:**
|
|
28
|
+
- ค้นหาสตริงหรือรูปแบบเฉพาะในโค้ดเบส
|
|
29
|
+
- ค้นหาตำแหน่งการใช้งานของฟังก์ชัน/ตัวแปร
|
|
30
|
+
- กรองผลลัพธ์การค้นหาตามประเภทไฟล์
|
|
31
|
+
- นับจำนวนการจับคู่
|
|
32
|
+
|
|
33
|
+
**ไม่เหมาะสำหรับ:**
|
|
34
|
+
- ค้นหาไฟล์ตามชื่อ — ควรใช้ Glob
|
|
35
|
+
- การสำรวจแบบเปิดที่ต้องค้นหาหลายรอบ — ควรใช้ Task (ประเภท Explore)
|
|
36
|
+
|
|
37
|
+
## ข้อควรระวัง
|
|
38
|
+
|
|
39
|
+
- ใช้ไวยากรณ์ ripgrep (ไม่ใช่ grep) อักขระพิเศษเช่นวงเล็บปีกกาต้องใช้ escape
|
|
40
|
+
- โหมด `files_with_matches` ส่งคืนเฉพาะพาธไฟล์ มีประสิทธิภาพสูงสุด
|
|
41
|
+
- โหมด `content` ส่งคืนเนื้อหาบรรทัดที่ตรงกัน รองรับบรรทัดบริบท
|
|
42
|
+
- การจับคู่หลายบรรทัดต้องตั้งค่า `multiline: true`
|
|
43
|
+
- ควรใช้เครื่องมือ Grep แทนคำสั่ง `grep` หรือ `rg` ใน Bash เสมอ
|
|
44
|
+
|
|
45
|
+
## ข้อความต้นฉบับ
|
|
46
|
+
|
|
47
|
+
<textarea readonly>A powerful search tool built on ripgrep
|
|
48
|
+
|
|
49
|
+
Usage:
|
|
50
|
+
- ALWAYS use Grep for search tasks. NEVER invoke `grep` or `rg` as a Bash command. The Grep tool has been optimized for correct permissions and access.
|
|
51
|
+
- Supports full regex syntax (e.g., "log.*Error", "function\s+\w+")
|
|
52
|
+
- Filter files with glob parameter (e.g., "*.js", "**/*.tsx") or type parameter (e.g., "js", "py", "rust")
|
|
53
|
+
- Output modes: "content" shows matching lines, "files_with_matches" shows only file paths (default), "count" shows match counts
|
|
54
|
+
- Use Agent tool for open-ended searches requiring multiple rounds
|
|
55
|
+
- Pattern syntax: Uses ripgrep (not grep) - literal braces need escaping (use `interface\{\}` to find `interface{}` in Go code)
|
|
56
|
+
- Multiline matching: By default patterns match within single lines only. For cross-line patterns like `struct \{[\s\S]*?field`, use `multiline: true`
|
|
57
|
+
</textarea>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# NotebookEdit
|
|
2
|
+
|
|
3
|
+
## คำจำกัดความ
|
|
4
|
+
|
|
5
|
+
แทนที่ แทรก หรือลบเซลล์เฉพาะใน Jupyter notebook (ไฟล์ .ipynb)
|
|
6
|
+
|
|
7
|
+
## พารามิเตอร์
|
|
8
|
+
|
|
9
|
+
| พารามิเตอร์ | ประเภท | จำเป็น | คำอธิบาย |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `notebook_path` | string | ใช่ | พาธแบบสัมบูรณ์ของไฟล์ notebook |
|
|
12
|
+
| `new_source` | string | ใช่ | เนื้อหาใหม่ของเซลล์ |
|
|
13
|
+
| `cell_id` | string | ไม่ | ID ของเซลล์ที่จะแก้ไข ในโหมดแทรก เซลล์ใหม่จะถูกแทรกหลัง ID นี้ |
|
|
14
|
+
| `cell_type` | enum | ไม่ | ประเภทเซลล์: `code` หรือ `markdown` จำเป็นในโหมดแทรก |
|
|
15
|
+
| `edit_mode` | enum | ไม่ | โหมดแก้ไข: `replace` (ค่าเริ่มต้น), `insert`, `delete` |
|
|
16
|
+
|
|
17
|
+
## สถานการณ์การใช้งาน
|
|
18
|
+
|
|
19
|
+
**เหมาะสำหรับ:**
|
|
20
|
+
- แก้ไขเซลล์โค้ดหรือ markdown ใน Jupyter notebook
|
|
21
|
+
- เพิ่มเซลล์ใหม่ใน notebook
|
|
22
|
+
- ลบเซลล์ใน notebook
|
|
23
|
+
|
|
24
|
+
## ข้อควรระวัง
|
|
25
|
+
|
|
26
|
+
- `cell_number` เป็นดัชนีเริ่มจาก 0
|
|
27
|
+
- โหมด `insert` แทรกเซลล์ใหม่ที่ตำแหน่งที่ระบุ
|
|
28
|
+
- โหมด `delete` ลบเซลล์ที่ตำแหน่งที่ระบุ
|
|
29
|
+
- พาธต้องเป็นแบบสัมบูรณ์
|
|
30
|
+
|
|
31
|
+
## ข้อความต้นฉบับ
|
|
32
|
+
|
|
33
|
+
<textarea readonly>Completely replaces the contents of a specific cell in a Jupyter notebook (.ipynb file) with new source. Jupyter notebooks are interactive documents that combine code, text, and visualizations, commonly used for data analysis and scientific computing. The notebook_path parameter must be an absolute path, not a relative path. The cell_number is 0-indexed. Use edit_mode=insert to add a new cell at the index specified by cell_number. Use edit_mode=delete to delete the cell at the index specified by cell_number.</textarea>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Read
|
|
2
|
+
|
|
3
|
+
## คำจำกัดความ
|
|
4
|
+
|
|
5
|
+
อ่านเนื้อหาไฟล์จากระบบไฟล์ในเครื่อง รองรับไฟล์ข้อความ รูปภาพ PDF และ Jupyter notebook
|
|
6
|
+
|
|
7
|
+
## พารามิเตอร์
|
|
8
|
+
|
|
9
|
+
| พารามิเตอร์ | ประเภท | จำเป็น | คำอธิบาย |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `file_path` | string | ใช่ | พาธแบบสัมบูรณ์ของไฟล์ |
|
|
12
|
+
| `offset` | number | ไม่ | หมายเลขบรรทัดเริ่มต้น (สำหรับอ่านไฟล์ขนาดใหญ่แบบแบ่งส่วน) |
|
|
13
|
+
| `limit` | number | ไม่ | จำนวนบรรทัดที่จะอ่าน (สำหรับอ่านไฟล์ขนาดใหญ่แบบแบ่งส่วน) |
|
|
14
|
+
| `pages` | string | ไม่ | ช่วงหน้า PDF (เช่น "1-5", "3", "10-20") ใช้ได้เฉพาะกับ PDF |
|
|
15
|
+
|
|
16
|
+
## สถานการณ์การใช้งาน
|
|
17
|
+
|
|
18
|
+
**เหมาะสำหรับ:**
|
|
19
|
+
- อ่านไฟล์โค้ด ไฟล์การตั้งค่า และไฟล์ข้อความอื่นๆ
|
|
20
|
+
- ดูไฟล์รูปภาพ (Claude เป็นโมเดลมัลติโมดัล)
|
|
21
|
+
- อ่านเอกสาร PDF
|
|
22
|
+
- อ่าน Jupyter notebook (ส่งคืนเซลล์ทั้งหมดพร้อมผลลัพธ์)
|
|
23
|
+
- อ่านหลายไฟล์พร้อมกันเพื่อรับบริบท
|
|
24
|
+
|
|
25
|
+
**ไม่เหมาะสำหรับ:**
|
|
26
|
+
- อ่านไดเรกทอรี — ควรใช้คำสั่ง `ls` ของ Bash
|
|
27
|
+
- การสำรวจโค้ดเบสแบบเปิด — ควรใช้ Task (ประเภท Explore)
|
|
28
|
+
|
|
29
|
+
## ข้อควรระวัง
|
|
30
|
+
|
|
31
|
+
- พาธต้องเป็นแบบสัมบูรณ์ ไม่ใช่แบบสัมพัทธ์
|
|
32
|
+
- ค่าเริ่มต้นอ่าน 2000 บรรทัดแรกของไฟล์
|
|
33
|
+
- บรรทัดที่เกิน 2000 ตัวอักษรจะถูกตัดทอน
|
|
34
|
+
- ผลลัพธ์ใช้รูปแบบ `cat -n` หมายเลขบรรทัดเริ่มจาก 1
|
|
35
|
+
- PDF ขนาดใหญ่ (เกิน 10 หน้า) ต้องระบุพารามิเตอร์ `pages` สูงสุด 20 หน้าต่อครั้ง
|
|
36
|
+
- การอ่านไฟล์ที่ไม่มีอยู่จะส่งคืนข้อผิดพลาด (ไม่ทำให้ล่ม)
|
|
37
|
+
- สามารถเรียก Read หลายครั้งพร้อมกันในข้อความเดียว
|
|
38
|
+
|
|
39
|
+
## ข้อความต้นฉบับ
|
|
40
|
+
|
|
41
|
+
<textarea readonly>Reads a file from the local filesystem. You can access any file directly by using this tool.
|
|
42
|
+
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.
|
|
43
|
+
|
|
44
|
+
Usage:
|
|
45
|
+
- The file_path parameter must be an absolute path, not a relative path
|
|
46
|
+
- By default, it reads up to 2000 lines starting from the beginning of the file
|
|
47
|
+
- 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
|
|
48
|
+
- Any lines longer than 2000 characters will be truncated
|
|
49
|
+
- Results are returned using cat -n format, with line numbers starting at 1
|
|
50
|
+
- 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.
|
|
51
|
+
- 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.
|
|
52
|
+
- This tool can read Jupyter notebooks (.ipynb files) and returns all cells with their outputs, combining code, text, and visualizations.
|
|
53
|
+
- This tool can only read files, not directories. To read a directory, use an ls command via the Bash tool.
|
|
54
|
+
- You can call multiple tools in a single response. It is always better to speculatively read multiple potentially useful files in parallel.
|
|
55
|
+
- 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.
|
|
56
|
+
- If you read a file that exists but has empty contents you will receive a system reminder warning in place of file contents.</textarea>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# SendMessage
|
|
2
|
+
|
|
3
|
+
## คำจำกัดความ
|
|
4
|
+
|
|
5
|
+
ส่งข้อความระหว่าง agent ภายในทีม ใช้สำหรับการสื่อสารโดยตรง การกระจายข้อความ และข้อความโปรโตคอล (คำขอ/การตอบกลับการปิดระบบ, การอนุมัติแผน)
|
|
6
|
+
|
|
7
|
+
## พารามิเตอร์
|
|
8
|
+
|
|
9
|
+
| พารามิเตอร์ | ประเภท | จำเป็น | คำอธิบาย |
|
|
10
|
+
|-------------|--------|--------|----------|
|
|
11
|
+
| `to` | string | ใช่ | ผู้รับ: ชื่อสมาชิกทีม หรือ `"*"` สำหรับกระจายถึงทุกคน |
|
|
12
|
+
| `message` | string / object | ใช่ | ข้อความข้อความล้วนหรือออบเจกต์โปรโตคอลแบบมีโครงสร้าง |
|
|
13
|
+
| `summary` | string | ไม่ | ตัวอย่างข้อความ 5-10 คำที่แสดงในหน้าจอ |
|
|
14
|
+
|
|
15
|
+
## ประเภทข้อความ
|
|
16
|
+
|
|
17
|
+
### ข้อความล้วน
|
|
18
|
+
ข้อความโดยตรงระหว่างสมาชิกทีมสำหรับการประสานงาน อัปเดตสถานะ และหารือเกี่ยวกับงาน
|
|
19
|
+
|
|
20
|
+
### คำขอปิดระบบ
|
|
21
|
+
ขอให้สมาชิกปิดระบบอย่างเรียบร้อย: `{ type: "shutdown_request", reason: "..." }`
|
|
22
|
+
|
|
23
|
+
### การตอบกลับการปิดระบบ
|
|
24
|
+
สมาชิกอนุมัติหรือปฏิเสธการปิดระบบ: `{ type: "shutdown_response", approve: true/false }`
|
|
25
|
+
|
|
26
|
+
### การตอบกลับการอนุมัติแผน
|
|
27
|
+
อนุมัติหรือปฏิเสธแผนของสมาชิก: `{ type: "plan_approval_response", approve: true/false }`
|
|
28
|
+
|
|
29
|
+
## กระจายข้อความ vs ส่งตรง
|
|
30
|
+
|
|
31
|
+
- **ส่งตรง** (`to: "ชื่อ-สมาชิก"`): ส่งถึงสมาชิกเฉพาะราย — แนะนำสำหรับการสื่อสารส่วนใหญ่
|
|
32
|
+
- **กระจาย** (`to: "*"`): ส่งถึงสมาชิกทุกคน — ใช้อย่างประหยัด เฉพาะประกาศสำคัญระดับทีมเท่านั้น
|
|
33
|
+
|
|
34
|
+
## เครื่องมือที่เกี่ยวข้อง
|
|
35
|
+
|
|
36
|
+
| เครื่องมือ | วัตถุประสงค์ |
|
|
37
|
+
|-----------|-------------|
|
|
38
|
+
| `TeamCreate` | สร้างทีมใหม่ |
|
|
39
|
+
| `TeamDelete` | ลบทีมเมื่อเสร็จสิ้น |
|
|
40
|
+
| `Agent` | สร้างสมาชิกที่เข้าร่วมทีม |
|
|
41
|
+
| `TaskCreate` / `TaskUpdate` / `TaskList` | จัดการรายการงานที่แชร์ร่วมกัน |
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Skill
|
|
2
|
+
|
|
3
|
+
## คำจำกัดความ
|
|
4
|
+
|
|
5
|
+
รันทักษะ (skill) ในการสนทนาหลัก ทักษะคือความสามารถเฉพาะทางที่ผู้ใช้สามารถเรียกใช้ผ่าน slash command (เช่น `/commit`, `/review-pr`)
|
|
6
|
+
|
|
7
|
+
## พารามิเตอร์
|
|
8
|
+
|
|
9
|
+
| พารามิเตอร์ | ประเภท | จำเป็น | คำอธิบาย |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `skill` | string | ใช่ | ชื่อทักษะ (เช่น "commit", "review-pr", "pdf") |
|
|
12
|
+
| `args` | string | ไม่ | อาร์กิวเมนต์ของทักษะ |
|
|
13
|
+
|
|
14
|
+
## สถานการณ์การใช้งาน
|
|
15
|
+
|
|
16
|
+
**เหมาะสำหรับ:**
|
|
17
|
+
- ผู้ใช้ป้อน slash command ในรูปแบบ `/<skill-name>`
|
|
18
|
+
- คำร้องขอของผู้ใช้ตรงกับฟังก์ชันของทักษะที่ลงทะเบียนไว้
|
|
19
|
+
|
|
20
|
+
**ไม่เหมาะสำหรับ:**
|
|
21
|
+
- คำสั่ง CLI ในตัว (เช่น `/help`, `/clear`)
|
|
22
|
+
- ทักษะที่กำลังทำงานอยู่แล้ว
|
|
23
|
+
- ชื่อทักษะที่ไม่อยู่ในรายการทักษะที่ใช้ได้
|
|
24
|
+
|
|
25
|
+
## ข้อควรระวัง
|
|
26
|
+
|
|
27
|
+
- หลังจากถูกเรียก ทักษะจะขยายเป็น prompt ที่สมบูรณ์
|
|
28
|
+
- รองรับชื่อแบบเต็ม (เช่น `ms-office-suite:pdf`)
|
|
29
|
+
- รายการทักษะที่ใช้ได้จะอยู่ในข้อความ system-reminder
|
|
30
|
+
- เมื่อเห็นแท็ก `<command-name>` แสดงว่าทักษะถูกโหลดแล้ว ควรดำเนินการโดยตรงโดยไม่ต้องเรียกเครื่องมือนี้อีก
|
|
31
|
+
- อย่ากล่าวถึงทักษะโดยไม่ได้เรียกเครื่องมือจริง
|
|
32
|
+
|
|
33
|
+
## ข้อความต้นฉบับ
|
|
34
|
+
|
|
35
|
+
<textarea readonly>Execute a skill within the main conversation
|
|
36
|
+
|
|
37
|
+
When users ask you to perform tasks, check if any of the available skills match. Skills provide specialized capabilities and domain knowledge.
|
|
38
|
+
|
|
39
|
+
When users reference a "slash command" or "/<something>" (e.g., "/commit", "/review-pr"), they are referring to a skill. Use this tool to invoke it.
|
|
40
|
+
|
|
41
|
+
How to invoke:
|
|
42
|
+
- Use this tool with the skill name and optional arguments
|
|
43
|
+
- Examples:
|
|
44
|
+
- `skill: "pdf"` - invoke the pdf skill
|
|
45
|
+
- `skill: "commit", args: "-m 'Fix bug'"` - invoke with arguments
|
|
46
|
+
- `skill: "review-pr", args: "123"` - invoke with arguments
|
|
47
|
+
- `skill: "ms-office-suite:pdf"` - invoke using fully qualified name
|
|
48
|
+
|
|
49
|
+
Important:
|
|
50
|
+
- Available skills are listed in system-reminder messages in the conversation
|
|
51
|
+
- When a skill matches the user's request, this is a BLOCKING REQUIREMENT: invoke the relevant Skill tool BEFORE generating any other response about the task
|
|
52
|
+
- NEVER mention a skill without actually calling this tool
|
|
53
|
+
- Do not invoke a skill that is already running
|
|
54
|
+
- Do not use this tool for built-in CLI commands (like /help, /clear, etc.)
|
|
55
|
+
- If you see a <command-name> tag in the current conversation turn, the skill has ALREADY been loaded - follow the instructions directly instead of calling this tool again
|
|
56
|
+
</textarea>
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Task
|
|
2
|
+
|
|
3
|
+
> **หมายเหตุ:** ใน Claude Code เวอร์ชันใหม่ เครื่องมือนี้ได้เปลี่ยนชื่อเป็น **Agent** ดูเอกสาร [Tool-Agent](Tool-Agent)
|
|
4
|
+
|
|
5
|
+
## คำจำกัดความ
|
|
6
|
+
|
|
7
|
+
เริ่มต้น sub-agent (SubAgent) เพื่อจัดการงานหลายขั้นตอนที่ซับซ้อนอย่างอิสระ Sub-agent เป็นกระบวนการย่อยอิสระ แต่ละตัวมีชุดเครื่องมือและบริบทเฉพาะของตัวเอง
|
|
8
|
+
|
|
9
|
+
## พารามิเตอร์
|
|
10
|
+
|
|
11
|
+
| พารามิเตอร์ | ประเภท | จำเป็น | คำอธิบาย |
|
|
12
|
+
|------|------|------|------|
|
|
13
|
+
| `prompt` | string | ใช่ | คำอธิบายงานที่ sub-agent จะดำเนินการ |
|
|
14
|
+
| `description` | string | ใช่ | สรุปสั้น 3-5 คำ |
|
|
15
|
+
| `subagent_type` | string | ใช่ | ประเภท sub-agent กำหนดชุดเครื่องมือที่ใช้ได้ |
|
|
16
|
+
| `model` | enum | ไม่ | ระบุโมเดล (sonnet / opus / haiku) ค่าเริ่มต้นสืบทอดจากพาเรนต์ |
|
|
17
|
+
| `max_turns` | integer | ไม่ | จำนวนรอบ agentic สูงสุด |
|
|
18
|
+
| `run_in_background` | boolean | ไม่ | รันในเบื้องหลังหรือไม่ งานเบื้องหลังส่งคืนพาธ output_file |
|
|
19
|
+
| `resume` | string | ไม่ | ID ของ agent ที่จะกลับมาทำต่อ ดำเนินการต่อจากการรันครั้งก่อน |
|
|
20
|
+
| `isolation` | enum | ไม่ | โหมดแยกส่วน `worktree` สร้าง git worktree ชั่วคราว |
|
|
21
|
+
|
|
22
|
+
## ประเภท Sub-agent
|
|
23
|
+
|
|
24
|
+
| ประเภท | วัตถุประสงค์ | เครื่องมือที่ใช้ได้ |
|
|
25
|
+
|------|------|----------|
|
|
26
|
+
| `Bash` | รันคำสั่ง การดำเนินการ git | Bash |
|
|
27
|
+
| `general-purpose` | งานทั่วไปหลายขั้นตอน | เครื่องมือทั้งหมด |
|
|
28
|
+
| `Explore` | สำรวจโค้ดเบสอย่างรวดเร็ว | ทั้งหมดยกเว้น Task/Edit/Write/NotebookEdit/ExitPlanMode |
|
|
29
|
+
| `Plan` | ออกแบบแผนการดำเนินงาน | ทั้งหมดยกเว้น Task/Edit/Write/NotebookEdit/ExitPlanMode |
|
|
30
|
+
| `claude-code-guide` | ถาม-ตอบเกี่ยวกับคู่มือการใช้ Claude Code | Glob, Grep, Read, WebFetch, WebSearch |
|
|
31
|
+
| `statusline-setup` | ตั้งค่าแถบสถานะ | Read, Edit |
|
|
32
|
+
|
|
33
|
+
## สถานการณ์การใช้งาน
|
|
34
|
+
|
|
35
|
+
**เหมาะสำหรับ:**
|
|
36
|
+
- งานซับซ้อนที่ต้องดำเนินการหลายขั้นตอนอย่างอิสระ
|
|
37
|
+
- การสำรวจและวิจัยเชิงลึกของโค้ดเบส (ใช้ประเภท Explore)
|
|
38
|
+
- งานคู่ขนานที่ต้องการสภาพแวดล้อมแยก
|
|
39
|
+
- งานที่ใช้เวลานานที่ต้องรันในเบื้องหลัง
|
|
40
|
+
|
|
41
|
+
**ไม่เหมาะสำหรับ:**
|
|
42
|
+
- อ่านพาธไฟล์เฉพาะ — ใช้ Read หรือ Glob โดยตรง
|
|
43
|
+
- ค้นหาใน 2-3 ไฟล์ที่รู้จัก — ใช้ Read โดยตรง
|
|
44
|
+
- ค้นหาคำจำกัดความคลาสเฉพาะ — ใช้ Glob โดยตรง
|
|
45
|
+
|
|
46
|
+
## ข้อควรระวัง
|
|
47
|
+
|
|
48
|
+
- หลังจากเสร็จสิ้น sub-agent จะส่งคืนข้อความเดียว ผลลัพธ์ไม่ปรากฏให้ผู้ใช้เห็น agent หลักต้องถ่ายทอดให้
|
|
49
|
+
- สามารถเริ่มการเรียก Task หลายรายการพร้อมกันในข้อความเดียวเพื่อเพิ่มประสิทธิภาพ
|
|
50
|
+
- งานเบื้องหลังตรวจสอบความคืบหน้าผ่านเครื่องมือ TaskOutput
|
|
51
|
+
- ประเภท Explore ช้ากว่าการเรียก Glob/Grep โดยตรง ใช้เฉพาะเมื่อการค้นหาง่ายๆ ไม่เพียงพอ
|