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,62 @@
|
|
|
1
|
+
# ExitPlanMode
|
|
2
|
+
|
|
3
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Esce dalla modalità pianificazione e sottopone il piano all'approvazione dell'utente. Il contenuto del piano viene letto dal file di piano scritto in precedenza.
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `allowedPrompts` | array | No | Lista di descrizioni dei permessi necessari per implementare il piano |
|
|
12
|
+
|
|
13
|
+
Ogni elemento nell'array `allowedPrompts`:
|
|
14
|
+
|
|
15
|
+
| Campo | Tipo | Obbligatorio | Descrizione |
|
|
16
|
+
|------|------|------|------|
|
|
17
|
+
| `tool` | enum | Sì | Lo strumento applicabile, attualmente supporta solo `Bash` |
|
|
18
|
+
| `prompt` | string | Sì | Descrizione semantica dell'operazione (es. "run tests", "install dependencies") |
|
|
19
|
+
|
|
20
|
+
## Scenari d'uso
|
|
21
|
+
|
|
22
|
+
**Adatto per:**
|
|
23
|
+
- In modalità pianificazione, il piano è completato e pronto per l'approvazione dell'utente
|
|
24
|
+
- Solo per task di implementazione che richiedono la scrittura di codice
|
|
25
|
+
|
|
26
|
+
**Non adatto per:**
|
|
27
|
+
- Task puramente di ricerca/esplorazione — non è necessario uscire dalla modalità pianificazione
|
|
28
|
+
- Voler chiedere all'utente "il piano va bene?" — questa è esattamente la funzione di questo strumento, non usare AskUserQuestion per chiederlo
|
|
29
|
+
|
|
30
|
+
## Note
|
|
31
|
+
|
|
32
|
+
- Questo strumento non accetta il contenuto del piano come parametro — lo legge dal file di piano scritto in precedenza
|
|
33
|
+
- L'utente vedrà il contenuto del file di piano per l'approvazione
|
|
34
|
+
- Non usare AskUserQuestion per chiedere "il piano va bene?" prima di chiamare questo strumento, sarebbe ridondante
|
|
35
|
+
- Non menzionare il "piano" nelle domande, poiché l'utente non può vedere il contenuto del piano prima di ExitPlanMode
|
|
36
|
+
|
|
37
|
+
## Testo originale
|
|
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
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Strumento veloce di corrispondenza per pattern di nomi file, supporta codebase di qualsiasi dimensione. Restituisce i percorsi dei file corrispondenti ordinati per data di modifica.
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `pattern` | string | Sì | Pattern glob (es. `**/*.js`, `src/**/*.ts`) |
|
|
12
|
+
| `path` | string | No | Directory di ricerca, predefinita la directory di lavoro corrente. Non passare "undefined" o "null" |
|
|
13
|
+
|
|
14
|
+
## Scenari d'uso
|
|
15
|
+
|
|
16
|
+
**Adatto per:**
|
|
17
|
+
- Cercare file per pattern di nome file
|
|
18
|
+
- Trovare tutti i file di un tipo specifico (es. tutti i file `.tsx`)
|
|
19
|
+
- Localizzare file quando si cerca una definizione di classe specifica (es. `class Foo`)
|
|
20
|
+
- È possibile lanciare più chiamate Glob in parallelo in un singolo messaggio
|
|
21
|
+
|
|
22
|
+
**Non adatto per:**
|
|
23
|
+
- Cercare contenuto di file — usare Grep
|
|
24
|
+
- Esplorazione aperta che richiede più cicli di ricerca — usare Task (tipo Explore)
|
|
25
|
+
|
|
26
|
+
## Note
|
|
27
|
+
|
|
28
|
+
- Supporta la sintassi glob standard: `*` corrisponde a un livello, `**` a più livelli, `{}` per selezione multipla
|
|
29
|
+
- I risultati sono ordinati per data di modifica
|
|
30
|
+
- Più consigliato rispetto al comando `find` di Bash
|
|
31
|
+
|
|
32
|
+
## Testo originale
|
|
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
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Potente strumento di ricerca nel contenuto basato su ripgrep. Supporta espressioni regolari, filtro per tipo di file e diverse modalità di output.
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `pattern` | string | Sì | Pattern di ricerca con espressione regolare |
|
|
12
|
+
| `path` | string | No | Percorso di ricerca (file o directory), predefinita la directory di lavoro corrente |
|
|
13
|
+
| `glob` | string | No | Filtro per nome file (es. `*.js`, `*.{ts,tsx}`) |
|
|
14
|
+
| `type` | string | No | Filtro per tipo di file (es. `js`, `py`, `rust`), più efficiente di glob |
|
|
15
|
+
| `output_mode` | enum | No | Modalità di output: `files_with_matches` (predefinita), `content`, `count` |
|
|
16
|
+
| `-i` | boolean | No | Ricerca senza distinzione maiuscole/minuscole |
|
|
17
|
+
| `-n` | boolean | No | Mostra numeri di riga (solo modalità content), predefinito true |
|
|
18
|
+
| `-A` | number | No | Numero di righe da mostrare dopo la corrispondenza |
|
|
19
|
+
| `-B` | number | No | Numero di righe da mostrare prima della corrispondenza |
|
|
20
|
+
| `-C` / `context` | number | No | Numero di righe da mostrare prima e dopo la corrispondenza |
|
|
21
|
+
| `head_limit` | number | No | Limita il numero di voci nell'output, predefinito 0 (illimitato) |
|
|
22
|
+
| `offset` | number | No | Salta i primi N risultati |
|
|
23
|
+
| `multiline` | boolean | No | Abilita la modalità di corrispondenza multiriga, predefinito false |
|
|
24
|
+
|
|
25
|
+
## Scenari d'uso
|
|
26
|
+
|
|
27
|
+
**Adatto per:**
|
|
28
|
+
- Cercare stringhe o pattern specifici nel codebase
|
|
29
|
+
- Trovare dove vengono usate funzioni/variabili
|
|
30
|
+
- Filtrare i risultati di ricerca per tipo di file
|
|
31
|
+
- Contare il numero di corrispondenze
|
|
32
|
+
|
|
33
|
+
**Non adatto per:**
|
|
34
|
+
- Cercare file per nome — usare Glob
|
|
35
|
+
- Esplorazione aperta che richiede più cicli di ricerca — usare Task (tipo Explore)
|
|
36
|
+
|
|
37
|
+
## Note
|
|
38
|
+
|
|
39
|
+
- Usa la sintassi ripgrep (non grep), i caratteri speciali come le parentesi graffe devono essere escapati
|
|
40
|
+
- La modalità `files_with_matches` restituisce solo i percorsi dei file, la più efficiente
|
|
41
|
+
- La modalità `content` restituisce il contenuto delle righe corrispondenti, supporta righe di contesto
|
|
42
|
+
- La corrispondenza multiriga richiede l'impostazione `multiline: true`
|
|
43
|
+
- Usare sempre lo strumento Grep anziché i comandi `grep` o `rg` in Bash
|
|
44
|
+
|
|
45
|
+
## Testo originale
|
|
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
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Sostituisce, inserisce o elimina celle specifiche in un Jupyter notebook (file .ipynb).
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `notebook_path` | string | Sì | Percorso assoluto del file notebook |
|
|
12
|
+
| `new_source` | string | Sì | Nuovo contenuto della cella |
|
|
13
|
+
| `cell_id` | string | No | ID della cella da modificare. In modalità inserimento, la nuova cella viene inserita dopo questo ID |
|
|
14
|
+
| `cell_type` | enum | No | Tipo di cella: `code` o `markdown`. Obbligatorio in modalità inserimento |
|
|
15
|
+
| `edit_mode` | enum | No | Modalità di modifica: `replace` (predefinita), `insert`, `delete` |
|
|
16
|
+
|
|
17
|
+
## Scenari d'uso
|
|
18
|
+
|
|
19
|
+
**Adatto per:**
|
|
20
|
+
- Modificare celle di codice o markdown in un Jupyter notebook
|
|
21
|
+
- Aggiungere nuove celle a un notebook
|
|
22
|
+
- Eliminare celle da un notebook
|
|
23
|
+
|
|
24
|
+
## Note
|
|
25
|
+
|
|
26
|
+
- `cell_number` è indicizzato a partire da 0
|
|
27
|
+
- La modalità `insert` inserisce una nuova cella nella posizione specificata
|
|
28
|
+
- La modalità `delete` elimina la cella nella posizione specificata
|
|
29
|
+
- Il percorso deve essere assoluto
|
|
30
|
+
|
|
31
|
+
## Testo originale
|
|
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
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Legge il contenuto di un file dal file system locale. Supporta file di testo, immagini, PDF e Jupyter notebook.
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `file_path` | string | Sì | Percorso assoluto del file |
|
|
12
|
+
| `offset` | number | No | Numero di riga iniziale (per la lettura segmentata di file grandi) |
|
|
13
|
+
| `limit` | number | No | Numero di righe da leggere (per la lettura segmentata di file grandi) |
|
|
14
|
+
| `pages` | string | No | Intervallo di pagine PDF (es. "1-5", "3", "10-20"), applicabile solo ai PDF |
|
|
15
|
+
|
|
16
|
+
## Scenari d'uso
|
|
17
|
+
|
|
18
|
+
**Adatto per:**
|
|
19
|
+
- Leggere file di codice, file di configurazione e altri file di testo
|
|
20
|
+
- Visualizzare file immagine (Claude è un modello multimodale)
|
|
21
|
+
- Leggere documenti PDF
|
|
22
|
+
- Leggere Jupyter notebook (restituisce tutte le celle con i relativi output)
|
|
23
|
+
- Leggere più file in parallelo per ottenere contesto
|
|
24
|
+
|
|
25
|
+
**Non adatto per:**
|
|
26
|
+
- Leggere directory — usare il comando `ls` di Bash
|
|
27
|
+
- Esplorazione aperta del codebase — usare Task (tipo Explore)
|
|
28
|
+
|
|
29
|
+
## Note
|
|
30
|
+
|
|
31
|
+
- Il percorso deve essere assoluto, non relativo
|
|
32
|
+
- Per impostazione predefinita legge le prime 2000 righe del file
|
|
33
|
+
- Le righe che superano i 2000 caratteri vengono troncate
|
|
34
|
+
- L'output usa il formato `cat -n`, con numeri di riga a partire da 1
|
|
35
|
+
- Per PDF grandi (oltre 10 pagine) è necessario specificare il parametro `pages`, massimo 20 pagine per volta
|
|
36
|
+
- La lettura di un file inesistente restituisce un errore (non causa un crash)
|
|
37
|
+
- È possibile chiamare più Read in parallelo in un singolo messaggio
|
|
38
|
+
|
|
39
|
+
## Testo originale
|
|
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
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Invia messaggi tra agent all'interno di un team. Utilizzato per la comunicazione diretta, il broadcast e i messaggi di protocollo (richieste/risposte di arresto, approvazione piani).
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|-----------|------|--------------|-------------|
|
|
11
|
+
| `to` | string | Sì | Destinatario: nome del membro, o `"*"` per broadcast a tutti |
|
|
12
|
+
| `message` | string / object | Sì | Messaggio di testo o oggetto di protocollo strutturato |
|
|
13
|
+
| `summary` | string | No | Anteprima di 5-10 parole mostrata nell'interfaccia |
|
|
14
|
+
|
|
15
|
+
## Tipi di messaggio
|
|
16
|
+
|
|
17
|
+
### Testo semplice
|
|
18
|
+
Messaggi diretti tra membri del team per coordinamento, aggiornamenti di stato e discussioni sui task.
|
|
19
|
+
|
|
20
|
+
### Richiesta di arresto
|
|
21
|
+
Chiede a un membro di arrestarsi in modo ordinato: `{ type: "shutdown_request", reason: "..." }`
|
|
22
|
+
|
|
23
|
+
### Risposta di arresto
|
|
24
|
+
Il membro approva o rifiuta l'arresto: `{ type: "shutdown_response", approve: true/false }`
|
|
25
|
+
|
|
26
|
+
### Risposta di approvazione piano
|
|
27
|
+
Approva o rifiuta il piano di un membro: `{ type: "plan_approval_response", approve: true/false }`
|
|
28
|
+
|
|
29
|
+
## Broadcast vs. Diretto
|
|
30
|
+
|
|
31
|
+
- **Diretto** (`to: "nome-membro"`): Invia a un membro specifico — preferito per la maggior parte delle comunicazioni
|
|
32
|
+
- **Broadcast** (`to: "*"`): Invia a tutti i membri — da usare con parsimonia, solo per annunci critici a livello di team
|
|
33
|
+
|
|
34
|
+
## Strumenti correlati
|
|
35
|
+
|
|
36
|
+
| Strumento | Scopo |
|
|
37
|
+
|-----------|-------|
|
|
38
|
+
| `TeamCreate` | Creare un nuovo team |
|
|
39
|
+
| `TeamDelete` | Rimuovere il team al completamento |
|
|
40
|
+
| `Agent` | Avviare membri che si uniscono al team |
|
|
41
|
+
| `TaskCreate` / `TaskUpdate` / `TaskList` | Gestire la lista dei task condivisa |
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Skill
|
|
2
|
+
|
|
3
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Esegue una skill (abilità) nella conversazione principale. Le skill sono capacità specializzate che l'utente può invocare tramite slash command (es. `/commit`, `/review-pr`).
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `skill` | string | Sì | Nome della skill (es. "commit", "review-pr", "pdf") |
|
|
12
|
+
| `args` | string | No | Argomenti della skill |
|
|
13
|
+
|
|
14
|
+
## Scenari d'uso
|
|
15
|
+
|
|
16
|
+
**Adatto per:**
|
|
17
|
+
- L'utente ha inserito uno slash command nel formato `/<skill-name>`
|
|
18
|
+
- La richiesta dell'utente corrisponde alla funzionalità di una skill registrata
|
|
19
|
+
|
|
20
|
+
**Non adatto per:**
|
|
21
|
+
- Comandi CLI integrati (es. `/help`, `/clear`)
|
|
22
|
+
- Una skill già in esecuzione
|
|
23
|
+
- Nomi di skill non presenti nella lista delle skill disponibili
|
|
24
|
+
|
|
25
|
+
## Note
|
|
26
|
+
|
|
27
|
+
- Dopo l'invocazione, la skill viene espansa in un prompt completo
|
|
28
|
+
- Supporta nomi completamente qualificati (es. `ms-office-suite:pdf`)
|
|
29
|
+
- La lista delle skill disponibili è fornita nei messaggi system-reminder
|
|
30
|
+
- Quando si vede un tag `<command-name>`, significa che la skill è stata caricata e va eseguita direttamente senza richiamare nuovamente questo strumento
|
|
31
|
+
- Non menzionare una skill senza aver effettivamente invocato lo strumento
|
|
32
|
+
|
|
33
|
+
## Testo originale
|
|
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
|
+
> **Nota:** Nelle versioni più recenti di Claude Code, questo strumento è stato rinominato in **Agent**. Vedere il documento [Tool-Agent](Tool-Agent).
|
|
4
|
+
|
|
5
|
+
## Definizione
|
|
6
|
+
|
|
7
|
+
Avvia un sub agent (SubAgent) per gestire autonomamente task complessi multi-step. I sub agent sono sottoprocessi indipendenti, ciascuno con il proprio set di strumenti e contesto dedicati.
|
|
8
|
+
|
|
9
|
+
## Parametri
|
|
10
|
+
|
|
11
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
12
|
+
|------|------|------|------|
|
|
13
|
+
| `prompt` | string | Sì | Descrizione del task da eseguire per il sub agent |
|
|
14
|
+
| `description` | string | Sì | Breve riepilogo di 3-5 parole |
|
|
15
|
+
| `subagent_type` | string | Sì | Tipo di sub agent, determina il set di strumenti disponibili |
|
|
16
|
+
| `model` | enum | No | Specifica il modello (sonnet / opus / haiku), predefinito ereditato dal padre |
|
|
17
|
+
| `max_turns` | integer | No | Numero massimo di turni agentici |
|
|
18
|
+
| `run_in_background` | boolean | No | Se eseguire in background; i task in background restituiscono il percorso output_file |
|
|
19
|
+
| `resume` | string | No | ID dell'agent da riprendere, continua dall'ultima esecuzione |
|
|
20
|
+
| `isolation` | enum | No | Modalità di isolamento, `worktree` crea un git worktree temporaneo |
|
|
21
|
+
|
|
22
|
+
## Tipi di sub agent
|
|
23
|
+
|
|
24
|
+
| Tipo | Scopo | Strumenti disponibili |
|
|
25
|
+
|------|------|----------|
|
|
26
|
+
| `Bash` | Esecuzione comandi, operazioni git | Bash |
|
|
27
|
+
| `general-purpose` | Task multi-step generici | Tutti gli strumenti |
|
|
28
|
+
| `Explore` | Esplorazione rapida del codebase | Tutti gli strumenti tranne Task/Edit/Write/NotebookEdit/ExitPlanMode |
|
|
29
|
+
| `Plan` | Progettazione del piano di implementazione | Tutti gli strumenti tranne Task/Edit/Write/NotebookEdit/ExitPlanMode |
|
|
30
|
+
| `claude-code-guide` | Q&A sulla guida all'uso di Claude Code | Glob, Grep, Read, WebFetch, WebSearch |
|
|
31
|
+
| `statusline-setup` | Configurazione della barra di stato | Read, Edit |
|
|
32
|
+
|
|
33
|
+
## Scenari d'uso
|
|
34
|
+
|
|
35
|
+
**Adatto per:**
|
|
36
|
+
- Task complessi che richiedono il completamento autonomo in più step
|
|
37
|
+
- Esplorazione del codebase e ricerca approfondita (usando il tipo Explore)
|
|
38
|
+
- Lavoro parallelo che richiede ambienti isolati
|
|
39
|
+
- Task a lunga esecuzione che devono essere eseguiti in background
|
|
40
|
+
|
|
41
|
+
**Non adatto per:**
|
|
42
|
+
- Leggere un percorso file specifico — usare direttamente Read o Glob
|
|
43
|
+
- Cercare in 2-3 file noti — usare direttamente Read
|
|
44
|
+
- Cercare una definizione di classe specifica — usare direttamente Glob
|
|
45
|
+
|
|
46
|
+
## Note
|
|
47
|
+
|
|
48
|
+
- Al completamento, il sub agent restituisce un singolo messaggio; il suo risultato non è visibile all'utente e deve essere riportato dall'agent principale
|
|
49
|
+
- È possibile lanciare più chiamate Task in parallelo in un singolo messaggio per migliorare l'efficienza
|
|
50
|
+
- I task in background vengono monitorati tramite lo strumento TaskOutput
|
|
51
|
+
- Il tipo Explore è più lento delle chiamate dirette a Glob/Grep, usarlo solo quando la ricerca semplice non è sufficiente
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# TaskCreate
|
|
2
|
+
|
|
3
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Crea una voce strutturata nella lista dei task, per tracciare i progressi, organizzare task complessi e mostrare all'utente l'avanzamento del lavoro.
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `subject` | string | Sì | Breve titolo del task, in forma imperativa (es. "Fix authentication bug") |
|
|
12
|
+
| `description` | string | Sì | Descrizione dettagliata, inclusi contesto e criteri di accettazione |
|
|
13
|
+
| `activeForm` | string | No | Testo al presente progressivo mostrato durante l'esecuzione (es. "Fixing authentication bug") |
|
|
14
|
+
| `metadata` | object | No | Metadati arbitrari allegati al task |
|
|
15
|
+
|
|
16
|
+
## Scenari d'uso
|
|
17
|
+
|
|
18
|
+
**Adatto per:**
|
|
19
|
+
- Task complessi multi-step (più di 3 step)
|
|
20
|
+
- L'utente ha fornito più elementi da fare
|
|
21
|
+
- Tracciamento del lavoro in modalità pianificazione
|
|
22
|
+
- L'utente richiede esplicitamente l'uso di una lista todo
|
|
23
|
+
|
|
24
|
+
**Non adatto per:**
|
|
25
|
+
- Un singolo task semplice
|
|
26
|
+
- Operazioni semplici con meno di 3 step
|
|
27
|
+
- Conversazioni pure o richieste informative
|
|
28
|
+
|
|
29
|
+
## Note
|
|
30
|
+
|
|
31
|
+
- Tutti i task appena creati hanno stato iniziale `pending`
|
|
32
|
+
- `subject` usa la forma imperativa ("Run tests"), `activeForm` usa il presente progressivo ("Running tests")
|
|
33
|
+
- Dopo la creazione, è possibile impostare le dipendenze (blocks/blockedBy) tramite TaskUpdate
|
|
34
|
+
- Prima di creare, verificare con TaskList se esistono task duplicati
|
|
35
|
+
|
|
36
|
+
## Testo originale
|
|
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
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Ottiene i dettagli completi di un task tramite il suo ID.
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `taskId` | string | Sì | ID del task da ottenere |
|
|
12
|
+
|
|
13
|
+
## Contenuto restituito
|
|
14
|
+
|
|
15
|
+
- `subject` — Titolo del task
|
|
16
|
+
- `description` — Requisiti dettagliati e contesto
|
|
17
|
+
- `status` — Stato: `pending`, `in_progress` o `completed`
|
|
18
|
+
- `blocks` — Lista dei task bloccati da questo task
|
|
19
|
+
- `blockedBy` — Lista dei task prerequisiti che bloccano questo task
|
|
20
|
+
|
|
21
|
+
## Scenari d'uso
|
|
22
|
+
|
|
23
|
+
**Adatto per:**
|
|
24
|
+
- Ottenere la descrizione completa e il contesto di un task prima di iniziare il lavoro
|
|
25
|
+
- Comprendere le dipendenze del task
|
|
26
|
+
- Ottenere i requisiti completi dopo essere stati assegnati a un task
|
|
27
|
+
|
|
28
|
+
## Note
|
|
29
|
+
|
|
30
|
+
- Dopo aver ottenuto il task, verificare che la lista `blockedBy` sia vuota prima di iniziare il lavoro
|
|
31
|
+
- Usare TaskList per visualizzare il riepilogo di tutti i task
|
|
32
|
+
|
|
33
|
+
## Testo originale
|
|
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
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Elenca tutti i task nella lista dei task, per visualizzare i progressi complessivi e il lavoro disponibile.
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
Nessun parametro.
|
|
10
|
+
|
|
11
|
+
## Contenuto restituito
|
|
12
|
+
|
|
13
|
+
Informazioni di riepilogo per ogni task:
|
|
14
|
+
- `id` — Identificatore del task
|
|
15
|
+
- `subject` — Breve descrizione
|
|
16
|
+
- `status` — Stato: `pending`, `in_progress` o `completed`
|
|
17
|
+
- `owner` — Responsabile (agent ID), vuoto se non assegnato
|
|
18
|
+
- `blockedBy` — Lista degli ID dei task non completati che bloccano questo task
|
|
19
|
+
|
|
20
|
+
## Scenari d'uso
|
|
21
|
+
|
|
22
|
+
**Adatto per:**
|
|
23
|
+
- Vedere quali task sono disponibili (stato pending, senza owner, non bloccati)
|
|
24
|
+
- Controllare i progressi complessivi del progetto
|
|
25
|
+
- Trovare task bloccati
|
|
26
|
+
- Trovare il prossimo task dopo averne completato uno
|
|
27
|
+
|
|
28
|
+
## Note
|
|
29
|
+
|
|
30
|
+
- Elaborare i task preferibilmente in ordine di ID (ID più basso per primo), poiché i task precedenti forniscono tipicamente contesto per quelli successivi
|
|
31
|
+
- I task con `blockedBy` non possono essere presi in carico finché le dipendenze non sono risolte
|
|
32
|
+
- Usare TaskGet per ottenere i dettagli completi di un task specifico
|
|
33
|
+
|
|
34
|
+
## Testo originale
|
|
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
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Ottiene l'output di un task in background in esecuzione o completato. Applicabile a shell in background, agent asincroni e sessioni remote.
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `task_id` | string | Sì | ID del task |
|
|
12
|
+
| `block` | boolean | Sì | Se attendere in modo bloccante il completamento del task, predefinito `true` |
|
|
13
|
+
| `timeout` | number | Sì | Tempo massimo di attesa (millisecondi), predefinito 30000, massimo 600000 |
|
|
14
|
+
|
|
15
|
+
## Scenari d'uso
|
|
16
|
+
|
|
17
|
+
**Adatto per:**
|
|
18
|
+
- Controllare i progressi di un agent in background avviato tramite Task (`run_in_background: true`)
|
|
19
|
+
- Ottenere i risultati dell'esecuzione di comandi Bash in background
|
|
20
|
+
- Attendere il completamento di un task asincrono e ottenerne l'output
|
|
21
|
+
|
|
22
|
+
**Non adatto per:**
|
|
23
|
+
- Task in primo piano — i task in primo piano restituiscono direttamente i risultati, questo strumento non è necessario
|
|
24
|
+
|
|
25
|
+
## Note
|
|
26
|
+
|
|
27
|
+
- `block: true` blocca fino al completamento del task o al timeout
|
|
28
|
+
- `block: false` per un controllo non bloccante dello stato corrente
|
|
29
|
+
- L'ID del task può essere trovato tramite il comando `/tasks`
|
|
30
|
+
- Applicabile a tutti i tipi di task: shell in background, agent asincroni, sessioni remote
|
|
31
|
+
|
|
32
|
+
## Testo originale
|
|
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
|
+
## Definizione
|
|
4
|
+
|
|
5
|
+
Ferma un task in background in esecuzione.
|
|
6
|
+
|
|
7
|
+
## Parametri
|
|
8
|
+
|
|
9
|
+
| Parametro | Tipo | Obbligatorio | Descrizione |
|
|
10
|
+
|------|------|------|------|
|
|
11
|
+
| `task_id` | string | No | ID del task in background da fermare |
|
|
12
|
+
| `shell_id` | string | No | Deprecato, usare `task_id` al suo posto |
|
|
13
|
+
|
|
14
|
+
## Scenari d'uso
|
|
15
|
+
|
|
16
|
+
**Adatto per:**
|
|
17
|
+
- Terminare task a lunga esecuzione non più necessari
|
|
18
|
+
- Annullare task in background avviati per errore
|
|
19
|
+
|
|
20
|
+
## Note
|
|
21
|
+
|
|
22
|
+
- Restituisce uno stato di successo o fallimento
|
|
23
|
+
- Il parametro `shell_id` è deprecato, usare `task_id`
|
|
24
|
+
|
|
25
|
+
## Testo originale
|
|
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>
|