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
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# SendUserFile
|
|
2
|
+
|
|
3
|
+
Sends one or more files to the user — generated artifacts, screenshots, reports — with control over how the client presents them.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- You produced a file the user needs (a report, an image, an HTML page) and want to surface it, not just mention its path.
|
|
8
|
+
- Replying with an attachment (`status="normal"`), or proactively surfacing something the user hasn't asked for but needs to see now (`status="proactive"`).
|
|
9
|
+
|
|
10
|
+
## Activation
|
|
11
|
+
|
|
12
|
+
- Only available when a Remote Control client is connected, or the session runs in a managed cloud environment (e.g. Claude Code on the web).
|
|
13
|
+
- Not available on Amazon Bedrock, Google Cloud, or Microsoft Foundry.
|
|
14
|
+
- Requires the session to allow sending files (a settings/feature-gated capability); not offered in brief mode.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
- `files` (array of strings, required): File paths (absolute or relative to cwd) to send to the user. Always pass an array, even for a single file.
|
|
19
|
+
- `caption` (string, optional): Short caption for the file(s).
|
|
20
|
+
- `status` (string, required): `proactive` when surfacing a file the user hasn't asked for and needs to see now — a generated artifact, a completed report; `normal` when replying to something the user just said.
|
|
21
|
+
- `display` (string, optional): `render` opens the file inline in the side panel (HTML, SVG, Mermaid, images, PDFs); `attach` shows a download card only (deliverables the user will save and open elsewhere). Omit to let the client decide by file type.
|
|
22
|
+
|
|
23
|
+
## Examples
|
|
24
|
+
|
|
25
|
+
### Example 1: Deliver a generated report
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
SendUserFile(
|
|
29
|
+
files=["./out/weekly-report.html"],
|
|
30
|
+
caption="Weekly usage report",
|
|
31
|
+
status="proactive",
|
|
32
|
+
display="render"
|
|
33
|
+
)
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Notes
|
|
37
|
+
|
|
38
|
+
- Choose `display="attach"` for files the user saves and opens in another app; `render` for anything they should look at immediately.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# SendUserMessage
|
|
2
|
+
|
|
3
|
+
Sends a message to the user — the primary visible output channel in brief-style sessions. Also known by its legacy alias `Brief`.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- Replying to something the user just said (`status="normal"`).
|
|
8
|
+
- Proactively surfacing something the user hasn't asked for and needs to see now — a task completing while they're away, a blocker you hit, an unsolicited status update (`status="proactive"`).
|
|
9
|
+
|
|
10
|
+
## Activation
|
|
11
|
+
|
|
12
|
+
- Hidden in interactive sessions by default; most interactive CLI sessions talk to the user directly instead.
|
|
13
|
+
- Enabled in brief mode or via server-side feature flags.
|
|
14
|
+
|
|
15
|
+
## Parameters
|
|
16
|
+
|
|
17
|
+
In brief mode:
|
|
18
|
+
|
|
19
|
+
- `message` (string, required): The message for the user. Supports markdown formatting.
|
|
20
|
+
- `attachments` (array, optional): Attachments shown alongside the message. Each entry is either a file path (absolute or relative to cwd) for a locally readable file, or a pre-resolved `{file_uuid, file_name, size, is_image}` object obtained from a device tool such as `attach_file`.
|
|
21
|
+
- `status` (string, required): `proactive` for unsolicited updates the user needs now; `normal` when replying to the user.
|
|
22
|
+
|
|
23
|
+
In non-brief builds only `message` is available.
|
|
24
|
+
|
|
25
|
+
## Examples
|
|
26
|
+
|
|
27
|
+
### Example 1: Proactive completion notice
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
SendUserMessage(
|
|
31
|
+
message="The migration finished — 42 files updated, tests green.",
|
|
32
|
+
status="proactive"
|
|
33
|
+
)
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Notes
|
|
37
|
+
|
|
38
|
+
- Use `proactive` sparingly — it is meant for things that genuinely need the user's attention now.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# SuggestConnectors
|
|
2
|
+
|
|
3
|
+
Resolves full connector payloads for `directoryUuid` values returned by `SearchMcpRegistry`, so the user can be offered concrete connectors to enable.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- After `SearchMcpRegistry` returns candidate connectors, to fetch their full details for presentation.
|
|
8
|
+
|
|
9
|
+
## Activation
|
|
10
|
+
|
|
11
|
+
- Only available in remote (claude.ai) sessions on the first-party API.
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
- `uuids` (array of strings, required): `directoryUuid` or `server_id` values to resolve. 1–32 items, each 1–64 characters.
|
|
16
|
+
|
|
17
|
+
## Examples
|
|
18
|
+
|
|
19
|
+
### Example 1: Resolve two registry hits
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
SuggestConnectors(uuids=["d290f1ee-6c54-4b01-90e6-d701748f0851", "a1b2c3d4-0000-4000-8000-abcdefabcdef"])
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Notes
|
|
26
|
+
|
|
27
|
+
- Never guess UUIDs — only resolve identifiers that came back from `SearchMcpRegistry`.
|
|
28
|
+
- The tool connects nothing itself; enabling a connector happens out of band.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# SuggestPluginInstall
|
|
2
|
+
|
|
3
|
+
Renders an inline plugin install card from `SearchPlugins` results, tying plugin suggestions to the user's request.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- A plugin search surfaced plugins that match what the user is trying to do, and you want to offer them for installation.
|
|
8
|
+
|
|
9
|
+
## Activation
|
|
10
|
+
|
|
11
|
+
- Only when a Remote Control client is connected, or the session runs in a managed cloud environment.
|
|
12
|
+
- Disabled under HIPAA enterprise configurations.
|
|
13
|
+
- Not in brief mode.
|
|
14
|
+
|
|
15
|
+
## Parameters
|
|
16
|
+
|
|
17
|
+
- `contextLabel` (string, required): Short header tying the suggestion to the user request (max 128 characters).
|
|
18
|
+
- `plugins` (array, required): Plugins sourced from `SearchPlugins` results — 1–16 entries, each with:
|
|
19
|
+
- `pluginId` (string, required)
|
|
20
|
+
- `pluginName` (string, required)
|
|
21
|
+
- `description` (string, required)
|
|
22
|
+
- `skills` (array, optional): Up to 32 `{name, description?}` entries describing the plugin's skills.
|
|
23
|
+
|
|
24
|
+
## Examples
|
|
25
|
+
|
|
26
|
+
### Example 1: Offer a matching plugin
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
SuggestPluginInstall(
|
|
30
|
+
contextLabel="For reviewing pull requests",
|
|
31
|
+
plugins=[{pluginId="pr-toolkit", pluginName="PR Toolkit", description="Review helpers"}]
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
The card is rendered for the user; enabling the plugin happens out of band. Call `ListPlugins` on follow-up to discover what was actually installed.
|
|
36
|
+
|
|
37
|
+
## Notes
|
|
38
|
+
|
|
39
|
+
- Only include plugins that came from search results — never invent plugin entries.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# SuggestSkills
|
|
2
|
+
|
|
3
|
+
Renders a card of standalone skills the user can add (skills that are not yet enabled), based on topic keywords.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- The user's request matches skills they don't have enabled (`trigger="user_asked"` when they asked, `trigger="proactive"` when you suggest unprompted).
|
|
8
|
+
|
|
9
|
+
## Activation
|
|
10
|
+
|
|
11
|
+
- Only when a Remote Control client is connected, or the session runs in a managed cloud environment.
|
|
12
|
+
- Disabled under HIPAA enterprise configurations.
|
|
13
|
+
- Not in brief mode.
|
|
14
|
+
|
|
15
|
+
## Parameters
|
|
16
|
+
|
|
17
|
+
- `keywords` (array of strings, required): Topic keywords from the user's request. 1–8 items, each 1–64 characters.
|
|
18
|
+
- `contextLabel` (string, optional): Short label tying the suggestion to the request (max 128 characters).
|
|
19
|
+
- `trigger` (string, optional): How this suggestion started — `user_asked` or `proactive`.
|
|
20
|
+
|
|
21
|
+
## Examples
|
|
22
|
+
|
|
23
|
+
### Example 1: Suggest skills by topic
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
SuggestSkills(keywords=["data visualization", "charts"], contextLabel="For building the dashboard", trigger="user_asked")
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Already-enabled skills are filtered out of the result.
|
|
30
|
+
|
|
31
|
+
## Notes
|
|
32
|
+
|
|
33
|
+
- Renders a suggestion card only — adding a skill happens out of band; call `ListSkills` afterwards to confirm.
|
|
@@ -12,6 +12,12 @@ Creates a new task in the current team's task list (or the session's task list w
|
|
|
12
12
|
|
|
13
13
|
Skip `TaskCreate` for trivial one-shot actions, pure conversation, or anything completable in two or three direct tool calls.
|
|
14
14
|
|
|
15
|
+
## Activation
|
|
16
|
+
|
|
17
|
+
- Available by default on most models.
|
|
18
|
+
- Not available on Opus 4.8 / Sonnet 5 / Fable 5 / Mythos 5 and later families (v2.1.233+) unless opted in via `CLAUDE_CODE_ENABLE_TODO_TOOLS=1`, `--allowedTools`, or `--tools`.
|
|
19
|
+
- The whole task system is disabled when `CLAUDE_CODE_ENABLE_TASKS=false`.
|
|
20
|
+
|
|
15
21
|
## Parameters
|
|
16
22
|
|
|
17
23
|
- `subject` (string, required): Short imperative title, e.g. `Fix login redirect on Safari`. Keep it under roughly eighty characters.
|
|
@@ -12,6 +12,12 @@ Fetches the full record for a single task by ID, including its description, curr
|
|
|
12
12
|
|
|
13
13
|
Prefer `TaskList` when you only need a high-level scan; reserve `TaskGet` for the specific record you intend to read carefully or modify.
|
|
14
14
|
|
|
15
|
+
## Activation
|
|
16
|
+
|
|
17
|
+
- Available by default on most models.
|
|
18
|
+
- Not available on Opus 4.8 / Sonnet 5 / Fable 5 / Mythos 5 and later families (v2.1.233+) unless opted in via `CLAUDE_CODE_ENABLE_TODO_TOOLS=1`, `--allowedTools`, or `--tools`.
|
|
19
|
+
- The whole task system is disabled when `CLAUDE_CODE_ENABLE_TASKS=false`.
|
|
20
|
+
|
|
15
21
|
## Parameters
|
|
16
22
|
|
|
17
23
|
- `taskId` (string, required): The task identifier returned by `TaskCreate` or `TaskList`. IDs are stable for the life of the task.
|
|
@@ -12,6 +12,12 @@ Returns every task in the current team (or session) in summarised form. Use it t
|
|
|
12
12
|
|
|
13
13
|
`TaskList` is read-only and cheap; call it freely whenever you need an overview.
|
|
14
14
|
|
|
15
|
+
## Activation
|
|
16
|
+
|
|
17
|
+
- Available by default on most models.
|
|
18
|
+
- Not available on Opus 4.8 / Sonnet 5 / Fable 5 / Mythos 5 and later families (v2.1.233+) unless opted in via `CLAUDE_CODE_ENABLE_TODO_TOOLS=1`, `--allowedTools`, or `--tools`.
|
|
19
|
+
- The whole task system is disabled when `CLAUDE_CODE_ENABLE_TASKS=false`.
|
|
20
|
+
|
|
15
21
|
## Parameters
|
|
16
22
|
|
|
17
23
|
`TaskList` takes no parameters. It always returns the full task set for the active context.
|
|
@@ -10,6 +10,12 @@ Modifies an existing task — its status, content, ownership, metadata, or depen
|
|
|
10
10
|
- Recording newly discovered dependencies with `addBlocks` / `addBlockedBy`.
|
|
11
11
|
- Attaching structured `metadata` such as external ticket IDs or priority hints.
|
|
12
12
|
|
|
13
|
+
## Activation
|
|
14
|
+
|
|
15
|
+
- Available by default on most models.
|
|
16
|
+
- Not available on Opus 4.8 / Sonnet 5 / Fable 5 / Mythos 5 and later families (v2.1.233+) unless opted in via `CLAUDE_CODE_ENABLE_TODO_TOOLS=1`, `--allowedTools`, or `--tools`.
|
|
17
|
+
- The whole task system is disabled when `CLAUDE_CODE_ENABLE_TASKS=false`.
|
|
18
|
+
|
|
13
19
|
## Parameters
|
|
14
20
|
|
|
15
21
|
- `taskId` (string, required): The task to modify. Obtain from `TaskList` or `TaskCreate`.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# TodoWrite
|
|
2
|
+
|
|
3
|
+
Writes a structured todo list for the current session, replacing the previous list. Each item carries its text, a status, and a present-continuous form shown in progress indicators.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- A task has several distinct steps and tracking them helps you (and the user) see progress.
|
|
8
|
+
- The user explicitly asks for a todo list.
|
|
9
|
+
- You want to mark exactly one item as in progress while the rest stay pending or completed.
|
|
10
|
+
|
|
11
|
+
## Activation
|
|
12
|
+
|
|
13
|
+
- Legacy tool: disabled by default in sessions that offer the Task tools (`TaskCreate`, `TaskUpdate`, `TaskList`).
|
|
14
|
+
- Re-enable it with `CLAUDE_CODE_ENABLE_TASKS=0`.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
- `todos` (array, required): The complete updated todo list. Each entry has:
|
|
19
|
+
- `content` (string): The task description.
|
|
20
|
+
- `status` (string): One of `pending`, `in_progress`, `completed`.
|
|
21
|
+
- `activeForm` (string): Present-continuous text shown while the item is in progress (e.g. "Running tests").
|
|
22
|
+
|
|
23
|
+
## Examples
|
|
24
|
+
|
|
25
|
+
### Example 1: Track a three-step change
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
TodoWrite(
|
|
29
|
+
todos=[
|
|
30
|
+
{content="Update the parser", status="in_progress", activeForm="Updating the parser"},
|
|
31
|
+
{content="Add unit tests", status="pending", activeForm="Adding unit tests"},
|
|
32
|
+
{content="Run the full test suite", status="pending", activeForm="Running the full test suite"}
|
|
33
|
+
]
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
The whole list is rewritten on every call — always include all items, not just the ones that changed.
|
|
38
|
+
|
|
39
|
+
## Notes
|
|
40
|
+
|
|
41
|
+
- The list is replaced wholesale on each call; to update one item, resubmit every item with the new status.
|
|
42
|
+
- Keep exactly one item `in_progress` at a time.
|
|
43
|
+
- In sessions where the structured task tools (`TaskCreate`/`TaskUpdate`/`TaskList`) are enabled, the harness may offer those instead of `TodoWrite` — prefer whichever tool set is advertised.
|
|
@@ -10,6 +10,11 @@ Fetches the full schema definitions for "deferred tools" on demand so they becom
|
|
|
10
10
|
|
|
11
11
|
If a tool's schema is already in context, do not search again — just call it.
|
|
12
12
|
|
|
13
|
+
## Activation
|
|
14
|
+
|
|
15
|
+
- On by default.
|
|
16
|
+
- Off when `ANTHROPIC_BASE_URL` points at a non-Anthropic endpoint (unless `ENABLE_TOOL_SEARCH` is set), when `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS` is set, when the model lacks tool-reference support (Vertex AI models before Claude 4.5), or when denied via `"deny": ["ToolSearch"]`.
|
|
17
|
+
|
|
13
18
|
## Parameters
|
|
14
19
|
|
|
15
20
|
- `query` (string, required): The query used to locate deferred tools. Three forms are supported:
|
|
@@ -10,6 +10,12 @@ Performs a live web search and returns ranked results that the assistant uses to
|
|
|
10
10
|
- Verifying a fact that may have changed since the model was trained.
|
|
11
11
|
- Discovering multiple perspectives on a topic before fetching any single page with `WebFetch`.
|
|
12
12
|
|
|
13
|
+
## Activation
|
|
14
|
+
|
|
15
|
+
- Availability is provider- and model-dependent: available on the Anthropic API and Claude Platform on AWS; on Microsoft Foundry it requires an Anthropic-hosted deployment; on Google Cloud it works with Claude 4+ models.
|
|
16
|
+
- Not available on Amazon Bedrock.
|
|
17
|
+
- Cap 200 calls per session with `CLAUDE_CODE_MAX_WEB_SEARCHES_PER_SESSION`.
|
|
18
|
+
|
|
13
19
|
## Parameters
|
|
14
20
|
|
|
15
21
|
- `query` (string, required): The search query. Minimum length 2 characters. Include the current year when asking about "latest" or "recent" information so results are fresh.
|
package/concepts/en/Tools.md
CHANGED
|
@@ -15,16 +15,19 @@ Below is a categorized index of all tools.
|
|
|
15
15
|
| [TaskGet](Tool-TaskGet.md) | Get task details |
|
|
16
16
|
| [TaskUpdate](Tool-TaskUpdate.md) | Update task status, dependencies, etc. |
|
|
17
17
|
| [TaskList](Tool-TaskList.md) | List all tasks |
|
|
18
|
+
| [ListAgents](Tool-ListAgents.md) | List the agents available in the session |
|
|
18
19
|
|
|
19
20
|
## Team & Orchestration
|
|
20
21
|
|
|
21
22
|
| Tool | Purpose |
|
|
22
23
|
|------|---------|
|
|
23
|
-
| [TeamCreate](Tool-TeamCreate.md) | Create an agent team for collaborative work |
|
|
24
|
-
| [TeamDelete](Tool-TeamDelete.md) | Disband an agent team |
|
|
25
24
|
| [SendMessage](Tool-SendMessage.md) | Send a message to another agent |
|
|
26
25
|
| [Workflow](Tool-Workflow.md) | Run a deterministic multi-agent orchestration script |
|
|
27
26
|
| [Monitor](Tool-Monitor.md) | Stream events from a long-running script as notifications |
|
|
27
|
+
| [SendFile](Tool-SendFile.md) | Send files to another Claude Code session |
|
|
28
|
+
| [SendUserFile](Tool-SendUserFile.md) | Send files to the user |
|
|
29
|
+
| [SendUserMessage](Tool-SendUserMessage.md) | Send a message to the user (legacy Brief tool) |
|
|
30
|
+
| [EndConversation](Tool-EndConversation.md) | End the current conversation |
|
|
28
31
|
|
|
29
32
|
## File Operations
|
|
30
33
|
|
|
@@ -48,6 +51,7 @@ Below is a categorized index of all tools.
|
|
|
48
51
|
| Tool | Purpose |
|
|
49
52
|
|------|---------|
|
|
50
53
|
| [Bash](Tool-Bash.md) | Execute shell commands |
|
|
54
|
+
| [REPL](Tool-REPL.md) | Run JavaScript in a persistent Node.js REPL |
|
|
51
55
|
|
|
52
56
|
## Web
|
|
53
57
|
|
|
@@ -66,6 +70,10 @@ Below is a categorized index of all tools.
|
|
|
66
70
|
| [ExitPlanMode](Tool-ExitPlanMode.md) | Exit plan mode and submit the plan for user approval |
|
|
67
71
|
| [AskUserQuestion](Tool-AskUserQuestion.md) | Ask the user a question for clarification or decisions |
|
|
68
72
|
| [ReportFindings](Tool-ReportFindings.md) | Report code-review findings as a typed list for the host UI |
|
|
73
|
+
| [TodoWrite](Tool-TodoWrite.md) | Write a structured todo list for the session |
|
|
74
|
+
| [SendFeedback](Tool-SendFeedback.md) | Send structured feedback about Claude Code to Anthropic |
|
|
75
|
+
| [Projects](Tool-Projects.md) | Manage project knowledge-base documents |
|
|
76
|
+
| [ProposeGoal](Tool-ProposeGoal.md) | Propose a verifiable completion goal for the session |
|
|
69
77
|
|
|
70
78
|
## Worktrees
|
|
71
79
|
|
|
@@ -84,6 +92,7 @@ Below is a categorized index of all tools.
|
|
|
84
92
|
| [ScheduleWakeup](Tool-ScheduleWakeup.md) | Self-pace /loop iterations by scheduling the next wakeup |
|
|
85
93
|
| [PushNotification](Tool-PushNotification.md) | Send a desktop/mobile notification to the user |
|
|
86
94
|
| [RemoteTrigger](Tool-RemoteTrigger.md) | Manage claude.ai remote-trigger routines |
|
|
95
|
+
| [ReadNotifications](Tool-ReadNotifications.md) | Read pending session notifications |
|
|
87
96
|
|
|
88
97
|
## Extensions
|
|
89
98
|
|
|
@@ -91,10 +100,23 @@ Below is a categorized index of all tools.
|
|
|
91
100
|
|------|---------|
|
|
92
101
|
| [Skill](Tool-Skill.md) | Execute a skill (slash command) |
|
|
93
102
|
|
|
103
|
+
## MCP & Extensions
|
|
104
|
+
|
|
105
|
+
| Tool | Purpose |
|
|
106
|
+
|------|---------|
|
|
107
|
+
| [ListMcpResources](Tool-ListMcpResources.md) | List resources exposed by connected MCP servers |
|
|
108
|
+
| [ReadMcpResource](Tool-ReadMcpResource.md) | Read a single MCP server resource by URI |
|
|
109
|
+
| [ReadMcpResourceDir](Tool-ReadMcpResourceDir.md) | List a directory-style MCP resource by URI |
|
|
110
|
+
| [SearchMcpRegistry](Tool-SearchMcpRegistry.md) | Search the MCP connector registry by keyword |
|
|
111
|
+
| [SuggestConnectors](Tool-SuggestConnectors.md) | Resolve connector details from registry search results |
|
|
112
|
+
| [ListConnectors](Tool-ListConnectors.md) | List installed MCP connectors |
|
|
113
|
+
| [SuggestPluginInstall](Tool-SuggestPluginInstall.md) | Render an inline plugin install card |
|
|
114
|
+
| [SuggestSkills](Tool-SuggestSkills.md) | Render a card of addable skills |
|
|
115
|
+
| [ListPlugins](Tool-ListPlugins.md) | List enabled claude.ai plugins |
|
|
116
|
+
| [ListSkills](Tool-ListSkills.md) | List enabled claude.ai skills |
|
|
117
|
+
|
|
94
118
|
## IDE Integration
|
|
95
119
|
|
|
96
120
|
| Tool | Purpose |
|
|
97
121
|
|------|---------|
|
|
98
|
-
| [getDiagnostics](Tool-getDiagnostics.md) | Get VS Code language diagnostics |
|
|
99
|
-
| [executeCode](Tool-executeCode.md) | Execute code in a Jupyter kernel |
|
|
100
122
|
| [LSP](Tool-LSP.md) | Language-server queries (definitions, references, symbols) |
|
|
@@ -9,6 +9,13 @@ Renderiza un archivo HTML o Markdown en un Artifact — una página web alojada
|
|
|
9
9
|
- Listar los artifacts existentes del usuario para encontrar uno de una sesión anterior (`action: "list"`)
|
|
10
10
|
- **No** para contenido que debe mantenerse local, respuestas de texto simple o cualquier cosa que necesite recursos de red externos al visualizar — una CSP estricta bloquea cualquier host externo
|
|
11
11
|
|
|
12
|
+
## Activación
|
|
13
|
+
|
|
14
|
+
- Requiere un plan Pro, Max, Team o Enterprise con inicio de sesión en claude.ai (`/login`).
|
|
15
|
+
- Solo en la API de Anthropic — no disponible en Amazon Bedrock, Google Cloud ni Microsoft Foundry.
|
|
16
|
+
- Requiere Claude Code ≥ 2.1.183 o la app de escritorio ≥ 1.13576.0.
|
|
17
|
+
- Desactívalo con el ajuste `disableArtifact` o `CLAUDE_CODE_DISABLE_ARTIFACT=1`.
|
|
18
|
+
|
|
12
19
|
## Parámetros
|
|
13
20
|
|
|
14
21
|
- `file_path` (cadena): Ruta al archivo `.html` o `.md` a renderizar. El archivo se envuelve en un esqueleto de documento al publicarse, así que escribe el contenido de la página directamente — sin etiquetas `<!DOCTYPE>`, `<html>`, `<head>` o `<body>`. La misma ruta → la misma URL al redesplegar; una ruta diferente reclama una URL nueva.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# EndConversation
|
|
2
|
+
|
|
3
|
+
Termina la conversación actual e impide que se envíen más mensajes.
|
|
4
|
+
|
|
5
|
+
## Cuándo usar
|
|
6
|
+
|
|
7
|
+
- Solo ante abuso sostenido por parte del usuario, o cuando el usuario pide explícitamente una demostración de esta herramienta.
|
|
8
|
+
|
|
9
|
+
Esta es una acción de último recurso: las propias reglas de la herramienta exigen avisar primero al usuario y confirmar antes de usarla, y nunca debe usarse en situaciones de autolesión o relacionadas con daños.
|
|
10
|
+
|
|
11
|
+
## Activación
|
|
12
|
+
|
|
13
|
+
- Requiere Claude Code 2.1.213+ y un modelo de la familia Opus 4.8 / Sonnet 5 / Fable 5 o posterior.
|
|
14
|
+
- Solo sesiones interactivas de terminal — nunca en modo `--bare`, y nunca disponible para subagentes.
|
|
15
|
+
- No disponible en Amazon Bedrock, Claude Platform on AWS, Vertex AI, Microsoft Foundry ni gateways en la nube.
|
|
16
|
+
- Requiere un feature flag del lado del servidor — la mayoría de las sesiones no ofrecen esta herramienta.
|
|
17
|
+
|
|
18
|
+
## Parámetros
|
|
19
|
+
|
|
20
|
+
Esta herramienta no toma parámetros.
|
|
21
|
+
|
|
22
|
+
## Ejemplos
|
|
23
|
+
|
|
24
|
+
### Ejemplo 1: Terminar la conversación
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
EndConversation()
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
El flujo tiene dos pasos: la primera llamada devuelve un mensaje de reflexión; una segunda llamada inmediatamente después termina de verdad la conversación (`ended: true`).
|
|
31
|
+
|
|
32
|
+
## Notas
|
|
33
|
+
|
|
34
|
+
- Fuertemente restringida: requiere un modelo compatible, el punto de entrada del CLI y un feature flag del lado del servidor — la mayoría de las sesiones no ofrecen esta herramienta.
|
|
35
|
+
- Una vez terminada, no se pueden enviar más mensajes en la conversación.
|
package/concepts/es/Tool-LSP.md
CHANGED
|
@@ -10,6 +10,11 @@ Consulta servidores Language Server Protocol (LSP) para obtener inteligencia de
|
|
|
10
10
|
- Encontrar las implementaciones de una interfaz o un método abstracto (`goToImplementation`)
|
|
11
11
|
- Recorrer la jerarquía de llamadas de una función (`prepareCallHierarchy`, `incomingCalls`, `outgoingCalls`)
|
|
12
12
|
|
|
13
|
+
## Activación
|
|
14
|
+
|
|
15
|
+
- Inactivo hasta que se instale un plugin de inteligencia de código para el lenguaje (el binario del servidor se instala por separado).
|
|
16
|
+
- La herramienta solo aparece cuando hay un cliente LSP conectado.
|
|
17
|
+
|
|
13
18
|
## Parámetros
|
|
14
19
|
|
|
15
20
|
- `operation` (string, obligatorio): una de las operaciones enumeradas arriba.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# ListAgents
|
|
2
|
+
|
|
3
|
+
Lista los agents a los que puedes `SendMessage`: sub-agents en proceso que lanzaste, otras sesiones locales de Claude en esta máquina, tus sesiones en la nube (cuando esta sesión tiene acceso a la nube) y — cuando Remote Control está conectado — las demás sesiones de tu cuenta. Cada fila está etiquetada por tipo.
|
|
4
|
+
|
|
5
|
+
## Cuándo usar
|
|
6
|
+
|
|
7
|
+
- Necesitas el nombre exacto de una sesión par o sub-agent antes de enviarle un mensaje.
|
|
8
|
+
- Quieres ver qué sesiones son alcanzables actualmente desde esta.
|
|
9
|
+
|
|
10
|
+
## Activación
|
|
11
|
+
|
|
12
|
+
- Requiere Claude Code 2.1.224+ y mensajería entre sesiones (un feature flag del lado del servidor, desactivado por defecto).
|
|
13
|
+
- La mensajería entre sesiones no está disponible en Amazon Bedrock, Claude Platform on AWS, Google Cloud Agent Platform ni Microsoft Foundry.
|
|
14
|
+
- Se desactiva cuando `CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC`, `DISABLE_TELEMETRY`, `DO_NOT_TRACK` o `DISABLE_GROWTHBOOK` está establecido.
|
|
15
|
+
- Fuerza su activación con `CLAUDE_CODE_HARBOR_KITE=1`.
|
|
16
|
+
|
|
17
|
+
## Parámetros
|
|
18
|
+
|
|
19
|
+
- `channel` (string, opcional): No disponible en esta compilación; déjalo sin establecer.
|
|
20
|
+
- `q` (string, opcional): No disponible en esta compilación; déjalo sin establecer.
|
|
21
|
+
|
|
22
|
+
## Ejemplos
|
|
23
|
+
|
|
24
|
+
### Ejemplo 1: Listar agents alcanzables
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
ListAgents()
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Cada fila imprime un nombre — ese nombre es la dirección. Envía con `SendMessage({to: "<name>", message: "..."})`, copiando el nombre exactamente como se imprime. Añade el ` [ref]` de una fila solo cuando el nombre a secas sea ambiguo (dos filas lo comparten, o un error te pide desambiguar).
|
|
31
|
+
|
|
32
|
+
## Notas
|
|
33
|
+
|
|
34
|
+
- Solo lectura y seguro para concurrencia.
|
|
35
|
+
- Una sesión en la nube recibe tu mensaje pero aún no puede responder — lee su respuesta en su propia transcripción.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# ListConnectors
|
|
2
|
+
|
|
3
|
+
Lista los conectores MCP instalados para la organización de claude.ai del usuario, opcionalmente filtrados por palabra clave.
|
|
4
|
+
|
|
5
|
+
## Cuándo usar
|
|
6
|
+
|
|
7
|
+
- Necesitas saber qué conectores ya están instalados antes de sugerir otros nuevos.
|
|
8
|
+
- El usuario pregunta qué integraciones tiene su organización.
|
|
9
|
+
|
|
10
|
+
## Activación
|
|
11
|
+
|
|
12
|
+
- Solo disponible en sesiones remotas (claude.ai) en la API first-party.
|
|
13
|
+
|
|
14
|
+
## Parámetros
|
|
15
|
+
|
|
16
|
+
- `keywords` (array de strings, opcional): Filtra la lista — hasta 8 elementos, cada uno de 1 a 64 caracteres. Omítelo para listar todo.
|
|
17
|
+
|
|
18
|
+
## Ejemplos
|
|
19
|
+
|
|
20
|
+
### Ejemplo 1: Listar todos los conectores instalados
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
ListConnectors()
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### Ejemplo 2: Filtrar por palabra clave
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
ListConnectors(keywords=["github"])
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Notas
|
|
33
|
+
|
|
34
|
+
- Combínalo con `SearchMcpRegistry` (descubrimiento) y `SuggestConnectors` (detalles) para el flujo completo de encontrar y habilitar.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# ListMcpResources
|
|
2
|
+
|
|
3
|
+
Lista los recursos expuestos por los servidores MCP conectados, opcionalmente filtrados a un servidor.
|
|
4
|
+
|
|
5
|
+
## Cuándo usar
|
|
6
|
+
|
|
7
|
+
- Necesitas descubrir qué recursos (archivos, registros, documentos) ofrece un servidor MCP antes de leerlos.
|
|
8
|
+
- Quieres una vista general de todos los recursos de todos los servidores conectados.
|
|
9
|
+
|
|
10
|
+
## Activación
|
|
11
|
+
|
|
12
|
+
- Siempre habilitado, pero no expuesto en la lista de herramientas del modelo — pensado para uso thin-client / sidecar.
|
|
13
|
+
|
|
14
|
+
## Parámetros
|
|
15
|
+
|
|
16
|
+
- `server` (string, opcional): Nombre del servidor por el que filtrar los recursos. Omítelo para listar recursos de todos los servidores conectados.
|
|
17
|
+
|
|
18
|
+
## Ejemplos
|
|
19
|
+
|
|
20
|
+
### Ejemplo 1: Listar todo
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
ListMcpResources()
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### Ejemplo 2: Listar los recursos de un servidor
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
ListMcpResources(server="github")
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Notas
|
|
33
|
+
|
|
34
|
+
- Este es el paso de descubrimiento: pasa las URIs interesantes a `ReadMcpResource` (recurso único) o `ReadMcpResourceDir` (listados de directorio).
|
|
35
|
+
- Los servidores se conectan y desconectan a lo largo de la vida de la sesión; vuelve a listar si se acaba de añadir un servidor.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# ListPlugins
|
|
2
|
+
|
|
3
|
+
Lista los plugins de claude.ai habilitados del usuario, opcionalmente filtrados por palabra clave.
|
|
4
|
+
|
|
5
|
+
## Cuándo usar
|
|
6
|
+
|
|
7
|
+
- Necesitas saber qué plugins ya están habilitados — por ejemplo, para confirmar qué se instaló tras una tarjeta de `SuggestPluginInstall`.
|
|
8
|
+
- El usuario pregunta qué plugins tiene.
|
|
9
|
+
|
|
10
|
+
## Activación
|
|
11
|
+
|
|
12
|
+
- Requiere permiso de acceso al registro de plugins.
|
|
13
|
+
- La disponibilidad depende del tipo de sesión y del lanzamiento de la función — deshabilitado en entornos HIPAA, siempre disponible en sesiones remotas.
|
|
14
|
+
|
|
15
|
+
## Parámetros
|
|
16
|
+
|
|
17
|
+
- `keywords` (array de strings, opcional): Filtra la lista — hasta 8 elementos, cada uno de 1 a 64 caracteres. Omítelo para listar todo.
|
|
18
|
+
|
|
19
|
+
## Ejemplos
|
|
20
|
+
|
|
21
|
+
### Ejemplo 1: Listar plugins habilitados
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
ListPlugins()
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### Ejemplo 2: Filtrar por palabra clave
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
ListPlugins(keywords=["figma"])
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Notas
|
|
34
|
+
|
|
35
|
+
- Si el catálogo de plugins es inalcanzable (forbidden), la herramienta se degrada a una lista vacía con una advertencia en lugar de fallar.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# ListSkills
|
|
2
|
+
|
|
3
|
+
Lista las skills de claude.ai habilitadas del usuario, opcionalmente filtradas por palabra clave.
|
|
4
|
+
|
|
5
|
+
## Cuándo usar
|
|
6
|
+
|
|
7
|
+
- Necesitas la lista autoritativa de skills habilitadas actualmente — antes de invocar una, o para confirmar qué añadió una tarjeta de `SuggestSkills`.
|
|
8
|
+
- El usuario pregunta qué skills tiene.
|
|
9
|
+
|
|
10
|
+
## Activación
|
|
11
|
+
|
|
12
|
+
- Requiere permiso de acceso al registro de plugins.
|
|
13
|
+
- Deshabilitado en entornos HIPAA.
|
|
14
|
+
- Siempre disponible en sesiones remotas.
|
|
15
|
+
|
|
16
|
+
## Parámetros
|
|
17
|
+
|
|
18
|
+
- `keywords` (array de strings, opcional): Filtra la lista — hasta 8 elementos, cada uno de 1 a 64 caracteres. Omítelo para listar todo.
|
|
19
|
+
|
|
20
|
+
## Ejemplos
|
|
21
|
+
|
|
22
|
+
### Ejemplo 1: Listar skills habilitadas
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
ListSkills()
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### Ejemplo 2: Filtrar por palabra clave
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
ListSkills(keywords=["review"])
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Notas
|
|
35
|
+
|
|
36
|
+
- Si el catálogo es inalcanzable (forbidden), la herramienta se degrada a una lista vacía con una advertencia en lugar de fallar.
|
|
37
|
+
- Esto lista las skills *habilitadas*; usa `SuggestSkills` para hacer aflorar skills que el usuario podría añadir.
|
|
@@ -10,6 +10,13 @@ Inicia un monitor en segundo plano que transmite eventos desde un script de larg
|
|
|
10
10
|
- Esperar una condición específica a lo largo de muchas iteraciones (por ejemplo, un hito de paso de entrenamiento o el vaciado de una cola)
|
|
11
11
|
- **No** para un simple "esperar hasta que termine" — usar `Bash` con `run_in_background` para eso; emite una notificación de finalización cuando el proceso termina
|
|
12
12
|
|
|
13
|
+
## Activación
|
|
14
|
+
|
|
15
|
+
- Desactivado por defecto (feature flag del lado del servidor).
|
|
16
|
+
- No disponible en Amazon Bedrock, Google Cloud ni Microsoft Foundry.
|
|
17
|
+
- Desactivado cuando `DISABLE_TELEMETRY` o `CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC` está establecido.
|
|
18
|
+
- La fuente WebSocket requiere Claude Code 2.1.195+.
|
|
19
|
+
|
|
13
20
|
## Parámetros
|
|
14
21
|
|
|
15
22
|
- `command` (cadena, obligatorio): El comando de shell o script a ejecutar. Cada línea escrita en la salida estándar se convierte en un evento de notificación independiente. El monitor termina cuando el proceso sale.
|