cc-viewer 1.7.22 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -0
- package/cli.js +92 -11
- package/concepts/ar/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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/GlobalSettings.md +2 -2
- 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-BaKGIW0-.js → App-CCu0y2Cq.js} +2 -2
- package/dist/assets/{MdxEditorPanel-DG-UE0PC.js → MdxEditorPanel-BBhgTmDk.js} +1 -1
- package/dist/assets/{Mobile-CQaUYdaf.js → Mobile-vN4lyiaz.js} +1 -1
- package/dist/assets/{ProxyStatsModal-j-Aty9Lu.js → ProxyStatsModal-BOflqr0R.js} +1 -1
- package/dist/assets/index-C3BRHDVF.js +2 -0
- package/dist/assets/seqResourceLoaders-DI0G5nu1.css +41 -0
- package/dist/assets/seqResourceLoaders-DpYqp6SP.js +2 -0
- package/dist/index.html +1 -1
- package/findcc.js +17 -8
- package/node_modules/@ccv/core/package.json +13 -0
- package/{server/lib → node_modules/@ccv/core/src}/approval-modal-prefs.js +1 -1
- package/node_modules/@ccv/core/src/clearCheckpoint.js +7 -0
- package/{src/utils → node_modules/@ccv/core/src}/contentFilter.js +207 -141
- package/{server/lib → node_modules/@ccv/core/src}/context-rules.js +2 -2
- package/{server/lib → node_modules/@ccv/core/src}/delta-reconstructor.js +60 -4
- package/{server/lib → node_modules/@ccv/core/src}/error-report.js +5 -4
- package/{server/lib → node_modules/@ccv/core/src}/session-boundary.js +3 -3
- package/{src/utils → node_modules/@ccv/core/src}/teammateDetector.js +9 -0
- package/{server/lib → node_modules/@ccv/core/src}/tools-xml-formatter.js +3 -3
- package/{server/lib → node_modules/@ccv/core/src}/v2-transcript-normalizer.js +1 -1
- package/{server/lib → node_modules/@ccv/core/src}/voice-pack-events.js +2 -2
- package/package.json +11 -96
- package/server/_paths.js +28 -7
- package/server/i18n.js +60 -0
- package/server/interceptor.js +36 -11
- package/server/lib/adapters/dingtalk-adapter.js +2 -2
- package/server/lib/adapters/discord-adapter.js +2 -2
- package/server/lib/adapters/feishu-adapter.js +2 -2
- package/server/lib/adapters/wecom-adapter.js +2 -2
- package/server/lib/approval-policy.js +29 -0
- package/server/lib/{ask-store.js → ask/ask-store.js} +3 -3
- package/server/lib/{perm-bridge.js → ask/perm-bridge.js} +5 -5
- package/server/lib/chat-queue.js +341 -0
- package/server/lib/cli-inject.js +1 -1
- package/server/lib/context-watcher.js +3 -3
- package/server/lib/create_system_prompt.js +0 -9
- package/server/lib/enrich-plan-input.js +1 -1
- package/server/lib/ensure-hooks.js +2 -2
- package/server/lib/file-access-policy.js +6 -1
- package/server/lib/file-api.js +17 -1
- package/server/lib/{dingtalk-bridge.js → im/dingtalk-bridge.js} +1 -1
- package/server/lib/{im-append-system.js → im/im-append-system.js} +5 -13
- package/server/lib/{im-bridge-core.js → im/im-bridge-core.js} +12 -6
- package/server/lib/{im-config.js → im/im-config.js} +1 -1
- package/server/lib/im/im-deny.js +4 -0
- package/server/lib/{im-lang.js → im/im-lang.js} +1 -1
- package/server/lib/{im-lock.js → im/im-lock.js} +2 -2
- package/server/lib/{im-process-manager.js → im/im-process-manager.js} +1 -1
- package/server/lib/{im-senders.js → im/im-senders.js} +1 -1
- package/server/lib/{im-skills.js → im/im-skills.js} +2 -2
- package/server/lib/interceptor-core.js +8 -5
- package/server/lib/kv-cache-analyzer.js +6 -5
- package/server/lib/launch-config.js +321 -0
- package/server/lib/log-file-utils.js +21 -0
- package/server/lib/log-management.js +6 -17
- package/server/lib/log-stream.js +1 -1
- package/server/lib/log-watcher.js +1 -1
- package/server/lib/model-system-prompts.js +1 -1
- package/server/lib/prefs-store.js +2 -2
- package/server/lib/project-prefs.js +6 -6
- package/server/lib/project-state.js +15 -0
- package/server/lib/{proxy-retry.js → proxy/proxy-retry.js} +2 -2
- package/server/lib/{proxy-stats.js → proxy/proxy-stats.js} +3 -3
- package/server/lib/sdk-adapter.js +6 -74
- package/server/lib/sdk-manager.js +383 -278
- package/server/lib/skills-api.js +1 -1
- package/server/lib/spawn-model-resolver.js +21 -6
- package/server/lib/stats-worker.js +2 -2
- package/server/lib/system-prompt-files.js +11 -10
- package/server/lib/system-prompt-render.js +23 -7
- package/server/lib/system-prompt-snapshots.js +452 -0
- package/server/lib/updater.js +63 -3
- package/server/lib/user-prompt-extract.js +5 -5
- package/server/lib/v2/adapter.js +3 -3
- package/server/lib/v2/conversation-store.js +1 -1
- package/server/lib/v2/convert.js +3 -3
- package/server/lib/v2/jsonl-read.js +1 -1
- package/server/lib/v2/live-feed.js +3 -3
- package/server/lib/v2/meta-rows.js +3 -3
- package/server/lib/v2/replay.js +1 -1
- package/server/lib/v2/session-list.js +1 -1
- package/server/lib/v2/session-owner.js +1 -1
- package/server/lib/v2/v2-writer.js +26 -1
- package/server/lib/v2/verify.js +1 -1
- package/server/lib/voice-pack-manager.js +4 -5
- package/server/lib/wire-compress.js +1 -1
- package/server/proxy.js +5 -5
- package/server/pty-manager.js +282 -184
- package/server/routes/ask-perm.js +1 -1
- package/server/routes/dingtalk.js +3 -3
- package/server/routes/events.js +2 -2
- package/server/routes/im.js +5 -5
- package/server/routes/preferences.js +3 -3
- package/server/routes/workspaces.js +1 -1
- package/server/server.js +207 -58
- package/server/system-prompt-templates/systemPromptModel.md +0 -8
- package/server/system-prompt-templates/systemPromptVariables.ar.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.da.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.de.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.es.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.fr.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.it.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.ja.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.ko.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.no.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.pl.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.pt-BR.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.ru.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.th.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.tr.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.uk.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.zh-TW.md +0 -7
- package/server/system-prompt-templates/systemPromptVariables.zh.md +0 -7
- 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/index-CyiyzBfV.js +0 -2
- package/dist/assets/seqResourceLoaders-BgD_Rwvc.css +0 -41
- package/dist/assets/seqResourceLoaders-XMiEIVyV.js +0 -2
- package/src/utils/apiUrl.js +0 -26
- package/src/utils/askFallback.js +0 -21
- package/src/utils/askOptionDesc.js +0 -55
- package/src/utils/askPortalMatcher.js +0 -54
- package/src/utils/autoApproveOptions.js +0 -27
- package/src/utils/avatarAnimationPostPass.js +0 -49
- package/src/utils/builtinPresets.js +0 -18
- package/src/utils/clearCheckpoint.js +0 -7
- package/src/utils/commandValidator.js +0 -45
- package/src/utils/contextRaw.js +0 -18
- package/src/utils/contextSidebarNavigation.js +0 -16
- package/src/utils/contextTurns.js +0 -117
- package/src/utils/displayScaleHelper.js +0 -47
- package/src/utils/effectiveModel.js +0 -17
- package/src/utils/entry-slim.js +0 -563
- package/src/utils/entryCache.js +0 -144
- package/src/utils/errorReport.js +0 -6
- package/src/utils/fileExpandedPathsStorage.js +0 -70
- package/src/utils/fileIcons.jsx +0 -36
- package/src/utils/fileOpen.js +0 -37
- package/src/utils/formatters.js +0 -48
- package/src/utils/gitApi.js +0 -50
- package/src/utils/gitTreeBuilder.js +0 -19
- package/src/utils/helpers.js +0 -854
- package/src/utils/identityHeal.js +0 -108
- package/src/utils/imConnState.js +0 -59
- package/src/utils/imOrigin.js +0 -24
- package/src/utils/imTr.js +0 -7
- package/src/utils/imageCompress.js +0 -83
- package/src/utils/imageDownscale.js +0 -28
- package/src/utils/imageResize.js +0 -112
- package/src/utils/ingestPipeline.js +0 -47
- package/src/utils/isProxyMode.js +0 -11
- package/src/utils/lazyWithReload.js +0 -53
- package/src/utils/markdown.js +0 -30
- package/src/utils/markdownIncremental.js +0 -39
- package/src/utils/markdownProfiler.js +0 -113
- package/src/utils/mdExtensionDetect.js +0 -64
- package/src/utils/memoryLinkParser.js +0 -44
- package/src/utils/modalMask.js +0 -15
- package/src/utils/modelSuggestions.js +0 -48
- package/src/utils/monotime.js +0 -6
- package/src/utils/pinnedMenu.js +0 -55
- package/src/utils/presetShortcuts.js +0 -14
- package/src/utils/projectAlias.js +0 -135
- package/src/utils/promptClassifier.js +0 -112
- package/src/utils/promptDetect.js +0 -196
- package/src/utils/promptNav.js +0 -60
- package/src/utils/ptyChunkBuilder.js +0 -251
- package/src/utils/quickMenuHoverIntent.js +0 -35
- package/src/utils/rateLimitParser.js +0 -119
- package/src/utils/readResultPool.js +0 -106
- package/src/utils/refreshCachedItemProp.js +0 -30
- package/src/utils/resizeCalc.js +0 -21
- package/src/utils/resolveLocalized.js +0 -17
- package/src/utils/searchApi.js +0 -47
- package/src/utils/searchReplace.js +0 -51
- package/src/utils/seqResourceLoaders.js +0 -79
- package/src/utils/sessionManager.js +0 -482
- package/src/utils/sessionMerge.js +0 -239
- package/src/utils/skillModalController.js +0 -111
- package/src/utils/skillsParser.js +0 -116
- package/src/utils/slashCommandLabels.js +0 -80
- package/src/utils/splitDragCalc.js +0 -73
- package/src/utils/stickyBottomController.js +0 -643
- package/src/utils/svgSanitize.js +0 -48
- package/src/utils/systemTags.js +0 -47
- package/src/utils/tClaude.js +0 -20
- package/src/utils/teamModalBuilder.js +0 -351
- package/src/utils/teamSessionParser.js +0 -190
- package/src/utils/teammateAvatars.js +0 -194
- package/src/utils/termDiag.js +0 -114
- package/src/utils/terminalClipboard.js +0 -117
- package/src/utils/terminalWriteQueue.js +0 -398
- package/src/utils/thinkingMerge.js +0 -49
- package/src/utils/toolCatalog.js +0 -29
- package/src/utils/toolResultBuilder.js +0 -411
- package/src/utils/toolResultClassifier.js +0 -16
- package/src/utils/toolResultCore.js +0 -194
- package/src/utils/toolsDiff.js +0 -44
- package/src/utils/toolsXmlFormatter.js +0 -3
- package/src/utils/ultraplanController.js +0 -109
- package/src/utils/ultraplanExperts.js +0 -86
- package/src/utils/ultraplanTemplates.js +0 -154
- package/src/utils/userImageRefs.js +0 -49
- package/src/utils/v3Assembler.js +0 -125
- package/src/utils/v3Rows.js +0 -49
- package/src/utils/voicePackPlayer.js +0 -233
- package/src/utils/webSearchGrouping.js +0 -111
- package/src/utils/workflowFormat.js +0 -52
- package/src/utils/workflowRuns.js +0 -118
- package/src/utils/workflowStore.js +0 -94
- /package/{src/utils → node_modules/@ccv/core/src}/requestType.js +0 -0
- /package/server/lib/{ask-bridge.js → ask/ask-bridge.js} +0 -0
- /package/server/lib/{ask-constants.js → ask/ask-constants.js} +0 -0
- /package/server/lib/{ask-reaper.js → ask/ask-reaper.js} +0 -0
- /package/server/lib/{dingtalk-config.js → im/dingtalk-config.js} +0 -0
- /package/server/lib/{im-log-watcher.js → im/im-log-watcher.js} +0 -0
- /package/server/lib/{proxy-env.js → proxy/proxy-env.js} +0 -0
- /package/server/lib/{proxy-errors.js → proxy/proxy-errors.js} +0 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# SuggestSkills
|
|
2
|
+
|
|
3
|
+
Rendert eine Karte eigenständiger Skills, die der Benutzer hinzufügen kann (Skills, die noch nicht aktiviert sind), basierend auf Themen-Stichwörtern.
|
|
4
|
+
|
|
5
|
+
## Wann verwenden
|
|
6
|
+
|
|
7
|
+
- Die Anfrage des Benutzers passt zu Skills, die er nicht aktiviert hat (`trigger="user_asked"`, wenn er gefragt hat, `trigger="proactive"`, wenn Sie unaufgefordert vorschlagen).
|
|
8
|
+
|
|
9
|
+
## Aktivierung
|
|
10
|
+
|
|
11
|
+
- Nur wenn ein Remote-Control-Client verbunden ist oder die Sitzung in einer verwalteten Cloud-Umgebung läuft.
|
|
12
|
+
- Unter HIPAA-Enterprise-Konfigurationen deaktiviert.
|
|
13
|
+
- Nicht im Brief-Modus.
|
|
14
|
+
|
|
15
|
+
## Parameter
|
|
16
|
+
|
|
17
|
+
- `keywords` (array of strings, erforderlich): Themen-Stichwörter aus der Anfrage des Benutzers. 1–8 Elemente, jedes 1–64 Zeichen.
|
|
18
|
+
- `contextLabel` (string, optional): Kurze Beschriftung, die den Vorschlag mit der Anfrage verknüpft (maximal 128 Zeichen).
|
|
19
|
+
- `trigger` (string, optional): Wie dieser Vorschlag entstanden ist – `user_asked` oder `proactive`.
|
|
20
|
+
|
|
21
|
+
## Beispiele
|
|
22
|
+
|
|
23
|
+
### Beispiel 1: Skills nach Thema vorschlagen
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
SuggestSkills(keywords=["data visualization", "charts"], contextLabel="For building the dashboard", trigger="user_asked")
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Bereits aktivierte Skills werden aus dem Ergebnis herausgefiltert.
|
|
30
|
+
|
|
31
|
+
## Hinweise
|
|
32
|
+
|
|
33
|
+
- Rendert nur eine Vorschlagskarte – das Hinzufügen eines Skills erfolgt separat; rufen Sie anschließend `ListSkills` zur Bestätigung auf.
|
|
@@ -12,6 +12,12 @@ Erstellt eine neue Aufgabe in der Aufgabenliste des aktuellen Teams (oder der Au
|
|
|
12
12
|
|
|
13
13
|
Überspringen Sie `TaskCreate` für triviale Einmalaktionen, reine Unterhaltung oder alles, was in zwei oder drei direkten Tool-Aufrufen abgeschlossen werden kann.
|
|
14
14
|
|
|
15
|
+
## Aktivierung
|
|
16
|
+
|
|
17
|
+
- Auf den meisten Modellen standardmäßig verfügbar.
|
|
18
|
+
- Nicht verfügbar auf Opus 4.8 / Sonnet 5 / Fable 5 / Mythos 5 und neueren Familien (v2.1.233+), außer bei Aktivierung über `CLAUDE_CODE_ENABLE_TODO_TOOLS=1`, `--allowedTools` oder `--tools`.
|
|
19
|
+
- Das gesamte Aufgaben-System ist deaktiviert, wenn `CLAUDE_CODE_ENABLE_TASKS=false`.
|
|
20
|
+
|
|
15
21
|
## Parameter
|
|
16
22
|
|
|
17
23
|
- `subject` (string, erforderlich): Kurzer Imperativ-Titel, z. B. `Fix login redirect on Safari`. Unter etwa achtzig Zeichen halten.
|
|
@@ -12,6 +12,12 @@ Ruft den vollständigen Datensatz einer einzelnen Aufgabe per ID ab, einschließ
|
|
|
12
12
|
|
|
13
13
|
Bevorzugen Sie `TaskList`, wenn Sie nur einen groben Überblick benötigen; reservieren Sie `TaskGet` für den konkreten Datensatz, den Sie sorgfältig lesen oder ändern wollen.
|
|
14
14
|
|
|
15
|
+
## Aktivierung
|
|
16
|
+
|
|
17
|
+
- Auf den meisten Modellen standardmäßig verfügbar.
|
|
18
|
+
- Nicht verfügbar auf Opus 4.8 / Sonnet 5 / Fable 5 / Mythos 5 und neueren Familien (v2.1.233+), außer bei Aktivierung über `CLAUDE_CODE_ENABLE_TODO_TOOLS=1`, `--allowedTools` oder `--tools`.
|
|
19
|
+
- Das gesamte Aufgaben-System ist deaktiviert, wenn `CLAUDE_CODE_ENABLE_TASKS=false`.
|
|
20
|
+
|
|
15
21
|
## Parameter
|
|
16
22
|
|
|
17
23
|
- `taskId` (string, erforderlich): Der Aufgabenbezeichner, der von `TaskCreate` oder `TaskList` zurückgegeben wird. IDs sind für die Lebensdauer der Aufgabe stabil.
|
|
@@ -12,6 +12,12 @@ Gibt jede Aufgabe im aktuellen Team (oder der Sitzung) in zusammengefasster Form
|
|
|
12
12
|
|
|
13
13
|
`TaskList` ist schreibgeschützt und günstig; rufen Sie es beliebig auf, wann immer Sie einen Überblick benötigen.
|
|
14
14
|
|
|
15
|
+
## Aktivierung
|
|
16
|
+
|
|
17
|
+
- Auf den meisten Modellen standardmäßig verfügbar.
|
|
18
|
+
- Nicht verfügbar auf Opus 4.8 / Sonnet 5 / Fable 5 / Mythos 5 und neueren Familien (v2.1.233+), außer bei Aktivierung über `CLAUDE_CODE_ENABLE_TODO_TOOLS=1`, `--allowedTools` oder `--tools`.
|
|
19
|
+
- Das gesamte Aufgaben-System ist deaktiviert, wenn `CLAUDE_CODE_ENABLE_TASKS=false`.
|
|
20
|
+
|
|
15
21
|
## Parameter
|
|
16
22
|
|
|
17
23
|
`TaskList` nimmt keine Parameter entgegen. Es gibt stets die vollständige Aufgabenmenge für den aktiven Kontext zurück.
|
|
@@ -10,6 +10,12 @@
|
|
|
10
10
|
- Neu entdeckte Abhängigkeiten mit `addBlocks` / `addBlockedBy` erfassen.
|
|
11
11
|
- Strukturierte `metadata` anhängen, wie externe Ticket-IDs oder Prioritätshinweise.
|
|
12
12
|
|
|
13
|
+
## Aktivierung
|
|
14
|
+
|
|
15
|
+
- Auf den meisten Modellen standardmäßig verfügbar.
|
|
16
|
+
- Nicht verfügbar auf Opus 4.8 / Sonnet 5 / Fable 5 / Mythos 5 und neueren Familien (v2.1.233+), außer bei Aktivierung über `CLAUDE_CODE_ENABLE_TODO_TOOLS=1`, `--allowedTools` oder `--tools`.
|
|
17
|
+
- Das gesamte Aufgaben-System ist deaktiviert, wenn `CLAUDE_CODE_ENABLE_TASKS=false`.
|
|
18
|
+
|
|
13
19
|
## Parameter
|
|
14
20
|
|
|
15
21
|
- `taskId` (string, erforderlich): Die zu ändernde Aufgabe. Aus `TaskList` oder `TaskCreate` beziehen.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# TodoWrite
|
|
2
|
+
|
|
3
|
+
Schreibt eine strukturierte Aufgabenliste für die aktuelle Sitzung und ersetzt dabei die vorherige Liste. Jeder Eintrag trägt seinen Text, einen Status und eine Verlaufsform, die in Fortschrittsanzeigen dargestellt wird.
|
|
4
|
+
|
|
5
|
+
## Wann verwenden
|
|
6
|
+
|
|
7
|
+
- Eine Aufgabe hat mehrere klar unterscheidbare Schritte, und ihre Nachverfolgung hilft Ihnen (und dem Benutzer), den Fortschritt zu sehen.
|
|
8
|
+
- Der Benutzer bittet ausdrücklich um eine Aufgabenliste.
|
|
9
|
+
- Sie möchten genau einen Eintrag als in Bearbeitung markieren, während die übrigen ausstehend oder abgeschlossen bleiben.
|
|
10
|
+
|
|
11
|
+
## Aktivierung
|
|
12
|
+
|
|
13
|
+
- Legacy-Tool: standardmäßig deaktiviert in Sitzungen, die die Task-Tools (`TaskCreate`, `TaskUpdate`, `TaskList`) anbieten.
|
|
14
|
+
- Reaktivieren Sie es mit `CLAUDE_CODE_ENABLE_TASKS=0`.
|
|
15
|
+
|
|
16
|
+
## Parameter
|
|
17
|
+
|
|
18
|
+
- `todos` (array, erforderlich): Die vollständige aktualisierte Aufgabenliste. Jeder Eintrag hat:
|
|
19
|
+
- `content` (string): Die Aufgabenbeschreibung.
|
|
20
|
+
- `status` (string): Einer von `pending`, `in_progress`, `completed`.
|
|
21
|
+
- `activeForm` (string): Verlaufsform-Text, der angezeigt wird, während der Eintrag in Bearbeitung ist (z. B. "Running tests").
|
|
22
|
+
|
|
23
|
+
## Beispiele
|
|
24
|
+
|
|
25
|
+
### Beispiel 1: Einen dreistufigen Änderungsvorgang nachverfolgen
|
|
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
|
+
Die gesamte Liste wird bei jedem Aufruf neu geschrieben – schließen Sie immer alle Einträge ein, nicht nur die geänderten.
|
|
38
|
+
|
|
39
|
+
## Hinweise
|
|
40
|
+
|
|
41
|
+
- Die Liste wird bei jedem Aufruf vollständig ersetzt; um einen Eintrag zu aktualisieren, reichen Sie jeden Eintrag mit dem neuen Status erneut ein.
|
|
42
|
+
- Halten Sie jeweils genau einen Eintrag auf `in_progress`.
|
|
43
|
+
- In Sitzungen, in denen die strukturierten Aufgaben-Tools (`TaskCreate`/`TaskUpdate`/`TaskList`) aktiviert sind, bietet der Harness möglicherweise diese anstelle von `TodoWrite` an – bevorzugen Sie das jeweils angekündigte Tool-Set.
|
|
@@ -10,6 +10,11 @@ Ruft bei Bedarf die vollständigen Schema-Definitionen „aufgeschobener Tools"
|
|
|
10
10
|
|
|
11
11
|
Wenn das Schema eines Tools bereits im Kontext vorliegt, nicht erneut suchen – einfach aufrufen.
|
|
12
12
|
|
|
13
|
+
## Aktivierung
|
|
14
|
+
|
|
15
|
+
- Standardmäßig aktiviert.
|
|
16
|
+
- Deaktiviert, wenn `ANTHROPIC_BASE_URL` auf einen Nicht-Anthropic-Endpunkt zeigt (es sei denn, `ENABLE_TOOL_SEARCH` ist gesetzt), wenn `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS` gesetzt ist, wenn dem Modell die Tool-Referenz-Unterstützung fehlt (Vertex-AI-Modelle vor Claude 4.5) oder wenn die Verwendung über `"deny": ["ToolSearch"]` verweigert wird.
|
|
17
|
+
|
|
13
18
|
## Parameter
|
|
14
19
|
|
|
15
20
|
- `query` (string, erforderlich): Die Anfrage zum Auffinden aufgeschobener Tools. Drei Formen werden unterstützt:
|
|
@@ -10,6 +10,12 @@ Führt eine Live-Websuche durch und gibt gerankte Ergebnisse zurück, mit denen
|
|
|
10
10
|
- Verifizieren einer Tatsache, die sich seit dem Training des Modells geändert haben könnte.
|
|
11
11
|
- Entdecken mehrerer Perspektiven zu einem Thema, bevor eine einzelne Seite mit `WebFetch` abgerufen wird.
|
|
12
12
|
|
|
13
|
+
## Aktivierung
|
|
14
|
+
|
|
15
|
+
- Die Verfügbarkeit ist provider- und modellabhängig: verfügbar über die Anthropic-API und Claude Platform on AWS; auf Microsoft Foundry ist ein von Anthropic gehostetes Deployment erforderlich; auf Google Cloud funktioniert es mit Claude-4+-Modellen.
|
|
16
|
+
- Nicht verfügbar auf Amazon Bedrock.
|
|
17
|
+
- Begrenzung auf 200 Aufrufe pro Sitzung mit `CLAUDE_CODE_MAX_WEB_SEARCHES_PER_SESSION`.
|
|
18
|
+
|
|
13
19
|
## Parameter
|
|
14
20
|
|
|
15
21
|
- `query` (string, erforderlich): Die Suchanfrage. Mindestlänge 2 Zeichen. Fügen Sie das aktuelle Jahr hinzu, wenn Sie nach "aktuellen" oder "jüngsten" Informationen fragen, damit die Ergebnisse frisch sind.
|
package/concepts/de/Tools.md
CHANGED
|
@@ -15,16 +15,19 @@ Im Folgenden finden Sie den kategorisierten Index aller Tools.
|
|
|
15
15
|
| [TaskGet](Tool-TaskGet.md) | Ruft Aufgabendetails ab |
|
|
16
16
|
| [TaskUpdate](Tool-TaskUpdate.md) | Aktualisiert Aufgabenstatus, Abhängigkeiten usw. |
|
|
17
17
|
| [TaskList](Tool-TaskList.md) | Listet alle Aufgaben auf |
|
|
18
|
+
| [ListAgents](Tool-ListAgents.md) | Listet die in der Sitzung verfügbaren Agenten auf |
|
|
18
19
|
|
|
19
20
|
## Team & Orchestrierung
|
|
20
21
|
|
|
21
22
|
| Tool | Zweck |
|
|
22
23
|
|------|-------|
|
|
23
|
-
| [TeamCreate](Tool-TeamCreate.md) | Erstellt ein Agent-Team für kollaborative Arbeit |
|
|
24
|
-
| [TeamDelete](Tool-TeamDelete.md) | Löst ein Agent-Team auf |
|
|
25
24
|
| [SendMessage](Tool-SendMessage.md) | Sendet eine Nachricht an einen anderen Agent |
|
|
26
25
|
| [Workflow](Tool-Workflow.md) | Führt ein deterministisches Multi-Agent-Orchestrations-Skript aus |
|
|
27
26
|
| [Monitor](Tool-Monitor.md) | Streamt Ereignisse von einem lang laufenden Skript als Benachrichtigungen |
|
|
27
|
+
| [SendFile](Tool-SendFile.md) | Sendet Dateien an eine andere Claude Code-Sitzung |
|
|
28
|
+
| [SendUserFile](Tool-SendUserFile.md) | Sendet Dateien an den Benutzer |
|
|
29
|
+
| [SendUserMessage](Tool-SendUserMessage.md) | Sendet eine Nachricht an den Benutzer (Legacy-Tool Brief) |
|
|
30
|
+
| [EndConversation](Tool-EndConversation.md) | Beendet die aktuelle Unterhaltung |
|
|
28
31
|
|
|
29
32
|
## Dateioperationen
|
|
30
33
|
|
|
@@ -48,6 +51,7 @@ Im Folgenden finden Sie den kategorisierten Index aller Tools.
|
|
|
48
51
|
| Tool | Zweck |
|
|
49
52
|
|------|-------|
|
|
50
53
|
| [Bash](Tool-Bash.md) | Führt Shell-Befehle aus |
|
|
54
|
+
| [REPL](Tool-REPL.md) | Führt JavaScript in einer persistenten Node.js-REPL aus |
|
|
51
55
|
|
|
52
56
|
## Web
|
|
53
57
|
|
|
@@ -66,6 +70,10 @@ Im Folgenden finden Sie den kategorisierten Index aller Tools.
|
|
|
66
70
|
| [ExitPlanMode](Tool-ExitPlanMode.md) | Verlässt den Planungsmodus und reicht den Plan zur Benutzerfreigabe ein |
|
|
67
71
|
| [AskUserQuestion](Tool-AskUserQuestion.md) | Stellt dem Benutzer Fragen zur Klärung oder Entscheidungsfindung |
|
|
68
72
|
| [ReportFindings](Tool-ReportFindings.md) | Berichtet Code-Review-Erkenntnisse als typisierte Liste für die Host-Benutzeroberfläche |
|
|
73
|
+
| [TodoWrite](Tool-TodoWrite.md) | Schreibt eine strukturierte Aufgabenliste für die Sitzung |
|
|
74
|
+
| [SendFeedback](Tool-SendFeedback.md) | Sendet strukturiertes Feedback über Claude Code an Anthropic |
|
|
75
|
+
| [Projects](Tool-Projects.md) | Verwaltet Wissensbasis-Dokumente des Projekts |
|
|
76
|
+
| [ProposeGoal](Tool-ProposeGoal.md) | Schlägt ein überprüfbares Abschlussziel für die Sitzung vor |
|
|
69
77
|
|
|
70
78
|
## Worktrees
|
|
71
79
|
|
|
@@ -84,6 +92,7 @@ Im Folgenden finden Sie den kategorisierten Index aller Tools.
|
|
|
84
92
|
| [ScheduleWakeup](Tool-ScheduleWakeup.md) | Selbstteilt /loop Iterationen durch Planung des nächsten Aufwachens |
|
|
85
93
|
| [PushNotification](Tool-PushNotification.md) | Sendet eine Desktop-/Mobilbenachrichtigung an den Benutzer |
|
|
86
94
|
| [RemoteTrigger](Tool-RemoteTrigger.md) | Verwaltet claude.ai Remote-Trigger-Routinen |
|
|
95
|
+
| [ReadNotifications](Tool-ReadNotifications.md) | Liest ausstehende Sitzungsbenachrichtigungen |
|
|
87
96
|
|
|
88
97
|
## Erweiterungen
|
|
89
98
|
|
|
@@ -91,10 +100,23 @@ Im Folgenden finden Sie den kategorisierten Index aller Tools.
|
|
|
91
100
|
|------|-------|
|
|
92
101
|
| [Skill](Tool-Skill.md) | Führt einen Skill (Slash Command) aus |
|
|
93
102
|
|
|
103
|
+
## MCP & Erweiterungen
|
|
104
|
+
|
|
105
|
+
| Tool | Zweck |
|
|
106
|
+
|------|-------|
|
|
107
|
+
| [ListMcpResources](Tool-ListMcpResources.md) | Listet Ressourcen auf, die von verbundenen MCP-Servern bereitgestellt werden |
|
|
108
|
+
| [ReadMcpResource](Tool-ReadMcpResource.md) | Liest eine einzelne MCP-Server-Ressource per URI |
|
|
109
|
+
| [ReadMcpResourceDir](Tool-ReadMcpResourceDir.md) | Listet eine verzeichnisartige MCP-Ressource per URI auf |
|
|
110
|
+
| [SearchMcpRegistry](Tool-SearchMcpRegistry.md) | Durchsucht die MCP-Connector-Registry per Stichwort |
|
|
111
|
+
| [SuggestConnectors](Tool-SuggestConnectors.md) | Löst Connector-Details aus Registry-Suchergebnissen auf |
|
|
112
|
+
| [ListConnectors](Tool-ListConnectors.md) | Listet installierte MCP-Connectors auf |
|
|
113
|
+
| [SuggestPluginInstall](Tool-SuggestPluginInstall.md) | Rendert eine Inline-Pluginkarte zur Installation |
|
|
114
|
+
| [SuggestSkills](Tool-SuggestSkills.md) | Rendert eine Karte hinzufügbarer Skills |
|
|
115
|
+
| [ListPlugins](Tool-ListPlugins.md) | Listet aktivierte claude.ai-Plugins auf |
|
|
116
|
+
| [ListSkills](Tool-ListSkills.md) | Listet aktivierte claude.ai-Skills auf |
|
|
117
|
+
|
|
94
118
|
## IDE-Integration
|
|
95
119
|
|
|
96
120
|
| Tool | Zweck |
|
|
97
121
|
|------|-------|
|
|
98
|
-
| [getDiagnostics](Tool-getDiagnostics.md) | Ruft VS Code Sprachdiagnoseinformationen ab |
|
|
99
|
-
| [executeCode](Tool-executeCode.md) | Führt Code im Jupyter-Kernel aus |
|
|
100
122
|
| [LSP](Tool-LSP.md) | Sprachserver-Abfragen (Definitionen, Referenzen, Symbole) |
|
|
@@ -125,12 +125,12 @@ CC-Viewer auto-registers hooks in `~/.claude/settings.json` under `hooks.PreTool
|
|
|
125
125
|
|
|
126
126
|
### 1. AskUserQuestion Bridge
|
|
127
127
|
- **Matcher**: `"AskUserQuestion"`
|
|
128
|
-
- **Command**: `node <install_dir>/server/lib/ask-bridge.js`
|
|
128
|
+
- **Command**: `node <install_dir>/server/lib/ask/ask-bridge.js`
|
|
129
129
|
- **Purpose**: Forward Claude's questions to Web UI, wait for user answers
|
|
130
130
|
|
|
131
131
|
### 2. Permission Approval Bridge
|
|
132
132
|
- **Matcher**: `""` (empty = match all tools)
|
|
133
|
-
- **Command**: `node <install_dir>/server/lib/perm-bridge.js`
|
|
133
|
+
- **Command**: `node <install_dir>/server/lib/ask/perm-bridge.js`
|
|
134
134
|
- **Purpose**: Only `Bash`/`Edit`/`Write`/`NotebookEdit` require Web UI approval; others pass through
|
|
135
135
|
|
|
136
136
|
## 7. Shell Integration
|
|
@@ -9,6 +9,13 @@ Render an HTML or Markdown file to an Artifact — a default-private web page ho
|
|
|
9
9
|
- Listing the user's existing artifacts to find one from an earlier session (`action: "list"`)
|
|
10
10
|
- **Not** for content that must stay local, plain-text answers, or anything needing external network resources at view time — a strict CSP blocks every external host
|
|
11
11
|
|
|
12
|
+
## Activation
|
|
13
|
+
|
|
14
|
+
- Requires a Pro, Max, Team, or Enterprise plan with claude.ai login (`/login`).
|
|
15
|
+
- Anthropic API only — not available on Amazon Bedrock, Google Cloud, or Microsoft Foundry.
|
|
16
|
+
- Requires Claude Code ≥ 2.1.183 or the Desktop app ≥ 1.13576.0.
|
|
17
|
+
- Disable with the `disableArtifact` setting or `CLAUDE_CODE_DISABLE_ARTIFACT=1`.
|
|
18
|
+
|
|
12
19
|
## Parameters
|
|
13
20
|
|
|
14
21
|
- `file_path` (string): Path to the `.html` or `.md` file to render. The file is wrapped in a document skeleton at publish time, so write page content directly — no `<!DOCTYPE>`, `<html>`, `<head>`, or `<body>` tags. Same path → same URL on redeploy; a different path claims a new URL.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# EndConversation
|
|
2
|
+
|
|
3
|
+
Ends the current conversation and prevents any further messages from being sent.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- Only for sustained user abuse, or when the user explicitly requests a demonstration of this tool.
|
|
8
|
+
|
|
9
|
+
This is a last-resort action: the tool's own rules require warning the user first and confirming before use, and it must never be used in self-harm or harm-related situations.
|
|
10
|
+
|
|
11
|
+
## Activation
|
|
12
|
+
|
|
13
|
+
- Requires Claude Code 2.1.213+ and a model from the Opus 4.8 / Sonnet 5 / Fable 5 or later family.
|
|
14
|
+
- Interactive terminal sessions only — never in `--bare` mode, and never available to subagents.
|
|
15
|
+
- Not available on Amazon Bedrock, Claude Platform on AWS, Vertex AI, Microsoft Foundry, or cloud gateways.
|
|
16
|
+
- Requires a server-side feature flag — most sessions do not offer this tool.
|
|
17
|
+
|
|
18
|
+
## Parameters
|
|
19
|
+
|
|
20
|
+
This tool takes no parameters.
|
|
21
|
+
|
|
22
|
+
## Examples
|
|
23
|
+
|
|
24
|
+
### Example 1: End the conversation
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
EndConversation()
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
The flow is two-step: the first call returns a reflection message; a second call immediately after actually ends the conversation (`ended: true`).
|
|
31
|
+
|
|
32
|
+
## Notes
|
|
33
|
+
|
|
34
|
+
- Heavily gated: requires a supported model, the CLI entrypoint, and a server-side feature flag — most sessions do not offer this tool.
|
|
35
|
+
- Once ended, no further messages can be sent in the conversation.
|
package/concepts/en/Tool-LSP.md
CHANGED
|
@@ -10,6 +10,11 @@ Queries Language Server Protocol (LSP) servers for code intelligence — definit
|
|
|
10
10
|
- Find implementations of an interface or abstract method (`goToImplementation`)
|
|
11
11
|
- Walk the call hierarchy of a function (`prepareCallHierarchy`, `incomingCalls`, `outgoingCalls`)
|
|
12
12
|
|
|
13
|
+
## Activation
|
|
14
|
+
|
|
15
|
+
- Inactive until a code-intelligence plugin for the language is installed (the server binary is installed separately).
|
|
16
|
+
- The tool only appears when an LSP client is connected.
|
|
17
|
+
|
|
13
18
|
## Parameters
|
|
14
19
|
|
|
15
20
|
- `operation` (string, required): one of the operations listed above.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# ListAgents
|
|
2
|
+
|
|
3
|
+
Lists the agents you can `SendMessage` to: in-process subagents you spawned, other local Claude sessions on this machine, your cloud sessions (when this session has cloud access), and — when Remote Control is connected — your account's other sessions. Each row is labeled by kind.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- You need the exact name of a peer session or subagent before sending it a message.
|
|
8
|
+
- You want to see which sessions are currently reachable from this one.
|
|
9
|
+
|
|
10
|
+
## Activation
|
|
11
|
+
|
|
12
|
+
- Requires Claude Code 2.1.224+ and cross-session messaging (a server-side feature flag, off by default).
|
|
13
|
+
- Cross-session messaging is unavailable on Amazon Bedrock, Claude Platform on AWS, Google Cloud Agent Platform, and Microsoft Foundry.
|
|
14
|
+
- Off when `CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC`, `DISABLE_TELEMETRY`, `DO_NOT_TRACK`, or `DISABLE_GROWTHBOOK` is set.
|
|
15
|
+
- Force-enable with `CLAUDE_CODE_HARBOR_KITE=1`.
|
|
16
|
+
|
|
17
|
+
## Parameters
|
|
18
|
+
|
|
19
|
+
- `channel` (string, optional): Not available in this build; leave unset.
|
|
20
|
+
- `q` (string, optional): Not available in this build; leave unset.
|
|
21
|
+
|
|
22
|
+
## Examples
|
|
23
|
+
|
|
24
|
+
### Example 1: List reachable agents
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
ListAgents()
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Each row prints a name — that name is the address. Send with `SendMessage({to: "<name>", message: "..."})`, copying the name exactly as printed. Append a row's ` [ref]` only when the bare name is ambiguous (two rows share it, or an error asks you to disambiguate).
|
|
31
|
+
|
|
32
|
+
## Notes
|
|
33
|
+
|
|
34
|
+
- Read-only and concurrency-safe.
|
|
35
|
+
- A cloud session receives your message but cannot message back yet — read its answer in its own transcript.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# ListConnectors
|
|
2
|
+
|
|
3
|
+
Lists the MCP connectors installed for the user's claude.ai organization, optionally filtered by keyword.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- You need to know which connectors are already installed before suggesting new ones.
|
|
8
|
+
- The user asks what integrations their organization has.
|
|
9
|
+
|
|
10
|
+
## Activation
|
|
11
|
+
|
|
12
|
+
- Only available in remote (claude.ai) sessions on the first-party API.
|
|
13
|
+
|
|
14
|
+
## Parameters
|
|
15
|
+
|
|
16
|
+
- `keywords` (array of strings, optional): Filter the list — up to 8 items, each 1–64 characters. Omit to list everything.
|
|
17
|
+
|
|
18
|
+
## Examples
|
|
19
|
+
|
|
20
|
+
### Example 1: List all installed connectors
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
ListConnectors()
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### Example 2: Filter by keyword
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
ListConnectors(keywords=["github"])
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Notes
|
|
33
|
+
|
|
34
|
+
- Pair with `SearchMcpRegistry` (discovery) and `SuggestConnectors` (details) for the full find-and-enable flow.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# ListMcpResources
|
|
2
|
+
|
|
3
|
+
Lists the resources exposed by connected MCP servers, optionally filtered to one server.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- You need to discover what resources (files, records, documents) an MCP server offers before reading them.
|
|
8
|
+
- You want an overview of all resources across every connected server.
|
|
9
|
+
|
|
10
|
+
## Activation
|
|
11
|
+
|
|
12
|
+
- Always enabled, but not exposed to the model's tool list — intended for thin-client / sidecar use.
|
|
13
|
+
|
|
14
|
+
## Parameters
|
|
15
|
+
|
|
16
|
+
- `server` (string, optional): Server name to filter resources by. Omit to list resources from all connected servers.
|
|
17
|
+
|
|
18
|
+
## Examples
|
|
19
|
+
|
|
20
|
+
### Example 1: List everything
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
ListMcpResources()
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### Example 2: List one server's resources
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
ListMcpResources(server="github")
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Notes
|
|
33
|
+
|
|
34
|
+
- This is the discovery step: feed interesting URIs into `ReadMcpResource` (single resource) or `ReadMcpResourceDir` (directory listings).
|
|
35
|
+
- Servers connect and disconnect over the session lifetime; re-list if a server was just added.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# ListPlugins
|
|
2
|
+
|
|
3
|
+
Lists the user's enabled claude.ai plugins, optionally filtered by keyword.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- You need to know which plugins are already enabled — for example, to confirm what was installed after a `SuggestPluginInstall` card.
|
|
8
|
+
- The user asks what plugins they have.
|
|
9
|
+
|
|
10
|
+
## Activation
|
|
11
|
+
|
|
12
|
+
- Requires plugin registry access permission.
|
|
13
|
+
- Availability depends on session type and feature rollout — disabled in HIPAA environments, always available in remote sessions.
|
|
14
|
+
|
|
15
|
+
## Parameters
|
|
16
|
+
|
|
17
|
+
- `keywords` (array of strings, optional): Filter the list — up to 8 items, each 1–64 characters. Omit to list everything.
|
|
18
|
+
|
|
19
|
+
## Examples
|
|
20
|
+
|
|
21
|
+
### Example 1: List enabled plugins
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
ListPlugins()
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### Example 2: Filter by keyword
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
ListPlugins(keywords=["figma"])
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Notes
|
|
34
|
+
|
|
35
|
+
- If the plugin catalog is unreachable (forbidden), the tool degrades to an empty list with a warning rather than failing.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# ListSkills
|
|
2
|
+
|
|
3
|
+
Lists the user's enabled claude.ai skills, optionally filtered by keyword.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- You need the authoritative list of skills currently enabled — before invoking one, or to confirm what a `SuggestSkills` card added.
|
|
8
|
+
- The user asks which skills they have.
|
|
9
|
+
|
|
10
|
+
## Activation
|
|
11
|
+
|
|
12
|
+
- Requires plugin registry access permission.
|
|
13
|
+
- Disabled in HIPAA environments.
|
|
14
|
+
- Always available in remote sessions.
|
|
15
|
+
|
|
16
|
+
## Parameters
|
|
17
|
+
|
|
18
|
+
- `keywords` (array of strings, optional): Filter the list — up to 8 items, each 1–64 characters. Omit to list everything.
|
|
19
|
+
|
|
20
|
+
## Examples
|
|
21
|
+
|
|
22
|
+
### Example 1: List enabled skills
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
ListSkills()
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### Example 2: Filter by keyword
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
ListSkills(keywords=["review"])
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Notes
|
|
35
|
+
|
|
36
|
+
- If the catalog is unreachable (forbidden), the tool degrades to an empty list with a warning rather than failing.
|
|
37
|
+
- This lists *enabled* skills; use `SuggestSkills` to surface skills the user could add.
|
|
@@ -10,6 +10,13 @@ Start a background monitor that streams events from a long-running script. Each
|
|
|
10
10
|
- Waiting for a specific condition across many iterations (e.g., a training step milestone or a queue draining)
|
|
11
11
|
- **Not** for simple "wait until done" — use `Bash` with `run_in_background` for that; it emits one completion notification when the process exits
|
|
12
12
|
|
|
13
|
+
## Activation
|
|
14
|
+
|
|
15
|
+
- Off by default (server-side feature flag).
|
|
16
|
+
- Unavailable on Amazon Bedrock, Google Cloud, and Microsoft Foundry.
|
|
17
|
+
- Off when `DISABLE_TELEMETRY` or `CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC` is set.
|
|
18
|
+
- The WebSocket source requires Claude Code 2.1.195+.
|
|
19
|
+
|
|
13
20
|
## Parameters
|
|
14
21
|
|
|
15
22
|
- `command` (string, required): The shell command or script to run. Each line written to stdout becomes a separate notification event. The monitor ends when the process exits.
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Projects
|
|
2
|
+
|
|
3
|
+
Manages project documents in the user's Claude project knowledge base: read, search, write, and delete docs, or fetch project info.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- Persist a document (deliverable, notes, reference material) into the user's project so it survives the session.
|
|
8
|
+
- Read or search existing project docs to ground the current task in prior context.
|
|
9
|
+
- Upload a local file into the project without loading its contents into context.
|
|
10
|
+
- Remove an outdated project doc.
|
|
11
|
+
|
|
12
|
+
## Parameters
|
|
13
|
+
|
|
14
|
+
- `method` (string, required): One of `project_info`, `project_read`, `project_search`, `project_write`, `project_delete`.
|
|
15
|
+
- `path` (string, optional): For `project_read`/`project_write`/`project_delete`: the doc path. For `project_write`: an existing path is replaced in place; a new bare filename (no "/") is namespaced to `claude/<name>`.
|
|
16
|
+
- `content` (string, optional): For `project_write`: inline doc text. Mutually exclusive with `local_path`.
|
|
17
|
+
- `local_path` (string, optional): For `project_write`: a file inside the working directory to upload — contents never enter your context. Mutually exclusive with `content`.
|
|
18
|
+
- `present_to_user` (boolean, optional): For `project_write`: mark this doc as the deliverable the user needs to see. Defaults to false; leave unset for routine saves and bulk writes.
|
|
19
|
+
- `query` (string, optional): For `project_search`: knowledge-base query.
|
|
20
|
+
- `n` (number, optional): For `project_search`: number of hits (default 5).
|
|
21
|
+
|
|
22
|
+
## Examples
|
|
23
|
+
|
|
24
|
+
### Example 1: Write the deliverable into the project
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
Projects(
|
|
28
|
+
method="project_write",
|
|
29
|
+
path="claude/migration-plan.md",
|
|
30
|
+
local_path="./migration-plan.md",
|
|
31
|
+
present_to_user=true
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Uploads the local file without pulling its content into context, and flags it as the user's deliverable.
|
|
36
|
+
|
|
37
|
+
### Example 2: Search the knowledge base
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
Projects(method="project_search", query="authentication refresh tokens", n=5)
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Notes
|
|
44
|
+
|
|
45
|
+
- `content` is for text you compose inline; `local_path` is for anything already on disk — never mix the two.
|
|
46
|
+
- Use `present_to_user=true` sparingly: only for the one doc the user asked for or must act on.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# ProposeGoal
|
|
2
|
+
|
|
3
|
+
Proposes a verifiable completion goal for the session. The goal is shown to the user in an approval dialog (by default) and, once set, guides the rest of the conversation toward a checkable outcome.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
- The session has a concrete end state that an evaluator could verify from the conversation (e.g. "all tests in test/auth pass").
|
|
8
|
+
- You want the user's explicit sign-off on what "done" means before doing substantial work.
|
|
9
|
+
- The user's own words already stated the outcome and you want it recorded as the session goal.
|
|
10
|
+
|
|
11
|
+
## Activation
|
|
12
|
+
|
|
13
|
+
- Off by default (server-side feature flag).
|
|
14
|
+
- Excluded from interactive and background sessions.
|
|
15
|
+
- Turned off by the `modelProposedGoals: "disabled"` settings key.
|
|
16
|
+
|
|
17
|
+
## Parameters
|
|
18
|
+
|
|
19
|
+
- `condition` (string, required): The completion condition, written so a separate evaluator can verify it from the conversation (e.g. "all tests in test/auth pass (bun test exits 0)"). At most 500 characters — the user must be able to read the whole condition in the approval dialog.
|
|
20
|
+
- `ask_user` (boolean, optional): Whether to ask the user for approval before the goal is set. Defaults to true (an approval dialog is shown). Set false ONLY when the user's own words in this conversation stated this outcome as what they want; the goal is then set directly with a visible notice, and the user can clear it with `/goal clear`.
|
|
21
|
+
|
|
22
|
+
## Examples
|
|
23
|
+
|
|
24
|
+
### Example 1: Propose a test-backed goal
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
ProposeGoal(condition="npm run test exits 0 with the new catalog cases included")
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
The user sees the condition in an approval dialog and can accept, edit, or reject it.
|
|
31
|
+
|
|
32
|
+
### Example 2: Adopt the user's stated outcome directly
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
ProposeGoal(condition="the login form validates email format and shows an inline error", ask_user=false)
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
Only valid because the user explicitly stated that outcome earlier in the conversation.
|
|
39
|
+
|
|
40
|
+
## Notes
|
|
41
|
+
|
|
42
|
+
- Keep `condition` short and objectively checkable — vague goals ("make it better") defeat the purpose.
|
|
43
|
+
- `ask_user=false` is strictly limited to outcomes the user themselves stated; anything else must go through the approval dialog.
|
|
@@ -14,6 +14,12 @@ Sends a desktop notification from the current Claude Code session. If Remote Con
|
|
|
14
14
|
|
|
15
15
|
Do not send a notification for routine progress updates mid-task, or to confirm you have answered a question the user clearly just asked and is still watching. Do not notify when a short task completes — if the user submitted it and is waiting, a notification adds no value and erodes trust for future ones. Err strongly toward not sending one.
|
|
16
16
|
|
|
17
|
+
## Activation
|
|
18
|
+
|
|
19
|
+
- Off by default (server-side feature flag).
|
|
20
|
+
- Delivery runs through Anthropic-hosted infrastructure — not available on Amazon Bedrock, Claude Platform on AWS, Google Cloud, or Microsoft Foundry.
|
|
21
|
+
- Phone push additionally requires a connected Remote Control client.
|
|
22
|
+
|
|
17
23
|
## Parameters
|
|
18
24
|
|
|
19
25
|
- `message` (string, required): the notification body. Keep under 200 characters; mobile operating systems truncate longer strings. Lead with what the user would act on: "build failed: 2 auth tests" is more useful than "task complete."
|