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,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
|
+
- 修改 Jupyter notebook 中的程式碼或 markdown 儲存格
|
|
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
|
+
- 讀取目錄——應使用 Bash 的 `ls` 命令
|
|
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 Codex to read images (eg PNG, JPG, etc). When reading an image file the contents are presented visually as Codex 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 | 否 | 在 UI 中顯示的 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
|
+
## 廣播與直發
|
|
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
|
+
- 使用者輸入了 `/<skill-name>` 格式的 slash command
|
|
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
|
+
> **注意:** 新版 Codex 已將此工具重新命名為 **Agent**,請參閱 [Tool-Agent](Tool-Agent) 文件。
|
|
4
|
+
|
|
5
|
+
## 定義
|
|
6
|
+
|
|
7
|
+
啟動一個子 agent(SubAgent)來自主處理複雜的多步驟任務。子 agent 是獨立的子程序,擁有各自專用的工具集和上下文。
|
|
8
|
+
|
|
9
|
+
## 參數
|
|
10
|
+
|
|
11
|
+
| 參數 | 類型 | 必填 | 說明 |
|
|
12
|
+
|------|------|------|------|
|
|
13
|
+
| `prompt` | string | 是 | 子 agent 要執行的任務描述 |
|
|
14
|
+
| `description` | string | 是 | 3-5 個詞的簡短摘要 |
|
|
15
|
+
| `subagent_type` | string | 是 | 子 agent 類型,決定可用工具集 |
|
|
16
|
+
| `model` | enum | 否 | 指定模型(sonnet / opus / haiku),預設繼承父級 |
|
|
17
|
+
| `max_turns` | integer | 否 | 最大 agentic 輪次數 |
|
|
18
|
+
| `run_in_background` | boolean | 否 | 是否背景執行,背景任務回傳 output_file 路徑 |
|
|
19
|
+
| `resume` | string | 否 | 要恢復的 agent ID,從上次執行繼續 |
|
|
20
|
+
| `isolation` | enum | 否 | 隔離模式,`worktree` 建立臨時 git worktree |
|
|
21
|
+
|
|
22
|
+
## 子 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` | Codex 使用指南問答 | 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
|
+
- 子 agent 完成後回傳單條訊息,其結果對使用者不可見,需要主 agent 轉述
|
|
49
|
+
- 可以在單條訊息中發起多個並行 Task 呼叫以提高效率
|
|
50
|
+
- 背景任務透過 TaskOutput 工具檢查進度
|
|
51
|
+
- Explore 類型比直接呼叫 Glob/Grep 慢,僅在簡單搜尋不夠時使用
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# TaskCreate
|
|
2
|
+
|
|
3
|
+
## 定義
|
|
4
|
+
|
|
5
|
+
建立結構化的任務列表條目,用於追蹤進度、組織複雜任務,並向使用者展示工作進展。
|
|
6
|
+
|
|
7
|
+
## 參數
|
|
8
|
+
|
|
9
|
+
| 參數 | 類型 | 必填 | 說明 |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `subject` | string | 是 | 簡短的任務標題,使用祈使句(如 "Fix authentication bug") |
|
|
12
|
+
| `description` | string | 是 | 詳細描述,包含上下文和驗收標準 |
|
|
13
|
+
| `activeForm` | string | 否 | 進行中時顯示的現在進行式文字(如 "Fixing authentication bug") |
|
|
14
|
+
| `metadata` | object | 否 | 附加到任務的任意中繼資料 |
|
|
15
|
+
|
|
16
|
+
## 使用場景
|
|
17
|
+
|
|
18
|
+
**適合使用:**
|
|
19
|
+
- 複雜的多步驟任務(3 步以上)
|
|
20
|
+
- 使用者提供了多個待辦事項
|
|
21
|
+
- 在規劃模式中追蹤工作
|
|
22
|
+
- 使用者明確要求使用 todo 列表
|
|
23
|
+
|
|
24
|
+
**不適合使用:**
|
|
25
|
+
- 單一簡單任務
|
|
26
|
+
- 3 步以內的簡單操作
|
|
27
|
+
- 純對話或資訊查詢
|
|
28
|
+
|
|
29
|
+
## 注意事項
|
|
30
|
+
|
|
31
|
+
- 所有新建任務的初始狀態為 `pending`
|
|
32
|
+
- `subject` 使用祈使句("Run tests"),`activeForm` 使用現在進行式("Running tests")
|
|
33
|
+
- 建立任務後可透過 TaskUpdate 設定依賴關係(blocks/blockedBy)
|
|
34
|
+
- 建立前應先呼叫 TaskList 檢查是否有重複任務
|
|
35
|
+
|
|
36
|
+
## 原文
|
|
37
|
+
|
|
38
|
+
<textarea readonly>Use this tool to create a structured task list for your current coding session. This helps you track progress, organize complex tasks, and demonstrate thoroughness to the user.
|
|
39
|
+
It also helps the user understand the progress of the task and overall progress of their requests.
|
|
40
|
+
|
|
41
|
+
## When to Use This Tool
|
|
42
|
+
|
|
43
|
+
Use this tool proactively in these scenarios:
|
|
44
|
+
|
|
45
|
+
- Complex multi-step tasks - When a task requires 3 or more distinct steps or actions
|
|
46
|
+
- Non-trivial and complex tasks - Tasks that require careful planning or multiple operations
|
|
47
|
+
- Plan mode - When using plan mode, create a task list to track the work
|
|
48
|
+
- User explicitly requests todo list - When the user directly asks you to use the todo list
|
|
49
|
+
- User provides multiple tasks - When users provide a list of things to be done (numbered or comma-separated)
|
|
50
|
+
- After receiving new instructions - Immediately capture user requirements as tasks
|
|
51
|
+
- When you start working on a task - Mark it as in_progress BEFORE beginning work
|
|
52
|
+
- After completing a task - Mark it as completed and add any new follow-up tasks discovered during implementation
|
|
53
|
+
|
|
54
|
+
## When NOT to Use This Tool
|
|
55
|
+
|
|
56
|
+
Skip using this tool when:
|
|
57
|
+
- There is only a single, straightforward task
|
|
58
|
+
- The task is trivial and tracking it provides no organizational benefit
|
|
59
|
+
- The task can be completed in less than 3 trivial steps
|
|
60
|
+
- The task is purely conversational or informational
|
|
61
|
+
|
|
62
|
+
NOTE that you should not use this tool if there is only one trivial task to do. In this case you are better off just doing the task directly.
|
|
63
|
+
|
|
64
|
+
## Task Fields
|
|
65
|
+
|
|
66
|
+
- **subject**: A brief, actionable title in imperative form (e.g., "Fix authentication bug in login flow")
|
|
67
|
+
- **description**: Detailed description of what needs to be done, including context and acceptance criteria
|
|
68
|
+
- **activeForm**: Present continuous form shown in spinner when task is in_progress (e.g., "Fixing authentication bug"). This is displayed to the user while you work on the task.
|
|
69
|
+
|
|
70
|
+
**IMPORTANT**: Always provide activeForm when creating tasks. The subject should be imperative ("Run tests") while activeForm should be present continuous ("Running tests"). All tasks are created with status `pending`.
|
|
71
|
+
|
|
72
|
+
## Tips
|
|
73
|
+
|
|
74
|
+
- Create tasks with clear, specific subjects that describe the outcome
|
|
75
|
+
- Include enough detail in the description for another agent to understand and complete the task
|
|
76
|
+
- After creating tasks, use TaskUpdate to set up dependencies (blocks/blockedBy) if needed
|
|
77
|
+
- Check TaskList first to avoid creating duplicate tasks
|
|
78
|
+
</textarea>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# TaskGet
|
|
2
|
+
|
|
3
|
+
## 定義
|
|
4
|
+
|
|
5
|
+
透過任務 ID 取得任務的完整詳情。
|
|
6
|
+
|
|
7
|
+
## 參數
|
|
8
|
+
|
|
9
|
+
| 參數 | 類型 | 必填 | 說明 |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `taskId` | string | 是 | 要取得的任務 ID |
|
|
12
|
+
|
|
13
|
+
## 回傳內容
|
|
14
|
+
|
|
15
|
+
- `subject` — 任務標題
|
|
16
|
+
- `description` — 詳細需求和上下文
|
|
17
|
+
- `status` — 狀態:`pending`、`in_progress` 或 `completed`
|
|
18
|
+
- `blocks` — 被此任務阻塞的任務列表
|
|
19
|
+
- `blockedBy` — 阻塞此任務的前置任務列表
|
|
20
|
+
|
|
21
|
+
## 使用場景
|
|
22
|
+
|
|
23
|
+
**適合使用:**
|
|
24
|
+
- 開始工作前取得任務的完整描述和上下文
|
|
25
|
+
- 了解任務的依賴關係
|
|
26
|
+
- 被分配任務後取得完整需求
|
|
27
|
+
|
|
28
|
+
## 注意事項
|
|
29
|
+
|
|
30
|
+
- 取得任務後應檢查 `blockedBy` 列表是否為空再開始工作
|
|
31
|
+
- 使用 TaskList 查看所有任務的摘要資訊
|
|
32
|
+
|
|
33
|
+
## 原文
|
|
34
|
+
|
|
35
|
+
<textarea readonly>Use this tool to retrieve a task by its ID from the task list.
|
|
36
|
+
|
|
37
|
+
## When to Use This Tool
|
|
38
|
+
|
|
39
|
+
- When you need the full description and context before starting work on a task
|
|
40
|
+
- To understand task dependencies (what it blocks, what blocks it)
|
|
41
|
+
- After being assigned a task, to get complete requirements
|
|
42
|
+
|
|
43
|
+
## Output
|
|
44
|
+
|
|
45
|
+
Returns full task details:
|
|
46
|
+
- **subject**: Task title
|
|
47
|
+
- **description**: Detailed requirements and context
|
|
48
|
+
- **status**: 'pending', 'in_progress', or 'completed'
|
|
49
|
+
- **blocks**: Tasks waiting on this one to complete
|
|
50
|
+
- **blockedBy**: Tasks that must complete before this one can start
|
|
51
|
+
|
|
52
|
+
## Tips
|
|
53
|
+
|
|
54
|
+
- After fetching a task, verify its blockedBy list is empty before beginning work.
|
|
55
|
+
- Use TaskList to see all tasks in summary form.
|
|
56
|
+
</textarea>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# TaskList
|
|
2
|
+
|
|
3
|
+
## 定義
|
|
4
|
+
|
|
5
|
+
列出任務列表中的所有任務,查看整體進度和可用工作。
|
|
6
|
+
|
|
7
|
+
## 參數
|
|
8
|
+
|
|
9
|
+
無參數。
|
|
10
|
+
|
|
11
|
+
## 回傳內容
|
|
12
|
+
|
|
13
|
+
每個任務的摘要資訊:
|
|
14
|
+
- `id` — 任務識別碼
|
|
15
|
+
- `subject` — 簡短描述
|
|
16
|
+
- `status` — 狀態:`pending`、`in_progress` 或 `completed`
|
|
17
|
+
- `owner` — 負責人(agent ID),空表示未分配
|
|
18
|
+
- `blockedBy` — 阻塞此任務的未完成任務 ID 列表
|
|
19
|
+
|
|
20
|
+
## 使用場景
|
|
21
|
+
|
|
22
|
+
**適合使用:**
|
|
23
|
+
- 查看有哪些可用任務(狀態為 pending、無 owner、未被阻塞)
|
|
24
|
+
- 檢查專案整體進度
|
|
25
|
+
- 查找被阻塞的任務
|
|
26
|
+
- 完成一個任務後查找下一個
|
|
27
|
+
|
|
28
|
+
## 注意事項
|
|
29
|
+
|
|
30
|
+
- 優先按 ID 順序處理任務(最小 ID 優先),因為早期任務通常為後續任務提供上下文
|
|
31
|
+
- 有 `blockedBy` 的任務在依賴解除前不能認領
|
|
32
|
+
- 使用 TaskGet 取得特定任務的完整詳情
|
|
33
|
+
|
|
34
|
+
## 原文
|
|
35
|
+
|
|
36
|
+
<textarea readonly>Use this tool to list all tasks in the task list.
|
|
37
|
+
|
|
38
|
+
## When to Use This Tool
|
|
39
|
+
|
|
40
|
+
- To see what tasks are available to work on (status: 'pending', no owner, not blocked)
|
|
41
|
+
- To check overall progress on the project
|
|
42
|
+
- To find tasks that are blocked and need dependencies resolved
|
|
43
|
+
- After completing a task, to check for newly unblocked work or claim the next available task
|
|
44
|
+
- **Prefer working on tasks in ID order** (lowest ID first) when multiple tasks are available, as earlier tasks often set up context for later ones
|
|
45
|
+
|
|
46
|
+
## Output
|
|
47
|
+
|
|
48
|
+
Returns a summary of each task:
|
|
49
|
+
- **id**: Task identifier (use with TaskGet, TaskUpdate)
|
|
50
|
+
- **subject**: Brief description of the task
|
|
51
|
+
- **status**: 'pending', 'in_progress', or 'completed'
|
|
52
|
+
- **owner**: Agent ID if assigned, empty if available
|
|
53
|
+
- **blockedBy**: List of open task IDs that must be resolved first (tasks with blockedBy cannot be claimed until dependencies resolve)
|
|
54
|
+
|
|
55
|
+
Use TaskGet with a specific task ID to view full details including description and comments.
|
|
56
|
+
</textarea>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# TaskOutput
|
|
2
|
+
|
|
3
|
+
## 定義
|
|
4
|
+
|
|
5
|
+
取得正在執行或已完成的後台任務的輸出。適用於後台 shell、非同步 agent 和遠端會話。
|
|
6
|
+
|
|
7
|
+
## 參數
|
|
8
|
+
|
|
9
|
+
| 參數 | 類型 | 必填 | 說明 |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `task_id` | string | 是 | 任務 ID |
|
|
12
|
+
| `block` | boolean | 是 | 是否阻塞等待任務完成,預設 `true` |
|
|
13
|
+
| `timeout` | number | 是 | 最大等待時間(毫秒),預設 30000,最大 600000 |
|
|
14
|
+
|
|
15
|
+
## 使用場景
|
|
16
|
+
|
|
17
|
+
**適合使用:**
|
|
18
|
+
- 檢查透過 Task(`run_in_background: true`)啟動的後台 agent 的進度
|
|
19
|
+
- 取得後台 Bash 命令的執行結果
|
|
20
|
+
- 等待非同步任務完成並取得輸出
|
|
21
|
+
|
|
22
|
+
**不適合使用:**
|
|
23
|
+
- 前台任務——前台任務直接回傳結果,無需此工具
|
|
24
|
+
|
|
25
|
+
## 注意事項
|
|
26
|
+
|
|
27
|
+
- `block: true` 會阻塞直到任務完成或逾時
|
|
28
|
+
- `block: false` 用於非阻塞檢查當前狀態
|
|
29
|
+
- 任務 ID 可透過 `/tasks` 命令查找
|
|
30
|
+
- 適用於所有任務類型:後台 shell、非同步 agent、遠端會話
|
|
31
|
+
|
|
32
|
+
## 原文
|
|
33
|
+
|
|
34
|
+
<textarea readonly>- Retrieves output from a running or completed task (background shell, agent, or remote session)
|
|
35
|
+
- Takes a task_id parameter identifying the task
|
|
36
|
+
- Returns the task output along with status information
|
|
37
|
+
- Use block=true (default) to wait for task completion
|
|
38
|
+
- Use block=false for non-blocking check of current status
|
|
39
|
+
- Task IDs can be found using the /tasks command
|
|
40
|
+
- Works with all task types: background shells, async agents, and remote sessions</textarea>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# TaskStop
|
|
2
|
+
|
|
3
|
+
## 定義
|
|
4
|
+
|
|
5
|
+
停止一個正在執行的後台任務。
|
|
6
|
+
|
|
7
|
+
## 參數
|
|
8
|
+
|
|
9
|
+
| 參數 | 類型 | 必填 | 說明 |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `task_id` | string | 否 | 要停止的後台任務 ID |
|
|
12
|
+
| `shell_id` | string | 否 | 已棄用,使用 `task_id` 代替 |
|
|
13
|
+
|
|
14
|
+
## 使用場景
|
|
15
|
+
|
|
16
|
+
**適合使用:**
|
|
17
|
+
- 終止不再需要的長時間執行任務
|
|
18
|
+
- 取消錯誤啟動的後台任務
|
|
19
|
+
|
|
20
|
+
## 注意事項
|
|
21
|
+
|
|
22
|
+
- 回傳成功或失敗狀態
|
|
23
|
+
- `shell_id` 參數已棄用,應使用 `task_id`
|
|
24
|
+
|
|
25
|
+
## 原文
|
|
26
|
+
|
|
27
|
+
<textarea readonly>
|
|
28
|
+
- Stops a running background task by its ID
|
|
29
|
+
- Takes a task_id parameter identifying the task to stop
|
|
30
|
+
- Returns a success or failure status
|
|
31
|
+
- Use this tool when you need to terminate a long-running task
|
|
32
|
+
</textarea>
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# TaskUpdate
|
|
2
|
+
|
|
3
|
+
## 定義
|
|
4
|
+
|
|
5
|
+
更新任務列表中某個任務的狀態、內容或依賴關係。
|
|
6
|
+
|
|
7
|
+
## 參數
|
|
8
|
+
|
|
9
|
+
| 參數 | 類型 | 必填 | 說明 |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `taskId` | string | 是 | 要更新的任務 ID |
|
|
12
|
+
| `status` | enum | 否 | 新狀態:`pending` / `in_progress` / `completed` / `deleted` |
|
|
13
|
+
| `subject` | string | 否 | 新標題 |
|
|
14
|
+
| `description` | string | 否 | 新描述 |
|
|
15
|
+
| `activeForm` | string | 否 | 進行中時顯示的現在進行式文字 |
|
|
16
|
+
| `owner` | string | 否 | 新的任務負責人(agent 名稱) |
|
|
17
|
+
| `metadata` | object | 否 | 要合併的中繼資料(設為 null 可刪除鍵) |
|
|
18
|
+
| `addBlocks` | string[] | 否 | 被此任務阻塞的任務 ID 列表 |
|
|
19
|
+
| `addBlockedBy` | string[] | 否 | 阻塞此任務的前置任務 ID 列表 |
|
|
20
|
+
|
|
21
|
+
## 狀態流轉
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
pending → in_progress → completed
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
`deleted` 可從任何狀態轉入,永久移除任務。
|
|
28
|
+
|
|
29
|
+
## 使用場景
|
|
30
|
+
|
|
31
|
+
**適合使用:**
|
|
32
|
+
- 開始工作時標記任務為 `in_progress`
|
|
33
|
+
- 完成工作後標記任務為 `completed`
|
|
34
|
+
- 設定任務間的依賴關係
|
|
35
|
+
- 需求變更時更新任務內容
|
|
36
|
+
|
|
37
|
+
**重要規則:**
|
|
38
|
+
- 只有在完全完成任務時才標記為 `completed`
|
|
39
|
+
- 遇到錯誤或阻塞時保持 `in_progress`
|
|
40
|
+
- 測試失敗、實作不完整、遇到未解決錯誤時不得標記為 `completed`
|
|
41
|
+
|
|
42
|
+
## 注意事項
|
|
43
|
+
|
|
44
|
+
- 更新前應先透過 TaskGet 取得任務最新狀態,避免過期資料
|
|
45
|
+
- 完成任務後呼叫 TaskList 查找下一個可用任務
|
|
46
|
+
|
|
47
|
+
## 原文
|
|
48
|
+
|
|
49
|
+
<textarea readonly>Use this tool to update a task in the task list.
|
|
50
|
+
|
|
51
|
+
## When to Use This Tool
|
|
52
|
+
|
|
53
|
+
**Mark tasks as resolved:**
|
|
54
|
+
- When you have completed the work described in a task
|
|
55
|
+
- When a task is no longer needed or has been superseded
|
|
56
|
+
- IMPORTANT: Always mark your assigned tasks as resolved when you finish them
|
|
57
|
+
- After resolving, call TaskList to find your next task
|
|
58
|
+
|
|
59
|
+
- ONLY mark a task as completed when you have FULLY accomplished it
|
|
60
|
+
- If you encounter errors, blockers, or cannot finish, keep the task as in_progress
|
|
61
|
+
- When blocked, create a new task describing what needs to be resolved
|
|
62
|
+
- Never mark a task as completed if:
|
|
63
|
+
- Tests are failing
|
|
64
|
+
- Implementation is partial
|
|
65
|
+
- You encountered unresolved errors
|
|
66
|
+
- You couldn't find necessary files or dependencies
|
|
67
|
+
|
|
68
|
+
**Delete tasks:**
|
|
69
|
+
- When a task is no longer relevant or was created in error
|
|
70
|
+
- Setting status to `deleted` permanently removes the task
|
|
71
|
+
|
|
72
|
+
**Update task details:**
|
|
73
|
+
- When requirements change or become clearer
|
|
74
|
+
- When establishing dependencies between tasks
|
|
75
|
+
|
|
76
|
+
## Fields You Can Update
|
|
77
|
+
|
|
78
|
+
- **status**: The task status (see Status Workflow below)
|
|
79
|
+
- **subject**: Change the task title (imperative form, e.g., "Run tests")
|
|
80
|
+
- **description**: Change the task description
|
|
81
|
+
- **activeForm**: Present continuous form shown in spinner when in_progress (e.g., "Running tests")
|
|
82
|
+
- **owner**: Change the task owner (agent name)
|
|
83
|
+
- **metadata**: Merge metadata keys into the task (set a key to null to delete it)
|
|
84
|
+
- **addBlocks**: Mark tasks that cannot start until this one completes
|
|
85
|
+
- **addBlockedBy**: Mark tasks that must complete before this one can start
|
|
86
|
+
|
|
87
|
+
## Status Workflow
|
|
88
|
+
|
|
89
|
+
Status progresses: `pending` → `in_progress` → `completed`
|
|
90
|
+
|
|
91
|
+
Use `deleted` to permanently remove a task.
|
|
92
|
+
|
|
93
|
+
## Staleness
|
|
94
|
+
|
|
95
|
+
Make sure to read a task's latest state using `TaskGet` before updating it.
|
|
96
|
+
|
|
97
|
+
## Examples
|
|
98
|
+
|
|
99
|
+
Mark task as in progress when starting work:
|
|
100
|
+
```json
|
|
101
|
+
{"taskId": "1", "status": "in_progress"}
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
Mark task as completed after finishing work:
|
|
105
|
+
```json
|
|
106
|
+
{"taskId": "1", "status": "completed"}
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
Delete a task:
|
|
110
|
+
```json
|
|
111
|
+
{"taskId": "1", "status": "deleted"}
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
Claim a task by setting owner:
|
|
115
|
+
```json
|
|
116
|
+
{"taskId": "1", "owner": "my-name"}
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
Set up task dependencies:
|
|
120
|
+
```json
|
|
121
|
+
{"taskId": "2", "addBlockedBy": ["1"]}
|
|
122
|
+
```
|
|
123
|
+
</textarea>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# TeamCreate
|
|
2
|
+
|
|
3
|
+
## 定義
|
|
4
|
+
|
|
5
|
+
建立一個新的團隊來協調多個 agent 協同工作。團隊透過共享任務列表和 agent 間訊息傳遞實現並行任務執行。
|
|
6
|
+
|
|
7
|
+
## 參數
|
|
8
|
+
|
|
9
|
+
| 參數 | 類型 | 必填 | 說明 |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `team_name` | string | 是 | 新團隊的名稱 |
|
|
12
|
+
| `description` | string | 否 | 團隊描述 / 用途 |
|
|
13
|
+
| `agent_type` | string | 否 | 團隊負責人的類型 / 角色 |
|
|
14
|
+
|
|
15
|
+
## 建立的內容
|
|
16
|
+
|
|
17
|
+
- **團隊設定檔**:`~/.claude/teams/{team-name}/config.json` — 儲存成員清單和元數據
|
|
18
|
+
- **任務列表目錄**:`~/.claude/tasks/{team-name}/` — 所有隊友共享的任務列表
|
|
19
|
+
|
|
20
|
+
團隊與任務列表為一對一對應關係。
|
|
21
|
+
|
|
22
|
+
## 團隊工作流程
|
|
23
|
+
|
|
24
|
+
1. **TeamCreate** — 建立團隊及其任務列表
|
|
25
|
+
2. **TaskCreate** — 為團隊定義任務
|
|
26
|
+
3. **Agent**(帶 `team_name` + `name`)— 生成加入團隊的隊友
|
|
27
|
+
4. **TaskUpdate** — 透過 `owner` 將任務分配給隊友
|
|
28
|
+
5. 隊友處理任務,透過 **SendMessage** 進行通訊
|
|
29
|
+
6. 完成後關閉隊友,然後用 **TeamDelete** 清理資源
|
|
30
|
+
|
|
31
|
+
## 相關工具
|
|
32
|
+
|
|
33
|
+
| 工具 | 用途 |
|
|
34
|
+
|------|------|
|
|
35
|
+
| `TeamDelete` | 刪除團隊和任務目錄 |
|
|
36
|
+
| `SendMessage` | 團隊內 agent 間的通訊 |
|
|
37
|
+
| `TaskCreate` / `TaskUpdate` / `TaskList` / `TaskGet` | 管理共享任務列表 |
|
|
38
|
+
| `Agent` | 生成加入團隊的隊友 |
|