cc-viewer 1.7.21 → 1.7.23
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/README.md +1 -1
- package/concepts/ar/Tool-Artifact.md +7 -0
- package/concepts/ar/Tool-EndConversation.md +35 -0
- package/concepts/ar/Tool-LSP.md +6 -1
- package/concepts/ar/Tool-ListAgents.md +35 -0
- package/concepts/ar/Tool-ListConnectors.md +34 -0
- package/concepts/ar/Tool-ListMcpResources.md +35 -0
- package/concepts/ar/Tool-ListPlugins.md +35 -0
- package/concepts/ar/Tool-ListSkills.md +37 -0
- package/concepts/ar/Tool-Monitor.md +7 -0
- package/concepts/ar/Tool-Projects.md +46 -0
- package/concepts/ar/Tool-ProposeGoal.md +43 -0
- package/concepts/ar/Tool-PushNotification.md +6 -0
- package/concepts/ar/Tool-REPL.md +47 -0
- package/concepts/ar/Tool-ReadMcpResource.md +32 -0
- package/concepts/ar/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/ar/Tool-ReadNotifications.md +27 -0
- package/concepts/ar/Tool-RemoteTrigger.md +7 -0
- package/concepts/ar/Tool-ScheduleWakeup.md +5 -0
- package/concepts/ar/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/ar/Tool-SendFeedback.md +38 -0
- package/concepts/ar/Tool-SendFile.md +36 -0
- package/concepts/ar/Tool-SendMessage.md +5 -0
- package/concepts/ar/Tool-SendUserFile.md +38 -0
- package/concepts/ar/Tool-SendUserMessage.md +38 -0
- package/concepts/ar/Tool-SuggestConnectors.md +28 -0
- package/concepts/ar/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/ar/Tool-SuggestSkills.md +33 -0
- package/concepts/ar/Tool-TaskCreate.md +6 -0
- package/concepts/ar/Tool-TaskGet.md +6 -0
- package/concepts/ar/Tool-TaskList.md +6 -0
- package/concepts/ar/Tool-TaskUpdate.md +6 -0
- package/concepts/ar/Tool-TodoWrite.md +43 -0
- package/concepts/ar/Tool-ToolSearch.md +5 -0
- package/concepts/ar/Tool-WebSearch.md +6 -0
- package/concepts/ar/Tools.md +26 -4
- package/concepts/da/Tool-Artifact.md +8 -1
- package/concepts/da/Tool-EndConversation.md +35 -0
- package/concepts/da/Tool-LSP.md +6 -1
- package/concepts/da/Tool-ListAgents.md +35 -0
- package/concepts/da/Tool-ListConnectors.md +34 -0
- package/concepts/da/Tool-ListMcpResources.md +35 -0
- package/concepts/da/Tool-ListPlugins.md +35 -0
- package/concepts/da/Tool-ListSkills.md +37 -0
- package/concepts/da/Tool-Monitor.md +7 -0
- package/concepts/da/Tool-Projects.md +46 -0
- package/concepts/da/Tool-ProposeGoal.md +43 -0
- package/concepts/da/Tool-PushNotification.md +6 -0
- package/concepts/da/Tool-REPL.md +47 -0
- package/concepts/da/Tool-ReadMcpResource.md +32 -0
- package/concepts/da/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/da/Tool-ReadNotifications.md +27 -0
- package/concepts/da/Tool-RemoteTrigger.md +7 -0
- package/concepts/da/Tool-ScheduleWakeup.md +5 -0
- package/concepts/da/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/da/Tool-SendFeedback.md +38 -0
- package/concepts/da/Tool-SendFile.md +36 -0
- package/concepts/da/Tool-SendMessage.md +5 -0
- package/concepts/da/Tool-SendUserFile.md +38 -0
- package/concepts/da/Tool-SendUserMessage.md +38 -0
- package/concepts/da/Tool-SuggestConnectors.md +28 -0
- package/concepts/da/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/da/Tool-SuggestSkills.md +33 -0
- package/concepts/da/Tool-TaskCreate.md +6 -0
- package/concepts/da/Tool-TaskGet.md +6 -0
- package/concepts/da/Tool-TaskList.md +6 -0
- package/concepts/da/Tool-TaskUpdate.md +6 -0
- package/concepts/da/Tool-TodoWrite.md +43 -0
- package/concepts/da/Tool-ToolSearch.md +5 -0
- package/concepts/da/Tool-WebSearch.md +6 -0
- package/concepts/da/Tools.md +26 -4
- package/concepts/de/Tool-Artifact.md +7 -0
- package/concepts/de/Tool-EndConversation.md +35 -0
- package/concepts/de/Tool-LSP.md +6 -1
- package/concepts/de/Tool-ListAgents.md +35 -0
- package/concepts/de/Tool-ListConnectors.md +34 -0
- package/concepts/de/Tool-ListMcpResources.md +35 -0
- package/concepts/de/Tool-ListPlugins.md +35 -0
- package/concepts/de/Tool-ListSkills.md +37 -0
- package/concepts/de/Tool-Monitor.md +7 -0
- package/concepts/de/Tool-Projects.md +46 -0
- package/concepts/de/Tool-ProposeGoal.md +43 -0
- package/concepts/de/Tool-PushNotification.md +6 -0
- package/concepts/de/Tool-REPL.md +47 -0
- package/concepts/de/Tool-ReadMcpResource.md +32 -0
- package/concepts/de/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/de/Tool-ReadNotifications.md +27 -0
- package/concepts/de/Tool-RemoteTrigger.md +7 -0
- package/concepts/de/Tool-ScheduleWakeup.md +5 -0
- package/concepts/de/Tool-SearchMcpRegistry.md +30 -0
- package/concepts/de/Tool-SendFeedback.md +38 -0
- package/concepts/de/Tool-SendFile.md +36 -0
- package/concepts/de/Tool-SendMessage.md +5 -0
- package/concepts/de/Tool-SendUserFile.md +38 -0
- package/concepts/de/Tool-SendUserMessage.md +38 -0
- package/concepts/de/Tool-SuggestConnectors.md +28 -0
- package/concepts/de/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/de/Tool-SuggestSkills.md +33 -0
- package/concepts/de/Tool-TaskCreate.md +6 -0
- package/concepts/de/Tool-TaskGet.md +6 -0
- package/concepts/de/Tool-TaskList.md +6 -0
- package/concepts/de/Tool-TaskUpdate.md +6 -0
- package/concepts/de/Tool-TodoWrite.md +43 -0
- package/concepts/de/Tool-ToolSearch.md +5 -0
- package/concepts/de/Tool-WebSearch.md +6 -0
- package/concepts/de/Tools.md +26 -4
- package/concepts/en/ProxySwitch.md +13 -0
- package/concepts/en/Tool-Artifact.md +7 -0
- package/concepts/en/Tool-EndConversation.md +35 -0
- package/concepts/en/Tool-LSP.md +5 -0
- package/concepts/en/Tool-ListAgents.md +35 -0
- package/concepts/en/Tool-ListConnectors.md +34 -0
- package/concepts/en/Tool-ListMcpResources.md +35 -0
- package/concepts/en/Tool-ListPlugins.md +35 -0
- package/concepts/en/Tool-ListSkills.md +37 -0
- package/concepts/en/Tool-Monitor.md +7 -0
- package/concepts/en/Tool-Projects.md +46 -0
- package/concepts/en/Tool-ProposeGoal.md +43 -0
- package/concepts/en/Tool-PushNotification.md +6 -0
- package/concepts/en/Tool-REPL.md +47 -0
- package/concepts/en/Tool-ReadMcpResource.md +32 -0
- package/concepts/en/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/en/Tool-ReadNotifications.md +27 -0
- package/concepts/en/Tool-RemoteTrigger.md +7 -0
- package/concepts/en/Tool-ScheduleWakeup.md +5 -0
- package/concepts/en/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/en/Tool-SendFeedback.md +38 -0
- package/concepts/en/Tool-SendFile.md +36 -0
- package/concepts/en/Tool-SendMessage.md +5 -0
- package/concepts/en/Tool-SendUserFile.md +38 -0
- package/concepts/en/Tool-SendUserMessage.md +38 -0
- package/concepts/en/Tool-SuggestConnectors.md +28 -0
- package/concepts/en/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/en/Tool-SuggestSkills.md +33 -0
- package/concepts/en/Tool-TaskCreate.md +6 -0
- package/concepts/en/Tool-TaskGet.md +6 -0
- package/concepts/en/Tool-TaskList.md +6 -0
- package/concepts/en/Tool-TaskUpdate.md +6 -0
- package/concepts/en/Tool-TodoWrite.md +43 -0
- package/concepts/en/Tool-ToolSearch.md +5 -0
- package/concepts/en/Tool-WebSearch.md +6 -0
- package/concepts/en/Tools.md +26 -4
- package/concepts/es/Tool-Artifact.md +7 -0
- package/concepts/es/Tool-EndConversation.md +35 -0
- package/concepts/es/Tool-LSP.md +5 -0
- package/concepts/es/Tool-ListAgents.md +35 -0
- package/concepts/es/Tool-ListConnectors.md +34 -0
- package/concepts/es/Tool-ListMcpResources.md +35 -0
- package/concepts/es/Tool-ListPlugins.md +35 -0
- package/concepts/es/Tool-ListSkills.md +37 -0
- package/concepts/es/Tool-Monitor.md +7 -0
- package/concepts/es/Tool-Projects.md +46 -0
- package/concepts/es/Tool-ProposeGoal.md +43 -0
- package/concepts/es/Tool-PushNotification.md +6 -0
- package/concepts/es/Tool-REPL.md +47 -0
- package/concepts/es/Tool-ReadMcpResource.md +32 -0
- package/concepts/es/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/es/Tool-ReadNotifications.md +27 -0
- package/concepts/es/Tool-RemoteTrigger.md +7 -0
- package/concepts/es/Tool-ScheduleWakeup.md +5 -0
- package/concepts/es/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/es/Tool-SendFeedback.md +38 -0
- package/concepts/es/Tool-SendFile.md +36 -0
- package/concepts/es/Tool-SendMessage.md +5 -0
- package/concepts/es/Tool-SendUserFile.md +38 -0
- package/concepts/es/Tool-SendUserMessage.md +38 -0
- package/concepts/es/Tool-SuggestConnectors.md +28 -0
- package/concepts/es/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/es/Tool-SuggestSkills.md +33 -0
- package/concepts/es/Tool-TaskCreate.md +6 -0
- package/concepts/es/Tool-TaskGet.md +6 -0
- package/concepts/es/Tool-TaskList.md +6 -0
- package/concepts/es/Tool-TaskUpdate.md +6 -0
- package/concepts/es/Tool-TodoWrite.md +43 -0
- package/concepts/es/Tool-ToolSearch.md +5 -0
- package/concepts/es/Tool-WebSearch.md +6 -0
- package/concepts/es/Tools.md +26 -4
- package/concepts/fr/Tool-Artifact.md +7 -0
- package/concepts/fr/Tool-EndConversation.md +35 -0
- package/concepts/fr/Tool-LSP.md +5 -0
- package/concepts/fr/Tool-ListAgents.md +35 -0
- package/concepts/fr/Tool-ListConnectors.md +34 -0
- package/concepts/fr/Tool-ListMcpResources.md +35 -0
- package/concepts/fr/Tool-ListPlugins.md +35 -0
- package/concepts/fr/Tool-ListSkills.md +37 -0
- package/concepts/fr/Tool-Monitor.md +7 -0
- package/concepts/fr/Tool-Projects.md +46 -0
- package/concepts/fr/Tool-ProposeGoal.md +43 -0
- package/concepts/fr/Tool-PushNotification.md +6 -0
- package/concepts/fr/Tool-REPL.md +47 -0
- package/concepts/fr/Tool-ReadMcpResource.md +32 -0
- package/concepts/fr/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/fr/Tool-ReadNotifications.md +27 -0
- package/concepts/fr/Tool-RemoteTrigger.md +7 -0
- package/concepts/fr/Tool-ScheduleWakeup.md +5 -0
- package/concepts/fr/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/fr/Tool-SendFeedback.md +38 -0
- package/concepts/fr/Tool-SendFile.md +36 -0
- package/concepts/fr/Tool-SendMessage.md +5 -0
- package/concepts/fr/Tool-SendUserFile.md +38 -0
- package/concepts/fr/Tool-SendUserMessage.md +38 -0
- package/concepts/fr/Tool-SuggestConnectors.md +28 -0
- package/concepts/fr/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/fr/Tool-SuggestSkills.md +33 -0
- package/concepts/fr/Tool-TaskCreate.md +6 -0
- package/concepts/fr/Tool-TaskGet.md +6 -0
- package/concepts/fr/Tool-TaskList.md +6 -0
- package/concepts/fr/Tool-TaskUpdate.md +6 -0
- package/concepts/fr/Tool-TodoWrite.md +43 -0
- package/concepts/fr/Tool-ToolSearch.md +5 -0
- package/concepts/fr/Tool-WebSearch.md +6 -0
- package/concepts/fr/Tools.md +26 -4
- package/concepts/it/Tool-Artifact.md +7 -0
- package/concepts/it/Tool-EndConversation.md +35 -0
- package/concepts/it/Tool-LSP.md +5 -0
- package/concepts/it/Tool-ListAgents.md +35 -0
- package/concepts/it/Tool-ListConnectors.md +34 -0
- package/concepts/it/Tool-ListMcpResources.md +35 -0
- package/concepts/it/Tool-ListPlugins.md +35 -0
- package/concepts/it/Tool-ListSkills.md +37 -0
- package/concepts/it/Tool-Monitor.md +7 -0
- package/concepts/it/Tool-Projects.md +46 -0
- package/concepts/it/Tool-ProposeGoal.md +43 -0
- package/concepts/it/Tool-PushNotification.md +6 -0
- package/concepts/it/Tool-REPL.md +47 -0
- package/concepts/it/Tool-ReadMcpResource.md +32 -0
- package/concepts/it/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/it/Tool-ReadNotifications.md +27 -0
- package/concepts/it/Tool-RemoteTrigger.md +7 -0
- package/concepts/it/Tool-ScheduleWakeup.md +5 -0
- package/concepts/it/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/it/Tool-SendFeedback.md +38 -0
- package/concepts/it/Tool-SendFile.md +36 -0
- package/concepts/it/Tool-SendMessage.md +5 -0
- package/concepts/it/Tool-SendUserFile.md +38 -0
- package/concepts/it/Tool-SendUserMessage.md +38 -0
- package/concepts/it/Tool-SuggestConnectors.md +28 -0
- package/concepts/it/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/it/Tool-SuggestSkills.md +33 -0
- package/concepts/it/Tool-TaskCreate.md +6 -0
- package/concepts/it/Tool-TaskGet.md +6 -0
- package/concepts/it/Tool-TaskList.md +6 -0
- package/concepts/it/Tool-TaskUpdate.md +6 -0
- package/concepts/it/Tool-TodoWrite.md +43 -0
- package/concepts/it/Tool-ToolSearch.md +5 -0
- package/concepts/it/Tool-WebSearch.md +6 -0
- package/concepts/it/Tools.md +26 -4
- package/concepts/ja/Tool-Artifact.md +7 -0
- package/concepts/ja/Tool-EndConversation.md +35 -0
- package/concepts/ja/Tool-LSP.md +5 -0
- package/concepts/ja/Tool-ListAgents.md +35 -0
- package/concepts/ja/Tool-ListConnectors.md +34 -0
- package/concepts/ja/Tool-ListMcpResources.md +35 -0
- package/concepts/ja/Tool-ListPlugins.md +35 -0
- package/concepts/ja/Tool-ListSkills.md +37 -0
- package/concepts/ja/Tool-Monitor.md +7 -0
- package/concepts/ja/Tool-Projects.md +46 -0
- package/concepts/ja/Tool-ProposeGoal.md +43 -0
- package/concepts/ja/Tool-PushNotification.md +6 -0
- package/concepts/ja/Tool-REPL.md +47 -0
- package/concepts/ja/Tool-ReadMcpResource.md +32 -0
- package/concepts/ja/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/ja/Tool-ReadNotifications.md +27 -0
- package/concepts/ja/Tool-RemoteTrigger.md +7 -0
- package/concepts/ja/Tool-ScheduleWakeup.md +5 -0
- package/concepts/ja/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/ja/Tool-SendFeedback.md +38 -0
- package/concepts/ja/Tool-SendFile.md +36 -0
- package/concepts/ja/Tool-SendMessage.md +5 -0
- package/concepts/ja/Tool-SendUserFile.md +38 -0
- package/concepts/ja/Tool-SendUserMessage.md +38 -0
- package/concepts/ja/Tool-SuggestConnectors.md +28 -0
- package/concepts/ja/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/ja/Tool-SuggestSkills.md +33 -0
- package/concepts/ja/Tool-TaskCreate.md +6 -0
- package/concepts/ja/Tool-TaskGet.md +6 -0
- package/concepts/ja/Tool-TaskList.md +6 -0
- package/concepts/ja/Tool-TaskUpdate.md +6 -0
- package/concepts/ja/Tool-TodoWrite.md +43 -0
- package/concepts/ja/Tool-ToolSearch.md +5 -0
- package/concepts/ja/Tool-WebSearch.md +6 -0
- package/concepts/ja/Tools.md +26 -4
- package/concepts/ko/Tool-Artifact.md +7 -0
- package/concepts/ko/Tool-EndConversation.md +35 -0
- package/concepts/ko/Tool-LSP.md +5 -0
- package/concepts/ko/Tool-ListAgents.md +35 -0
- package/concepts/ko/Tool-ListConnectors.md +34 -0
- package/concepts/ko/Tool-ListMcpResources.md +35 -0
- package/concepts/ko/Tool-ListPlugins.md +35 -0
- package/concepts/ko/Tool-ListSkills.md +37 -0
- package/concepts/ko/Tool-Monitor.md +7 -0
- package/concepts/ko/Tool-Projects.md +46 -0
- package/concepts/ko/Tool-ProposeGoal.md +43 -0
- package/concepts/ko/Tool-PushNotification.md +6 -0
- package/concepts/ko/Tool-REPL.md +47 -0
- package/concepts/ko/Tool-ReadMcpResource.md +32 -0
- package/concepts/ko/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/ko/Tool-ReadNotifications.md +27 -0
- package/concepts/ko/Tool-RemoteTrigger.md +7 -0
- package/concepts/ko/Tool-ScheduleWakeup.md +5 -0
- package/concepts/ko/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/ko/Tool-SendFeedback.md +38 -0
- package/concepts/ko/Tool-SendFile.md +36 -0
- package/concepts/ko/Tool-SendMessage.md +5 -0
- package/concepts/ko/Tool-SendUserFile.md +38 -0
- package/concepts/ko/Tool-SendUserMessage.md +38 -0
- package/concepts/ko/Tool-SuggestConnectors.md +28 -0
- package/concepts/ko/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/ko/Tool-SuggestSkills.md +33 -0
- package/concepts/ko/Tool-TaskCreate.md +6 -0
- package/concepts/ko/Tool-TaskGet.md +6 -0
- package/concepts/ko/Tool-TaskList.md +6 -0
- package/concepts/ko/Tool-TaskUpdate.md +6 -0
- package/concepts/ko/Tool-TodoWrite.md +43 -0
- package/concepts/ko/Tool-ToolSearch.md +5 -0
- package/concepts/ko/Tool-WebSearch.md +6 -0
- package/concepts/ko/Tools.md +26 -4
- package/concepts/no/Tool-Artifact.md +7 -0
- package/concepts/no/Tool-EndConversation.md +35 -0
- package/concepts/no/Tool-LSP.md +7 -2
- package/concepts/no/Tool-ListAgents.md +35 -0
- package/concepts/no/Tool-ListConnectors.md +34 -0
- package/concepts/no/Tool-ListMcpResources.md +35 -0
- package/concepts/no/Tool-ListPlugins.md +35 -0
- package/concepts/no/Tool-ListSkills.md +37 -0
- package/concepts/no/Tool-Monitor.md +7 -0
- package/concepts/no/Tool-Projects.md +46 -0
- package/concepts/no/Tool-ProposeGoal.md +43 -0
- package/concepts/no/Tool-PushNotification.md +6 -0
- package/concepts/no/Tool-REPL.md +47 -0
- package/concepts/no/Tool-ReadMcpResource.md +32 -0
- package/concepts/no/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/no/Tool-ReadNotifications.md +27 -0
- package/concepts/no/Tool-RemoteTrigger.md +7 -0
- package/concepts/no/Tool-ScheduleWakeup.md +5 -0
- package/concepts/no/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/no/Tool-SendFeedback.md +38 -0
- package/concepts/no/Tool-SendFile.md +36 -0
- package/concepts/no/Tool-SendMessage.md +5 -0
- package/concepts/no/Tool-SendUserFile.md +38 -0
- package/concepts/no/Tool-SendUserMessage.md +38 -0
- package/concepts/no/Tool-SuggestConnectors.md +28 -0
- package/concepts/no/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/no/Tool-SuggestSkills.md +33 -0
- package/concepts/no/Tool-TaskCreate.md +6 -0
- package/concepts/no/Tool-TaskGet.md +6 -0
- package/concepts/no/Tool-TaskList.md +6 -0
- package/concepts/no/Tool-TaskUpdate.md +6 -0
- package/concepts/no/Tool-TodoWrite.md +43 -0
- package/concepts/no/Tool-ToolSearch.md +5 -0
- package/concepts/no/Tool-WebSearch.md +6 -0
- package/concepts/no/Tools.md +26 -4
- package/concepts/pl/Tool-Artifact.md +7 -0
- package/concepts/pl/Tool-EndConversation.md +35 -0
- package/concepts/pl/Tool-LSP.md +5 -0
- package/concepts/pl/Tool-ListAgents.md +35 -0
- package/concepts/pl/Tool-ListConnectors.md +34 -0
- package/concepts/pl/Tool-ListMcpResources.md +35 -0
- package/concepts/pl/Tool-ListPlugins.md +35 -0
- package/concepts/pl/Tool-ListSkills.md +37 -0
- package/concepts/pl/Tool-Monitor.md +7 -0
- package/concepts/pl/Tool-Projects.md +46 -0
- package/concepts/pl/Tool-ProposeGoal.md +43 -0
- package/concepts/pl/Tool-PushNotification.md +6 -0
- package/concepts/pl/Tool-REPL.md +47 -0
- package/concepts/pl/Tool-ReadMcpResource.md +32 -0
- package/concepts/pl/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/pl/Tool-ReadNotifications.md +27 -0
- package/concepts/pl/Tool-RemoteTrigger.md +7 -0
- package/concepts/pl/Tool-ScheduleWakeup.md +5 -0
- package/concepts/pl/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/pl/Tool-SendFeedback.md +38 -0
- package/concepts/pl/Tool-SendFile.md +36 -0
- package/concepts/pl/Tool-SendMessage.md +5 -0
- package/concepts/pl/Tool-SendUserFile.md +38 -0
- package/concepts/pl/Tool-SendUserMessage.md +38 -0
- package/concepts/pl/Tool-SuggestConnectors.md +28 -0
- package/concepts/pl/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/pl/Tool-SuggestSkills.md +33 -0
- package/concepts/pl/Tool-TaskCreate.md +6 -0
- package/concepts/pl/Tool-TaskGet.md +6 -0
- package/concepts/pl/Tool-TaskList.md +6 -0
- package/concepts/pl/Tool-TaskUpdate.md +6 -0
- package/concepts/pl/Tool-TodoWrite.md +43 -0
- package/concepts/pl/Tool-ToolSearch.md +5 -0
- package/concepts/pl/Tool-WebSearch.md +6 -0
- package/concepts/pl/Tools.md +26 -4
- package/concepts/pt-BR/Tool-Artifact.md +7 -0
- package/concepts/pt-BR/Tool-EndConversation.md +35 -0
- package/concepts/pt-BR/Tool-LSP.md +5 -0
- package/concepts/pt-BR/Tool-ListAgents.md +35 -0
- package/concepts/pt-BR/Tool-ListConnectors.md +34 -0
- package/concepts/pt-BR/Tool-ListMcpResources.md +35 -0
- package/concepts/pt-BR/Tool-ListPlugins.md +35 -0
- package/concepts/pt-BR/Tool-ListSkills.md +37 -0
- package/concepts/pt-BR/Tool-Monitor.md +7 -0
- package/concepts/pt-BR/Tool-Projects.md +46 -0
- package/concepts/pt-BR/Tool-ProposeGoal.md +43 -0
- package/concepts/pt-BR/Tool-PushNotification.md +6 -0
- package/concepts/pt-BR/Tool-REPL.md +47 -0
- package/concepts/pt-BR/Tool-ReadMcpResource.md +32 -0
- package/concepts/pt-BR/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/pt-BR/Tool-ReadNotifications.md +27 -0
- package/concepts/pt-BR/Tool-RemoteTrigger.md +7 -0
- package/concepts/pt-BR/Tool-ScheduleWakeup.md +5 -0
- package/concepts/pt-BR/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/pt-BR/Tool-SendFeedback.md +38 -0
- package/concepts/pt-BR/Tool-SendFile.md +36 -0
- package/concepts/pt-BR/Tool-SendMessage.md +5 -0
- package/concepts/pt-BR/Tool-SendUserFile.md +38 -0
- package/concepts/pt-BR/Tool-SendUserMessage.md +38 -0
- package/concepts/pt-BR/Tool-SuggestConnectors.md +28 -0
- package/concepts/pt-BR/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/pt-BR/Tool-SuggestSkills.md +33 -0
- package/concepts/pt-BR/Tool-TaskCreate.md +6 -0
- package/concepts/pt-BR/Tool-TaskGet.md +6 -0
- package/concepts/pt-BR/Tool-TaskList.md +6 -0
- package/concepts/pt-BR/Tool-TaskUpdate.md +6 -0
- package/concepts/pt-BR/Tool-TodoWrite.md +43 -0
- package/concepts/pt-BR/Tool-ToolSearch.md +5 -0
- package/concepts/pt-BR/Tool-WebSearch.md +6 -0
- package/concepts/pt-BR/Tools.md +26 -4
- package/concepts/ru/Tool-Artifact.md +7 -0
- package/concepts/ru/Tool-EndConversation.md +35 -0
- package/concepts/ru/Tool-LSP.md +5 -0
- package/concepts/ru/Tool-ListAgents.md +35 -0
- package/concepts/ru/Tool-ListConnectors.md +34 -0
- package/concepts/ru/Tool-ListMcpResources.md +35 -0
- package/concepts/ru/Tool-ListPlugins.md +35 -0
- package/concepts/ru/Tool-ListSkills.md +37 -0
- package/concepts/ru/Tool-Monitor.md +7 -0
- package/concepts/ru/Tool-Projects.md +46 -0
- package/concepts/ru/Tool-ProposeGoal.md +43 -0
- package/concepts/ru/Tool-PushNotification.md +6 -0
- package/concepts/ru/Tool-REPL.md +47 -0
- package/concepts/ru/Tool-ReadMcpResource.md +32 -0
- package/concepts/ru/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/ru/Tool-ReadNotifications.md +27 -0
- package/concepts/ru/Tool-RemoteTrigger.md +7 -0
- package/concepts/ru/Tool-ScheduleWakeup.md +5 -0
- package/concepts/ru/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/ru/Tool-SendFeedback.md +38 -0
- package/concepts/ru/Tool-SendFile.md +36 -0
- package/concepts/ru/Tool-SendMessage.md +5 -0
- package/concepts/ru/Tool-SendUserFile.md +38 -0
- package/concepts/ru/Tool-SendUserMessage.md +38 -0
- package/concepts/ru/Tool-SuggestConnectors.md +28 -0
- package/concepts/ru/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/ru/Tool-SuggestSkills.md +33 -0
- package/concepts/ru/Tool-TaskCreate.md +6 -0
- package/concepts/ru/Tool-TaskGet.md +6 -0
- package/concepts/ru/Tool-TaskList.md +6 -0
- package/concepts/ru/Tool-TaskUpdate.md +6 -0
- package/concepts/ru/Tool-TodoWrite.md +43 -0
- package/concepts/ru/Tool-ToolSearch.md +5 -0
- package/concepts/ru/Tool-WebSearch.md +6 -0
- package/concepts/ru/Tools.md +26 -4
- package/concepts/th/Tool-Artifact.md +7 -0
- package/concepts/th/Tool-EndConversation.md +35 -0
- package/concepts/th/Tool-LSP.md +5 -0
- package/concepts/th/Tool-ListAgents.md +35 -0
- package/concepts/th/Tool-ListConnectors.md +34 -0
- package/concepts/th/Tool-ListMcpResources.md +35 -0
- package/concepts/th/Tool-ListPlugins.md +35 -0
- package/concepts/th/Tool-ListSkills.md +37 -0
- package/concepts/th/Tool-Monitor.md +7 -0
- package/concepts/th/Tool-Projects.md +46 -0
- package/concepts/th/Tool-ProposeGoal.md +43 -0
- package/concepts/th/Tool-PushNotification.md +6 -0
- package/concepts/th/Tool-REPL.md +47 -0
- package/concepts/th/Tool-ReadMcpResource.md +32 -0
- package/concepts/th/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/th/Tool-ReadNotifications.md +27 -0
- package/concepts/th/Tool-RemoteTrigger.md +7 -0
- package/concepts/th/Tool-ScheduleWakeup.md +5 -0
- package/concepts/th/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/th/Tool-SendFeedback.md +38 -0
- package/concepts/th/Tool-SendFile.md +36 -0
- package/concepts/th/Tool-SendMessage.md +5 -0
- package/concepts/th/Tool-SendUserFile.md +38 -0
- package/concepts/th/Tool-SendUserMessage.md +38 -0
- package/concepts/th/Tool-SuggestConnectors.md +28 -0
- package/concepts/th/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/th/Tool-SuggestSkills.md +33 -0
- package/concepts/th/Tool-TaskCreate.md +6 -0
- package/concepts/th/Tool-TaskGet.md +6 -0
- package/concepts/th/Tool-TaskList.md +6 -0
- package/concepts/th/Tool-TaskUpdate.md +6 -0
- package/concepts/th/Tool-TodoWrite.md +43 -0
- package/concepts/th/Tool-ToolSearch.md +5 -0
- package/concepts/th/Tool-WebSearch.md +13 -7
- package/concepts/th/Tools.md +26 -4
- package/concepts/tr/Tool-Artifact.md +7 -0
- package/concepts/tr/Tool-EndConversation.md +35 -0
- package/concepts/tr/Tool-LSP.md +5 -0
- package/concepts/tr/Tool-ListAgents.md +35 -0
- package/concepts/tr/Tool-ListConnectors.md +34 -0
- package/concepts/tr/Tool-ListMcpResources.md +35 -0
- package/concepts/tr/Tool-ListPlugins.md +35 -0
- package/concepts/tr/Tool-ListSkills.md +37 -0
- package/concepts/tr/Tool-Monitor.md +7 -0
- package/concepts/tr/Tool-Projects.md +46 -0
- package/concepts/tr/Tool-ProposeGoal.md +43 -0
- package/concepts/tr/Tool-PushNotification.md +6 -0
- package/concepts/tr/Tool-REPL.md +47 -0
- package/concepts/tr/Tool-ReadMcpResource.md +32 -0
- package/concepts/tr/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/tr/Tool-ReadNotifications.md +27 -0
- package/concepts/tr/Tool-RemoteTrigger.md +7 -0
- package/concepts/tr/Tool-ScheduleWakeup.md +5 -0
- package/concepts/tr/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/tr/Tool-SendFeedback.md +38 -0
- package/concepts/tr/Tool-SendFile.md +36 -0
- package/concepts/tr/Tool-SendMessage.md +5 -0
- package/concepts/tr/Tool-SendUserFile.md +38 -0
- package/concepts/tr/Tool-SendUserMessage.md +38 -0
- package/concepts/tr/Tool-SuggestConnectors.md +28 -0
- package/concepts/tr/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/tr/Tool-SuggestSkills.md +33 -0
- package/concepts/tr/Tool-TaskCreate.md +6 -0
- package/concepts/tr/Tool-TaskGet.md +6 -0
- package/concepts/tr/Tool-TaskList.md +6 -0
- package/concepts/tr/Tool-TaskUpdate.md +6 -0
- package/concepts/tr/Tool-TodoWrite.md +43 -0
- package/concepts/tr/Tool-ToolSearch.md +5 -0
- package/concepts/tr/Tool-WebSearch.md +6 -0
- package/concepts/tr/Tools.md +26 -4
- package/concepts/uk/Tool-Artifact.md +7 -0
- package/concepts/uk/Tool-EndConversation.md +35 -0
- package/concepts/uk/Tool-LSP.md +5 -0
- package/concepts/uk/Tool-ListAgents.md +35 -0
- package/concepts/uk/Tool-ListConnectors.md +34 -0
- package/concepts/uk/Tool-ListMcpResources.md +35 -0
- package/concepts/uk/Tool-ListPlugins.md +35 -0
- package/concepts/uk/Tool-ListSkills.md +37 -0
- package/concepts/uk/Tool-Monitor.md +7 -0
- package/concepts/uk/Tool-Projects.md +46 -0
- package/concepts/uk/Tool-ProposeGoal.md +43 -0
- package/concepts/uk/Tool-PushNotification.md +6 -0
- package/concepts/uk/Tool-REPL.md +47 -0
- package/concepts/uk/Tool-ReadMcpResource.md +32 -0
- package/concepts/uk/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/uk/Tool-ReadNotifications.md +27 -0
- package/concepts/uk/Tool-RemoteTrigger.md +7 -0
- package/concepts/uk/Tool-ScheduleWakeup.md +5 -0
- package/concepts/uk/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/uk/Tool-SendFeedback.md +38 -0
- package/concepts/uk/Tool-SendFile.md +36 -0
- package/concepts/uk/Tool-SendMessage.md +5 -0
- package/concepts/uk/Tool-SendUserFile.md +38 -0
- package/concepts/uk/Tool-SendUserMessage.md +38 -0
- package/concepts/uk/Tool-SuggestConnectors.md +28 -0
- package/concepts/uk/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/uk/Tool-SuggestSkills.md +33 -0
- package/concepts/uk/Tool-TaskCreate.md +6 -0
- package/concepts/uk/Tool-TaskGet.md +6 -0
- package/concepts/uk/Tool-TaskList.md +6 -0
- package/concepts/uk/Tool-TaskUpdate.md +6 -0
- package/concepts/uk/Tool-TodoWrite.md +43 -0
- package/concepts/uk/Tool-ToolSearch.md +5 -0
- package/concepts/uk/Tool-WebSearch.md +6 -0
- package/concepts/uk/Tools.md +26 -4
- package/concepts/zh/ProxySwitch.md +13 -0
- package/concepts/zh/Tool-Artifact.md +7 -0
- package/concepts/zh/Tool-EndConversation.md +35 -0
- package/concepts/zh/Tool-LSP.md +5 -0
- package/concepts/zh/Tool-ListAgents.md +35 -0
- package/concepts/zh/Tool-ListConnectors.md +34 -0
- package/concepts/zh/Tool-ListMcpResources.md +35 -0
- package/concepts/zh/Tool-ListPlugins.md +35 -0
- package/concepts/zh/Tool-ListSkills.md +37 -0
- package/concepts/zh/Tool-Monitor.md +7 -0
- package/concepts/zh/Tool-Projects.md +46 -0
- package/concepts/zh/Tool-ProposeGoal.md +43 -0
- package/concepts/zh/Tool-PushNotification.md +6 -0
- package/concepts/zh/Tool-REPL.md +47 -0
- package/concepts/zh/Tool-ReadMcpResource.md +32 -0
- package/concepts/zh/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/zh/Tool-ReadNotifications.md +27 -0
- package/concepts/zh/Tool-RemoteTrigger.md +7 -0
- package/concepts/zh/Tool-ScheduleWakeup.md +5 -0
- package/concepts/zh/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/zh/Tool-SendFeedback.md +38 -0
- package/concepts/zh/Tool-SendFile.md +36 -0
- package/concepts/zh/Tool-SendMessage.md +5 -0
- package/concepts/zh/Tool-SendUserFile.md +38 -0
- package/concepts/zh/Tool-SendUserMessage.md +38 -0
- package/concepts/zh/Tool-SuggestConnectors.md +28 -0
- package/concepts/zh/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/zh/Tool-SuggestSkills.md +33 -0
- package/concepts/zh/Tool-TaskCreate.md +6 -0
- package/concepts/zh/Tool-TaskGet.md +6 -0
- package/concepts/zh/Tool-TaskList.md +6 -0
- package/concepts/zh/Tool-TaskUpdate.md +6 -0
- package/concepts/zh/Tool-TodoWrite.md +43 -0
- package/concepts/zh/Tool-ToolSearch.md +5 -0
- package/concepts/zh/Tool-WebSearch.md +6 -0
- package/concepts/zh/Tools.md +26 -4
- package/concepts/zh-TW/Tool-Artifact.md +7 -0
- package/concepts/zh-TW/Tool-EndConversation.md +35 -0
- package/concepts/zh-TW/Tool-LSP.md +5 -0
- package/concepts/zh-TW/Tool-ListAgents.md +35 -0
- package/concepts/zh-TW/Tool-ListConnectors.md +34 -0
- package/concepts/zh-TW/Tool-ListMcpResources.md +35 -0
- package/concepts/zh-TW/Tool-ListPlugins.md +35 -0
- package/concepts/zh-TW/Tool-ListSkills.md +37 -0
- package/concepts/zh-TW/Tool-Monitor.md +7 -0
- package/concepts/zh-TW/Tool-Projects.md +46 -0
- package/concepts/zh-TW/Tool-ProposeGoal.md +43 -0
- package/concepts/zh-TW/Tool-PushNotification.md +6 -0
- package/concepts/zh-TW/Tool-REPL.md +47 -0
- package/concepts/zh-TW/Tool-ReadMcpResource.md +32 -0
- package/concepts/zh-TW/Tool-ReadMcpResourceDir.md +32 -0
- package/concepts/zh-TW/Tool-ReadNotifications.md +27 -0
- package/concepts/zh-TW/Tool-RemoteTrigger.md +7 -0
- package/concepts/zh-TW/Tool-ScheduleWakeup.md +5 -0
- package/concepts/zh-TW/Tool-SearchMcpRegistry.md +31 -0
- package/concepts/zh-TW/Tool-SendFeedback.md +38 -0
- package/concepts/zh-TW/Tool-SendFile.md +36 -0
- package/concepts/zh-TW/Tool-SendMessage.md +5 -0
- package/concepts/zh-TW/Tool-SendUserFile.md +38 -0
- package/concepts/zh-TW/Tool-SendUserMessage.md +38 -0
- package/concepts/zh-TW/Tool-SuggestConnectors.md +28 -0
- package/concepts/zh-TW/Tool-SuggestPluginInstall.md +39 -0
- package/concepts/zh-TW/Tool-SuggestSkills.md +33 -0
- package/concepts/zh-TW/Tool-TaskCreate.md +6 -0
- package/concepts/zh-TW/Tool-TaskGet.md +6 -0
- package/concepts/zh-TW/Tool-TaskList.md +6 -0
- package/concepts/zh-TW/Tool-TaskUpdate.md +6 -0
- package/concepts/zh-TW/Tool-TodoWrite.md +43 -0
- package/concepts/zh-TW/Tool-ToolSearch.md +5 -0
- package/concepts/zh-TW/Tool-WebSearch.md +6 -0
- package/concepts/zh-TW/Tools.md +26 -4
- package/dist/assets/App-CusqoEAB.js +2 -0
- package/dist/assets/{MdxEditorPanel-Cd5dGdSB.js → MdxEditorPanel-e5DlfcqJ.js} +1 -1
- package/dist/assets/{Mobile-CRQ3UK4l.js → Mobile-B8xwCLgr.js} +1 -1
- package/dist/assets/{ProxyStatsModal-yeAXJE6u.js → ProxyStatsModal-_w677xPM.js} +1 -1
- package/dist/assets/{index-DxMkkprW.js → index-D6FmFsIz.js} +2 -2
- package/dist/assets/seqResourceLoaders-3K77Znll.js +2 -0
- package/dist/assets/{seqResourceLoaders-pADDTbV6.css → seqResourceLoaders-BgD_Rwvc.css} +1 -1
- package/dist/index.html +1 -1
- package/package.json +5 -4
- package/server/interceptor.js +192 -51
- package/server/lib/interceptor-core.js +91 -0
- package/server/lib/v2/adapter.js +1 -1
- package/server/lib/v2/live-feed.js +2 -0
- package/server/lib/v2/meta-rows.js +3 -0
- package/server/lib/v2/v2-writer.js +1 -1
- package/server/proxy.js +39 -8
- package/server/pty-manager.js +6 -0
- package/server/routes/expert.js +47 -2
- package/server/routes/preferences.js +24 -7
- package/src/utils/toolCatalog.js +8 -7
- package/src/utils/v3Assembler.js +1 -0
- package/src/utils/v3Rows.js +1 -0
- package/concepts/ar/Tool-TeamCreate.md +0 -53
- package/concepts/ar/Tool-TeamDelete.md +0 -44
- package/concepts/ar/Tool-executeCode.md +0 -47
- package/concepts/ar/Tool-getDiagnostics.md +0 -44
- package/concepts/da/Tool-TeamCreate.md +0 -53
- package/concepts/da/Tool-TeamDelete.md +0 -44
- package/concepts/da/Tool-executeCode.md +0 -47
- package/concepts/da/Tool-getDiagnostics.md +0 -44
- package/concepts/de/Tool-TeamCreate.md +0 -53
- package/concepts/de/Tool-TeamDelete.md +0 -44
- package/concepts/de/Tool-executeCode.md +0 -47
- package/concepts/de/Tool-getDiagnostics.md +0 -44
- package/concepts/en/Tool-TeamCreate.md +0 -53
- package/concepts/en/Tool-TeamDelete.md +0 -44
- package/concepts/en/Tool-executeCode.md +0 -47
- package/concepts/en/Tool-getDiagnostics.md +0 -44
- package/concepts/es/Tool-TeamCreate.md +0 -53
- package/concepts/es/Tool-TeamDelete.md +0 -44
- package/concepts/es/Tool-executeCode.md +0 -47
- package/concepts/es/Tool-getDiagnostics.md +0 -44
- package/concepts/fr/Tool-TeamCreate.md +0 -53
- package/concepts/fr/Tool-TeamDelete.md +0 -44
- package/concepts/fr/Tool-executeCode.md +0 -47
- package/concepts/fr/Tool-getDiagnostics.md +0 -44
- package/concepts/it/Tool-TeamCreate.md +0 -53
- package/concepts/it/Tool-TeamDelete.md +0 -44
- package/concepts/it/Tool-executeCode.md +0 -47
- package/concepts/it/Tool-getDiagnostics.md +0 -44
- package/concepts/ja/Tool-TeamCreate.md +0 -53
- package/concepts/ja/Tool-TeamDelete.md +0 -44
- package/concepts/ja/Tool-executeCode.md +0 -47
- package/concepts/ja/Tool-getDiagnostics.md +0 -44
- package/concepts/ko/Tool-TeamCreate.md +0 -53
- package/concepts/ko/Tool-TeamDelete.md +0 -44
- package/concepts/ko/Tool-executeCode.md +0 -47
- package/concepts/ko/Tool-getDiagnostics.md +0 -44
- package/concepts/no/Tool-TeamCreate.md +0 -53
- package/concepts/no/Tool-TeamDelete.md +0 -44
- package/concepts/no/Tool-executeCode.md +0 -47
- package/concepts/no/Tool-getDiagnostics.md +0 -44
- package/concepts/pl/Tool-TeamCreate.md +0 -53
- package/concepts/pl/Tool-TeamDelete.md +0 -44
- package/concepts/pl/Tool-executeCode.md +0 -47
- package/concepts/pl/Tool-getDiagnostics.md +0 -44
- package/concepts/pt-BR/Tool-TeamCreate.md +0 -53
- package/concepts/pt-BR/Tool-TeamDelete.md +0 -44
- package/concepts/pt-BR/Tool-executeCode.md +0 -47
- package/concepts/pt-BR/Tool-getDiagnostics.md +0 -44
- package/concepts/ru/Tool-TeamCreate.md +0 -53
- package/concepts/ru/Tool-TeamDelete.md +0 -44
- package/concepts/ru/Tool-executeCode.md +0 -47
- package/concepts/ru/Tool-getDiagnostics.md +0 -44
- package/concepts/th/Tool-TeamCreate.md +0 -53
- package/concepts/th/Tool-TeamDelete.md +0 -44
- package/concepts/th/Tool-executeCode.md +0 -41
- package/concepts/th/Tool-getDiagnostics.md +0 -32
- package/concepts/tr/Tool-TeamCreate.md +0 -53
- package/concepts/tr/Tool-TeamDelete.md +0 -44
- package/concepts/tr/Tool-executeCode.md +0 -47
- package/concepts/tr/Tool-getDiagnostics.md +0 -44
- package/concepts/uk/Tool-TeamCreate.md +0 -53
- package/concepts/uk/Tool-TeamDelete.md +0 -44
- package/concepts/uk/Tool-executeCode.md +0 -47
- package/concepts/uk/Tool-getDiagnostics.md +0 -44
- package/concepts/zh/Tool-TeamCreate.md +0 -53
- package/concepts/zh/Tool-TeamDelete.md +0 -44
- package/concepts/zh/Tool-executeCode.md +0 -47
- package/concepts/zh/Tool-getDiagnostics.md +0 -44
- package/concepts/zh-TW/Tool-TeamCreate.md +0 -53
- package/concepts/zh-TW/Tool-TeamDelete.md +0 -44
- package/concepts/zh-TW/Tool-executeCode.md +0 -47
- package/concepts/zh-TW/Tool-getDiagnostics.md +0 -44
- package/dist/assets/App-DKk75JCV.js +0 -2
- package/dist/assets/seqResourceLoaders-CPq3Zxu0.js +0 -2
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# TeamDelete
|
|
2
|
-
|
|
3
|
-
Démantèle l'équipe actuellement active, en supprimant son répertoire de configuration et son répertoire de tâches partagé. C'est le pendant de nettoyage de `TeamCreate` et il est typiquement appelé après que l'objectif de l'équipe a été atteint et que tous les coéquipiers ont été arrêtés.
|
|
4
|
-
|
|
5
|
-
## Quand l'utiliser
|
|
6
|
-
|
|
7
|
-
- L'équipe a terminé son travail et le rapport final a été remis à l'utilisateur.
|
|
8
|
-
- L'équipe a été créée par erreur ou son périmètre a tellement changé qu'il est plus propre de repartir de zéro que de continuer.
|
|
9
|
-
- Vous devez créer une nouvelle équipe mais une est déjà active — supprimez d'abord l'ancienne, puisqu'une seule équipe peut être dirigée à la fois.
|
|
10
|
-
- Une équipe est devenue obsolète au fil des sessions et son état persisté sous `~/.claude/teams/` n'est plus nécessaire.
|
|
11
|
-
|
|
12
|
-
N'appelez PAS pendant que des coéquipiers sont encore en cours d'exécution — arrêtez-les d'abord via `SendMessage` avec un `shutdown_request`, attendez chaque `shutdown_response`, puis supprimez.
|
|
13
|
-
|
|
14
|
-
## Paramètres
|
|
15
|
-
|
|
16
|
-
`TeamDelete` ne prend aucun paramètre dans son invocation typique. Il opère sur l'équipe actuellement active détenue par la session appelante.
|
|
17
|
-
|
|
18
|
-
## Exemples
|
|
19
|
-
|
|
20
|
-
### Exemple 1 : arrêt de routine après succès
|
|
21
|
-
|
|
22
|
-
1. Diffuser une demande d'arrêt à l'équipe :
|
|
23
|
-
```
|
|
24
|
-
SendMessage(to="*", message={ "type": "shutdown_request" })
|
|
25
|
-
```
|
|
26
|
-
2. Attendre que chaque coéquipier réponde avec un `shutdown_response`.
|
|
27
|
-
3. Appeler `TeamDelete()` pour supprimer le répertoire d'équipe et le répertoire de tâches.
|
|
28
|
-
|
|
29
|
-
### Exemple 2 : remplacer une équipe mal configurée
|
|
30
|
-
|
|
31
|
-
Si `TeamCreate` a été appelé avec le mauvais `agent_type` ou `description`, assurez-vous d'abord qu'aucun coéquipier n'a été lancé (ou arrêtez-les), puis :
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
TeamDelete()
|
|
35
|
-
TeamCreate(team_name="...", description="...", agent_type="...")
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## Notes
|
|
39
|
-
|
|
40
|
-
- `TeamDelete` échoue si un coéquipier est encore actif. La réponse d'erreur liste les coéquipiers en vie — envoyez à chacun un `shutdown_request` via `SendMessage`, attendez leur `shutdown_response` et réessayez.
|
|
41
|
-
- La suppression est irréversible du point de vue de l'outil. La configuration de l'équipe à `~/.claude/teams/{team_name}/config.json` et son répertoire de tâches sont supprimés du disque. Si vous avez besoin de préserver la liste de tâches, exportez ou copiez le répertoire avant de supprimer.
|
|
42
|
-
- Seule la session chef qui a créé l'équipe peut la supprimer. Un coéquipier généré ne peut pas appeler `TeamDelete` sur sa propre équipe.
|
|
43
|
-
- Supprimer l'équipe ne rétablit pas les modifications du système de fichiers que les coéquipiers ont apportées dans le dépôt. Ce sont des modifications suivies par git ordinaires et doivent être annulées séparément si indésirables.
|
|
44
|
-
- Après le retour réussi de `TeamDelete`, la session est libre d'appeler `TeamCreate` à nouveau pour une nouvelle équipe.
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
# executeCode
|
|
2
|
-
|
|
3
|
-
Exécute un extrait de code dans un noyau ou un sandbox en direct fourni par une intégration IDE (par exemple le noyau Jupyter lié au notebook actuellement ouvert). L'outil n'est présent que lorsque Claude Code fonctionne aux côtés d'un pont IDE compatible tel que l'extension VS Code avec un noyau Jupyter sélectionné.
|
|
4
|
-
|
|
5
|
-
## Quand l'utiliser
|
|
6
|
-
|
|
7
|
-
- Exécuter un calcul rapide, une inspection de données ou un tracé sur l'état déjà chargé dans un noyau Jupyter actif.
|
|
8
|
-
- Valider un extrait de code avant de le coller dans une cellule de notebook.
|
|
9
|
-
- Explorer un dataframe, une variable ou un modèle en mémoire qui existe dans le noyau mais n'est pas sérialisé sur disque.
|
|
10
|
-
- Produire un graphique ou un résultat numérique que l'utilisateur veut voir rendu inline dans l'IDE.
|
|
11
|
-
|
|
12
|
-
N'utilisez PAS pour des scripts autonomes qui seraient mieux servis par `Bash` exécutant `python script.py`, ou pour du code qui doit persister à travers un noyau neuf.
|
|
13
|
-
|
|
14
|
-
## Paramètres
|
|
15
|
-
|
|
16
|
-
- `code` (string, requis) : le code à exécuter dans le noyau courant. S'exécute comme s'il était collé dans une cellule de notebook — les variables définies persistent dans le noyau jusqu'à son redémarrage.
|
|
17
|
-
- `language` (string, optionnel) : le langage de l'extrait lorsque le pont IDE prend en charge plusieurs noyaux. Le plus souvent omis ; par défaut le langage du noyau actif (généralement Python).
|
|
18
|
-
|
|
19
|
-
## Exemples
|
|
20
|
-
|
|
21
|
-
### Exemple 1 : inspecter un dataframe en mémoire
|
|
22
|
-
|
|
23
|
-
```
|
|
24
|
-
executeCode(
|
|
25
|
-
code="df.head()\nprint(df.shape)\nprint(df.dtypes)"
|
|
26
|
-
)
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
Renvoie les premières lignes, la forme et les dtypes de colonnes d'un dataframe déjà chargé dans le noyau.
|
|
30
|
-
|
|
31
|
-
### Exemple 2 : vérification numérique rapide
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
executeCode(
|
|
35
|
-
code="import numpy as np\nnp.mean([1, 2, 3, 4, 5])"
|
|
36
|
-
)
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
Effectue un calcul ponctuel sans créer de cellule de notebook.
|
|
40
|
-
|
|
41
|
-
## Notes
|
|
42
|
-
|
|
43
|
-
- `executeCode` est un outil de pont IDE. Il est indisponible dans les sessions de terminal classiques de Claude Code ; il n'apparaît que lorsque la session est connectée à un IDE qui expose un noyau (par exemple l'extension Jupyter de VS Code).
|
|
44
|
-
- L'état persiste dans le noyau. Les variables définies par un appel `executeCode` restent visibles pour les appels ultérieurs, les cellules de notebook et l'utilisateur — attention aux effets de bord.
|
|
45
|
-
- Le code de longue durée ou bloquant bloquera le noyau. Gardez les extraits courts ; pour un travail de plusieurs minutes, écrivez un véritable script et exécutez-le via `Bash`.
|
|
46
|
-
- La sortie (sortie standard, valeurs de retour, images) est renvoyée à la session. Les très grandes sorties peuvent être tronquées par le pont IDE.
|
|
47
|
-
- Pour les modifications de fichiers, préférez `Edit`, `Write` ou `NotebookEdit` — `executeCode` n'est pas un substitut à la création de fichiers source.
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# getDiagnostics
|
|
2
|
-
|
|
3
|
-
Récupère les diagnostics (erreurs, avertissements, indices) du serveur de langage depuis l'IDE connecté pour un fichier spécifique ou pour tous les fichiers que l'IDE a actuellement ouverts. Utilisé pour vérifier que les modifications de code compilent proprement avant de déclarer une tâche terminée.
|
|
4
|
-
|
|
5
|
-
## Quand l'utiliser
|
|
6
|
-
|
|
7
|
-
- Après un `Edit` ou un `Write` pour confirmer que le changement n'a pas introduit d'erreur de type, d'erreur de syntaxe ou d'avertissement de lint.
|
|
8
|
-
- Avant de terminer une tâche pour balayer chaque fichier ouvert à la recherche de problèmes non résolus.
|
|
9
|
-
- Lors du diagnostic d'une erreur signalée par l'utilisateur — récupérer le message exact du compilateur ou du vérificateur de types de l'IDE évite de deviner.
|
|
10
|
-
- Comme alternative légère à l'exécution d'un build complet ou d'une commande de test lorsque vous n'avez besoin que de vérifier la correction statique.
|
|
11
|
-
|
|
12
|
-
Ne comptez PAS sur `getDiagnostics` comme remplacement de la suite de tests. Il rapporte ce que le serveur de langage voit, pas ce qui s'exécute en test ou en production.
|
|
13
|
-
|
|
14
|
-
## Paramètres
|
|
15
|
-
|
|
16
|
-
- `uri` (string, optionnel) : l'URI du fichier (typiquement `file:///absolute/path`) dont récupérer les diagnostics. Lorsqu'omis, l'outil renvoie les diagnostics pour chaque fichier que l'IDE a actuellement ouvert.
|
|
17
|
-
|
|
18
|
-
## Exemples
|
|
19
|
-
|
|
20
|
-
### Exemple 1 : vérifier un seul fichier après édition
|
|
21
|
-
|
|
22
|
-
```
|
|
23
|
-
getDiagnostics(
|
|
24
|
-
uri="file:///Users/sky/project/src/auth.ts"
|
|
25
|
-
)
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Renvoie toute erreur TypeScript, avertissement ESLint ou autre message de serveur de langage pour `src/auth.ts`.
|
|
29
|
-
|
|
30
|
-
### Exemple 2 : balayer tous les fichiers ouverts
|
|
31
|
-
|
|
32
|
-
```
|
|
33
|
-
getDiagnostics()
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Renvoie les diagnostics sur chaque éditeur actuellement ouvert. Utile à la fin d'un refactoring multi-fichiers pour s'assurer que rien n'a régressé ailleurs.
|
|
37
|
-
|
|
38
|
-
## Notes
|
|
39
|
-
|
|
40
|
-
- `getDiagnostics` est un outil de pont IDE. Il n'est disponible que lorsque Claude Code est connecté à une intégration IDE compatible (par exemple l'extension VS Code). Dans une session de terminal classique, l'outil n'apparaîtra pas.
|
|
41
|
-
- Les résultats reflètent les serveurs de langage que l'IDE a chargés — TypeScript, Pyright, ESLint, rust-analyzer, etc. La qualité et la couverture dépendent de la configuration de l'IDE de l'utilisateur, pas de Claude Code.
|
|
42
|
-
- Les diagnostics sont en direct. Après une modification, laissez au serveur de langage un moment pour réanalyser avant d'interpréter un résultat vide comme un succès — relancez si le fichier vient d'être enregistré.
|
|
43
|
-
- Les niveaux de sévérité incluent typiquement `error`, `warning`, `information` et `hint`. Concentrez-vous d'abord sur `error` ; les avertissements peuvent être du style de projet intentionnel.
|
|
44
|
-
- Pour les fichiers non ouverts dans l'IDE, le serveur de langage peut n'avoir aucun diagnostic à rapporter même si le fichier contient de vrais problèmes. Ouvrez le fichier ou exécutez le build pour une couverture faisant autorité.
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# TeamCreate
|
|
2
|
-
|
|
3
|
-
Stabilisce un nuovo team di collaborazione con una lista di task condivisa e un canale di messaggistica inter-agente. Un team è la primitiva di coordinamento per il lavoro multi-agente — la sessione principale agisce come leader e istanzia teammate nominati via il tool `Agent`.
|
|
4
|
-
|
|
5
|
-
## Quando usare
|
|
6
|
-
|
|
7
|
-
- L'utente richiede esplicitamente un team, uno swarm, una crew o una collaborazione multi-agente.
|
|
8
|
-
- Un progetto ha diversi workstream chiaramente indipendenti che beneficiano di specialisti dedicati (ad esempio frontend, backend, test, docs).
|
|
9
|
-
- Hai bisogno di una lista di task condivisa persistente che più agenti aggiornano man mano che fanno progressi.
|
|
10
|
-
- Vuoi teammate nominati e indirizzabili che possano scambiare messaggi via `SendMessage` piuttosto che chiamate subagente one-shot.
|
|
11
|
-
|
|
12
|
-
NON usare per una singola ricerca delegata o un singolo fan-out parallelo — semplici chiamate `Agent` sono più leggere e sufficienti.
|
|
13
|
-
|
|
14
|
-
## Parametri
|
|
15
|
-
|
|
16
|
-
- `team_name` (string, obbligatorio): Identificatore univoco per il team. Usato come nome di directory sotto `~/.claude/teams/` e come argomento `team_name` quando si istanziano i teammate.
|
|
17
|
-
- `description` (string, obbligatorio): Breve dichiarazione dell'obiettivo del team. Mostrata a ogni teammate al momento dello spawn e scritta nella configurazione del team.
|
|
18
|
-
- `agent_type` (string, opzionale): Persona subagente predefinita applicata ai teammate che non la sovrascrivono. Valori tipici sono `general-purpose`, `Explore` o `Plan`.
|
|
19
|
-
|
|
20
|
-
## Esempi
|
|
21
|
-
|
|
22
|
-
### Esempio 1: Creare un team di refactor
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
TeamCreate(
|
|
26
|
-
team_name="refactor-crew",
|
|
27
|
-
description="Refactor the data access layer from raw SQL to Prisma, including migrations and tests.",
|
|
28
|
-
agent_type="general-purpose"
|
|
29
|
-
)
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
Dopo la creazione, istanzia teammate con `Agent` usando `team_name: "refactor-crew"` e valori `name` distinti come `db-lead`, `migrations` e `tests`.
|
|
33
|
-
|
|
34
|
-
### Esempio 2: Creare un team di indagine
|
|
35
|
-
|
|
36
|
-
```
|
|
37
|
-
TeamCreate(
|
|
38
|
-
team_name="perf-investigation",
|
|
39
|
-
description="Identify and rank the top three performance regressions introduced in the last release.",
|
|
40
|
-
agent_type="Explore"
|
|
41
|
-
)
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
Ogni teammate istanziato eredita `Explore` come persona predefinita, coerentemente con la natura investigativa in sola lettura del lavoro.
|
|
45
|
-
|
|
46
|
-
## Note
|
|
47
|
-
|
|
48
|
-
- Solo un team può essere guidato alla volta da una data sessione. Finisci o elimina il team corrente prima di crearne un altro.
|
|
49
|
-
- Un team è 1:1 con una lista di task condivisa. Il leader possiede la creazione, assegnazione e chiusura dei task; i teammate aggiornano lo stato dei task su cui stanno lavorando.
|
|
50
|
-
- La configurazione del team è persistita in `~/.claude/teams/{team_name}/config.json`, e la directory dei task vive accanto ad essa. Questi file sopravvivono tra sessioni finché non rimossi esplicitamente con `TeamDelete`.
|
|
51
|
-
- I teammate sono istanziati usando il tool `Agent` con `team_name` corrispondente più un `name` distinto. Il `name` diventa l'indirizzo usato da `SendMessage`.
|
|
52
|
-
- Scegli un `team_name` che sia filesystem-safe (lettere, cifre, trattini, underscore). Evita spazi o slash.
|
|
53
|
-
- Scrivi la `description` così che un teammate nuovo, leggendola a freddo, capisca l'obiettivo del team senza ulteriore contesto. Diventa parte del prompt di avvio di ogni teammate.
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# TeamDelete
|
|
2
|
-
|
|
3
|
-
Smantella il team attualmente attivo, rimuovendo la sua directory di configurazione e la directory dei task condivisi. È la controparte di pulizia di `TeamCreate` ed è tipicamente chiamato dopo che l'obiettivo del team è stato raggiunto e tutti i teammate si sono spenti.
|
|
4
|
-
|
|
5
|
-
## Quando usare
|
|
6
|
-
|
|
7
|
-
- Il team ha completato il suo lavoro e il rapporto finale è stato consegnato all'utente.
|
|
8
|
-
- Il team è stato creato per errore o il suo scope è cambiato così drasticamente che ricominciare da capo è più pulito che continuare.
|
|
9
|
-
- Hai bisogno di creare un nuovo team ma ce n'è già uno attivo — elimina prima quello vecchio, poiché solo un team può essere guidato alla volta.
|
|
10
|
-
- Un team è diventato stantio tra sessioni e il suo stato persistito sotto `~/.claude/teams/` non è più necessario.
|
|
11
|
-
|
|
12
|
-
NON chiamare mentre i teammate sono ancora in esecuzione — spegnili prima via `SendMessage` con un `shutdown_request`, attendi ogni `shutdown_response`, poi elimina.
|
|
13
|
-
|
|
14
|
-
## Parametri
|
|
15
|
-
|
|
16
|
-
`TeamDelete` non accetta parametri nella sua invocazione tipica. Opera sul team attualmente attivo posseduto dalla sessione chiamante.
|
|
17
|
-
|
|
18
|
-
## Esempi
|
|
19
|
-
|
|
20
|
-
### Esempio 1: Spegnimento di routine dopo il successo
|
|
21
|
-
|
|
22
|
-
1. Trasmetti una richiesta di shutdown al team:
|
|
23
|
-
```
|
|
24
|
-
SendMessage(to="*", message={ "type": "shutdown_request" })
|
|
25
|
-
```
|
|
26
|
-
2. Attendi che ogni teammate risponda con un `shutdown_response`.
|
|
27
|
-
3. Chiama `TeamDelete()` per rimuovere la directory del team e la directory dei task.
|
|
28
|
-
|
|
29
|
-
### Esempio 2: Sostituire un team mal configurato
|
|
30
|
-
|
|
31
|
-
Se `TeamCreate` è stato chiamato con `agent_type` o `description` sbagliati, assicurati prima che nessun teammate sia stato istanziato (o spegnili), poi:
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
TeamDelete()
|
|
35
|
-
TeamCreate(team_name="...", description="...", agent_type="...")
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## Note
|
|
39
|
-
|
|
40
|
-
- `TeamDelete` fallisce se qualsiasi teammate è ancora attivo. La risposta di errore elenca i teammate vivi — invia a ciascuno un `shutdown_request` via `SendMessage`, attendi il loro `shutdown_response` e riprova.
|
|
41
|
-
- L'eliminazione è irreversibile dalla prospettiva del tool. La configurazione del team in `~/.claude/teams/{team_name}/config.json` e la sua directory dei task vengono rimosse dal disco. Se hai bisogno che la lista dei task sia preservata, esporta o copia la directory prima di eliminare.
|
|
42
|
-
- Solo la sessione leader che ha creato il team può eliminarlo. Un teammate istanziato non può chiamare `TeamDelete` sul proprio team.
|
|
43
|
-
- Eliminare il team non annulla alcuna modifica al filesystem che i teammate hanno fatto nel repository. Queste sono normali modifiche tracciate da git e devono essere annullate separatamente se indesiderate.
|
|
44
|
-
- Dopo che `TeamDelete` restituisce con successo, la sessione è libera di chiamare `TeamCreate` di nuovo per un nuovo team.
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
# executeCode
|
|
2
|
-
|
|
3
|
-
Esegue uno snippet di codice all'interno di un kernel live o sandbox fornito da un'integrazione IDE (ad esempio il kernel Jupyter legato al notebook attualmente aperto). Il tool è presente solo quando Claude Code è in esecuzione accanto a un bridge IDE compatibile come l'estensione VS Code con un kernel Jupyter selezionato.
|
|
4
|
-
|
|
5
|
-
## Quando usare
|
|
6
|
-
|
|
7
|
-
- Eseguire un calcolo rapido, ispezione di dati o plot contro lo stato già caricato in un kernel Jupyter attivo.
|
|
8
|
-
- Validare uno snippet di codice prima di incollarlo in una cella di notebook.
|
|
9
|
-
- Esplorare un dataframe in memoria, una variabile o un modello che esiste nel kernel ma non è serializzato su disco.
|
|
10
|
-
- Produrre un grafico o un risultato numerico che l'utente vuole reso inline nell'IDE.
|
|
11
|
-
|
|
12
|
-
NON usare per script standalone che sarebbero meglio serviti da `Bash` che esegue `python script.py`, o per codice che deve persistere attraverso un kernel nuovo.
|
|
13
|
-
|
|
14
|
-
## Parametri
|
|
15
|
-
|
|
16
|
-
- `code` (string, obbligatorio): Il codice da eseguire nel kernel corrente. Viene eseguito come se fosse incollato in una cella di notebook — le variabili definite persistono nel kernel fino al riavvio.
|
|
17
|
-
- `language` (string, opzionale): Il linguaggio dello snippet quando il bridge IDE supporta più kernel. Più comunemente omesso; default: il linguaggio del kernel attivo (tipicamente Python).
|
|
18
|
-
|
|
19
|
-
## Esempi
|
|
20
|
-
|
|
21
|
-
### Esempio 1: Ispezionare un dataframe in memoria
|
|
22
|
-
|
|
23
|
-
```
|
|
24
|
-
executeCode(
|
|
25
|
-
code="df.head()\nprint(df.shape)\nprint(df.dtypes)"
|
|
26
|
-
)
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
Restituisce le prime righe, la forma e i dtype delle colonne di un dataframe già caricato nel kernel.
|
|
30
|
-
|
|
31
|
-
### Esempio 2: Controllo numerico rapido
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
executeCode(
|
|
35
|
-
code="import numpy as np\nnp.mean([1, 2, 3, 4, 5])"
|
|
36
|
-
)
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
Esegue un calcolo una tantum senza creare una cella di notebook.
|
|
40
|
-
|
|
41
|
-
## Note
|
|
42
|
-
|
|
43
|
-
- `executeCode` è un tool bridge IDE. Non è disponibile in sessioni terminal semplici di Claude Code; appare solo quando la sessione è connessa a un IDE che espone un kernel (ad esempio l'estensione VS Code Jupyter).
|
|
44
|
-
- Lo stato persiste nel kernel. Le variabili definite da una chiamata `executeCode` restano visibili alle chiamate successive, alle celle di notebook e all'utente — fai attenzione agli effetti collaterali.
|
|
45
|
-
- Codice a lunga esecuzione o bloccante bloccherà il kernel. Mantieni gli snippet brevi; per lavoro di diversi minuti, scrivi uno script vero e proprio ed eseguilo via `Bash`.
|
|
46
|
-
- L'output (stdout, valori di ritorno, immagini) viene restituito alla sessione. Output molto grandi possono essere troncati dal bridge IDE.
|
|
47
|
-
- Per modifiche ai file, preferisci `Edit`, `Write` o `NotebookEdit` — `executeCode` non è un sostituto per l'authoring dei file sorgente.
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# getDiagnostics
|
|
2
|
-
|
|
3
|
-
Recupera diagnostiche del language server (errori, avvisi, suggerimenti) dall'IDE connesso per un file specifico o per ogni file che l'IDE ha attualmente aperto. Usato per verificare che le modifiche al codice compilino pulitamente prima di dichiarare un compito completato.
|
|
4
|
-
|
|
5
|
-
## Quando usare
|
|
6
|
-
|
|
7
|
-
- Dopo un `Edit` o `Write` per confermare che la modifica non abbia introdotto un errore di tipo, errore di sintassi o avviso di lint.
|
|
8
|
-
- Prima di terminare un compito per esaminare ogni file aperto per problemi irrisolti.
|
|
9
|
-
- Quando si diagnostica un errore che l'utente riporta — estrarre il messaggio esatto del compilatore o type-checker dall'IDE evita di indovinare.
|
|
10
|
-
- Come alternativa leggera all'esecuzione di una build o test suite completa quando hai solo bisogno di controllare la correttezza statica.
|
|
11
|
-
|
|
12
|
-
NON fare affidamento su `getDiagnostics` come sostituto della suite di test. Riporta ciò che il language server vede, non ciò che viene eseguito in test o produzione.
|
|
13
|
-
|
|
14
|
-
## Parametri
|
|
15
|
-
|
|
16
|
-
- `uri` (string, opzionale): L'URI del file (tipicamente `file:///absolute/path`) per cui recuperare le diagnostiche. Quando omesso, il tool restituisce diagnostiche per ogni file che l'IDE ha attualmente aperto.
|
|
17
|
-
|
|
18
|
-
## Esempi
|
|
19
|
-
|
|
20
|
-
### Esempio 1: Controllare un singolo file dopo l'editing
|
|
21
|
-
|
|
22
|
-
```
|
|
23
|
-
getDiagnostics(
|
|
24
|
-
uri="file:///Users/sky/project/src/auth.ts"
|
|
25
|
-
)
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Restituisce qualsiasi errore TypeScript, avviso ESLint o altro messaggio del language server per `src/auth.ts`.
|
|
29
|
-
|
|
30
|
-
### Esempio 2: Esaminare tutti i file aperti
|
|
31
|
-
|
|
32
|
-
```
|
|
33
|
-
getDiagnostics()
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Restituisce diagnostiche attraverso ogni editor attualmente aperto. Utile alla fine di un refactor multi-file per assicurarsi che nulla abbia fatto regressione altrove.
|
|
37
|
-
|
|
38
|
-
## Note
|
|
39
|
-
|
|
40
|
-
- `getDiagnostics` è un tool bridge IDE. È disponibile solo quando Claude Code è connesso a un'integrazione IDE supportata (ad esempio l'estensione VS Code). In una sessione terminal semplice il tool non apparirà.
|
|
41
|
-
- I risultati riflettono qualunque language server l'IDE abbia caricato — TypeScript, Pyright, ESLint, rust-analyzer, ecc. Qualità e copertura dipendono dalla configurazione IDE dell'utente, non da Claude Code.
|
|
42
|
-
- Le diagnostiche sono live. Dopo una modifica, dai al language server un momento per rianalizzare prima di interpretare un risultato vuoto come successo — ri-esegui se il file è appena stato salvato.
|
|
43
|
-
- I livelli di severità includono tipicamente `error`, `warning`, `information` e `hint`. Concentrati prima su `error`; gli avvisi possono essere stile di progetto intenzionale.
|
|
44
|
-
- Per file non attualmente aperti nell'IDE, il language server potrebbe non avere diagnostiche da riportare anche se il file contiene problemi reali. Apri il file o esegui la build per copertura autoritativa.
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# TeamCreate
|
|
2
|
-
|
|
3
|
-
共有タスクリストとエージェント間メッセージングチャンネルを持つ新しい協業チームを確立します。チームはマルチエージェント作業の調整プリミティブです — メインセッションがリーダーとして動作し、`Agent` ツールを介して名前付きチームメイトを起動します。
|
|
4
|
-
|
|
5
|
-
## 使用タイミング
|
|
6
|
-
|
|
7
|
-
- ユーザーがチーム、swarm、crew、またはマルチエージェント協業を明示的に要求した場合。
|
|
8
|
-
- プロジェクトに、専門の専任スペシャリスト (例えばフロントエンド、バックエンド、テスト、ドキュメント) から恩恵を受ける、明らかに独立した複数のワークストリームがある場合。
|
|
9
|
-
- 複数のエージェントが進捗するにつれて更新する永続的な共有タスクリストが必要な場合。
|
|
10
|
-
- 一度限りのサブエージェント呼び出しではなく、`SendMessage` を介してメッセージを交換できる、名前付きでアドレス指定可能なチームメイトが必要な場合。
|
|
11
|
-
|
|
12
|
-
単一の委任された検索や一度限りの並列ファンアウトには使用しないでください — プレーンな `Agent` 呼び出しの方が軽量で十分です。
|
|
13
|
-
|
|
14
|
-
## パラメータ
|
|
15
|
-
|
|
16
|
-
- `team_name` (string, required): チームの一意な識別子。`~/.claude/teams/` の下のディレクトリ名として、またチームメイトを起動するときの `team_name` 引数として使用されます。
|
|
17
|
-
- `description` (string, required): チームの目的に関する短いステートメント。起動時にすべてのチームメイトに表示され、チーム設定に書き込まれます。
|
|
18
|
-
- `agent_type` (string, optional): オーバーライドしないチームメイトに適用されるデフォルトのサブエージェントペルソナ。典型的な値は `general-purpose`、`Explore`、`Plan`。
|
|
19
|
-
|
|
20
|
-
## 例
|
|
21
|
-
|
|
22
|
-
### 例 1: リファクタリングチームを作成
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
TeamCreate(
|
|
26
|
-
team_name="refactor-crew",
|
|
27
|
-
description="Refactor the data access layer from raw SQL to Prisma, including migrations and tests.",
|
|
28
|
-
agent_type="general-purpose"
|
|
29
|
-
)
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
作成後、`team_name: "refactor-crew"` と `db-lead`、`migrations`、`tests` などの異なる `name` 値を使用して、`Agent` でチームメイトを起動します。
|
|
33
|
-
|
|
34
|
-
### 例 2: 調査チームを作成
|
|
35
|
-
|
|
36
|
-
```
|
|
37
|
-
TeamCreate(
|
|
38
|
-
team_name="perf-investigation",
|
|
39
|
-
description="Identify and rank the top three performance regressions introduced in the last release.",
|
|
40
|
-
agent_type="Explore"
|
|
41
|
-
)
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
起動された各チームメイトは、デフォルトペルソナとして `Explore` を継承し、作業の読み取り専用調査的な性質に一致します。
|
|
45
|
-
|
|
46
|
-
## 注意事項
|
|
47
|
-
|
|
48
|
-
- 特定のセッションから一度にリードできるのは 1 つのチームだけです。別のチームを作成する前に現在のチームを終了または削除してください。
|
|
49
|
-
- チームは共有タスクリストと 1:1 です。リーダーがタスクの作成、割り当て、クローズを所有し、チームメイトは取り組んでいるタスクのステータスを更新します。
|
|
50
|
-
- チーム設定は `~/.claude/teams/{team_name}/config.json` に永続化され、タスクディレクトリはその隣にあります。これらのファイルは `TeamDelete` で明示的に削除されるまでセッションをまたいで存続します。
|
|
51
|
-
- チームメイトは、一致する `team_name` と異なる `name` を使用して `Agent` ツールで起動されます。`name` は `SendMessage` で使用されるアドレスになります。
|
|
52
|
-
- ファイルシステムに安全な `team_name` (文字、数字、ダッシュ、アンダースコア) を選んでください。スペースやスラッシュは避けてください。
|
|
53
|
-
- まったく新しいチームメイトがコールドで読んだとき、それ以上のコンテキストなしにチームの目標を理解できるように `description` を書いてください。これは各チームメイトの起動プロンプトの一部になります。
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# TeamDelete
|
|
2
|
-
|
|
3
|
-
現在アクティブなチームを解体し、その設定ディレクトリと共有タスクディレクトリを削除します。これは `TeamCreate` のクリーンアップ相当物で、通常はチームの目的が達成され、すべてのチームメイトがシャットダウンした後に呼び出されます。
|
|
4
|
-
|
|
5
|
-
## 使用タイミング
|
|
6
|
-
|
|
7
|
-
- チームが作業を完了し、最終レポートがユーザーに配信された。
|
|
8
|
-
- チームが誤って作成されたか、スコープが大幅に変わったため、続けるよりも新たに始める方が簡潔。
|
|
9
|
-
- 新しいチームを作成する必要があるが、すでにアクティブなチームが存在する — 一度にリードできるのは 1 つのチームだけなので、古いものを先に削除してください。
|
|
10
|
-
- チームがセッションをまたいで古くなり、`~/.claude/teams/` に永続化された状態がもう不要になった。
|
|
11
|
-
|
|
12
|
-
チームメイトがまだ実行中に呼び出さないでください — まず `SendMessage` で `shutdown_request` を送ってシャットダウンし、すべての `shutdown_response` を待ってから削除してください。
|
|
13
|
-
|
|
14
|
-
## パラメータ
|
|
15
|
-
|
|
16
|
-
`TeamDelete` は典型的な呼び出しではパラメータを取りません。呼び出し元セッションが所有する現在アクティブなチームに対して動作します。
|
|
17
|
-
|
|
18
|
-
## 例
|
|
19
|
-
|
|
20
|
-
### 例 1: 成功後のルーチンシャットダウン
|
|
21
|
-
|
|
22
|
-
1. チームにシャットダウン要求をブロードキャストします。
|
|
23
|
-
```
|
|
24
|
-
SendMessage(to="*", message={ "type": "shutdown_request" })
|
|
25
|
-
```
|
|
26
|
-
2. 各チームメイトが `shutdown_response` で返信するのを待ちます。
|
|
27
|
-
3. `TeamDelete()` を呼び出して、チームディレクトリとタスクディレクトリを削除します。
|
|
28
|
-
|
|
29
|
-
### 例 2: 誤設定されたチームの置き換え
|
|
30
|
-
|
|
31
|
-
`TeamCreate` が誤った `agent_type` や `description` で呼び出された場合、まずチームメイトがまだ起動されていないこと (またはシャットダウンされていること) を確認してから。
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
TeamDelete()
|
|
35
|
-
TeamCreate(team_name="...", description="...", agent_type="...")
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## 注意事項
|
|
39
|
-
|
|
40
|
-
- `TeamDelete` は、チームメイトがまだアクティブな場合は失敗します。エラー応答には生きているチームメイトがリストされます — 各チームメイトに `SendMessage` で `shutdown_request` を送り、`shutdown_response` を待ってから再試行してください。
|
|
41
|
-
- 削除はツールの観点からは取り消せません。`~/.claude/teams/{team_name}/config.json` のチーム設定とタスクディレクトリはディスクから削除されます。タスクリストを保存する必要がある場合は、削除前にディレクトリをエクスポートまたはコピーしてください。
|
|
42
|
-
- チームを作成したリーダーセッションのみが削除できます。起動されたチームメイトは自分のチームで `TeamDelete` を呼び出すことができません。
|
|
43
|
-
- チームの削除はチームメイトがリポジトリで行ったファイルシステム変更をロールバックしません。それらは通常の git 追跡編集であり、不要な場合は別途元に戻す必要があります。
|
|
44
|
-
- `TeamDelete` が正常に戻った後、セッションは新しいチームのために再び `TeamCreate` を呼び出すことができます。
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
# executeCode
|
|
2
|
-
|
|
3
|
-
IDE 統合 (例えば現在開いているノートブックにバインドされた Jupyter カーネル) が提供するライブカーネルまたはサンドボックス内でコードスニペットを実行します。このツールは、VS Code 拡張などの互換性のある IDE ブリッジと Jupyter カーネルが選択された状態で Claude Code が実行されているときにのみ存在します。
|
|
4
|
-
|
|
5
|
-
## 使用タイミング
|
|
6
|
-
|
|
7
|
-
- アクティブな Jupyter カーネルにすでにロードされた状態に対して、素早い計算、データ検査、またはプロットを実行。
|
|
8
|
-
- コードスニペットをノートブックセルに貼り付ける前に検証。
|
|
9
|
-
- カーネルに存在するがディスクにシリアライズされていないインメモリデータフレーム、変数、またはモデルを探索。
|
|
10
|
-
- ユーザーが IDE でインラインでレンダリングしたいチャートや数値結果を生成。
|
|
11
|
-
|
|
12
|
-
`Bash` で `python script.py` を実行する方がよいスタンドアロンスクリプトや、新しいカーネルをまたいで永続化する必要があるコードには使用しないでください。
|
|
13
|
-
|
|
14
|
-
## パラメータ
|
|
15
|
-
|
|
16
|
-
- `code` (string, required): 現在のカーネルで実行するコード。ノートブックセルに貼り付けられたように実行されます — 定義された変数はカーネルが再起動されるまで永続化されます。
|
|
17
|
-
- `language` (string, optional): IDE ブリッジが複数のカーネルをサポートする場合のスニペットの言語。最もよく省略されます。アクティブカーネルの言語 (通常 Python) がデフォルトです。
|
|
18
|
-
|
|
19
|
-
## 例
|
|
20
|
-
|
|
21
|
-
### 例 1: インメモリデータフレームを検査
|
|
22
|
-
|
|
23
|
-
```
|
|
24
|
-
executeCode(
|
|
25
|
-
code="df.head()\nprint(df.shape)\nprint(df.dtypes)"
|
|
26
|
-
)
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
カーネルにすでにロードされたデータフレームの最初の行、形状、列 dtype を返します。
|
|
30
|
-
|
|
31
|
-
### 例 2: 素早い数値チェック
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
executeCode(
|
|
35
|
-
code="import numpy as np\nnp.mean([1, 2, 3, 4, 5])"
|
|
36
|
-
)
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
ノートブックセルを作成せずにワンオフの計算を実行します。
|
|
40
|
-
|
|
41
|
-
## 注意事項
|
|
42
|
-
|
|
43
|
-
- `executeCode` は IDE ブリッジツールです。Claude Code のプレーンなターミナルセッションでは利用できません。セッションがカーネルを公開する IDE (例えば VS Code Jupyter 拡張) に接続されている場合にのみ表示されます。
|
|
44
|
-
- 状態はカーネルに永続化されます。1 つの `executeCode` 呼び出しで定義された変数は、後の呼び出し、ノートブックセル、ユーザーに引き続き見えます — 副作用に注意してください。
|
|
45
|
-
- 長時間実行またはブロッキングコードはカーネルをブロックします。スニペットは短く保ってください。数分の作業には、実際のスクリプトを書いて `Bash` で実行してください。
|
|
46
|
-
- 出力 (stdout、戻り値、画像) はセッションに返されます。非常に大きな出力は IDE ブリッジによって切り詰められる可能性があります。
|
|
47
|
-
- ファイル編集には `Edit`、`Write`、または `NotebookEdit` を優先してください — `executeCode` はソースファイルを作成する代替ではありません。
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# getDiagnostics
|
|
2
|
-
|
|
3
|
-
接続された IDE から特定のファイルまたは IDE が現在開いているすべてのファイルについて言語サーバーの診断 (エラー、警告、ヒント) を取得します。タスクを完了と宣言する前に、コード変更がクリーンにコンパイルされることを確認するために使用します。
|
|
4
|
-
|
|
5
|
-
## 使用タイミング
|
|
6
|
-
|
|
7
|
-
- `Edit` または `Write` の後に、変更が型エラー、構文エラー、またはリント警告を導入しなかったことを確認。
|
|
8
|
-
- タスクを終了する前に、すべての開いているファイルを一掃して未解決の問題を探す。
|
|
9
|
-
- ユーザーが報告するエラーを診断するとき — IDE から正確なコンパイラまたは型チェッカーメッセージを取得することで推測を避ける。
|
|
10
|
-
- 静的な正しさをチェックするだけでよい場合に、完全なビルドまたはテストコマンドを実行する軽量な代替。
|
|
11
|
-
|
|
12
|
-
テストスイートの代替として `getDiagnostics` に頼らないでください。言語サーバーが見るものを報告し、テストまたは本番時に実行されるものではありません。
|
|
13
|
-
|
|
14
|
-
## パラメータ
|
|
15
|
-
|
|
16
|
-
- `uri` (string, optional): 診断を取得するファイル URI (通常 `file:///absolute/path`)。省略すると、IDE が現在開いているすべてのファイルの診断を返します。
|
|
17
|
-
|
|
18
|
-
## 例
|
|
19
|
-
|
|
20
|
-
### 例 1: 編集後に単一ファイルをチェック
|
|
21
|
-
|
|
22
|
-
```
|
|
23
|
-
getDiagnostics(
|
|
24
|
-
uri="file:///Users/sky/project/src/auth.ts"
|
|
25
|
-
)
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
`src/auth.ts` の TypeScript エラー、ESLint 警告、その他の言語サーバーメッセージを返します。
|
|
29
|
-
|
|
30
|
-
### 例 2: すべての開いているファイルを一掃
|
|
31
|
-
|
|
32
|
-
```
|
|
33
|
-
getDiagnostics()
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
現在開いているすべてのエディタの診断を返します。マルチファイルリファクタリングの終わりに、他の場所で何も後退していないことを確認するのに便利です。
|
|
37
|
-
|
|
38
|
-
## 注意事項
|
|
39
|
-
|
|
40
|
-
- `getDiagnostics` は IDE ブリッジツールです。Claude Code がサポートする IDE 統合 (例えば VS Code 拡張) に接続されている場合にのみ利用可能です。プレーンなターミナルセッションではツールは表示されません。
|
|
41
|
-
- 結果は IDE がロードした言語サーバー — TypeScript、Pyright、ESLint、rust-analyzer など — が見るものを反映します。品質とカバレッジはユーザーの IDE セットアップに依存し、Claude Code には依存しません。
|
|
42
|
-
- 診断はライブです。編集後、空の結果を成功と解釈する前に、言語サーバーに再解析の時間を与えてください — ファイルを保存したばかりなら再実行してください。
|
|
43
|
-
- 重要度レベルには通常 `error`、`warning`、`information`、`hint` が含まれます。最初に `error` に焦点を当ててください。警告は意図的なプロジェクトスタイルかもしれません。
|
|
44
|
-
- IDE に現在開いていないファイルの場合、ファイルに実際の問題が含まれていても、言語サーバーは診断を報告しないかもしれません。権威あるカバレッジのためには、ファイルを開くかビルドを実行してください。
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# TeamCreate
|
|
2
|
-
|
|
3
|
-
공유 작업 목록과 에이전트 간 메시징 채널을 갖춘 새로운 협업 팀을 설정합니다. 팀은 다중 에이전트 작업에 대한 조정 프리미티브입니다 — 메인 세션이 리더 역할을 하며 `Agent` 도구를 통해 명명된 팀원을 생성합니다.
|
|
4
|
-
|
|
5
|
-
## 사용 시점
|
|
6
|
-
|
|
7
|
-
- 사용자가 팀, 스웜, 크루, 또는 다중 에이전트 협업을 명시적으로 요청합니다.
|
|
8
|
-
- 프로젝트에 전담 전문가 (예: 프론트엔드, 백엔드, 테스트, 문서)로부터 이점을 얻는 명확히 독립적인 여러 작업 흐름이 있습니다.
|
|
9
|
-
- 여러 에이전트가 진행 상황을 업데이트하는 영속적인 공유 작업 목록이 필요합니다.
|
|
10
|
-
- 일회성 서브에이전트 호출이 아닌 `SendMessage`를 통해 메시지를 교환할 수 있는 명명된 주소 지정 가능한 팀원을 원합니다.
|
|
11
|
-
|
|
12
|
-
단일 위임 검색이나 일회성 병렬 팬아웃에는 사용하지 마십시오 — 일반 `Agent` 호출이 더 가볍고 충분합니다.
|
|
13
|
-
|
|
14
|
-
## 매개변수
|
|
15
|
-
|
|
16
|
-
- `team_name` (string, 필수): 팀의 고유 식별자. `~/.claude/teams/` 아래의 디렉토리 이름과 팀원을 생성할 때의 `team_name` 인수로 사용됩니다.
|
|
17
|
-
- `description` (string, 필수): 팀의 목적에 대한 짧은 진술. 생성 시 모든 팀원에게 표시되며 팀 구성에 작성됩니다.
|
|
18
|
-
- `agent_type` (string, 선택): 재정의하지 않는 팀원에 적용되는 기본 서브에이전트 페르소나. 일반적인 값은 `general-purpose`, `Explore`, `Plan`입니다.
|
|
19
|
-
|
|
20
|
-
## 예시
|
|
21
|
-
|
|
22
|
-
### 예시 1: 리팩터 팀 생성
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
TeamCreate(
|
|
26
|
-
team_name="refactor-crew",
|
|
27
|
-
description="Refactor the data access layer from raw SQL to Prisma, including migrations and tests.",
|
|
28
|
-
agent_type="general-purpose"
|
|
29
|
-
)
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
생성 후 `team_name: "refactor-crew"`와 `db-lead`, `migrations`, `tests`와 같은 고유한 `name` 값으로 `Agent`를 사용하여 팀원을 생성합니다.
|
|
33
|
-
|
|
34
|
-
### 예시 2: 조사 팀 생성
|
|
35
|
-
|
|
36
|
-
```
|
|
37
|
-
TeamCreate(
|
|
38
|
-
team_name="perf-investigation",
|
|
39
|
-
description="Identify and rank the top three performance regressions introduced in the last release.",
|
|
40
|
-
agent_type="Explore"
|
|
41
|
-
)
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
생성된 각 팀원은 `Explore`를 기본 페르소나로 상속하여 작업의 읽기 전용 조사 특성과 일치합니다.
|
|
45
|
-
|
|
46
|
-
## 참고사항
|
|
47
|
-
|
|
48
|
-
- 주어진 세션에서 한 번에 하나의 팀만 이끌 수 있습니다. 다른 팀을 생성하기 전에 현재 팀을 완료하거나 삭제하십시오.
|
|
49
|
-
- 팀은 공유 작업 목록과 1:1입니다. 리더가 작업 생성, 할당, 종료를 소유합니다. 팀원은 작업 중인 작업의 상태를 업데이트합니다.
|
|
50
|
-
- 팀 구성은 `~/.claude/teams/{team_name}/config.json`에 지속되며 작업 디렉토리가 그 옆에 있습니다. 이 파일은 `TeamDelete`로 명시적으로 제거될 때까지 세션을 넘어 유지됩니다.
|
|
51
|
-
- 팀원은 일치하는 `team_name`과 고유한 `name`으로 `Agent` 도구를 사용하여 생성됩니다. `name`은 `SendMessage`에서 사용되는 주소가 됩니다.
|
|
52
|
-
- 파일시스템에 안전한 `team_name`을 선택하십시오 (문자, 숫자, 대시, 밑줄). 공백이나 슬래시를 피하십시오.
|
|
53
|
-
- 새 팀원이 차갑게 읽으면 추가 컨텍스트 없이 팀의 목표를 이해할 수 있도록 `description`을 작성하십시오. 이것은 모든 팀원의 시작 프롬프트의 일부가 됩니다.
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# TeamDelete
|
|
2
|
-
|
|
3
|
-
현재 활성화된 팀을 해체하여 구성 디렉토리와 공유 작업 디렉토리를 제거합니다. 이것은 `TeamCreate`의 정리 대응물이며 일반적으로 팀의 목표가 달성되고 모든 팀원이 종료된 후에 호출됩니다.
|
|
4
|
-
|
|
5
|
-
## 사용 시점
|
|
6
|
-
|
|
7
|
-
- 팀이 작업을 완료했고 최종 보고서가 사용자에게 전달되었습니다.
|
|
8
|
-
- 팀이 오류로 생성되었거나 범위가 너무 극적으로 변경되어 계속하는 것보다 새로 시작하는 것이 더 깔끔합니다.
|
|
9
|
-
- 새 팀을 생성해야 하지만 이미 하나가 활성화되어 있습니다 — 한 번에 하나의 팀만 이끌 수 있으므로 먼저 이전 팀을 삭제하십시오.
|
|
10
|
-
- 팀이 세션을 넘어 오래되어 `~/.claude/teams/` 아래의 지속된 상태가 더 이상 필요하지 않습니다.
|
|
11
|
-
|
|
12
|
-
팀원이 여전히 실행 중일 때 호출하지 마십시오 — 먼저 `shutdown_request`와 함께 `SendMessage`를 통해 종료하고, 모든 `shutdown_response`를 기다린 다음 삭제하십시오.
|
|
13
|
-
|
|
14
|
-
## 매개변수
|
|
15
|
-
|
|
16
|
-
`TeamDelete`는 일반적인 호출에서 매개변수를 받지 않습니다. 호출 세션이 소유한 현재 활성화된 팀에서 작동합니다.
|
|
17
|
-
|
|
18
|
-
## 예시
|
|
19
|
-
|
|
20
|
-
### 예시 1: 성공 후 일상적인 종료
|
|
21
|
-
|
|
22
|
-
1. 팀에 종료 요청을 브로드캐스트합니다:
|
|
23
|
-
```
|
|
24
|
-
SendMessage(to="*", message={ "type": "shutdown_request" })
|
|
25
|
-
```
|
|
26
|
-
2. 각 팀원이 `shutdown_response`로 응답하기를 기다립니다.
|
|
27
|
-
3. `TeamDelete()`를 호출하여 팀 디렉토리와 작업 디렉토리를 제거합니다.
|
|
28
|
-
|
|
29
|
-
### 예시 2: 잘못 구성된 팀 교체
|
|
30
|
-
|
|
31
|
-
`TeamCreate`가 잘못된 `agent_type`이나 `description`으로 호출된 경우, 먼저 팀원이 생성되지 않았는지 확인하고 (또는 종료하고) 다음을 수행합니다:
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
TeamDelete()
|
|
35
|
-
TeamCreate(team_name="...", description="...", agent_type="...")
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## 참고사항
|
|
39
|
-
|
|
40
|
-
- 팀원이 여전히 활성화되어 있으면 `TeamDelete`가 실패합니다. 오류 응답은 활성 팀원을 나열합니다 — 각 팀원에게 `SendMessage`를 통해 `shutdown_request`를 보내고 `shutdown_response`를 기다린 다음 다시 시도하십시오.
|
|
41
|
-
- 삭제는 도구의 관점에서 되돌릴 수 없습니다. `~/.claude/teams/{team_name}/config.json`의 팀 구성과 작업 디렉토리가 디스크에서 제거됩니다. 작업 목록을 보존해야 하는 경우 삭제 전에 디렉토리를 내보내거나 복사하십시오.
|
|
42
|
-
- 팀을 생성한 리더 세션만 삭제할 수 있습니다. 생성된 팀원은 자신의 팀에서 `TeamDelete`를 호출할 수 없습니다.
|
|
43
|
-
- 팀을 삭제해도 팀원이 저장소에 만든 파일시스템 변경 사항은 롤백되지 않습니다. 이들은 일반적인 git 추적 편집이며 원하지 않으면 별도로 되돌려야 합니다.
|
|
44
|
-
- `TeamDelete`가 성공적으로 반환된 후 세션은 새 팀을 위해 다시 `TeamCreate`를 호출할 수 있습니다.
|