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,32 @@
|
|
|
1
|
+
# TaskStop
|
|
2
|
+
|
|
3
|
+
## Définition
|
|
4
|
+
|
|
5
|
+
Arrête une tâche en arrière-plan en cours d'exécution.
|
|
6
|
+
|
|
7
|
+
## Paramètres
|
|
8
|
+
|
|
9
|
+
| Paramètre | Type | Requis | Description |
|
|
10
|
+
|-----------|------|--------|-------------|
|
|
11
|
+
| `task_id` | string | Non | ID de la tâche en arrière-plan à arrêter |
|
|
12
|
+
| `shell_id` | string | Non | Obsolète, utiliser `task_id` à la place |
|
|
13
|
+
|
|
14
|
+
## Cas d'utilisation
|
|
15
|
+
|
|
16
|
+
**Adapté pour :**
|
|
17
|
+
- Terminer des tâches de longue durée qui ne sont plus nécessaires
|
|
18
|
+
- Annuler des tâches en arrière-plan lancées par erreur
|
|
19
|
+
|
|
20
|
+
## Notes
|
|
21
|
+
|
|
22
|
+
- Renvoie un statut de succès ou d'échec
|
|
23
|
+
- Le paramètre `shell_id` est obsolète, utiliser `task_id`
|
|
24
|
+
|
|
25
|
+
## Texte original
|
|
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
|
+
## Définition
|
|
4
|
+
|
|
5
|
+
Met à jour le statut, le contenu ou les relations de dépendance d'une tâche dans la liste de tâches.
|
|
6
|
+
|
|
7
|
+
## Paramètres
|
|
8
|
+
|
|
9
|
+
| Paramètre | Type | Requis | Description |
|
|
10
|
+
|-----------|------|--------|-------------|
|
|
11
|
+
| `taskId` | string | Oui | ID de la tâche à mettre à jour |
|
|
12
|
+
| `status` | enum | Non | Nouveau statut : `pending` / `in_progress` / `completed` / `deleted` |
|
|
13
|
+
| `subject` | string | Non | Nouveau titre |
|
|
14
|
+
| `description` | string | Non | Nouvelle description |
|
|
15
|
+
| `activeForm` | string | Non | Texte au participe présent affiché quand la tâche est en cours |
|
|
16
|
+
| `owner` | string | Non | Nouveau responsable de la tâche (nom de l'agent) |
|
|
17
|
+
| `metadata` | object | Non | Métadonnées à fusionner (définir à null pour supprimer une clé) |
|
|
18
|
+
| `addBlocks` | string[] | Non | Liste des IDs de tâches bloquées par cette tâche |
|
|
19
|
+
| `addBlockedBy` | string[] | Non | Liste des IDs de tâches préalables qui bloquent cette tâche |
|
|
20
|
+
|
|
21
|
+
## Flux de statuts
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
pending → in_progress → completed
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
`deleted` peut être atteint depuis n'importe quel statut, supprime définitivement la tâche.
|
|
28
|
+
|
|
29
|
+
## Cas d'utilisation
|
|
30
|
+
|
|
31
|
+
**Adapté pour :**
|
|
32
|
+
- Marquer une tâche comme `in_progress` au début du travail
|
|
33
|
+
- Marquer une tâche comme `completed` à la fin du travail
|
|
34
|
+
- Établir des relations de dépendance entre les tâches
|
|
35
|
+
- Mettre à jour le contenu de la tâche quand les exigences changent
|
|
36
|
+
|
|
37
|
+
**Règles importantes :**
|
|
38
|
+
- Ne marquer comme `completed` que lorsque la tâche est entièrement terminée
|
|
39
|
+
- Garder comme `in_progress` en cas d'erreurs ou de blocages
|
|
40
|
+
- Ne pas marquer comme `completed` quand les tests échouent, l'implémentation est partielle ou des erreurs non résolues existent
|
|
41
|
+
|
|
42
|
+
## Notes
|
|
43
|
+
|
|
44
|
+
- Avant de mettre à jour, obtenir le statut le plus récent de la tâche via TaskGet pour éviter les données obsolètes
|
|
45
|
+
- Après avoir terminé une tâche, appeler TaskList pour trouver la prochaine tâche disponible
|
|
46
|
+
|
|
47
|
+
## Texte original
|
|
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
|
+
## Définition
|
|
4
|
+
|
|
5
|
+
Crée une nouvelle équipe pour coordonner plusieurs agents travaillant sur un projet. Les équipes permettent l'exécution parallèle des tâches via une liste de tâches partagée et une messagerie inter-agents.
|
|
6
|
+
|
|
7
|
+
## Paramètres
|
|
8
|
+
|
|
9
|
+
| Paramètre | Type | Requis | Description |
|
|
10
|
+
|-----------|------|--------|-------------|
|
|
11
|
+
| `team_name` | string | Oui | Nom de la nouvelle équipe |
|
|
12
|
+
| `description` | string | Non | Description / objectif de l'équipe |
|
|
13
|
+
| `agent_type` | string | Non | Type / rôle du responsable de l'équipe |
|
|
14
|
+
|
|
15
|
+
## Ce qui est créé
|
|
16
|
+
|
|
17
|
+
- **Fichier de configuration de l'équipe** : `~/.claude/teams/{team-name}/config.json` — stocke la liste des membres et les métadonnées
|
|
18
|
+
- **Répertoire de liste de tâches** : `~/.claude/tasks/{team-name}/` — liste de tâches partagée pour tous les coéquipiers
|
|
19
|
+
|
|
20
|
+
Les équipes ont une correspondance 1:1 avec les listes de tâches.
|
|
21
|
+
|
|
22
|
+
## Flux de travail de l'équipe
|
|
23
|
+
|
|
24
|
+
1. **TeamCreate** — créer l'équipe et sa liste de tâches
|
|
25
|
+
2. **TaskCreate** — définir les tâches pour l'équipe
|
|
26
|
+
3. **Agent** (avec `team_name` + `name`) — démarrer des coéquipiers qui rejoignent l'équipe
|
|
27
|
+
4. **TaskUpdate** — attribuer des tâches aux coéquipiers via `owner`
|
|
28
|
+
5. Les coéquipiers travaillent sur les tâches et communiquent via **SendMessage**
|
|
29
|
+
6. Arrêter les coéquipiers une fois terminé, puis **TeamDelete** pour nettoyer
|
|
30
|
+
|
|
31
|
+
## Outils associés
|
|
32
|
+
|
|
33
|
+
| Outil | Rôle |
|
|
34
|
+
|-------|------|
|
|
35
|
+
| `TeamDelete` | Supprimer l'équipe et les répertoires de tâches |
|
|
36
|
+
| `SendMessage` | Communication inter-agents au sein de l'équipe |
|
|
37
|
+
| `TaskCreate` / `TaskUpdate` / `TaskList` / `TaskGet` | Gérer la liste de tâches partagée |
|
|
38
|
+
| `Agent` | Démarrer des coéquipiers qui rejoignent l'équipe |
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# TeamDelete
|
|
2
|
+
|
|
3
|
+
## Définition
|
|
4
|
+
|
|
5
|
+
Supprime une équipe et ses répertoires de tâches associés lorsque le travail de collaboration multi-agent est terminé. C'est le pendant de nettoyage de TeamCreate.
|
|
6
|
+
|
|
7
|
+
## Comportement
|
|
8
|
+
|
|
9
|
+
- Supprime le répertoire de l'équipe : `~/.claude/teams/{team-name}/`
|
|
10
|
+
- Supprime le répertoire de liste de tâches : `~/.claude/tasks/{team-name}/`
|
|
11
|
+
- Efface le contexte de l'équipe de la session courante
|
|
12
|
+
|
|
13
|
+
**Important** : TeamDelete échouera si l'équipe a encore des membres actifs. Les coéquipiers doivent d'abord être arrêtés proprement via des demandes d'arrêt SendMessage.
|
|
14
|
+
|
|
15
|
+
## Utilisation typique
|
|
16
|
+
|
|
17
|
+
TeamDelete est appelé en fin de flux de travail d'équipe :
|
|
18
|
+
|
|
19
|
+
1. Toutes les tâches sont terminées
|
|
20
|
+
2. Les coéquipiers sont arrêtés via `SendMessage` avec `shutdown_request`
|
|
21
|
+
3. **TeamDelete** supprime les répertoires de l'équipe et des tâches
|
|
22
|
+
|
|
23
|
+
## Outils associés
|
|
24
|
+
|
|
25
|
+
| Outil | Rôle |
|
|
26
|
+
|-------|------|
|
|
27
|
+
| `TeamCreate` | Créer une nouvelle équipe et sa liste de tâches |
|
|
28
|
+
| `SendMessage` | Communiquer avec les coéquipiers / envoyer des demandes d'arrêt |
|
|
29
|
+
| `TaskCreate` / `TaskUpdate` / `TaskList` / `TaskGet` | Gérer la liste de tâches partagée |
|
|
30
|
+
| `Agent` | Démarrer des coéquipiers qui rejoignent l'équipe |
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# WebFetch
|
|
2
|
+
|
|
3
|
+
## Définition
|
|
4
|
+
|
|
5
|
+
Récupère le contenu d'une page web à partir d'une URL spécifiée, convertit le HTML en markdown et traite le contenu avec un modèle d'IA selon le prompt.
|
|
6
|
+
|
|
7
|
+
## Paramètres
|
|
8
|
+
|
|
9
|
+
| Paramètre | Type | Requis | Description |
|
|
10
|
+
|-----------|------|--------|-------------|
|
|
11
|
+
| `url` | string (URI) | Oui | URL complète à récupérer |
|
|
12
|
+
| `prompt` | string | Oui | Décrit quelles informations extraire de la page |
|
|
13
|
+
|
|
14
|
+
## Cas d'utilisation
|
|
15
|
+
|
|
16
|
+
**Adapté pour :**
|
|
17
|
+
- Récupérer le contenu de pages web publiques
|
|
18
|
+
- Consulter la documentation en ligne
|
|
19
|
+
- Extraire des informations spécifiques de pages web
|
|
20
|
+
|
|
21
|
+
**Non adapté pour :**
|
|
22
|
+
- URLs nécessitant une authentification (Google Docs, Confluence, Jira, GitHub, etc.) — chercher d'abord des outils MCP dédiés
|
|
23
|
+
- URLs GitHub — préférer utiliser le CLI `gh`
|
|
24
|
+
|
|
25
|
+
## Notes
|
|
26
|
+
|
|
27
|
+
- L'URL doit être une URL valide complète
|
|
28
|
+
- HTTP est automatiquement mis à niveau vers HTTPS
|
|
29
|
+
- Les résultats peuvent être résumés si le contenu est trop volumineux
|
|
30
|
+
- Inclut un cache auto-nettoyant de 15 minutes
|
|
31
|
+
- Quand l'URL redirige vers un hôte différent, l'outil renvoie l'URL de redirection et il faut refaire la requête avec la nouvelle URL
|
|
32
|
+
- Si un outil web fetch fourni par MCP est disponible, préférer l'utiliser
|
|
33
|
+
|
|
34
|
+
## Texte original
|
|
35
|
+
|
|
36
|
+
<textarea readonly>IMPORTANT: WebFetch WILL FAIL for authenticated or private URLs. Before using this tool, check if the URL points to an authenticated service (e.g. Google Docs, Confluence, Jira, GitHub). If so, you MUST use ToolSearch first to find a specialized tool that provides authenticated access.
|
|
37
|
+
|
|
38
|
+
- Fetches content from a specified URL and processes it using an AI model
|
|
39
|
+
- Takes a URL and a prompt as input
|
|
40
|
+
- Fetches the URL content, converts HTML to markdown
|
|
41
|
+
- Processes the content with the prompt using a small, fast model
|
|
42
|
+
- Returns the model's response about the content
|
|
43
|
+
- Use this tool when you need to retrieve and analyze web content
|
|
44
|
+
|
|
45
|
+
Usage notes:
|
|
46
|
+
- IMPORTANT: If an MCP-provided web fetch tool is available, prefer using that tool instead of this one, as it may have fewer restrictions.
|
|
47
|
+
- The URL must be a fully-formed valid URL
|
|
48
|
+
- HTTP URLs will be automatically upgraded to HTTPS
|
|
49
|
+
- The prompt should describe what information you want to extract from the page
|
|
50
|
+
- This tool is read-only and does not modify any files
|
|
51
|
+
- Results may be summarized if the content is very large
|
|
52
|
+
- Includes a self-cleaning 15-minute cache for faster responses when repeatedly accessing the same URL
|
|
53
|
+
- When a URL redirects to a different host, the tool will inform you and provide the redirect URL in a special format. You should then make a new WebFetch request with the redirect URL to fetch the content.
|
|
54
|
+
- For GitHub URLs, prefer using the gh CLI via Bash instead (e.g., gh pr view, gh issue view, gh api).
|
|
55
|
+
</textarea>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# WebSearch
|
|
2
|
+
|
|
3
|
+
## Définition
|
|
4
|
+
|
|
5
|
+
Exécute des requêtes sur les moteurs de recherche et renvoie des résultats de recherche pour obtenir des informations à jour.
|
|
6
|
+
|
|
7
|
+
## Paramètres
|
|
8
|
+
|
|
9
|
+
| Paramètre | Type | Requis | Description |
|
|
10
|
+
|-----------|------|--------|-------------|
|
|
11
|
+
| `query` | string | Oui | Requête de recherche (minimum 2 caractères) |
|
|
12
|
+
| `allowed_domains` | string[] | Non | N'inclure que les résultats de ces domaines |
|
|
13
|
+
| `blocked_domains` | string[] | Non | Exclure les résultats de ces domaines |
|
|
14
|
+
|
|
15
|
+
## Cas d'utilisation
|
|
16
|
+
|
|
17
|
+
**Adapté pour :**
|
|
18
|
+
- Obtenir des informations à jour au-delà de la date de coupure des connaissances du modèle
|
|
19
|
+
- Rechercher des événements actuels et des données récentes
|
|
20
|
+
- Rechercher la documentation technique la plus récente
|
|
21
|
+
|
|
22
|
+
## Notes
|
|
23
|
+
|
|
24
|
+
- Les résultats de recherche sont renvoyés au format d'hyperliens markdown
|
|
25
|
+
- Après utilisation, une section « Sources: » doit être incluse à la fin de la réponse, listant les URLs pertinentes
|
|
26
|
+
- Supporte le filtrage de domaines (inclusion/exclusion)
|
|
27
|
+
- L'année en cours doit être utilisée dans les requêtes de recherche
|
|
28
|
+
- Disponible uniquement aux États-Unis
|
|
29
|
+
|
|
30
|
+
## Texte original
|
|
31
|
+
|
|
32
|
+
<textarea readonly>
|
|
33
|
+
- Allows Claude to search the web and use the results to inform responses
|
|
34
|
+
- Provides up-to-date information for current events and recent data
|
|
35
|
+
- Returns search result information formatted as search result blocks, including links as markdown hyperlinks
|
|
36
|
+
- Use this tool for accessing information beyond Claude's knowledge cutoff
|
|
37
|
+
- Searches are performed automatically within a single API call
|
|
38
|
+
|
|
39
|
+
CRITICAL REQUIREMENT - You MUST follow this:
|
|
40
|
+
- After answering the user's question, you MUST include a "Sources:" section at the end of your response
|
|
41
|
+
- In the Sources section, list all relevant URLs from the search results as markdown hyperlinks: [Title](URL)
|
|
42
|
+
- This is MANDATORY - never skip including sources in your response
|
|
43
|
+
- Example format:
|
|
44
|
+
|
|
45
|
+
[Your answer here]
|
|
46
|
+
|
|
47
|
+
Sources:
|
|
48
|
+
- [Source Title 1](https://example.com/1)
|
|
49
|
+
- [Source Title 2](https://example.com/2)
|
|
50
|
+
|
|
51
|
+
Usage notes:
|
|
52
|
+
- Domain filtering is supported to include or block specific websites
|
|
53
|
+
- Web search is only available in the US
|
|
54
|
+
|
|
55
|
+
IMPORTANT - Use the correct year in search queries:
|
|
56
|
+
- The current month is March 2026. You MUST use this year when searching for recent information, documentation, or current events.
|
|
57
|
+
- Example: If the user asks for "latest React docs", search for "React documentation" with the current year, NOT last year
|
|
58
|
+
</textarea>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Write
|
|
2
|
+
|
|
3
|
+
## Définition
|
|
4
|
+
|
|
5
|
+
Écrit du contenu dans le système de fichiers local. Si le fichier existe déjà, il est écrasé.
|
|
6
|
+
|
|
7
|
+
## Paramètres
|
|
8
|
+
|
|
9
|
+
| Paramètre | Type | Requis | Description |
|
|
10
|
+
|-----------|------|--------|-------------|
|
|
11
|
+
| `file_path` | string | Oui | Chemin absolu du fichier (doit être un chemin absolu) |
|
|
12
|
+
| `content` | string | Oui | Contenu à écrire |
|
|
13
|
+
|
|
14
|
+
## Cas d'utilisation
|
|
15
|
+
|
|
16
|
+
**Adapté pour :**
|
|
17
|
+
- Créer de nouveaux fichiers
|
|
18
|
+
- Quand il faut réécrire complètement le contenu d'un fichier
|
|
19
|
+
|
|
20
|
+
**Non adapté pour :**
|
|
21
|
+
- Modifier du contenu partiel d'un fichier — utiliser Edit
|
|
22
|
+
- Ne pas créer proactivement des fichiers de documentation (*.md) ou README, sauf si l'utilisateur le demande explicitement
|
|
23
|
+
|
|
24
|
+
## Notes
|
|
25
|
+
|
|
26
|
+
- Si le fichier cible existe déjà, il doit d'abord être lu avec Read, sinon l'opération échouera
|
|
27
|
+
- Écrase tout le contenu du fichier existant
|
|
28
|
+
- Préférer Edit pour éditer des fichiers existants, Write uniquement pour créer de nouveaux fichiers ou des réécritures complètes
|
|
29
|
+
|
|
30
|
+
## Texte original
|
|
31
|
+
|
|
32
|
+
<textarea readonly>Writes a file to the local filesystem.
|
|
33
|
+
|
|
34
|
+
Usage:
|
|
35
|
+
- This tool will overwrite the existing file if there is one at the provided path.
|
|
36
|
+
- If this is an existing file, you MUST use the Read tool first to read the file's contents. This tool will fail if you did not read the file first.
|
|
37
|
+
- Prefer the Edit tool for modifying existing files — it only sends the diff. Only use this tool to create new files or for complete rewrites.
|
|
38
|
+
- NEVER create documentation files (*.md) or README files unless explicitly requested by the User.
|
|
39
|
+
- Only use emojis if the user explicitly requests it. Avoid writing emojis to files unless asked.</textarea>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# executeCode (mcp__ide__executeCode)
|
|
2
|
+
|
|
3
|
+
## Définition
|
|
4
|
+
|
|
5
|
+
Exécute du code Python dans le kernel Jupyter du fichier notebook actuel.
|
|
6
|
+
|
|
7
|
+
## Paramètres
|
|
8
|
+
|
|
9
|
+
| Paramètre | Type | Requis | Description |
|
|
10
|
+
|-----------|------|--------|-------------|
|
|
11
|
+
| `code` | string | Oui | Code Python à exécuter |
|
|
12
|
+
|
|
13
|
+
## Cas d'utilisation
|
|
14
|
+
|
|
15
|
+
**Adapté pour :**
|
|
16
|
+
- Exécuter du code dans un environnement Jupyter notebook
|
|
17
|
+
- Tester des extraits de code
|
|
18
|
+
- Analyse de données et calculs
|
|
19
|
+
|
|
20
|
+
**Non adapté pour :**
|
|
21
|
+
- Exécution de code hors environnement Jupyter — utiliser Bash
|
|
22
|
+
- Modifier des fichiers — utiliser Edit ou Write
|
|
23
|
+
|
|
24
|
+
## Notes
|
|
25
|
+
|
|
26
|
+
- C'est un outil MCP (Model Context Protocol), fourni par l'intégration IDE
|
|
27
|
+
- Le code s'exécute dans le kernel Jupyter actuel, l'état persiste entre les appels
|
|
28
|
+
- Sauf demande explicite de l'utilisateur, éviter de déclarer des variables ou de modifier l'état du kernel
|
|
29
|
+
- L'état est perdu au redémarrage du kernel
|
|
30
|
+
|
|
31
|
+
## Texte original
|
|
32
|
+
|
|
33
|
+
<textarea readonly>Execute python code in the Jupyter kernel for the current notebook file.
|
|
34
|
+
|
|
35
|
+
All code will be executed in the current Jupyter kernel.
|
|
36
|
+
|
|
37
|
+
Avoid declaring variables or modifying the state of the kernel unless the user
|
|
38
|
+
explicitly asks for it.
|
|
39
|
+
|
|
40
|
+
Any code executed will persist across calls to this tool, unless the kernel
|
|
41
|
+
has been restarted.</textarea>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# getDiagnostics (mcp__ide__getDiagnostics)
|
|
2
|
+
|
|
3
|
+
## Définition
|
|
4
|
+
|
|
5
|
+
Obtient les informations de diagnostic du langage depuis VS Code, incluant les erreurs de syntaxe, erreurs de type, avertissements de lint, etc.
|
|
6
|
+
|
|
7
|
+
## Paramètres
|
|
8
|
+
|
|
9
|
+
| Paramètre | Type | Requis | Description |
|
|
10
|
+
|-----------|------|--------|-------------|
|
|
11
|
+
| `uri` | string | Non | URI du fichier. Si non fourni, obtient les informations de diagnostic de tous les fichiers |
|
|
12
|
+
|
|
13
|
+
## Cas d'utilisation
|
|
14
|
+
|
|
15
|
+
**Adapté pour :**
|
|
16
|
+
- Vérifier les problèmes sémantiques de syntaxe, types, lint, etc. du code
|
|
17
|
+
- Vérifier si de nouvelles erreurs ont été introduites après l'édition du code
|
|
18
|
+
- Remplacer les commandes Bash pour vérifier la qualité du code
|
|
19
|
+
|
|
20
|
+
**Non adapté pour :**
|
|
21
|
+
- Exécuter des tests — utiliser Bash
|
|
22
|
+
- Vérifier les erreurs d'exécution — utiliser Bash pour exécuter le code
|
|
23
|
+
|
|
24
|
+
## Notes
|
|
25
|
+
|
|
26
|
+
- C'est un outil MCP (Model Context Protocol), fourni par l'intégration IDE
|
|
27
|
+
- Disponible uniquement dans les environnements VS Code / IDE
|
|
28
|
+
- Préférer cet outil aux commandes Bash pour vérifier les problèmes de code
|
|
29
|
+
|
|
30
|
+
## Texte original
|
|
31
|
+
|
|
32
|
+
<textarea readonly>Get language diagnostics from VS Code</textarea>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# Vue d'ensemble des outils Claude Code
|
|
2
|
+
|
|
3
|
+
Claude Code fournit au modèle un ensemble d'outils intégrés via le mécanisme tool_use de l'API Anthropic. Chaque requête MainAgent inclut les définitions complètes en JSON Schema de ces outils dans le tableau `tools`, et le modèle les invoque via des content blocks `tool_use` dans la réponse.
|
|
4
|
+
|
|
5
|
+
Voici l'index classifié de tous les outils.
|
|
6
|
+
|
|
7
|
+
## Système d'Agents
|
|
8
|
+
|
|
9
|
+
| Outil | Utilité |
|
|
10
|
+
|-------|---------|
|
|
11
|
+
| [Task](Tool-Task.md) | Lancer un sous-agent (SubAgent) pour gérer des tâches complexes multi-étapes |
|
|
12
|
+
| [TaskOutput](Tool-TaskOutput.md) | Obtenir la sortie des tâches en arrière-plan |
|
|
13
|
+
| [TaskStop](Tool-TaskStop.md) | Arrêter une tâche en arrière-plan en cours d'exécution |
|
|
14
|
+
| [TaskCreate](Tool-TaskCreate.md) | Créer une entrée dans la liste de tâches structurée |
|
|
15
|
+
| [TaskGet](Tool-TaskGet.md) | Obtenir les détails d'une tâche |
|
|
16
|
+
| [TaskUpdate](Tool-TaskUpdate.md) | Mettre à jour le statut, les dépendances, etc. d'une tâche |
|
|
17
|
+
| [TaskList](Tool-TaskList.md) | Lister toutes les tâches |
|
|
18
|
+
|
|
19
|
+
## Opérations sur les fichiers
|
|
20
|
+
|
|
21
|
+
| Outil | Utilité |
|
|
22
|
+
|-------|---------|
|
|
23
|
+
| [Read](Tool-Read.md) | Lire le contenu de fichiers (supporte texte, images, PDF, Jupyter notebook) |
|
|
24
|
+
| [Edit](Tool-Edit.md) | Éditer des fichiers par remplacement exact de chaînes |
|
|
25
|
+
| [Write](Tool-Write.md) | Écrire ou écraser des fichiers |
|
|
26
|
+
| [NotebookEdit](Tool-NotebookEdit.md) | Éditer des cellules de Jupyter notebook |
|
|
27
|
+
|
|
28
|
+
## Recherche
|
|
29
|
+
|
|
30
|
+
| Outil | Utilité |
|
|
31
|
+
|-------|---------|
|
|
32
|
+
| [Glob](Tool-Glob.md) | Rechercher des fichiers par correspondance de motifs de noms |
|
|
33
|
+
| [Grep](Tool-Grep.md) | Recherche de contenu de fichiers basée sur ripgrep |
|
|
34
|
+
|
|
35
|
+
## Terminal
|
|
36
|
+
|
|
37
|
+
| Outil | Utilité |
|
|
38
|
+
|-------|---------|
|
|
39
|
+
| [Bash](Tool-Bash.md) | Exécuter des commandes shell |
|
|
40
|
+
|
|
41
|
+
## Web
|
|
42
|
+
|
|
43
|
+
| Outil | Utilité |
|
|
44
|
+
|-------|---------|
|
|
45
|
+
| [WebFetch](Tool-WebFetch.md) | Récupérer du contenu web et le traiter avec l'IA |
|
|
46
|
+
| [WebSearch](Tool-WebSearch.md) | Requêtes sur les moteurs de recherche |
|
|
47
|
+
|
|
48
|
+
## Planification et interaction
|
|
49
|
+
|
|
50
|
+
| Outil | Utilité |
|
|
51
|
+
|-------|---------|
|
|
52
|
+
| [EnterPlanMode](Tool-EnterPlanMode.md) | Entrer en mode planification pour concevoir un plan d'implémentation |
|
|
53
|
+
| [ExitPlanMode](Tool-ExitPlanMode.md) | Quitter le mode planification et soumettre le plan pour approbation de l'utilisateur |
|
|
54
|
+
| [AskUserQuestion](Tool-AskUserQuestion.md) | Poser des questions à l'utilisateur pour obtenir des clarifications ou des décisions |
|
|
55
|
+
|
|
56
|
+
## Extensions
|
|
57
|
+
|
|
58
|
+
| Outil | Utilité |
|
|
59
|
+
|-------|---------|
|
|
60
|
+
| [Skill](Tool-Skill.md) | Exécuter une compétence (slash command) |
|
|
61
|
+
|
|
62
|
+
## Intégration IDE
|
|
63
|
+
|
|
64
|
+
| Outil | Utilité |
|
|
65
|
+
|-------|---------|
|
|
66
|
+
| [getDiagnostics](Tool-getDiagnostics.md) | Obtenir les informations de diagnostic du langage de VS Code |
|
|
67
|
+
| [executeCode](Tool-executeCode.md) | Exécuter du code dans le kernel Jupyter |
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# Pourquoi les Tools sont-ils listés en premier ?
|
|
2
|
+
|
|
3
|
+
Dans le panneau Context de cc-viewer, **les Tools apparaissent avant le System Prompt et les Messages**. Cet ordre reflète précisément la **séquence de préfixe KV-Cache de l'API Anthropic**.
|
|
4
|
+
|
|
5
|
+
## Séquence de préfixe KV-Cache
|
|
6
|
+
|
|
7
|
+
Lorsque l'API Anthropic construit le KV-Cache, elle concatène le contexte en un préfixe dans cet **ordre fixe** :
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
┌─────────────────────────────────────────────────┐
|
|
11
|
+
│ 1. Tools (JSON Schema definitions) │ ← Start of cache prefix
|
|
12
|
+
│ 2. System Prompt │
|
|
13
|
+
│ 3. Messages (conversation history + current turn)│ ← End of cache prefix
|
|
14
|
+
└─────────────────────────────────────────────────┘
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Cela signifie que **les Tools se trouvent avant le System Prompt, tout au début du préfixe de cache**.
|
|
18
|
+
|
|
19
|
+
## Pourquoi les Tools ont-ils un poids de cache supérieur à System ?
|
|
20
|
+
|
|
21
|
+
Dans la correspondance de préfixe KV-Cache, **le contenu en début de séquence est plus critique** — toute modification invalide tout ce qui suit :
|
|
22
|
+
|
|
23
|
+
1. **La correspondance de préfixe commence par le début** : Le KV-Cache compare la requête actuelle au préfixe mis en cache token par token depuis le début. Dès qu'une divergence est détectée, tout le contenu suivant est invalidé.
|
|
24
|
+
|
|
25
|
+
2. **Modification des Tools = tout le cache invalidé** : Les Tools étant en première position, toute modification des définitions de tool (même l'ajout ou la suppression d'un seul MCP tool) **brise le préfixe dès le tout début**, invalidant tous les System Prompt et Messages mis en cache.
|
|
26
|
+
|
|
27
|
+
3. **Modification de System = cache des Messages invalidé** : Le System Prompt se trouve au milieu, donc ses modifications n'invalident que la portion Messages qui suit.
|
|
28
|
+
|
|
29
|
+
4. **Modification des Messages = seule la fin est affectée** : Les Messages sont à la fin, donc l'ajout de nouveaux messages n'invalide qu'un petit segment final — les caches Tools et System restent intacts.
|
|
30
|
+
|
|
31
|
+
## Impact pratique
|
|
32
|
+
|
|
33
|
+
| Type de modification | Impact sur le cache | Scénario typique |
|
|
34
|
+
|-------------|-------------|-----------------|
|
|
35
|
+
| Tool ajouté/supprimé | **Invalidation complète** | Connexion/déconnexion d'un serveur MCP, activation/désactivation d'un plugin IDE |
|
|
36
|
+
| Modification du System Prompt | Cache des Messages perdu | Édition de CLAUDE.md, injection de system reminder |
|
|
37
|
+
| Nouveau message ajouté | Incrément de queue uniquement | Flux de conversation normal (le plus fréquent, le moins coûteux) |
|
|
38
|
+
|
|
39
|
+
C'est pourquoi `tools_change` dans [CacheRebuild](CacheRebuild.md) tend à être la raison de reconstruction la plus coûteuse — elle brise la chaîne de préfixe dès le tout début.
|
|
40
|
+
|
|
41
|
+
## Pourquoi les définitions d'outils sont-elles placées avant le « cerveau » ?
|
|
42
|
+
|
|
43
|
+
Du point de vue du cache, le fait que les Tools soient en premier est un fait technique. Mais du point de vue de la conception cognitive, cet ordre est tout aussi logique — **les Tools sont les mains et les pieds, le System Prompt est le cerveau**.
|
|
44
|
+
|
|
45
|
+
Avant d'agir, une personne doit percevoir quels membres et outils sont à sa disposition. Un nourrisson ne comprend pas d'abord les règles du monde (System) avant d'apprendre à saisir — il perçoit d'abord qu'il a des mains et des pieds, puis comprend progressivement les règles par l'interaction avec son environnement. De même, un LLM doit savoir quels outils il peut appeler (lire des fichiers, écrire du code, rechercher, exécuter des commandes) avant de recevoir les instructions de tâche (System Prompt), afin de pouvoir évaluer précisément « que puis-je faire » et « comment dois-je procéder » lors du traitement des instructions.
|
|
46
|
+
|
|
47
|
+
Si l'ordre était inversé — dire d'abord au modèle « ta tâche est de refactoriser ce module », puis lui dire « tu disposes des outils Read, Edit, Bash » — le modèle manquerait d'informations cruciales sur les limites de ses capacités lors de la compréhension de la tâche, produisant potentiellement des plans irréalistes ou omettant des approches disponibles.
|
|
48
|
+
|
|
49
|
+
**Connaître ses cartes avant de décider comment jouer.** Voilà la logique cognitive derrière le placement des Tools avant le System.
|
|
50
|
+
|
|
51
|
+
## Pourquoi les outils MCP sont-ils aussi à cette position ?
|
|
52
|
+
|
|
53
|
+
Les outils MCP (Model Context Protocol), comme les outils intégrés, sont placés tout au début de la zone Tools. Comprendre la position de MCP dans le contexte aide à évaluer ses véritables avantages et coûts.
|
|
54
|
+
|
|
55
|
+
### Avantages de MCP
|
|
56
|
+
|
|
57
|
+
- **Extension des capacités** : MCP permet aux modèles d'accéder à des services externes (requêtes base de données, appels API, opérations IDE, contrôle de navigateur, etc.), dépassant les limites des outils intégrés
|
|
58
|
+
- **Écosystème ouvert** : N'importe qui peut implémenter un serveur MCP ; le modèle acquiert de nouvelles capacités sans réentraînement
|
|
59
|
+
- **Chargement à la demande** : Les serveurs MCP peuvent être connectés/déconnectés sélectivement selon le scénario, composant des ensembles d'outils flexibles
|
|
60
|
+
|
|
61
|
+
### Coûts de MCP
|
|
62
|
+
|
|
63
|
+
- **Tueur de cache** : La définition JSON Schema de chaque outil MCP est concaténée au tout début du préfixe KV-Cache. Ajouter ou supprimer un seul outil MCP = **tout le cache est invalidé depuis le début**. Connecter/déconnecter fréquemment des serveurs MCP réduit considérablement le taux de succès du cache
|
|
64
|
+
- **Gonflement du préfixe** : Les Schemas des outils MCP sont généralement plus volumineux que ceux des outils intégrés (descriptions détaillées des paramètres, énumérations, etc.). De nombreux outils MCP augmentent significativement le nombre de tokens de la zone Tools, réduisant l'espace de contexte disponible pour les Messages
|
|
65
|
+
- **Surcoût de latence** : Les appels d'outils MCP nécessitent une communication inter-processus (JSON-RPC via stdio/SSE), un ordre de grandeur plus lent que les appels de fonctions intégrées
|
|
66
|
+
- **Risque de stabilité** : Les serveurs MCP sont des processus externes qui peuvent planter, expirer ou retourner des formats inattendus, nécessitant une gestion d'erreurs supplémentaire
|
|
67
|
+
|
|
68
|
+
### Recommandations pratiques
|
|
69
|
+
|
|
70
|
+
| Scénario | Recommandation |
|
|
71
|
+
|----------|---------------|
|
|
72
|
+
| Conversations longues, interactions fréquentes | Minimiser le nombre d'outils MCP pour protéger la stabilité du préfixe de cache |
|
|
73
|
+
| Tâches courtes, opérations ponctuelles | Utiliser librement les outils MCP ; l'impact sur le cache est limité |
|
|
74
|
+
| Ajout/suppression fréquent de serveurs MCP | Chaque changement déclenche une reconstruction complète du cache ; envisager de fixer l'ensemble d'outils |
|
|
75
|
+
| Schemas d'outils surdimensionnés | Réduire les descriptions et énumérations pour diminuer l'empreinte en tokens du préfixe |
|
|
76
|
+
|
|
77
|
+
Dans le panneau Context de cc-viewer, les outils MCP sont affichés aux côtés des outils intégrés dans la zone Tools, offrant une vue claire de la taille du Schema de chaque outil et de sa contribution au préfixe de cache.
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Pollution de contexte de l'API de traduction
|
|
2
|
+
|
|
3
|
+
## Contexte
|
|
4
|
+
|
|
5
|
+
CC-Viewer intègre une fonctionnalité de traduction (`POST /api/translate`) alimentée par l'API Messages d'Anthropic. Dans l'implémentation initiale, les requêtes de traduction réutilisaient les identifiants d'authentification mis en cache de la session Claude Code — incluant les en-têtes `x-api-key` et `authorization`. Cela a provoqué un problème subtil mais grave : les résultats de traduction renvoyaient fréquemment du contenu sans rapport.
|
|
6
|
+
|
|
7
|
+
## Cause profonde
|
|
8
|
+
|
|
9
|
+
### Différence fondamentale entre les deux méthodes d'authentification
|
|
10
|
+
|
|
11
|
+
L'API Anthropic prend en charge deux méthodes d'authentification :
|
|
12
|
+
|
|
13
|
+
| Méthode | En-tête | Source typique | Caractéristiques |
|
|
14
|
+
|---------|---------|----------------|------------------|
|
|
15
|
+
| Clé API | `x-api-key: sk-ant-...` | Variable d'environnement / Console | Sans état, chaque requête est indépendante |
|
|
16
|
+
| Jeton OAuth | `authorization: Bearer sessionToken` | Connexion par abonnement Claude Code | Lié à la session, le serveur maintient l'association de contexte |
|
|
17
|
+
|
|
18
|
+
La différence clé : **les clés API sont sans état** — chaque requête est complètement indépendante ; tandis que **les jetons de session OAuth sont avec état** — le serveur Anthropic associe les requêtes utilisant le même jeton au même contexte de session.
|
|
19
|
+
|
|
20
|
+
### Chaîne de pollution
|
|
21
|
+
|
|
22
|
+
Lorsque Claude Code utilise la connexion OAuth par abonnement, le flux d'authentification se présente ainsi :
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
Conversation principale Claude Code ──(authorization: Bearer sessionToken)──→ Anthropic API
|
|
26
|
+
↑
|
|
27
|
+
Requête de traduction CC-Viewer ──(authorization: Bearer sessionToken)──→ Anthropic API
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Étant donné que les requêtes de traduction réutilisaient le même jeton de session, le serveur Anthropic pouvait associer les requêtes de traduction au contexte de la conversation principale de Claude Code. Cela entraîne :
|
|
31
|
+
|
|
32
|
+
1. **Les résultats de traduction sont influencés par le contexte de la conversation principale** : Le prompt système de la requête de traduction est « vous êtes un traducteur », mais le contexte serveur contient toujours l'historique de conversation de Claude Code, ce qui peut interférer avec le modèle
|
|
33
|
+
2. **La conversation principale est perturbée par les requêtes de traduction** : Le contenu des requêtes de traduction (fragments de texte d'interface) peut être injecté dans le contexte de la conversation principale, provoquant des déviations dans les réponses de Claude Code
|
|
34
|
+
3. **Comportement imprévisible** : La pollution de contexte étant un comportement côté serveur, le client ne peut ni la détecter ni la contrôler
|
|
35
|
+
|
|
36
|
+
## Leçons retenues
|
|
37
|
+
|
|
38
|
+
- **Les jetons de session OAuth ne sont pas « juste une autre clé API »** — ils portent un état côté serveur, les réutiliser signifie partager le contexte
|
|
39
|
+
- **Les appels de services internes doivent utiliser une authentification indépendante et sans état** pour éviter toute association avec les sessions utilisateur
|
|
40
|
+
|
|
41
|
+
## Références
|
|
42
|
+
|
|
43
|
+
- [Anthropic API Authentication Docs](https://docs.anthropic.com/en/api/getting-started)
|
|
44
|
+
- [Claude Code Authentication](https://support.claude.com/en/articles/12304248-managing-api-key-environment-variables-in-claude-code)
|
|
45
|
+
- [Anthropic Bans Subscription OAuth in Third-Party Apps](https://winbuzzer.com/2026/02/19/anthropic-bans-claude-subscription-oauth-in-third-party-apps-xcxwbn/)
|
|
46
|
+
- [Claude Code Authentication: API Keys, Subscriptions, and SSO](https://developertoolkit.ai/en/claude-code/quick-start/authentication/)
|