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
|
@@ -27,8 +27,6 @@ Diese Datei dokumentiert nur die Variablen in `systemPromptModel.md`, die zur La
|
|
|
27
27
|
| `${os.hostname}` | Aktueller Hostname. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Verfügbarer Parallelismus. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Gesamtspeicher des Systems in Bytes. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Freier Speicher in Bytes. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | Systemlaufzeit in Sekunden. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Node.js-Laufzeit
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@ Diese Datei dokumentiert nur die Variablen in `systemPromptModel.md`, die zur La
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | Aktuelle lokale Zeitzeichenkette. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Aktuelle ISO-Zeit. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Aktuelles lokales Datum. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Aktuelle Systemzeitzone. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@ Diese Datei dokumentiert nur die Variablen in `systemPromptModel.md`, die zur La
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | Aktuelles TERM. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | Aktuelles COLORTERM. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Aktuelle Terminal-Spaltenzahl. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Aktuelle Terminal-Zeilenzahl. | `40` |
|
|
69
63
|
|
|
70
64
|
## Dateisystem
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@ Diese Datei dokumentiert nur die Variablen in `systemPromptModel.md`, die zur La
|
|
|
91
85
|
| `${git.branch}` | Aktueller Git-Branch oder kurzer HEAD-Hash. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Standard-Hauptbranch, typischerweise als PR- oder Merge-Ziel verwendet. | `main` |
|
|
93
87
|
| `${git.userName}` | Aktueller Git `user.name`. | `Sky` |
|
|
94
|
-
| `${git.status}` | Ausgabe von `git status --short`. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Zusammenfassung der letzten Commits. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Speicher
|
|
@@ -27,8 +27,6 @@ Este archivo documenta únicamente las variables en `systemPromptModel.md` que d
|
|
|
27
27
|
| `${os.hostname}` | Nombre de host actual. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Paralelismo disponible. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Memoria total del sistema, en bytes. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Memoria libre, en bytes. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | Tiempo de actividad del sistema, en segundos. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Tiempo de ejecución de Node.js
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@ Este archivo documenta únicamente las variables en `systemPromptModel.md` que d
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | Cadena de hora local actual. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Hora ISO actual. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Fecha local actual. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Zona horaria del sistema actual. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@ Este archivo documenta únicamente las variables en `systemPromptModel.md` que d
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | TERM actual. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | COLORTERM actual. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Recuento de columnas del terminal actual. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Recuento de filas del terminal actual. | `40` |
|
|
69
63
|
|
|
70
64
|
## Sistema de archivos
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@ Este archivo documenta únicamente las variables en `systemPromptModel.md` que d
|
|
|
91
85
|
| `${git.branch}` | Rama de Git actual o hash HEAD corto. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Rama principal predeterminada, típicamente utilizada como destino de PR o fusión. | `main` |
|
|
93
87
|
| `${git.userName}` | `user.name` de Git actual. | `Sky` |
|
|
94
|
-
| `${git.status}` | Salida de `git status --short`. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Resumen de commits recientes. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Memoria
|
|
@@ -27,8 +27,6 @@ Ce fichier documente uniquement les variables dans `systemPromptModel.md` qui do
|
|
|
27
27
|
| `${os.hostname}` | Nom d'hôte actuel. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Parallélisme disponible. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Mémoire totale du système, en octets. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Mémoire libre, en octets. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | Temps de fonctionnement du système, en secondes. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Exécution de Node.js
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@ Ce fichier documente uniquement les variables dans `systemPromptModel.md` qui do
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | Chaîne d'heure locale actuelle. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Heure ISO actuelle. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Date locale actuelle. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Fuseau horaire du système actuel. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@ Ce fichier documente uniquement les variables dans `systemPromptModel.md` qui do
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | TERM actuel. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | COLORTERM actuel. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Nombre actuel de colonnes du terminal. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Nombre actuel de lignes du terminal. | `40` |
|
|
69
63
|
|
|
70
64
|
## Système de fichiers
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@ Ce fichier documente uniquement les variables dans `systemPromptModel.md` qui do
|
|
|
91
85
|
| `${git.branch}` | Branche Git actuelle ou hachage HEAD court. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Branche principale par défaut, généralement utilisée comme cible de PR ou de fusion. | `main` |
|
|
93
87
|
| `${git.userName}` | Élément `user.name` Git actuel. | `Sky` |
|
|
94
|
-
| `${git.status}` | Sortie de `git status --short`. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Résumé des commits récents. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Mémoire
|
|
@@ -27,8 +27,6 @@ Questo file documenta solo le variabili in `systemPromptModel.md` che devono ess
|
|
|
27
27
|
| `${os.hostname}` | Hostname corrente. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Parallelismo disponibile. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Memoria totale del sistema, in byte. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Memoria libera, in byte. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | Tempo di attività del sistema, in secondi. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Runtime di Node.js
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@ Questo file documenta solo le variabili in `systemPromptModel.md` che devono ess
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | Stringa di ora locale corrente. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Ora ISO corrente. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Data locale corrente. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Fuso orario del sistema corrente. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@ Questo file documenta solo le variabili in `systemPromptModel.md` che devono ess
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | TERM corrente. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | COLORTERM corrente. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Numero di colonne del terminale corrente. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Numero di righe del terminale corrente. | `40` |
|
|
69
63
|
|
|
70
64
|
## File system
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@ Questo file documenta solo le variabili in `systemPromptModel.md` che devono ess
|
|
|
91
85
|
| `${git.branch}` | Branch Git corrente o hash HEAD breve. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Branch principale predefinito, normalmente utilizzato come destinazione di PR o merge. | `main` |
|
|
93
87
|
| `${git.userName}` | Attuale Git `user.name`. | `Sky` |
|
|
94
|
-
| `${git.status}` | Output di `git status --short`. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Riepilogo dei commit recenti. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Memoria
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
| `${os.hostname}` | 現在のホスト名です。 | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | 利用可能な並列性です。 | `10` |
|
|
29
29
|
| `${os.totalMemory}` | システム総メモリ(バイト単位)です。 | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | 空きメモリ(バイト単位)です。 | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | システムアップタイム(秒単位)です。 | `123456` |
|
|
32
30
|
|
|
33
31
|
## Node.js ランタイム
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | 現在のローカル時刻文字列です。 | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | 現在のISO時刻です。 | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | 現在のローカル日付です。 | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | 現在のシステムタイムゾーンです。 | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | 現在のTERMです。 | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | 現在のCOLORTERMです。 | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | 現在のターミナル列数です。 | `120` |
|
|
68
|
-
| `${terminal.rows}` | 現在のターミナル行数です。 | `40` |
|
|
69
63
|
|
|
70
64
|
## ファイルシステム
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@
|
|
|
91
85
|
| `${git.branch}` | 現在のgitブランチまたは短いHEADハッシュです。 | `main` |
|
|
92
86
|
| `${git.mainBranch}` | デフォルトのメインブランチで、通常PRまたはマージターゲットとして使用されます。 | `main` |
|
|
93
87
|
| `${git.userName}` | 現在のgit `user.name` です。 | `Sky` |
|
|
94
|
-
| `${git.status}` | `git status --short` の出力です。 | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | 最近のコミットの概要です。 | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## メモリ
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
| `${os.hostname}` | 현재 호스트 이름입니다. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | 사용 가능한 병렬성입니다. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | 시스템 총 메모리(바이트 단위)입니다. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | 사용 가능한 메모리(바이트 단위)입니다. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | 시스템 가동 시간(초 단위)입니다. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Node.js 런타임
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | 현재 로컬 시간 문자열입니다. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | 현재 ISO 시간입니다. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | 현재 로컬 날짜입니다. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | 현재 시스템 시간대입니다. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | 현재 TERM입니다. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | 현재 COLORTERM입니다. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | 현재 터미널 열 개수입니다. | `120` |
|
|
68
|
-
| `${terminal.rows}` | 현재 터미널 행 개수입니다. | `40` |
|
|
69
63
|
|
|
70
64
|
## 파일 시스템
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@
|
|
|
91
85
|
| `${git.branch}` | 현재 git 분기 또는 짧은 HEAD 해시입니다. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | 기본 주 분기로 일반적으로 PR 또는 병합 대상으로 사용됩니다. | `main` |
|
|
93
87
|
| `${git.userName}` | 현재 git `user.name`입니다. | `Sky` |
|
|
94
|
-
| `${git.status}` | `git status --short`의 출력입니다. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | 최근 커밋의 요약입니다. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## 메모리
|
|
@@ -27,8 +27,6 @@ This file documents only the variables in `systemPromptModel.md` that must be re
|
|
|
27
27
|
| `${os.hostname}` | Current hostname. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Available parallelism. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Total system memory, in bytes. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Free memory, in bytes. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | System uptime, in seconds. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Node.js runtime
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@ This file documents only the variables in `systemPromptModel.md` that must be re
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | Current local time string. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Current ISO time. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Current local date. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Current system timezone. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@ This file documents only the variables in `systemPromptModel.md` that must be re
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | Current TERM. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | Current COLORTERM. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Current terminal column count. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Current terminal row count. | `40` |
|
|
69
63
|
|
|
70
64
|
## Filesystem
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@ This file documents only the variables in `systemPromptModel.md` that must be re
|
|
|
91
85
|
| `${git.branch}` | Current git branch or short HEAD hash. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Default main branch, typically used as the PR or merge target. | `main` |
|
|
93
87
|
| `${git.userName}` | Current git `user.name`. | `Sky` |
|
|
94
|
-
| `${git.status}` | Output of `git status --short`. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Summary of recent commits. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Memory
|
|
@@ -27,8 +27,6 @@ Denne filen dokumenterer bare variablene i `systemPromptModel.md` som må løses
|
|
|
27
27
|
| `${os.hostname}` | Gjeldende vertsnavn. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Tilgjengelig parallellisme. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Total systemhukommelse i bytes. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Ledig hukommelse i bytes. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | System oppetid i sekunder. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Node.js-kjøretid
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@ Denne filen dokumenterer bare variablene i `systemPromptModel.md` som må løses
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | Gjeldende lokal tidsstreng. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Gjeldende ISO tid. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Gjeldende lokaldato. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Gjeldende systemtidssone. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@ Denne filen dokumenterer bare variablene i `systemPromptModel.md` som må løses
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | Gjeldende TERM. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | Gjeldende COLORTERM. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Gjeldende terminal kolonne tall. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Gjeldende terminal rad tall. | `40` |
|
|
69
63
|
|
|
70
64
|
## Filsystem
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@ Denne filen dokumenterer bare variablene i `systemPromptModel.md` som må løses
|
|
|
91
85
|
| `${git.branch}` | Gjeldende git gren eller kort HEAD hash. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Standard hoved gren, typisk brukt som PR eller sammensmeltings mål. | `main` |
|
|
93
87
|
| `${git.userName}` | Gjeldende git `user.name`. | `Sky` |
|
|
94
|
-
| `${git.status}` | Utdata fra `git status --short`. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Oppsummering av nylige commits. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Minne
|
|
@@ -27,8 +27,6 @@ Ten plik dokumentuje tylko zmienne w `systemPromptModel.md`, które muszą być
|
|
|
27
27
|
| `${os.hostname}` | Bieżąca nazwa hosta. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Dostępny paralelizm. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Całkowita pamięć systemu w bajtach. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Wolna pamięć w bajtach. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | Czas pracy systemu w sekundach. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Środowisko wykonawcze Node.js
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@ Ten plik dokumentuje tylko zmienne w `systemPromptModel.md`, które muszą być
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | Bieżący lokalny ciąg znaków czasu. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Bieżący czas ISO. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Bieżąca data lokalna. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Bieżąca strefa czasowa systemu. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@ Ten plik dokumentuje tylko zmienne w `systemPromptModel.md`, które muszą być
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | Bieżący TERM. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | Bieżący COLORTERM. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Bieżąca liczba kolumn terminala. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Bieżąca liczba wierszy terminala. | `40` |
|
|
69
63
|
|
|
70
64
|
## System plików
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@ Ten plik dokumentuje tylko zmienne w `systemPromptModel.md`, które muszą być
|
|
|
91
85
|
| `${git.branch}` | Bieżąca gałąź git lub krótka skrót HEAD. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Domyślna gałąź główna, zazwyczaj używana jako cel PR lub połączenia. | `main` |
|
|
93
87
|
| `${git.userName}` | Bieżące git `user.name`. | `Sky` |
|
|
94
|
-
| `${git.status}` | Wyjście `git status --short`. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Streszczenie niedawnych zatwierdzeń. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Pamięć
|
|
@@ -27,8 +27,6 @@ Este arquivo documenta apenas as variáveis em `systemPromptModel.md` que devem
|
|
|
27
27
|
| `${os.hostname}` | Nome de host atual. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Paralelismo disponível. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Memória total do sistema, em bytes. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Memória livre, em bytes. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | Tempo de atividade do sistema, em segundos. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Runtime Node.js
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@ Este arquivo documenta apenas as variáveis em `systemPromptModel.md` que devem
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | String de hora local atual. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Hora ISO atual. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Data local atual. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Fuso horário do sistema atual. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@ Este arquivo documenta apenas as variáveis em `systemPromptModel.md` que devem
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | TERM atual. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | COLORTERM atual. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Contagem de colunas do terminal atual. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Contagem de linhas do terminal atual. | `40` |
|
|
69
63
|
|
|
70
64
|
## Sistema de arquivos
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@ Este arquivo documenta apenas as variáveis em `systemPromptModel.md` que devem
|
|
|
91
85
|
| `${git.branch}` | Branch git atual ou hash HEAD curto. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Branch principal padrão, normalmente usado como alvo de PR ou mesclagem. | `main` |
|
|
93
87
|
| `${git.userName}` | `user.name` do git atual. | `Sky` |
|
|
94
|
-
| `${git.status}` | Saída de `git status --short`. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Resumo de commits recentes. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Memória
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
| `${os.hostname}` | Текущее имя хоста. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Доступный параллелизм. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Общая память системы в байтах. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Свободная память в байтах. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | Время работы системы в секундах. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Среда выполнения Node.js
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | Строка текущего местного времени. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Текущее время в ISO. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Текущая местная дата. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Текущий системный часовой пояс. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | Текущий TERM. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | Текущий COLORTERM. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Текущее количество столбцов терминала. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Текущее количество строк терминала. | `40` |
|
|
69
63
|
|
|
70
64
|
## Файловая система
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@
|
|
|
91
85
|
| `${git.branch}` | Текущая ветка git или сокращённый хеш HEAD. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Основная ветка по умолчанию, обычно используется как цель PR или слияния. | `main` |
|
|
93
87
|
| `${git.userName}` | Текущее имя git `user.name`. | `Sky` |
|
|
94
|
-
| `${git.status}` | Вывод `git status --short`. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Сводка недавних коммитов. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Память
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
| `${os.hostname}` | ชื่อโฮสต์ปัจจุบัน | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | ความสามารถในการประมวลผลแบบขนาน | `10` |
|
|
29
29
|
| `${os.totalMemory}` | หน่วยความจำของระบบทั้งหมด เป็นไบต์ | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | หน่วยความจำว่าง เป็นไบต์ | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | เวลาทำงานของระบบ เป็นวินาที | `123456` |
|
|
32
30
|
|
|
33
31
|
## Runtime Node.js
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | สตริงเวลาท้องถิ่นปัจจุบัน | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | เวลา ISO ปัจจุบัน | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | วันที่ท้องถิ่นปัจจุบัน | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | โซนเวลาของระบบปัจจุบัน | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | TERM ปัจจุบัน | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | COLORTERM ปัจจุบัน | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | จำนวนคอลัมน์เทอร์มินัลปัจจุบัน | `120` |
|
|
68
|
-
| `${terminal.rows}` | จำนวนแถวเทอร์มินัลปัจจุบัน | `40` |
|
|
69
63
|
|
|
70
64
|
## ระบบไฟล์
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@
|
|
|
91
85
|
| `${git.branch}` | บรานช์ git ปัจจุบันหรือแฮช HEAD สั้น | `main` |
|
|
92
86
|
| `${git.mainBranch}` | บรานช์หลักเริ่มต้น มักใช้เป็นเป้าหมาย PR หรือการผสาน | `main` |
|
|
93
87
|
| `${git.userName}` | `user.name` ของ git ปัจจุบัน | `Sky` |
|
|
94
|
-
| `${git.status}` | ผลลัพธ์ของ `git status --short` | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | สรุปของคอมมิตล่าสุด | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## หน่วยความจำ
|
|
@@ -27,8 +27,6 @@ Bu dosya, `systemPromptModel.md` içindeki çalışma zamanında çözülmesi ge
|
|
|
27
27
|
| `${os.hostname}` | Geçerli ana bilgisayar adı. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Kullanılabilir paralelizm. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Toplam sistem belleği, bayt cinsinden. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Boş bellek, bayt cinsinden. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | Sistem çalışma süresi, saniye cinsinden. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Node.js çalışma zamanı
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@ Bu dosya, `systemPromptModel.md` içindeki çalışma zamanında çözülmesi ge
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | Geçerli yerel saat dizesi. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Geçerli ISO saati. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Geçerli yerel tarih. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Geçerli sistem saat dilimi. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@ Bu dosya, `systemPromptModel.md` içindeki çalışma zamanında çözülmesi ge
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | Geçerli TERM. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | Geçerli COLORTERM. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Geçerli terminal sütun sayısı. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Geçerli terminal satır sayısı. | `40` |
|
|
69
63
|
|
|
70
64
|
## Dosya sistemi
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@ Bu dosya, `systemPromptModel.md` içindeki çalışma zamanında çözülmesi ge
|
|
|
91
85
|
| `${git.branch}` | Geçerli git dalı veya kısa HEAD hash. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Varsayılan ana dal, tipik olarak PR veya birleştirme hedefi olarak kullanılır. | `main` |
|
|
93
87
|
| `${git.userName}` | Geçerli git `user.name`. | `Sky` |
|
|
94
|
-
| `${git.status}` | `git status --short` çıkışı. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Son commits özeti. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Bellek
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
| `${os.hostname}` | Поточне ім'я хосту. | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | Доступний паралелізм. | `10` |
|
|
29
29
|
| `${os.totalMemory}` | Загальна пам'ять системи у байтах. | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | Вільна пам'ять у байтах. | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | Час роботи системи у секундах. | `123456` |
|
|
32
30
|
|
|
33
31
|
## Середовище виконання Node.js
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | Рядок поточного місцевого часу. | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | Поточний час у ISO. | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | Поточна місцева дата. | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | Поточний системний часовий пояс. | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | Поточний TERM. | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | Поточний COLORTERM. | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | Поточна кількість стовпців терміналу. | `120` |
|
|
68
|
-
| `${terminal.rows}` | Поточна кількість рядків терміналу. | `40` |
|
|
69
63
|
|
|
70
64
|
## Файлова система
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@
|
|
|
91
85
|
| `${git.branch}` | Поточна гілка git або скорочений хеш HEAD. | `main` |
|
|
92
86
|
| `${git.mainBranch}` | Основна гілка за замовчуванням, зазвичай використовується як ціль PR або злиття. | `main` |
|
|
93
87
|
| `${git.userName}` | Поточне ім'я git `user.name`. | `Sky` |
|
|
94
|
-
| `${git.status}` | Результат `git status --short`. | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | Резюме недавніх комітів. | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## Пам'ять
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
| `${os.hostname}` | 目前主機名稱。 | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | 可用並行度。 | `10` |
|
|
29
29
|
| `${os.totalMemory}` | 系統總記憶體,以位元組為單位。 | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | 可用記憶體,以位元組為單位。 | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | 系統運行時間,以秒為單位。 | `123456` |
|
|
32
30
|
|
|
33
31
|
## Node.js 執行環境
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | 目前本地時間字串。 | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | 目前 ISO 時間。 | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | 目前本地日期。 | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | 目前系統時區。 | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | 目前 TERM。 | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | 目前 COLORTERM。 | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | 目前終端欄數。 | `120` |
|
|
68
|
-
| `${terminal.rows}` | 目前終端列數。 | `40` |
|
|
69
63
|
|
|
70
64
|
## 檔案系統
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@
|
|
|
91
85
|
| `${git.branch}` | 目前 git 分支或短 HEAD 雜湊。 | `main` |
|
|
92
86
|
| `${git.mainBranch}` | 預設主分支,通常用作 PR 或合併目標。 | `main` |
|
|
93
87
|
| `${git.userName}` | 目前 git `user.name`。 | `Sky` |
|
|
94
|
-
| `${git.status}` | `git status --short` 的輸出。 | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | 最近提交的摘要。 | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## 記憶
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
| `${os.hostname}` | 当前主机名。 | `MacBook-Pro.local` |
|
|
28
28
|
| `${os.availableParallelism}` | 可用并行度。 | `10` |
|
|
29
29
|
| `${os.totalMemory}` | 系统总内存,以字节为单位。 | `34359738368` |
|
|
30
|
-
| `${os.freeMemory}` | 可用内存,以字节为单位。 | `8589934592` |
|
|
31
|
-
| `${os.uptime}` | 系统运行时间,以秒为单位。 | `123456` |
|
|
32
30
|
|
|
33
31
|
## Node.js 运行时
|
|
34
32
|
|
|
@@ -43,8 +41,6 @@
|
|
|
43
41
|
|
|
44
42
|
| Variable | Description | Example |
|
|
45
43
|
|---|---|---|
|
|
46
|
-
| `${time.current}` | 当前本地时间字符串。 | `Thu Jul 09 2026 18:22:09 GMT+0800 (China Standard Time)` |
|
|
47
|
-
| `${time.iso}` | 当前 ISO 时间。 | `2026-07-09T10:22:09.000Z` |
|
|
48
44
|
| `${time.date}` | 当前本地日期。 | `2026-07-09` |
|
|
49
45
|
| `${time.timezone}` | 当前系统时区。 | `Asia/Shanghai` |
|
|
50
46
|
|
|
@@ -64,8 +60,6 @@
|
|
|
64
60
|
|---|---|---|
|
|
65
61
|
| `${terminal.term}` | 当前 TERM。 | `xterm-256color` |
|
|
66
62
|
| `${terminal.colorTerm}` | 当前 COLORTERM。 | `truecolor` |
|
|
67
|
-
| `${terminal.columns}` | 当前终端列数。 | `120` |
|
|
68
|
-
| `${terminal.rows}` | 当前终端行数。 | `40` |
|
|
69
63
|
|
|
70
64
|
## 文件系统
|
|
71
65
|
|
|
@@ -91,7 +85,6 @@
|
|
|
91
85
|
| `${git.branch}` | 当前 git 分支或短 HEAD 哈希。 | `main` |
|
|
92
86
|
| `${git.mainBranch}` | 默认主分支,通常用作 PR 或合并目标。 | `main` |
|
|
93
87
|
| `${git.userName}` | 当前 git `user.name`。 | `Sky` |
|
|
94
|
-
| `${git.status}` | `git status --short` 的输出。 | `M src/index.ts` |
|
|
95
88
|
| `${git.recentCommits}` | 最近提交的摘要。 | `abc1234 Fix prompt builder` |
|
|
96
89
|
|
|
97
90
|
## 记忆
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# TeamCreate
|
|
2
|
-
|
|
3
|
-
يُنشئ فريق تعاون جديداً بقائمة مهام مشتركة وقناة رسائل بين الوكلاء. الفريق هو الأصل التنسيقي للعمل متعدد الوكلاء — تعمل الجلسة الرئيسية بوصفها قائداً وتُطلق زملاء فريق مسمَّين عبر أداة `Agent`.
|
|
4
|
-
|
|
5
|
-
## متى يُستخدم
|
|
6
|
-
|
|
7
|
-
- عندما يطلب المستخدم صراحةً فريقاً أو سرباً أو طاقماً أو تعاوناً متعدد الوكلاء.
|
|
8
|
-
- عندما يحتوي مشروع على عدة مسارات عمل مستقلة بوضوح تستفيد من متخصصين مخصصين (مثل واجهة أمامية، خلفية، اختبارات، توثيق).
|
|
9
|
-
- عندما تحتاج إلى قائمة مهام مشتركة دائمة يُحدّثها عدة وكلاء مع تقدمهم.
|
|
10
|
-
- عندما تريد زملاء فريق مسمَّين وقابلين للعنونة يمكنهم تبادل الرسائل عبر `SendMessage` بدلاً من استدعاءات وكيل فرعي ذات لقطة واحدة.
|
|
11
|
-
|
|
12
|
-
لا تستخدمه لبحث مُفوَّض واحد أو تفرُّع موازٍ لمرة واحدة — استدعاءات `Agent` العادية أخف وكافية.
|
|
13
|
-
|
|
14
|
-
## المعاملات
|
|
15
|
-
|
|
16
|
-
- `team_name` (سلسلة، مطلوب): معرف فريد للفريق. يُستخدم كاسم دليل تحت `~/.claude/teams/` وكوسيطة `team_name` عند إطلاق زملاء الفريق.
|
|
17
|
-
- `description` (سلسلة، مطلوب): بيان قصير لهدف الفريق. يُعرض على كل زميل فريق عند الإطلاق ويُكتب في إعداد الفريق.
|
|
18
|
-
- `agent_type` (سلسلة، اختياري): شخصية الوكيل الفرعي الافتراضية المطبقة على زملاء الفريق الذين لا يتجاوزونها. القيم النموذجية هي `general-purpose` أو `Explore` أو `Plan`.
|
|
19
|
-
|
|
20
|
-
## أمثلة
|
|
21
|
-
|
|
22
|
-
### مثال 1: إنشاء فريق إعادة هيكلة
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
TeamCreate(
|
|
26
|
-
team_name="refactor-crew",
|
|
27
|
-
description="Refactor the data access layer from raw SQL to Prisma, including migrations and tests.",
|
|
28
|
-
agent_type="general-purpose"
|
|
29
|
-
)
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
بعد الإنشاء، أطلق زملاء فريق بـ `Agent` باستخدام `team_name: "refactor-crew"` وقيم `name` متميزة مثل `db-lead` و`migrations` و`tests`.
|
|
33
|
-
|
|
34
|
-
### مثال 2: إنشاء فريق تحقيق
|
|
35
|
-
|
|
36
|
-
```
|
|
37
|
-
TeamCreate(
|
|
38
|
-
team_name="perf-investigation",
|
|
39
|
-
description="Identify and rank the top three performance regressions introduced in the last release.",
|
|
40
|
-
agent_type="Explore"
|
|
41
|
-
)
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
يرث كل زميل فريق مُطلق `Explore` بوصفه شخصيته الافتراضية، بما يتوافق مع الطبيعة التحقيقية للقراءة فقط للعمل.
|
|
45
|
-
|
|
46
|
-
## ملاحظات
|
|
47
|
-
|
|
48
|
-
- يمكن قيادة فريق واحد فقط في كل مرة من جلسة معينة. أنهِ أو احذف الفريق الحالي قبل إنشاء آخر.
|
|
49
|
-
- الفريق 1:1 مع قائمة مهام مشتركة. يمتلك القائد إنشاء المهام وتعيينها وإغلاقها؛ بينما يُحدِّث زملاء الفريق حالة المهام التي يعملون عليها.
|
|
50
|
-
- يُستمر إعداد الفريق في `~/.claude/teams/{team_name}/config.json`، ويعيش دليل المهام بجواره. هذه الملفات تبقى عبر الجلسات حتى تُزال صراحةً بـ `TeamDelete`.
|
|
51
|
-
- يُطلق زملاء الفريق باستخدام أداة `Agent` مع `team_name` مطابق بالإضافة إلى `name` متميز. يصبح `name` هو العنوان المستخدم بواسطة `SendMessage`.
|
|
52
|
-
- اختر `team_name` آمناً لنظام الملفات (أحرف وأرقام وشرطات وشرطات سفلية). تجنب المسافات أو الشرطات المائلة.
|
|
53
|
-
- اكتب `description` بحيث يُفهم زميل فريق جديد، يقرؤه بدون سياق، هدف الفريق دون مزيد من السياق. يصبح جزءاً من موجه بدء كل زميل فريق.
|