cx-viewer 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +21 -0
- package/README.md +221 -0
- package/cli.js +735 -0
- package/concepts/ar/BodyDiffJSON.md +32 -0
- package/concepts/ar/BodyFields.md +42 -0
- package/concepts/ar/CacheRebuild.md +36 -0
- package/concepts/ar/GlobalSettings.md +232 -0
- package/concepts/ar/KVCacheContent.md +49 -0
- package/concepts/ar/MainAgent.md +23 -0
- package/concepts/ar/ProxySwitch.md +50 -0
- package/concepts/ar/QRCode.md +25 -0
- package/concepts/ar/ResponseFields.md +50 -0
- package/concepts/ar/SubAgent-Search.md +20 -0
- package/concepts/ar/Teammate.md +26 -0
- package/concepts/ar/Tool-Agent.md +125 -0
- package/concepts/ar/Tool-AskUserQuestion.md +75 -0
- package/concepts/ar/Tool-Bash.md +167 -0
- package/concepts/ar/Tool-Edit.md +46 -0
- package/concepts/ar/Tool-EnterPlanMode.md +128 -0
- package/concepts/ar/Tool-EnterWorktree.md +56 -0
- package/concepts/ar/Tool-ExitPlanMode.md +62 -0
- package/concepts/ar/Tool-Glob.md +39 -0
- package/concepts/ar/Tool-Grep.md +57 -0
- package/concepts/ar/Tool-NotebookEdit.md +33 -0
- package/concepts/ar/Tool-Read.md +56 -0
- package/concepts/ar/Tool-SendMessage.md +41 -0
- package/concepts/ar/Tool-Skill.md +56 -0
- package/concepts/ar/Tool-Task.md +51 -0
- package/concepts/ar/Tool-TaskCreate.md +78 -0
- package/concepts/ar/Tool-TaskGet.md +56 -0
- package/concepts/ar/Tool-TaskList.md +56 -0
- package/concepts/ar/Tool-TaskOutput.md +40 -0
- package/concepts/ar/Tool-TaskStop.md +32 -0
- package/concepts/ar/Tool-TaskUpdate.md +123 -0
- package/concepts/ar/Tool-TeamCreate.md +38 -0
- package/concepts/ar/Tool-TeamDelete.md +30 -0
- package/concepts/ar/Tool-WebFetch.md +55 -0
- package/concepts/ar/Tool-WebSearch.md +58 -0
- package/concepts/ar/Tool-Write.md +39 -0
- package/concepts/ar/Tool-executeCode.md +41 -0
- package/concepts/ar/Tool-getDiagnostics.md +32 -0
- package/concepts/ar/Tools.md +67 -0
- package/concepts/ar/ToolsFirst.md +77 -0
- package/concepts/ar/TranslateContextPollution.md +46 -0
- package/concepts/ar/UltraPlan.md +55 -0
- package/concepts/da/BodyDiffJSON.md +32 -0
- package/concepts/da/BodyFields.md +42 -0
- package/concepts/da/CacheRebuild.md +36 -0
- package/concepts/da/GlobalSettings.md +232 -0
- package/concepts/da/KVCacheContent.md +49 -0
- package/concepts/da/MainAgent.md +23 -0
- package/concepts/da/ProxySwitch.md +50 -0
- package/concepts/da/QRCode.md +25 -0
- package/concepts/da/ResponseFields.md +50 -0
- package/concepts/da/SubAgent-Search.md +20 -0
- package/concepts/da/Teammate.md +26 -0
- package/concepts/da/Tool-Agent.md +125 -0
- package/concepts/da/Tool-AskUserQuestion.md +75 -0
- package/concepts/da/Tool-Bash.md +167 -0
- package/concepts/da/Tool-Edit.md +46 -0
- package/concepts/da/Tool-EnterPlanMode.md +128 -0
- package/concepts/da/Tool-EnterWorktree.md +56 -0
- package/concepts/da/Tool-ExitPlanMode.md +62 -0
- package/concepts/da/Tool-Glob.md +39 -0
- package/concepts/da/Tool-Grep.md +57 -0
- package/concepts/da/Tool-NotebookEdit.md +33 -0
- package/concepts/da/Tool-Read.md +56 -0
- package/concepts/da/Tool-SendMessage.md +41 -0
- package/concepts/da/Tool-Skill.md +56 -0
- package/concepts/da/Tool-Task.md +51 -0
- package/concepts/da/Tool-TaskCreate.md +78 -0
- package/concepts/da/Tool-TaskGet.md +56 -0
- package/concepts/da/Tool-TaskList.md +56 -0
- package/concepts/da/Tool-TaskOutput.md +40 -0
- package/concepts/da/Tool-TaskStop.md +32 -0
- package/concepts/da/Tool-TaskUpdate.md +123 -0
- package/concepts/da/Tool-TeamCreate.md +38 -0
- package/concepts/da/Tool-TeamDelete.md +30 -0
- package/concepts/da/Tool-WebFetch.md +55 -0
- package/concepts/da/Tool-WebSearch.md +58 -0
- package/concepts/da/Tool-Write.md +39 -0
- package/concepts/da/Tool-executeCode.md +41 -0
- package/concepts/da/Tool-getDiagnostics.md +32 -0
- package/concepts/da/Tools.md +67 -0
- package/concepts/da/ToolsFirst.md +77 -0
- package/concepts/da/TranslateContextPollution.md +46 -0
- package/concepts/da/UltraPlan.md +55 -0
- package/concepts/de/BodyDiffJSON.md +32 -0
- package/concepts/de/BodyFields.md +42 -0
- package/concepts/de/CacheRebuild.md +36 -0
- package/concepts/de/GlobalSettings.md +232 -0
- package/concepts/de/KVCacheContent.md +49 -0
- package/concepts/de/MainAgent.md +23 -0
- package/concepts/de/ProxySwitch.md +50 -0
- package/concepts/de/QRCode.md +25 -0
- package/concepts/de/ResponseFields.md +50 -0
- package/concepts/de/SubAgent-Search.md +20 -0
- package/concepts/de/Teammate.md +26 -0
- package/concepts/de/Tool-Agent.md +125 -0
- package/concepts/de/Tool-AskUserQuestion.md +75 -0
- package/concepts/de/Tool-Bash.md +167 -0
- package/concepts/de/Tool-Edit.md +46 -0
- package/concepts/de/Tool-EnterPlanMode.md +128 -0
- package/concepts/de/Tool-EnterWorktree.md +56 -0
- package/concepts/de/Tool-ExitPlanMode.md +62 -0
- package/concepts/de/Tool-Glob.md +39 -0
- package/concepts/de/Tool-Grep.md +57 -0
- package/concepts/de/Tool-NotebookEdit.md +33 -0
- package/concepts/de/Tool-Read.md +56 -0
- package/concepts/de/Tool-SendMessage.md +41 -0
- package/concepts/de/Tool-Skill.md +56 -0
- package/concepts/de/Tool-Task.md +51 -0
- package/concepts/de/Tool-TaskCreate.md +78 -0
- package/concepts/de/Tool-TaskGet.md +56 -0
- package/concepts/de/Tool-TaskList.md +56 -0
- package/concepts/de/Tool-TaskOutput.md +40 -0
- package/concepts/de/Tool-TaskStop.md +32 -0
- package/concepts/de/Tool-TaskUpdate.md +123 -0
- package/concepts/de/Tool-TeamCreate.md +38 -0
- package/concepts/de/Tool-TeamDelete.md +30 -0
- package/concepts/de/Tool-WebFetch.md +55 -0
- package/concepts/de/Tool-WebSearch.md +58 -0
- package/concepts/de/Tool-Write.md +39 -0
- package/concepts/de/Tool-executeCode.md +41 -0
- package/concepts/de/Tool-getDiagnostics.md +32 -0
- package/concepts/de/Tools.md +67 -0
- package/concepts/de/ToolsFirst.md +77 -0
- package/concepts/de/TranslateContextPollution.md +46 -0
- package/concepts/de/UltraPlan.md +55 -0
- package/concepts/en/BodyDiffJSON.md +32 -0
- package/concepts/en/BodyFields.md +42 -0
- package/concepts/en/CacheRebuild.md +36 -0
- package/concepts/en/GlobalSettings.md +232 -0
- package/concepts/en/KVCacheContent.md +49 -0
- package/concepts/en/MainAgent.md +23 -0
- package/concepts/en/ProxySwitch.md +50 -0
- package/concepts/en/QRCode.md +29 -0
- package/concepts/en/ResponseFields.md +50 -0
- package/concepts/en/SubAgent-Search.md +20 -0
- package/concepts/en/Teammate.md +26 -0
- package/concepts/en/Tool-Agent.md +125 -0
- package/concepts/en/Tool-AskUserQuestion.md +75 -0
- package/concepts/en/Tool-Bash.md +167 -0
- package/concepts/en/Tool-Edit.md +46 -0
- package/concepts/en/Tool-EnterPlanMode.md +128 -0
- package/concepts/en/Tool-EnterWorktree.md +56 -0
- package/concepts/en/Tool-ExitPlanMode.md +62 -0
- package/concepts/en/Tool-Glob.md +39 -0
- package/concepts/en/Tool-Grep.md +57 -0
- package/concepts/en/Tool-NotebookEdit.md +33 -0
- package/concepts/en/Tool-Read.md +56 -0
- package/concepts/en/Tool-SendMessage.md +41 -0
- package/concepts/en/Tool-Skill.md +56 -0
- package/concepts/en/Tool-Task.md +51 -0
- package/concepts/en/Tool-TaskCreate.md +78 -0
- package/concepts/en/Tool-TaskGet.md +56 -0
- package/concepts/en/Tool-TaskList.md +56 -0
- package/concepts/en/Tool-TaskOutput.md +40 -0
- package/concepts/en/Tool-TaskStop.md +32 -0
- package/concepts/en/Tool-TaskUpdate.md +123 -0
- package/concepts/en/Tool-TeamCreate.md +38 -0
- package/concepts/en/Tool-TeamDelete.md +30 -0
- package/concepts/en/Tool-WebFetch.md +55 -0
- package/concepts/en/Tool-WebSearch.md +58 -0
- package/concepts/en/Tool-Write.md +39 -0
- package/concepts/en/Tool-executeCode.md +41 -0
- package/concepts/en/Tool-getDiagnostics.md +32 -0
- package/concepts/en/Tools.md +67 -0
- package/concepts/en/ToolsFirst.md +77 -0
- package/concepts/en/TranslateContextPollution.md +46 -0
- package/concepts/en/UltraPlan.md +55 -0
- package/concepts/es/BodyDiffJSON.md +32 -0
- package/concepts/es/BodyFields.md +42 -0
- package/concepts/es/CacheRebuild.md +36 -0
- package/concepts/es/GlobalSettings.md +232 -0
- package/concepts/es/KVCacheContent.md +49 -0
- package/concepts/es/MainAgent.md +23 -0
- package/concepts/es/ProxySwitch.md +50 -0
- package/concepts/es/QRCode.md +25 -0
- package/concepts/es/ResponseFields.md +50 -0
- package/concepts/es/SubAgent-Search.md +20 -0
- package/concepts/es/Teammate.md +26 -0
- package/concepts/es/Tool-Agent.md +125 -0
- package/concepts/es/Tool-AskUserQuestion.md +75 -0
- package/concepts/es/Tool-Bash.md +167 -0
- package/concepts/es/Tool-Edit.md +46 -0
- package/concepts/es/Tool-EnterPlanMode.md +128 -0
- package/concepts/es/Tool-EnterWorktree.md +56 -0
- package/concepts/es/Tool-ExitPlanMode.md +62 -0
- package/concepts/es/Tool-Glob.md +39 -0
- package/concepts/es/Tool-Grep.md +57 -0
- package/concepts/es/Tool-NotebookEdit.md +33 -0
- package/concepts/es/Tool-Read.md +56 -0
- package/concepts/es/Tool-SendMessage.md +41 -0
- package/concepts/es/Tool-Skill.md +56 -0
- package/concepts/es/Tool-Task.md +51 -0
- package/concepts/es/Tool-TaskCreate.md +78 -0
- package/concepts/es/Tool-TaskGet.md +56 -0
- package/concepts/es/Tool-TaskList.md +56 -0
- package/concepts/es/Tool-TaskOutput.md +40 -0
- package/concepts/es/Tool-TaskStop.md +32 -0
- package/concepts/es/Tool-TaskUpdate.md +123 -0
- package/concepts/es/Tool-TeamCreate.md +38 -0
- package/concepts/es/Tool-TeamDelete.md +30 -0
- package/concepts/es/Tool-WebFetch.md +55 -0
- package/concepts/es/Tool-WebSearch.md +58 -0
- package/concepts/es/Tool-Write.md +39 -0
- package/concepts/es/Tool-executeCode.md +41 -0
- package/concepts/es/Tool-getDiagnostics.md +32 -0
- package/concepts/es/Tools.md +67 -0
- package/concepts/es/ToolsFirst.md +77 -0
- package/concepts/es/TranslateContextPollution.md +46 -0
- package/concepts/es/UltraPlan.md +55 -0
- package/concepts/fr/BodyDiffJSON.md +32 -0
- package/concepts/fr/BodyFields.md +42 -0
- package/concepts/fr/CacheRebuild.md +36 -0
- package/concepts/fr/GlobalSettings.md +232 -0
- package/concepts/fr/KVCacheContent.md +49 -0
- package/concepts/fr/MainAgent.md +23 -0
- package/concepts/fr/ProxySwitch.md +50 -0
- package/concepts/fr/QRCode.md +25 -0
- package/concepts/fr/ResponseFields.md +50 -0
- package/concepts/fr/SubAgent-Search.md +20 -0
- package/concepts/fr/Teammate.md +26 -0
- package/concepts/fr/Tool-Agent.md +125 -0
- package/concepts/fr/Tool-AskUserQuestion.md +75 -0
- package/concepts/fr/Tool-Bash.md +167 -0
- package/concepts/fr/Tool-Edit.md +46 -0
- package/concepts/fr/Tool-EnterPlanMode.md +128 -0
- package/concepts/fr/Tool-EnterWorktree.md +56 -0
- package/concepts/fr/Tool-ExitPlanMode.md +62 -0
- package/concepts/fr/Tool-Glob.md +39 -0
- package/concepts/fr/Tool-Grep.md +57 -0
- package/concepts/fr/Tool-NotebookEdit.md +33 -0
- package/concepts/fr/Tool-Read.md +56 -0
- package/concepts/fr/Tool-SendMessage.md +41 -0
- package/concepts/fr/Tool-Skill.md +56 -0
- package/concepts/fr/Tool-Task.md +51 -0
- package/concepts/fr/Tool-TaskCreate.md +78 -0
- package/concepts/fr/Tool-TaskGet.md +56 -0
- package/concepts/fr/Tool-TaskList.md +56 -0
- package/concepts/fr/Tool-TaskOutput.md +40 -0
- package/concepts/fr/Tool-TaskStop.md +32 -0
- package/concepts/fr/Tool-TaskUpdate.md +123 -0
- package/concepts/fr/Tool-TeamCreate.md +38 -0
- package/concepts/fr/Tool-TeamDelete.md +30 -0
- package/concepts/fr/Tool-WebFetch.md +55 -0
- package/concepts/fr/Tool-WebSearch.md +58 -0
- package/concepts/fr/Tool-Write.md +39 -0
- package/concepts/fr/Tool-executeCode.md +41 -0
- package/concepts/fr/Tool-getDiagnostics.md +32 -0
- package/concepts/fr/Tools.md +67 -0
- package/concepts/fr/ToolsFirst.md +77 -0
- package/concepts/fr/TranslateContextPollution.md +46 -0
- package/concepts/fr/UltraPlan.md +55 -0
- package/concepts/it/BodyDiffJSON.md +32 -0
- package/concepts/it/BodyFields.md +42 -0
- package/concepts/it/CacheRebuild.md +36 -0
- package/concepts/it/GlobalSettings.md +232 -0
- package/concepts/it/KVCacheContent.md +49 -0
- package/concepts/it/MainAgent.md +23 -0
- package/concepts/it/ProxySwitch.md +50 -0
- package/concepts/it/QRCode.md +25 -0
- package/concepts/it/ResponseFields.md +50 -0
- package/concepts/it/SubAgent-Search.md +20 -0
- package/concepts/it/Teammate.md +26 -0
- package/concepts/it/Tool-Agent.md +125 -0
- package/concepts/it/Tool-AskUserQuestion.md +75 -0
- package/concepts/it/Tool-Bash.md +167 -0
- package/concepts/it/Tool-Edit.md +46 -0
- package/concepts/it/Tool-EnterPlanMode.md +128 -0
- package/concepts/it/Tool-EnterWorktree.md +56 -0
- package/concepts/it/Tool-ExitPlanMode.md +62 -0
- package/concepts/it/Tool-Glob.md +39 -0
- package/concepts/it/Tool-Grep.md +57 -0
- package/concepts/it/Tool-NotebookEdit.md +33 -0
- package/concepts/it/Tool-Read.md +56 -0
- package/concepts/it/Tool-SendMessage.md +41 -0
- package/concepts/it/Tool-Skill.md +56 -0
- package/concepts/it/Tool-Task.md +51 -0
- package/concepts/it/Tool-TaskCreate.md +78 -0
- package/concepts/it/Tool-TaskGet.md +56 -0
- package/concepts/it/Tool-TaskList.md +56 -0
- package/concepts/it/Tool-TaskOutput.md +40 -0
- package/concepts/it/Tool-TaskStop.md +32 -0
- package/concepts/it/Tool-TaskUpdate.md +123 -0
- package/concepts/it/Tool-TeamCreate.md +38 -0
- package/concepts/it/Tool-TeamDelete.md +30 -0
- package/concepts/it/Tool-WebFetch.md +55 -0
- package/concepts/it/Tool-WebSearch.md +58 -0
- package/concepts/it/Tool-Write.md +39 -0
- package/concepts/it/Tool-executeCode.md +41 -0
- package/concepts/it/Tool-getDiagnostics.md +32 -0
- package/concepts/it/Tools.md +67 -0
- package/concepts/it/ToolsFirst.md +77 -0
- package/concepts/it/TranslateContextPollution.md +46 -0
- package/concepts/it/UltraPlan.md +55 -0
- package/concepts/ja/BodyDiffJSON.md +32 -0
- package/concepts/ja/BodyFields.md +42 -0
- package/concepts/ja/CacheRebuild.md +36 -0
- package/concepts/ja/GlobalSettings.md +232 -0
- package/concepts/ja/KVCacheContent.md +49 -0
- package/concepts/ja/MainAgent.md +23 -0
- package/concepts/ja/ProxySwitch.md +50 -0
- package/concepts/ja/QRCode.md +25 -0
- package/concepts/ja/ResponseFields.md +50 -0
- package/concepts/ja/SubAgent-Search.md +20 -0
- package/concepts/ja/Teammate.md +26 -0
- package/concepts/ja/Tool-Agent.md +125 -0
- package/concepts/ja/Tool-AskUserQuestion.md +75 -0
- package/concepts/ja/Tool-Bash.md +167 -0
- package/concepts/ja/Tool-Edit.md +46 -0
- package/concepts/ja/Tool-EnterPlanMode.md +128 -0
- package/concepts/ja/Tool-EnterWorktree.md +56 -0
- package/concepts/ja/Tool-ExitPlanMode.md +62 -0
- package/concepts/ja/Tool-Glob.md +39 -0
- package/concepts/ja/Tool-Grep.md +57 -0
- package/concepts/ja/Tool-NotebookEdit.md +33 -0
- package/concepts/ja/Tool-Read.md +56 -0
- package/concepts/ja/Tool-SendMessage.md +41 -0
- package/concepts/ja/Tool-Skill.md +56 -0
- package/concepts/ja/Tool-Task.md +51 -0
- package/concepts/ja/Tool-TaskCreate.md +78 -0
- package/concepts/ja/Tool-TaskGet.md +56 -0
- package/concepts/ja/Tool-TaskList.md +56 -0
- package/concepts/ja/Tool-TaskOutput.md +40 -0
- package/concepts/ja/Tool-TaskStop.md +32 -0
- package/concepts/ja/Tool-TaskUpdate.md +123 -0
- package/concepts/ja/Tool-TeamCreate.md +38 -0
- package/concepts/ja/Tool-TeamDelete.md +30 -0
- package/concepts/ja/Tool-WebFetch.md +55 -0
- package/concepts/ja/Tool-WebSearch.md +58 -0
- package/concepts/ja/Tool-Write.md +39 -0
- package/concepts/ja/Tool-executeCode.md +41 -0
- package/concepts/ja/Tool-getDiagnostics.md +32 -0
- package/concepts/ja/Tools.md +67 -0
- package/concepts/ja/ToolsFirst.md +77 -0
- package/concepts/ja/TranslateContextPollution.md +46 -0
- package/concepts/ja/UltraPlan.md +55 -0
- package/concepts/ko/BodyDiffJSON.md +32 -0
- package/concepts/ko/BodyFields.md +42 -0
- package/concepts/ko/CacheRebuild.md +36 -0
- package/concepts/ko/GlobalSettings.md +232 -0
- package/concepts/ko/KVCacheContent.md +49 -0
- package/concepts/ko/MainAgent.md +23 -0
- package/concepts/ko/ProxySwitch.md +50 -0
- package/concepts/ko/QRCode.md +25 -0
- package/concepts/ko/ResponseFields.md +50 -0
- package/concepts/ko/SubAgent-Search.md +20 -0
- package/concepts/ko/Teammate.md +26 -0
- package/concepts/ko/Tool-Agent.md +125 -0
- package/concepts/ko/Tool-AskUserQuestion.md +75 -0
- package/concepts/ko/Tool-Bash.md +167 -0
- package/concepts/ko/Tool-Edit.md +46 -0
- package/concepts/ko/Tool-EnterPlanMode.md +128 -0
- package/concepts/ko/Tool-EnterWorktree.md +56 -0
- package/concepts/ko/Tool-ExitPlanMode.md +62 -0
- package/concepts/ko/Tool-Glob.md +39 -0
- package/concepts/ko/Tool-Grep.md +57 -0
- package/concepts/ko/Tool-NotebookEdit.md +33 -0
- package/concepts/ko/Tool-Read.md +56 -0
- package/concepts/ko/Tool-SendMessage.md +41 -0
- package/concepts/ko/Tool-Skill.md +56 -0
- package/concepts/ko/Tool-Task.md +51 -0
- package/concepts/ko/Tool-TaskCreate.md +78 -0
- package/concepts/ko/Tool-TaskGet.md +56 -0
- package/concepts/ko/Tool-TaskList.md +56 -0
- package/concepts/ko/Tool-TaskOutput.md +40 -0
- package/concepts/ko/Tool-TaskStop.md +32 -0
- package/concepts/ko/Tool-TaskUpdate.md +123 -0
- package/concepts/ko/Tool-TeamCreate.md +38 -0
- package/concepts/ko/Tool-TeamDelete.md +30 -0
- package/concepts/ko/Tool-WebFetch.md +55 -0
- package/concepts/ko/Tool-WebSearch.md +58 -0
- package/concepts/ko/Tool-Write.md +39 -0
- package/concepts/ko/Tool-executeCode.md +41 -0
- package/concepts/ko/Tool-getDiagnostics.md +32 -0
- package/concepts/ko/Tools.md +67 -0
- package/concepts/ko/ToolsFirst.md +77 -0
- package/concepts/ko/TranslateContextPollution.md +46 -0
- package/concepts/ko/UltraPlan.md +55 -0
- package/concepts/no/BodyDiffJSON.md +32 -0
- package/concepts/no/BodyFields.md +42 -0
- package/concepts/no/CacheRebuild.md +36 -0
- package/concepts/no/GlobalSettings.md +232 -0
- package/concepts/no/KVCacheContent.md +49 -0
- package/concepts/no/MainAgent.md +23 -0
- package/concepts/no/ProxySwitch.md +50 -0
- package/concepts/no/QRCode.md +25 -0
- package/concepts/no/ResponseFields.md +50 -0
- package/concepts/no/SubAgent-Search.md +20 -0
- package/concepts/no/Teammate.md +26 -0
- package/concepts/no/Tool-Agent.md +125 -0
- package/concepts/no/Tool-AskUserQuestion.md +75 -0
- package/concepts/no/Tool-Bash.md +167 -0
- package/concepts/no/Tool-Edit.md +46 -0
- package/concepts/no/Tool-EnterPlanMode.md +128 -0
- package/concepts/no/Tool-EnterWorktree.md +56 -0
- package/concepts/no/Tool-ExitPlanMode.md +62 -0
- package/concepts/no/Tool-Glob.md +39 -0
- package/concepts/no/Tool-Grep.md +57 -0
- package/concepts/no/Tool-NotebookEdit.md +33 -0
- package/concepts/no/Tool-Read.md +56 -0
- package/concepts/no/Tool-SendMessage.md +41 -0
- package/concepts/no/Tool-Skill.md +56 -0
- package/concepts/no/Tool-Task.md +51 -0
- package/concepts/no/Tool-TaskCreate.md +78 -0
- package/concepts/no/Tool-TaskGet.md +56 -0
- package/concepts/no/Tool-TaskList.md +56 -0
- package/concepts/no/Tool-TaskOutput.md +40 -0
- package/concepts/no/Tool-TaskStop.md +32 -0
- package/concepts/no/Tool-TaskUpdate.md +123 -0
- package/concepts/no/Tool-TeamCreate.md +38 -0
- package/concepts/no/Tool-TeamDelete.md +30 -0
- package/concepts/no/Tool-WebFetch.md +55 -0
- package/concepts/no/Tool-WebSearch.md +58 -0
- package/concepts/no/Tool-Write.md +39 -0
- package/concepts/no/Tool-executeCode.md +41 -0
- package/concepts/no/Tool-getDiagnostics.md +32 -0
- package/concepts/no/Tools.md +67 -0
- package/concepts/no/ToolsFirst.md +77 -0
- package/concepts/no/TranslateContextPollution.md +46 -0
- package/concepts/no/UltraPlan.md +55 -0
- package/concepts/pl/BodyDiffJSON.md +32 -0
- package/concepts/pl/BodyFields.md +42 -0
- package/concepts/pl/CacheRebuild.md +36 -0
- package/concepts/pl/GlobalSettings.md +232 -0
- package/concepts/pl/KVCacheContent.md +49 -0
- package/concepts/pl/MainAgent.md +23 -0
- package/concepts/pl/ProxySwitch.md +50 -0
- package/concepts/pl/QRCode.md +25 -0
- package/concepts/pl/ResponseFields.md +50 -0
- package/concepts/pl/SubAgent-Search.md +20 -0
- package/concepts/pl/Teammate.md +26 -0
- package/concepts/pl/Tool-Agent.md +125 -0
- package/concepts/pl/Tool-AskUserQuestion.md +75 -0
- package/concepts/pl/Tool-Bash.md +167 -0
- package/concepts/pl/Tool-Edit.md +46 -0
- package/concepts/pl/Tool-EnterPlanMode.md +128 -0
- package/concepts/pl/Tool-EnterWorktree.md +56 -0
- package/concepts/pl/Tool-ExitPlanMode.md +62 -0
- package/concepts/pl/Tool-Glob.md +39 -0
- package/concepts/pl/Tool-Grep.md +57 -0
- package/concepts/pl/Tool-NotebookEdit.md +33 -0
- package/concepts/pl/Tool-Read.md +56 -0
- package/concepts/pl/Tool-SendMessage.md +41 -0
- package/concepts/pl/Tool-Skill.md +56 -0
- package/concepts/pl/Tool-Task.md +51 -0
- package/concepts/pl/Tool-TaskCreate.md +78 -0
- package/concepts/pl/Tool-TaskGet.md +56 -0
- package/concepts/pl/Tool-TaskList.md +56 -0
- package/concepts/pl/Tool-TaskOutput.md +40 -0
- package/concepts/pl/Tool-TaskStop.md +32 -0
- package/concepts/pl/Tool-TaskUpdate.md +123 -0
- package/concepts/pl/Tool-TeamCreate.md +38 -0
- package/concepts/pl/Tool-TeamDelete.md +30 -0
- package/concepts/pl/Tool-WebFetch.md +55 -0
- package/concepts/pl/Tool-WebSearch.md +58 -0
- package/concepts/pl/Tool-Write.md +39 -0
- package/concepts/pl/Tool-executeCode.md +41 -0
- package/concepts/pl/Tool-getDiagnostics.md +32 -0
- package/concepts/pl/Tools.md +67 -0
- package/concepts/pl/ToolsFirst.md +77 -0
- package/concepts/pl/TranslateContextPollution.md +46 -0
- package/concepts/pl/UltraPlan.md +55 -0
- package/concepts/pt-BR/BodyDiffJSON.md +32 -0
- package/concepts/pt-BR/BodyFields.md +42 -0
- package/concepts/pt-BR/CacheRebuild.md +36 -0
- package/concepts/pt-BR/GlobalSettings.md +232 -0
- package/concepts/pt-BR/KVCacheContent.md +49 -0
- package/concepts/pt-BR/MainAgent.md +23 -0
- package/concepts/pt-BR/ProxySwitch.md +50 -0
- package/concepts/pt-BR/QRCode.md +25 -0
- package/concepts/pt-BR/ResponseFields.md +50 -0
- package/concepts/pt-BR/SubAgent-Search.md +20 -0
- package/concepts/pt-BR/Teammate.md +26 -0
- package/concepts/pt-BR/Tool-Agent.md +125 -0
- package/concepts/pt-BR/Tool-AskUserQuestion.md +75 -0
- package/concepts/pt-BR/Tool-Bash.md +167 -0
- package/concepts/pt-BR/Tool-Edit.md +46 -0
- package/concepts/pt-BR/Tool-EnterPlanMode.md +128 -0
- package/concepts/pt-BR/Tool-EnterWorktree.md +56 -0
- package/concepts/pt-BR/Tool-ExitPlanMode.md +62 -0
- package/concepts/pt-BR/Tool-Glob.md +39 -0
- package/concepts/pt-BR/Tool-Grep.md +57 -0
- package/concepts/pt-BR/Tool-NotebookEdit.md +33 -0
- package/concepts/pt-BR/Tool-Read.md +56 -0
- package/concepts/pt-BR/Tool-SendMessage.md +41 -0
- package/concepts/pt-BR/Tool-Skill.md +56 -0
- package/concepts/pt-BR/Tool-Task.md +51 -0
- package/concepts/pt-BR/Tool-TaskCreate.md +78 -0
- package/concepts/pt-BR/Tool-TaskGet.md +56 -0
- package/concepts/pt-BR/Tool-TaskList.md +56 -0
- package/concepts/pt-BR/Tool-TaskOutput.md +40 -0
- package/concepts/pt-BR/Tool-TaskStop.md +32 -0
- package/concepts/pt-BR/Tool-TaskUpdate.md +123 -0
- package/concepts/pt-BR/Tool-TeamCreate.md +38 -0
- package/concepts/pt-BR/Tool-TeamDelete.md +30 -0
- package/concepts/pt-BR/Tool-WebFetch.md +55 -0
- package/concepts/pt-BR/Tool-WebSearch.md +58 -0
- package/concepts/pt-BR/Tool-Write.md +39 -0
- package/concepts/pt-BR/Tool-executeCode.md +41 -0
- package/concepts/pt-BR/Tool-getDiagnostics.md +32 -0
- package/concepts/pt-BR/Tools.md +67 -0
- package/concepts/pt-BR/ToolsFirst.md +77 -0
- package/concepts/pt-BR/TranslateContextPollution.md +46 -0
- package/concepts/pt-BR/UltraPlan.md +55 -0
- package/concepts/ru/BodyDiffJSON.md +32 -0
- package/concepts/ru/BodyFields.md +42 -0
- package/concepts/ru/CacheRebuild.md +36 -0
- package/concepts/ru/GlobalSettings.md +232 -0
- package/concepts/ru/KVCacheContent.md +49 -0
- package/concepts/ru/MainAgent.md +23 -0
- package/concepts/ru/ProxySwitch.md +50 -0
- package/concepts/ru/QRCode.md +25 -0
- package/concepts/ru/ResponseFields.md +50 -0
- package/concepts/ru/SubAgent-Search.md +20 -0
- package/concepts/ru/Teammate.md +26 -0
- package/concepts/ru/Tool-Agent.md +125 -0
- package/concepts/ru/Tool-AskUserQuestion.md +75 -0
- package/concepts/ru/Tool-Bash.md +167 -0
- package/concepts/ru/Tool-Edit.md +46 -0
- package/concepts/ru/Tool-EnterPlanMode.md +128 -0
- package/concepts/ru/Tool-EnterWorktree.md +56 -0
- package/concepts/ru/Tool-ExitPlanMode.md +62 -0
- package/concepts/ru/Tool-Glob.md +39 -0
- package/concepts/ru/Tool-Grep.md +57 -0
- package/concepts/ru/Tool-NotebookEdit.md +33 -0
- package/concepts/ru/Tool-Read.md +56 -0
- package/concepts/ru/Tool-SendMessage.md +41 -0
- package/concepts/ru/Tool-Skill.md +56 -0
- package/concepts/ru/Tool-Task.md +51 -0
- package/concepts/ru/Tool-TaskCreate.md +78 -0
- package/concepts/ru/Tool-TaskGet.md +56 -0
- package/concepts/ru/Tool-TaskList.md +56 -0
- package/concepts/ru/Tool-TaskOutput.md +40 -0
- package/concepts/ru/Tool-TaskStop.md +32 -0
- package/concepts/ru/Tool-TaskUpdate.md +123 -0
- package/concepts/ru/Tool-TeamCreate.md +38 -0
- package/concepts/ru/Tool-TeamDelete.md +30 -0
- package/concepts/ru/Tool-WebFetch.md +55 -0
- package/concepts/ru/Tool-WebSearch.md +58 -0
- package/concepts/ru/Tool-Write.md +39 -0
- package/concepts/ru/Tool-executeCode.md +41 -0
- package/concepts/ru/Tool-getDiagnostics.md +32 -0
- package/concepts/ru/Tools.md +67 -0
- package/concepts/ru/ToolsFirst.md +77 -0
- package/concepts/ru/TranslateContextPollution.md +46 -0
- package/concepts/ru/UltraPlan.md +55 -0
- package/concepts/th/BodyDiffJSON.md +32 -0
- package/concepts/th/BodyFields.md +42 -0
- package/concepts/th/CacheRebuild.md +36 -0
- package/concepts/th/GlobalSettings.md +232 -0
- package/concepts/th/KVCacheContent.md +49 -0
- package/concepts/th/MainAgent.md +23 -0
- package/concepts/th/ProxySwitch.md +50 -0
- package/concepts/th/QRCode.md +25 -0
- package/concepts/th/ResponseFields.md +50 -0
- package/concepts/th/SubAgent-Search.md +20 -0
- package/concepts/th/Teammate.md +26 -0
- package/concepts/th/Tool-Agent.md +125 -0
- package/concepts/th/Tool-AskUserQuestion.md +75 -0
- package/concepts/th/Tool-Bash.md +167 -0
- package/concepts/th/Tool-Edit.md +46 -0
- package/concepts/th/Tool-EnterPlanMode.md +128 -0
- package/concepts/th/Tool-EnterWorktree.md +56 -0
- package/concepts/th/Tool-ExitPlanMode.md +62 -0
- package/concepts/th/Tool-Glob.md +39 -0
- package/concepts/th/Tool-Grep.md +57 -0
- package/concepts/th/Tool-NotebookEdit.md +33 -0
- package/concepts/th/Tool-Read.md +56 -0
- package/concepts/th/Tool-SendMessage.md +41 -0
- package/concepts/th/Tool-Skill.md +56 -0
- package/concepts/th/Tool-Task.md +51 -0
- package/concepts/th/Tool-TaskCreate.md +78 -0
- package/concepts/th/Tool-TaskGet.md +56 -0
- package/concepts/th/Tool-TaskList.md +56 -0
- package/concepts/th/Tool-TaskOutput.md +40 -0
- package/concepts/th/Tool-TaskStop.md +32 -0
- package/concepts/th/Tool-TaskUpdate.md +123 -0
- package/concepts/th/Tool-TeamCreate.md +38 -0
- package/concepts/th/Tool-TeamDelete.md +30 -0
- package/concepts/th/Tool-WebFetch.md +55 -0
- package/concepts/th/Tool-WebSearch.md +58 -0
- package/concepts/th/Tool-Write.md +39 -0
- package/concepts/th/Tool-executeCode.md +41 -0
- package/concepts/th/Tool-getDiagnostics.md +32 -0
- package/concepts/th/Tools.md +67 -0
- package/concepts/th/ToolsFirst.md +77 -0
- package/concepts/th/TranslateContextPollution.md +46 -0
- package/concepts/th/UltraPlan.md +55 -0
- package/concepts/tr/BodyDiffJSON.md +32 -0
- package/concepts/tr/BodyFields.md +42 -0
- package/concepts/tr/CacheRebuild.md +36 -0
- package/concepts/tr/GlobalSettings.md +232 -0
- package/concepts/tr/KVCacheContent.md +49 -0
- package/concepts/tr/MainAgent.md +23 -0
- package/concepts/tr/ProxySwitch.md +50 -0
- package/concepts/tr/QRCode.md +25 -0
- package/concepts/tr/ResponseFields.md +50 -0
- package/concepts/tr/SubAgent-Search.md +20 -0
- package/concepts/tr/Teammate.md +26 -0
- package/concepts/tr/Tool-Agent.md +125 -0
- package/concepts/tr/Tool-AskUserQuestion.md +75 -0
- package/concepts/tr/Tool-Bash.md +167 -0
- package/concepts/tr/Tool-Edit.md +46 -0
- package/concepts/tr/Tool-EnterPlanMode.md +128 -0
- package/concepts/tr/Tool-EnterWorktree.md +56 -0
- package/concepts/tr/Tool-ExitPlanMode.md +62 -0
- package/concepts/tr/Tool-Glob.md +39 -0
- package/concepts/tr/Tool-Grep.md +57 -0
- package/concepts/tr/Tool-NotebookEdit.md +33 -0
- package/concepts/tr/Tool-Read.md +56 -0
- package/concepts/tr/Tool-SendMessage.md +41 -0
- package/concepts/tr/Tool-Skill.md +56 -0
- package/concepts/tr/Tool-Task.md +51 -0
- package/concepts/tr/Tool-TaskCreate.md +78 -0
- package/concepts/tr/Tool-TaskGet.md +56 -0
- package/concepts/tr/Tool-TaskList.md +56 -0
- package/concepts/tr/Tool-TaskOutput.md +40 -0
- package/concepts/tr/Tool-TaskStop.md +32 -0
- package/concepts/tr/Tool-TaskUpdate.md +123 -0
- package/concepts/tr/Tool-TeamCreate.md +38 -0
- package/concepts/tr/Tool-TeamDelete.md +30 -0
- package/concepts/tr/Tool-WebFetch.md +55 -0
- package/concepts/tr/Tool-WebSearch.md +58 -0
- package/concepts/tr/Tool-Write.md +39 -0
- package/concepts/tr/Tool-executeCode.md +41 -0
- package/concepts/tr/Tool-getDiagnostics.md +32 -0
- package/concepts/tr/Tools.md +67 -0
- package/concepts/tr/ToolsFirst.md +77 -0
- package/concepts/tr/TranslateContextPollution.md +46 -0
- package/concepts/tr/UltraPlan.md +55 -0
- package/concepts/uk/BodyDiffJSON.md +32 -0
- package/concepts/uk/BodyFields.md +42 -0
- package/concepts/uk/CacheRebuild.md +36 -0
- package/concepts/uk/GlobalSettings.md +232 -0
- package/concepts/uk/KVCacheContent.md +49 -0
- package/concepts/uk/MainAgent.md +23 -0
- package/concepts/uk/ProxySwitch.md +50 -0
- package/concepts/uk/QRCode.md +25 -0
- package/concepts/uk/ResponseFields.md +50 -0
- package/concepts/uk/SubAgent-Search.md +20 -0
- package/concepts/uk/Teammate.md +26 -0
- package/concepts/uk/Tool-Agent.md +125 -0
- package/concepts/uk/Tool-AskUserQuestion.md +75 -0
- package/concepts/uk/Tool-Bash.md +167 -0
- package/concepts/uk/Tool-Edit.md +46 -0
- package/concepts/uk/Tool-EnterPlanMode.md +128 -0
- package/concepts/uk/Tool-EnterWorktree.md +56 -0
- package/concepts/uk/Tool-ExitPlanMode.md +62 -0
- package/concepts/uk/Tool-Glob.md +39 -0
- package/concepts/uk/Tool-Grep.md +57 -0
- package/concepts/uk/Tool-NotebookEdit.md +33 -0
- package/concepts/uk/Tool-Read.md +56 -0
- package/concepts/uk/Tool-SendMessage.md +41 -0
- package/concepts/uk/Tool-Skill.md +56 -0
- package/concepts/uk/Tool-Task.md +51 -0
- package/concepts/uk/Tool-TaskCreate.md +78 -0
- package/concepts/uk/Tool-TaskGet.md +56 -0
- package/concepts/uk/Tool-TaskList.md +56 -0
- package/concepts/uk/Tool-TaskOutput.md +40 -0
- package/concepts/uk/Tool-TaskStop.md +32 -0
- package/concepts/uk/Tool-TaskUpdate.md +123 -0
- package/concepts/uk/Tool-TeamCreate.md +38 -0
- package/concepts/uk/Tool-TeamDelete.md +30 -0
- package/concepts/uk/Tool-WebFetch.md +55 -0
- package/concepts/uk/Tool-WebSearch.md +58 -0
- package/concepts/uk/Tool-Write.md +39 -0
- package/concepts/uk/Tool-executeCode.md +41 -0
- package/concepts/uk/Tool-getDiagnostics.md +32 -0
- package/concepts/uk/Tools.md +67 -0
- package/concepts/uk/ToolsFirst.md +77 -0
- package/concepts/uk/TranslateContextPollution.md +46 -0
- package/concepts/uk/UltraPlan.md +55 -0
- package/concepts/zh/BodyDiffJSON.md +32 -0
- package/concepts/zh/BodyFields.md +42 -0
- package/concepts/zh/CacheRebuild.md +36 -0
- package/concepts/zh/GlobalSettings.md +232 -0
- package/concepts/zh/KVCacheContent.md +49 -0
- package/concepts/zh/MainAgent.md +23 -0
- package/concepts/zh/ProxySwitch.md +50 -0
- package/concepts/zh/QRCode.md +29 -0
- package/concepts/zh/ResponseFields.md +50 -0
- package/concepts/zh/SubAgent-Search.md +20 -0
- package/concepts/zh/Teammate.md +26 -0
- package/concepts/zh/Tool-Agent.md +125 -0
- package/concepts/zh/Tool-AskUserQuestion.md +75 -0
- package/concepts/zh/Tool-Bash.md +167 -0
- package/concepts/zh/Tool-Edit.md +46 -0
- package/concepts/zh/Tool-EnterPlanMode.md +128 -0
- package/concepts/zh/Tool-EnterWorktree.md +56 -0
- package/concepts/zh/Tool-ExitPlanMode.md +62 -0
- package/concepts/zh/Tool-Glob.md +39 -0
- package/concepts/zh/Tool-Grep.md +57 -0
- package/concepts/zh/Tool-NotebookEdit.md +33 -0
- package/concepts/zh/Tool-Read.md +56 -0
- package/concepts/zh/Tool-SendMessage.md +41 -0
- package/concepts/zh/Tool-Skill.md +56 -0
- package/concepts/zh/Tool-Task.md +51 -0
- package/concepts/zh/Tool-TaskCreate.md +78 -0
- package/concepts/zh/Tool-TaskGet.md +56 -0
- package/concepts/zh/Tool-TaskList.md +56 -0
- package/concepts/zh/Tool-TaskOutput.md +40 -0
- package/concepts/zh/Tool-TaskStop.md +32 -0
- package/concepts/zh/Tool-TaskUpdate.md +123 -0
- package/concepts/zh/Tool-TeamCreate.md +38 -0
- package/concepts/zh/Tool-TeamDelete.md +30 -0
- package/concepts/zh/Tool-WebFetch.md +55 -0
- package/concepts/zh/Tool-WebSearch.md +58 -0
- package/concepts/zh/Tool-Write.md +39 -0
- package/concepts/zh/Tool-executeCode.md +41 -0
- package/concepts/zh/Tool-getDiagnostics.md +32 -0
- package/concepts/zh/Tools.md +67 -0
- package/concepts/zh/ToolsFirst.md +77 -0
- package/concepts/zh/TranslateContextPollution.md +46 -0
- package/concepts/zh/UltraPlan.md +55 -0
- package/concepts/zh-TW/BodyDiffJSON.md +32 -0
- package/concepts/zh-TW/BodyFields.md +42 -0
- package/concepts/zh-TW/CacheRebuild.md +36 -0
- package/concepts/zh-TW/GlobalSettings.md +232 -0
- package/concepts/zh-TW/KVCacheContent.md +49 -0
- package/concepts/zh-TW/MainAgent.md +23 -0
- package/concepts/zh-TW/ProxySwitch.md +50 -0
- package/concepts/zh-TW/QRCode.md +25 -0
- package/concepts/zh-TW/ResponseFields.md +50 -0
- package/concepts/zh-TW/SubAgent-Search.md +20 -0
- package/concepts/zh-TW/Teammate.md +26 -0
- package/concepts/zh-TW/Tool-Agent.md +125 -0
- package/concepts/zh-TW/Tool-AskUserQuestion.md +75 -0
- package/concepts/zh-TW/Tool-Bash.md +167 -0
- package/concepts/zh-TW/Tool-Edit.md +46 -0
- package/concepts/zh-TW/Tool-EnterPlanMode.md +128 -0
- package/concepts/zh-TW/Tool-EnterWorktree.md +56 -0
- package/concepts/zh-TW/Tool-ExitPlanMode.md +62 -0
- package/concepts/zh-TW/Tool-Glob.md +39 -0
- package/concepts/zh-TW/Tool-Grep.md +57 -0
- package/concepts/zh-TW/Tool-NotebookEdit.md +33 -0
- package/concepts/zh-TW/Tool-Read.md +56 -0
- package/concepts/zh-TW/Tool-SendMessage.md +41 -0
- package/concepts/zh-TW/Tool-Skill.md +56 -0
- package/concepts/zh-TW/Tool-Task.md +51 -0
- package/concepts/zh-TW/Tool-TaskCreate.md +78 -0
- package/concepts/zh-TW/Tool-TaskGet.md +56 -0
- package/concepts/zh-TW/Tool-TaskList.md +56 -0
- package/concepts/zh-TW/Tool-TaskOutput.md +40 -0
- package/concepts/zh-TW/Tool-TaskStop.md +32 -0
- package/concepts/zh-TW/Tool-TaskUpdate.md +123 -0
- package/concepts/zh-TW/Tool-TeamCreate.md +38 -0
- package/concepts/zh-TW/Tool-TeamDelete.md +30 -0
- package/concepts/zh-TW/Tool-WebFetch.md +55 -0
- package/concepts/zh-TW/Tool-WebSearch.md +58 -0
- package/concepts/zh-TW/Tool-Write.md +39 -0
- package/concepts/zh-TW/Tool-executeCode.md +41 -0
- package/concepts/zh-TW/Tool-getDiagnostics.md +32 -0
- package/concepts/zh-TW/Tools.md +67 -0
- package/concepts/zh-TW/ToolsFirst.md +77 -0
- package/concepts/zh-TW/TranslateContextPollution.md +46 -0
- package/concepts/zh-TW/UltraPlan.md +55 -0
- package/dist/assets/App-BzrN42Qt.js +41 -0
- package/dist/assets/App-fG2r3jFq.css +1 -0
- package/dist/assets/AppHeader-B3hrnZr-.css +41 -0
- package/dist/assets/AppHeader.module-BMU2vyC4.js +1246 -0
- package/dist/assets/Mobile-BnDkLcBv.css +1 -0
- package/dist/assets/Mobile-C9wxQTXV.js +10 -0
- package/dist/assets/_baseUniq-CXWHShmB.js +1 -0
- package/dist/assets/arc-qbol0NJo.js +1 -0
- package/dist/assets/architectureDiagram-Q4EWVU46-COZebb1N.js +36 -0
- package/dist/assets/blockDiagram-DXYQGD6D-COCgzPKy.js +132 -0
- package/dist/assets/c4Diagram-AHTNJAMY-Bs5XvLEo.js +10 -0
- package/dist/assets/channel-DvLUZ3Xf.js +1 -0
- package/dist/assets/chunk-4BX2VUAB-CyGriz9d.js +1 -0
- package/dist/assets/chunk-4TB4RGXK-DlT_q-fl.js +206 -0
- package/dist/assets/chunk-55IACEB6-NHN99ZNC.js +1 -0
- package/dist/assets/chunk-EDXVE4YY-fK4f9Na9.js +1 -0
- package/dist/assets/chunk-FMBD7UC4-DL-dQIq1.js +15 -0
- package/dist/assets/chunk-OYMX7WX6-6uruB4VY.js +231 -0
- package/dist/assets/chunk-QZHKN3VN-CCWIqLO8.js +1 -0
- package/dist/assets/chunk-YZCP3GAM-Cu84DMJo.js +1 -0
- package/dist/assets/classDiagram-6PBFFD2Q-ByKhp2Tk.js +1 -0
- package/dist/assets/classDiagram-v2-HSJHXN6E-ByKhp2Tk.js +1 -0
- package/dist/assets/clone-DZHpE494.js +1 -0
- package/dist/assets/cose-bilkent-S5V4N54A-Dqi4iU3-.js +1 -0
- package/dist/assets/cytoscape.esm-DxGcaOPV.js +331 -0
- package/dist/assets/dagre-KV5264BT-Dl-EJ9rb.js +4 -0
- package/dist/assets/default-avatar-CT9tlZjd.svg +1 -0
- package/dist/assets/default-model-avatar-DlbUPjyv.svg +1 -0
- package/dist/assets/defaultLocale-DX6XiGOO.js +1 -0
- package/dist/assets/diagram-5BDNPKRD-BYtyzF0D.js +10 -0
- package/dist/assets/diagram-G4DWMVQ6-BuETHFNU.js +24 -0
- package/dist/assets/diagram-MMDJMWI5-Z02oZp6I.js +43 -0
- package/dist/assets/diagram-TYMM5635-BpGlKv8l.js +24 -0
- package/dist/assets/erDiagram-SMLLAGMA-C4YngeQh.js +85 -0
- package/dist/assets/flowDiagram-DWJPFMVM-BWddFffg.js +162 -0
- package/dist/assets/ganttDiagram-T4ZO3ILL-Bg0jOD4m.js +292 -0
- package/dist/assets/gitGraphDiagram-UUTBAWPF-Bz-3sTXZ.js +106 -0
- package/dist/assets/graph-XiH8DkIu.js +1 -0
- package/dist/assets/html2canvas.esm-QH1iLAAe.js +22 -0
- package/dist/assets/index-BuUsWKGZ.js +41 -0
- package/dist/assets/index-DCtZ2KSX.css +1 -0
- package/dist/assets/infoDiagram-42DDH7IO-DLo-lOCE.js +2 -0
- package/dist/assets/init-Gi6I4Gst.js +1 -0
- package/dist/assets/ishikawaDiagram-UXIWVN3A-BsIzT5eO.js +70 -0
- package/dist/assets/journeyDiagram-VCZTEJTY-C3bOkKqv.js +139 -0
- package/dist/assets/kanban-definition-6JOO6SKY-D-rJRNbp.js +89 -0
- package/dist/assets/katex-DkKDou_j.js +257 -0
- package/dist/assets/layout-Bqp8Hh1c.js +1 -0
- package/dist/assets/linear-BWRSipGb.js +1 -0
- package/dist/assets/loading-pet-12a9GTQC.gif +0 -0
- package/dist/assets/mermaid.core-CJa7klhs.js +308 -0
- package/dist/assets/min-CQ_VyzMd.js +1 -0
- package/dist/assets/mindmap-definition-QFDTVHPH-Bnj7DDSx.js +96 -0
- package/dist/assets/model-deepseek-LDuqTN2N.svg +2 -0
- package/dist/assets/ordinal-Cboi1Yqb.js +1 -0
- package/dist/assets/pieDiagram-DEJITSTG-CC8a7Ylw.js +30 -0
- package/dist/assets/quadrantDiagram-34T5L4WZ-CrmL1WUV.js +7 -0
- package/dist/assets/requirementDiagram-MS252O5E-TfkX4u_6.js +84 -0
- package/dist/assets/sankeyDiagram-XADWPNL6-DMwBbND7.js +10 -0
- package/dist/assets/sequenceDiagram-FGHM5R23-CFghMYsm.js +157 -0
- package/dist/assets/stateDiagram-FHFEXIEX-1H6JIM7l.js +1 -0
- package/dist/assets/stateDiagram-v2-QKLJ7IA2-CtXMaKcb.js +1 -0
- package/dist/assets/timeline-definition-GMOUNBTQ-DnLMBlVa.js +120 -0
- package/dist/assets/vennDiagram-DHZGUBPP-DoIkY_KL.js +34 -0
- package/dist/assets/wardley-RL74JXVD-3n5XmOD5.js +162 -0
- package/dist/assets/wardleyDiagram-NUSXRM2D-UMOq3ofC.js +20 -0
- package/dist/assets/xychartDiagram-5P7HB3ND-CNDuQ5Cg.js +7 -0
- package/dist/favicon.ico +0 -0
- package/dist/index.html +15 -0
- package/findcx.js +204 -0
- package/i18n.js +2413 -0
- package/interceptor.js +698 -0
- package/lib/appserver-bridge.js +584 -0
- package/lib/ask-bridge.js +126 -0
- package/lib/codex-config.js +146 -0
- package/lib/constants.js +26 -0
- package/lib/context-watcher.js +85 -0
- package/lib/cxv-editor.js +73 -0
- package/lib/delta-reconstructor.js +256 -0
- package/lib/ensure-hooks.js +88 -0
- package/lib/extract-plugin-name.mjs +18 -0
- package/lib/file-api.js +128 -0
- package/lib/git-diff.js +89 -0
- package/lib/interceptor-core.js +270 -0
- package/lib/kv-cache-analyzer.js +164 -0
- package/lib/log-management.js +198 -0
- package/lib/log-stream.js +310 -0
- package/lib/log-watcher.js +245 -0
- package/lib/otel-adapter.js +251 -0
- package/lib/otel-receiver.js +198 -0
- package/lib/perm-bridge.js +142 -0
- package/lib/plugin-loader.js +161 -0
- package/lib/plugin-manager.js +118 -0
- package/lib/proxy-env.js +23 -0
- package/lib/proxy-errors.js +18 -0
- package/lib/sdk-adapter.js +77 -0
- package/lib/sdk-manager.js +464 -0
- package/lib/stats-worker.js +384 -0
- package/lib/updater.js +123 -0
- package/lib/user-profile.js +43 -0
- package/package.json +115 -0
- package/proxy.js +369 -0
- package/pty-manager.js +407 -0
- package/server.js +3226 -0
- package/workspace-registry.js +151 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# UltraPlan — 궁극의 소원 머신
|
|
2
|
+
|
|
3
|
+
## UltraPlan이란
|
|
4
|
+
|
|
5
|
+
UltraPlan은 Claude Code의 네이티브 `/ultraplan` 명령에 대한 cc-viewer의 **현지화 구현**입니다. Claude의 공식 원격 서비스를 실행할 필요 없이 로컬 환경에서 `/ultraplan`의 전체 기능을 사용할 수 있으며, Claude Code가 **멀티 에이전트 협업**으로 복잡한 계획 및 구현 작업을 수행하도록 안내합니다.
|
|
6
|
+
|
|
7
|
+
일반 Plan 모드나 Agent Team과 비교하여 UltraPlan은 다음이 가능합니다:
|
|
8
|
+
- 작업 복잡도를 자동 평가하고 최적의 계획 전략을 선택
|
|
9
|
+
- 여러 병렬 에이전트를 배치하여 다양한 차원에서 코드베이스를 탐색
|
|
10
|
+
- 외부 리서치(webSearch)를 통합하여 업계 모범 사례를 참조
|
|
11
|
+
- 계획 실행 후 자동으로 Code Review Team을 구성하여 코드 리뷰 수행
|
|
12
|
+
- 완전한 **Plan → Execute → Review → Fix** 폐쇄 루프를 형성
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## 중요 참고사항
|
|
17
|
+
|
|
18
|
+
### 1. UltraPlan은 만능이 아닙니다
|
|
19
|
+
UltraPlan은 더 강력한 소원 머신이지만, 모든 소원이 이루어지는 것은 아닙니다. Plan과 Agent Team보다 강력하지만 직접 "돈을 벌어주지"는 못합니다. 합리적인 작업 단위를 고려하세요 — 큰 목표를 실행 가능한 중간 규모의 작업으로 분할하고, 한 번에 모든 것을 달성하려 하지 마세요.
|
|
20
|
+
|
|
21
|
+
### 2. 현재 프로그래밍 프로젝트에 가장 효과적
|
|
22
|
+
UltraPlan의 템플릿과 워크플로우는 프로그래밍 프로젝트에 깊이 최적화되어 있습니다. 다른 시나리오(문서 작성, 데이터 분석 등)도 시도할 수 있지만, 향후 버전의 적응을 기다리는 것이 좋습니다.
|
|
23
|
+
|
|
24
|
+
### 3. 실행 시간 및 컨텍스트 윈도우 요구사항
|
|
25
|
+
- 성공적인 UltraPlan 실행에는 일반적으로 **30분 이상**이 소요됩니다
|
|
26
|
+
- MainAgent에 큰 컨텍스트 윈도우가 필요합니다 (1M context Opus 모델 권장)
|
|
27
|
+
- 200K 모델만 있는 경우, **실행 전에 반드시 `/clear`로 컨텍스트를 정리하세요**
|
|
28
|
+
- Claude Code의 `/compact`는 컨텍스트 윈도우가 부족하면 성능이 저하됩니다 — 공간이 소진되지 않도록 주의하세요
|
|
29
|
+
- 충분한 컨텍스트 공간을 유지하는 것이 UltraPlan 성공 실행의 핵심 전제 조건입니다
|
|
30
|
+
|
|
31
|
+
현지화된 UltraPlan에 대한 질문이나 제안이 있으시면 [GitHub Issues](https://github.com/anthropics/claude-code/issues)에서 자유롭게 토론에 참여해 주세요.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 작동 방식
|
|
36
|
+
|
|
37
|
+
UltraPlan은 두 가지 작동 모드를 제공합니다:
|
|
38
|
+
|
|
39
|
+
### 자동 모드
|
|
40
|
+
작업 복잡도(점수 4-12)를 자동 분석하여 다른 전략으로 라우팅합니다:
|
|
41
|
+
|
|
42
|
+
| 경로 | 점수 | 전략 |
|
|
43
|
+
|------|------|------|
|
|
44
|
+
| 경로 A | 4-6 | 경량 계획과 직접적인 코드 탐색 |
|
|
45
|
+
| 경로 B | 7-9 | 구조 다이어그램(Mermaid / ASCII)을 포함한 계획 |
|
|
46
|
+
| 경로 C | 10-12 | 멀티 에이전트 탐색 + 리뷰 폐쇄 루프 |
|
|
47
|
+
|
|
48
|
+
### 강제 모드
|
|
49
|
+
전체 경로 C 멀티 에이전트 워크플로우를 직접 활성화합니다:
|
|
50
|
+
1. 최대 5개의 병렬 에이전트를 배치하여 코드베이스를 동시에 탐색 (아키텍처, 파일 식별, 위험 평가 등)
|
|
51
|
+
2. 선택적으로 리서치 에이전트를 배치하여 webSearch로 업계 솔루션 조사
|
|
52
|
+
3. 모든 에이전트의 조사 결과를 종합하여 상세한 구현 계획으로 정리
|
|
53
|
+
4. 리뷰 에이전트를 배치하여 여러 관점에서 계획을 면밀히 검토
|
|
54
|
+
5. 승인 후 계획을 실행
|
|
55
|
+
6. 구현 완료 후 자동으로 Code Review Team을 구성하여 코드 품질 검증
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Body Diff JSON (inkrementell sammenligning av forespørselskropp)
|
|
2
|
+
|
|
3
|
+
## Bakgrunn
|
|
4
|
+
|
|
5
|
+
MainAgent i Claude Code bruker en mekanisme for sending av full kontekst — hver forespørsel inneholder komplett samtalehistorikk, system prompt, verktøydefinisjoner osv. Dette betyr at forespørselskroppen blir stadig større etter hvert som samtalen skrider frem, og det er vanskelig å raskt finne ut "hva som faktisk er nytt i denne runden" ved å se på rå Body direkte.
|
|
6
|
+
|
|
7
|
+
Body Diff JSON er laget for å løse dette problemet: den sammenligner automatisk to påfølgende MainAgent-forespørsler og trekker ut den inkrementelle delen, slik at du med ett blikk kan se hva som faktisk er nytt i denne forespørselen.
|
|
8
|
+
|
|
9
|
+
## Virkemåte
|
|
10
|
+
|
|
11
|
+
1. **Identifisere påfølgende MainAgent-forespørsler**: Gjeldende forespørsel må være av typen MainAgent, og det må finnes en tidligere MainAgent-forespørsel
|
|
12
|
+
2. **Felt-for-felt-sammenligning**: Alle toppnivåfelt i forespørselskroppen gjennomgås, interne egenskaper med `_`-prefiks hoppes over
|
|
13
|
+
3. **Smart differanseekstraksjon**:
|
|
14
|
+
- Nye felt: vises direkte
|
|
15
|
+
- Slettede felt: vises ikke (påvirker vanligvis ikke forståelsen)
|
|
16
|
+
- Endrede felt: gjeldende verdi vises
|
|
17
|
+
- Spesialhåndtering av `messages`-arrayen: bare nye meldinger vises (fordi normal samtale bruker tilleggsmodus, og prefiks-meldinger forblir uendret)
|
|
18
|
+
4. **Deteksjon av krympet forespørselskropp**: Hvis gjeldende forespørselskropp er mindre enn den forrige, betyr det at kontekstavkorting eller sesjonstilbakestilling har skjedd, og da vises en informasjonsmelding i stedet for diff
|
|
19
|
+
|
|
20
|
+
## Typiske scenarioer
|
|
21
|
+
|
|
22
|
+
I en normal samtalerunde inneholder Body Diff JSON vanligvis:
|
|
23
|
+
- `messages`: 1–2 nye meldinger (brukerens inndata + assistentens svar fra forrige runde)
|
|
24
|
+
|
|
25
|
+
Hvis du ser endringer i felt som `system`, `tools` eller `model` i diffen, betyr det at en konfigurasjonsendring har skjedd i denne runden, noe som ofte er årsaken til cache-gjenoppbygging.
|
|
26
|
+
|
|
27
|
+
## Bruk
|
|
28
|
+
|
|
29
|
+
- Body Diff JSON vises i detaljpanelet for MainAgent-forespørselen
|
|
30
|
+
- Klikk på tittelen for å utvide/skjule
|
|
31
|
+
- Støtter JSON- og Text-visningsmodus, samt kopiering med ett klikk
|
|
32
|
+
- I **CC-Viewer → Globale innstillinger** øverst til venstre kan du angi "Utvid Body Diff JSON som standard"
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Beskrivelse av Request Body-felt
|
|
2
|
+
|
|
3
|
+
Beskrivelse av toppnivåfeltene i Claude API `/v1/messages` request body.
|
|
4
|
+
|
|
5
|
+
## Feltliste
|
|
6
|
+
|
|
7
|
+
| Felt | Type | Beskrivelse |
|
|
8
|
+
|------|------|------|
|
|
9
|
+
| **model** | string | Navnet på modellen som brukes, f.eks. `claude-opus-4-6`, `claude-sonnet-4-6` |
|
|
10
|
+
| **messages** | array | Samtalens meldingshistorikk. Hver melding inneholder `role` (user/assistant) og `content` (et block-array med tekst, bilder, tool_use, tool_result osv.) |
|
|
11
|
+
| **system** | array | System prompt. Inneholder Codexs kjerneinstruksjoner, veiledning for verktøybruk, miljøinformasjon, CLAUDE.md-innhold m.m. Blokker med `cache_control` blir cachet via prompt caching |
|
|
12
|
+
| **tools** | array | Liste over tilgjengelige verktøydefinisjoner. Hvert verktøy inneholder `name`, `description` og `input_schema` (JSON Schema). MainAgent har vanligvis 20+ verktøy, SubAgent har bare noen få |
|
|
13
|
+
| **metadata** | object | Request-metadata, inneholder vanligvis `user_id` for brukeridentifikasjon |
|
|
14
|
+
| **max_tokens** | number | Maksimalt antall tokens i et enkelt modellsvar, f.eks. `16000`, `64000` |
|
|
15
|
+
| **thinking** | object | Konfigurasjon for utvidet tenkning. `type: "enabled"` aktiverer tenkemodus, `budget_tokens` styrer øvre grense for tenke-tokens |
|
|
16
|
+
| **context_management** | object | Konfigurasjon for kontekststyring. `truncation: "auto"` lar Codex automatisk avkorte for lange meldingshistorikker |
|
|
17
|
+
| **output_config** | object | Utdatakonfigurasjon, f.eks. `format`-innstillinger |
|
|
18
|
+
| **stream** | boolean | Om strømmende svar er aktivert. Codex bruker alltid `true` |
|
|
19
|
+
|
|
20
|
+
## messages-struktur
|
|
21
|
+
|
|
22
|
+
Hver meldings `content` er et block-array med vanlige typer:
|
|
23
|
+
|
|
24
|
+
- **text**: Vanlig tekstinnhold
|
|
25
|
+
- **tool_use**: Modellen kaller et verktøy (inneholder `name`, `input`)
|
|
26
|
+
- **tool_result**: Resultatet av verktøyutførelse (inneholder `tool_use_id`, `content`)
|
|
27
|
+
- **image**: Bildeinnhold (base64 eller URL)
|
|
28
|
+
- **thinking**: Modellens tenkeprosess (utvidet tenkemodus)
|
|
29
|
+
|
|
30
|
+
## system-struktur
|
|
31
|
+
|
|
32
|
+
System prompt-arrayet inneholder vanligvis:
|
|
33
|
+
|
|
34
|
+
1. **Kjerne-agent-instruksjoner** ("You are Codex...")
|
|
35
|
+
2. **Regler for verktøybruk**
|
|
36
|
+
3. **CLAUDE.md-innhold** (prosjektspesifikke instruksjoner)
|
|
37
|
+
4. **Ferdighetspåminnelser** (skills reminder)
|
|
38
|
+
5. **Miljøinformasjon** (OS, shell, git-status osv.) — Codex er faktisk svært avhengig av git. Hvis prosjektet har et git-repository, kan Codex vise bedre forståelse av prosjektet, inkludert henting av fjernendringer og commit-historikk for analyse
|
|
39
|
+
|
|
40
|
+
Blokker merket med `cache_control: { type: "ephemeral" }` caches av Anthropic API i 5 minutter. Ved cache-treff faktureres de som `cache_read_input_tokens` (betydelig billigere enn `input_tokens`).
|
|
41
|
+
|
|
42
|
+
> **Merk**: For spesialiserte klienter som Codex er Anthropic-serveren faktisk ikke fullstendig avhengig av `cache_control`-attributten i requesten for å bestemme cacheoppførsel. Serveren anvender automatisk cachestrategier for bestemte felt (som system prompt og tools-definisjoner), selv når requesten ikke eksplisitt inneholder `cache_control`-merking. Derfor trenger du ikke undre deg når du ikke ser denne attributten i request body — serveren har allerede utført cacheoperasjonen bak kulissene, men viser det bare ikke til klienten. Det er en stilltiende avtale mellom Codex og Anthropic API.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Cache Rebuild (cache-gjenoppbygging)
|
|
2
|
+
|
|
3
|
+
## Bakgrunn
|
|
4
|
+
|
|
5
|
+
Anthropics prompt caching-mekanisme setter sammen system → tools → messages (til cache-brytepunktet) i rekkefølge som cache-nøkkel. Når cache-nøkkelen er helt identisk med forrige forespørsel, returnerer API-et `cache_read_input_tokens` (cache-treff); når nøkkelen endres, oppretter API-et cachen på nytt og returnerer en stor mengde `cache_creation_input_tokens`, altså cache-gjenoppbygging.
|
|
6
|
+
|
|
7
|
+
Cache-gjenoppbygging betyr ekstra token-kostnader (prisen for cache creation er høyere enn cache read), så å identifisere årsaken til gjenoppbygging har direkte verdi for kostnadsoptimalisering.
|
|
8
|
+
|
|
9
|
+
## Klassifisering av årsaker til cache-gjenoppbygging
|
|
10
|
+
|
|
11
|
+
cc-viewer bestemmer nøyaktig årsaken til cache-gjenoppbygging ved å sammenligne body fra to påfølgende MainAgent-forespørsler:
|
|
12
|
+
|
|
13
|
+
| reason | Betydning | Bestemmelsesmetode |
|
|
14
|
+
|--------|-----------|-------------------|
|
|
15
|
+
| `ttl` | Cache utløpt | Mer enn 5 minutter siden forrige MainAgent-forespørsel |
|
|
16
|
+
| `system_change` | System prompt endret | `JSON.stringify(prev.system) !== JSON.stringify(curr.system)` |
|
|
17
|
+
| `tools_change` | Verktøydefinisjoner endret | `JSON.stringify(prev.tools) !== JSON.stringify(curr.tools)` |
|
|
18
|
+
| `model_change` | Modellbytte | `prev.model !== curr.model` |
|
|
19
|
+
| `msg_truncated` | Meldingsstakk avkortet | Gjeldende forespørsel har færre meldinger enn forrige, vanligvis utløst av kontekstvindu-overflyt |
|
|
20
|
+
| `msg_modified` | Historiske meldinger endret | Prefiks-meldingsinnhold stemmer ikke overens (ved normal tillegging skal prefikset være helt identisk) |
|
|
21
|
+
| `key_change` | Ukjent nøkkelendring | Fallback når ingen av betingelsene ovenfor matcher |
|
|
22
|
+
|
|
23
|
+
## Prioriteringsrekkefølge
|
|
24
|
+
|
|
25
|
+
1. Sjekk tidsintervall først — over 5 minutter gir direkte `ttl`-bestemmelse uten body-sammenligning
|
|
26
|
+
2. Deretter sjekkes model, system, tools og messages i rekkefølge
|
|
27
|
+
3. En forespørsel kan matche flere årsaker samtidig (f.eks. modellbytte + system prompt-endring), da inneholder `reasons`-arrayen alle matchende elementer og tooltip vises med flere linjer
|
|
28
|
+
|
|
29
|
+
## Vanlige scenarioer
|
|
30
|
+
|
|
31
|
+
- **`ttl`**: Brukeren pauset i mer enn 5 minutter og fortsatte deretter, cachen utløp naturlig
|
|
32
|
+
- **`system_change`**: Claude Code oppdaterte system prompt (f.eks. lastet ny CLAUDE.md eller endring i prosjektinstruksjoner)
|
|
33
|
+
- **`tools_change`**: MCP-server tilkobling/frakobling førte til endring i tilgjengelig verktøyliste
|
|
34
|
+
- **`model_change`**: Brukeren byttet modell via `/model`-kommandoen
|
|
35
|
+
- **`msg_truncated`**: Lang samtale utløste kontekstvindu-håndtering, Claude Code avkortet tidlige meldinger
|
|
36
|
+
- **`msg_modified`**: Claude Code redigerte historiske meldinger (f.eks. `/compact` komprimeringssammendrag erstattet originale meldinger)
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
# CC-Viewer 全局配置参考
|
|
2
|
+
|
|
3
|
+
## 一、全局设置面板(UI)
|
|
4
|
+
|
|
5
|
+
通过左上角菜单 → "全局设置" 打开。
|
|
6
|
+
|
|
7
|
+
| 配置项 | 类型 | 默认值 | 说明 |
|
|
8
|
+
|--------|------|--------|------|
|
|
9
|
+
| 过滤无关请求 | 开关 | 开 | 隐藏心跳、count_tokens、子代理等非主代理请求 |
|
|
10
|
+
| 默认展开 Body Diff JSON | 开关 | 关 | 请求详情面板中的 Body Diff 区域默认展开 |
|
|
11
|
+
| 日志目录设置 | 文本输入 | `~/.claude/cc-viewer` | 项目日志的读写根目录,支持 `~/` 展开。修改后回车或失焦保存,立即生效 |
|
|
12
|
+
|
|
13
|
+
## 二、显示设置面板(UI)
|
|
14
|
+
|
|
15
|
+
通过左上角菜单 → "显示设置" 打开。
|
|
16
|
+
|
|
17
|
+
| 配置项 | 类型 | 默认值 | 说明 |
|
|
18
|
+
|--------|------|--------|------|
|
|
19
|
+
| 折叠工具结果 | 开关 | 开 | 聊天视图中折叠工具调用结果块 |
|
|
20
|
+
| 展开思考过程 | 开关 | 开 | 默认展开 Claude 的思考/推理过程块 |
|
|
21
|
+
| 完整展示所有内容 | 开关 | 关 | 显示完整的工具调用内容,不截断 |
|
|
22
|
+
| 自动恢复会话 | 开关 + 选项 | 关 | 遇到会话恢复提示时自动选择:`继续` 或 `新建` |
|
|
23
|
+
|
|
24
|
+
## 三、偏好设置文件
|
|
25
|
+
|
|
26
|
+
所有 UI 设置持久化到 `<日志目录>/preferences.json`,通过 `/api/preferences` 接口读写。
|
|
27
|
+
|
|
28
|
+
```json
|
|
29
|
+
{
|
|
30
|
+
"lang": "zh",
|
|
31
|
+
"filterIrrelevant": true,
|
|
32
|
+
"expandDiff": false,
|
|
33
|
+
"collapseToolResults": true,
|
|
34
|
+
"expandThinking": true,
|
|
35
|
+
"showFullToolContent": false,
|
|
36
|
+
"logDir": "~/.claude/cc-viewer",
|
|
37
|
+
"resumeAutoChoice": null,
|
|
38
|
+
"disabledPlugins": [],
|
|
39
|
+
"presetShortcuts": []
|
|
40
|
+
}
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
| 字段 | 类型 | 说明 |
|
|
44
|
+
|------|------|------|
|
|
45
|
+
| `lang` | string | 界面语言(zh/en/zh-TW/ko/ja/de/es/fr/it/da/pl/ru/ar/no/pt-BR/th/tr/uk) |
|
|
46
|
+
| `filterIrrelevant` | boolean | 过滤无关请求 |
|
|
47
|
+
| `expandDiff` | boolean | 默认展开 Body Diff JSON |
|
|
48
|
+
| `collapseToolResults` | boolean | 折叠工具结果 |
|
|
49
|
+
| `expandThinking` | boolean | 展开思考过程 |
|
|
50
|
+
| `showFullToolContent` | boolean | 完整展示内容 |
|
|
51
|
+
| `logDir` | string | 日志目录路径 |
|
|
52
|
+
| `resumeAutoChoice` | null / "continue" / "new" | 自动恢复会话选择 |
|
|
53
|
+
| `disabledPlugins` | string[] | 已禁用的插件文件名列表 |
|
|
54
|
+
| `presetShortcuts` | array | Agent Team 快捷指令预设 |
|
|
55
|
+
|
|
56
|
+
## 四、环境变量
|
|
57
|
+
|
|
58
|
+
### CC-Viewer 专有
|
|
59
|
+
|
|
60
|
+
| 变量名 | 默认值 | 说明 |
|
|
61
|
+
|--------|--------|------|
|
|
62
|
+
| `CCV_LOG_DIR` | `~/.claude/cc-viewer` | 日志存储根目录。特殊值:`tmp`/`temp` 使用系统临时目录 |
|
|
63
|
+
| `CCV_CLI_MODE` | 未设置 | `=1` 启用 CLI 模式(PTY 终端) |
|
|
64
|
+
| `CCV_SDK_MODE` | 未设置 | `=1` 启用 Agent SDK 模式(无终端) |
|
|
65
|
+
| `CCV_WORKSPACE_MODE` | 未设置 | `=1` 启用工作空间选择模式 |
|
|
66
|
+
| `CCV_PROJECT_DIR` | `process.cwd()` | 项目工作目录,用于文件操作和 Git 命令 |
|
|
67
|
+
| `CCV_PROXY_PORT` | 未设置 | 本地 MITM 代理端口 |
|
|
68
|
+
| `CCV_BYPASS_PERMISSIONS` | 未设置 | `=1` 跳过工具权限审批(配合 `--dangerously-skip-permissions`) |
|
|
69
|
+
| `CCV_DISABLE_DELTA` | 未设置 | `=1` 禁用增量日志存储,每次写入完整消息 |
|
|
70
|
+
| `CCV_DEBUG` | 未设置 | `=1` 启用 HTTP 代理调试日志 |
|
|
71
|
+
| `CCV_DEBUG_PLUGINS` | 未设置 | `=1` 启用插件加载调试日志 |
|
|
72
|
+
|
|
73
|
+
### 内部 IPC
|
|
74
|
+
|
|
75
|
+
| 变量名 | 说明 |
|
|
76
|
+
|--------|------|
|
|
77
|
+
| `CCVIEWER_PORT` | 服务端口,供 ask-bridge/perm-bridge 通信 |
|
|
78
|
+
| `CCV_EDITOR_PORT` | 服务端口,供 ccv-editor 文件编辑桥接 |
|
|
79
|
+
|
|
80
|
+
### 外部变量(读取)
|
|
81
|
+
|
|
82
|
+
| 变量名 | 说明 |
|
|
83
|
+
|--------|------|
|
|
84
|
+
| `ANTHROPIC_BASE_URL` | 自定义 Anthropic API 地址 |
|
|
85
|
+
| `SHELL` | 用户 Shell(PTY 启动和 Shell 配置检测) |
|
|
86
|
+
| `http_proxy` / `HTTPS_PROXY` 等 | HTTP 代理配置(通过 undici EnvHttpProxyAgent) |
|
|
87
|
+
|
|
88
|
+
## 五、CLI 命令参数
|
|
89
|
+
|
|
90
|
+
```
|
|
91
|
+
ccv [选项] [claude 参数...]
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### CC-Viewer 专有选项
|
|
95
|
+
|
|
96
|
+
| 参数 | 说明 |
|
|
97
|
+
|------|------|
|
|
98
|
+
| `-logger` | 安装/修复 Claude Code hooks |
|
|
99
|
+
| `--uninstall` / `-uninstall` | 卸载所有 CC-Viewer 集成 |
|
|
100
|
+
| `--help` / `-h` / `help` | 显示帮助信息 |
|
|
101
|
+
| `--version` / `-v` | 显示版本号 |
|
|
102
|
+
| `-SDK` / `--sdk` | 使用 Agent SDK 模式 |
|
|
103
|
+
| `--d` | `--dangerously-skip-permissions` 简写 |
|
|
104
|
+
| `--ad` | `--allow-dangerously-skip-permissions` 简写 |
|
|
105
|
+
| `run` | 通过代理运行命令(`ccv run -- claude ...`) |
|
|
106
|
+
|
|
107
|
+
### Claude 透传参数(常用)
|
|
108
|
+
|
|
109
|
+
| 参数 | 说明 |
|
|
110
|
+
|------|------|
|
|
111
|
+
| `-c` / `--continue` | 继续上一次会话 |
|
|
112
|
+
| `-r` / `--resume` | 恢复指定会话 |
|
|
113
|
+
| `-p` / `--print` | 非交互式输出 |
|
|
114
|
+
| `--model` | 指定模型 |
|
|
115
|
+
| `--permission-mode` | 权限模式 |
|
|
116
|
+
| `--system-prompt` | 自定义系统提示词 |
|
|
117
|
+
| `--max-budget-usd` | 最大预算 |
|
|
118
|
+
|
|
119
|
+
## 六、Hook 配置
|
|
120
|
+
|
|
121
|
+
CC-Viewer 自动注册到 `~/.claude/settings.json` 的 `hooks.PreToolUse` 中:
|
|
122
|
+
|
|
123
|
+
### 1. AskUserQuestion 桥接
|
|
124
|
+
- **匹配器**: `"AskUserQuestion"`
|
|
125
|
+
- **命令**: `node <安装目录>/lib/ask-bridge.js`
|
|
126
|
+
- **作用**: 将 Claude 的问题转发到 Web UI,等待用户回答
|
|
127
|
+
|
|
128
|
+
### 2. 权限审批桥接
|
|
129
|
+
- **匹配器**: `""` (空 = 匹配所有工具)
|
|
130
|
+
- **命令**: `node <安装目录>/lib/perm-bridge.js`
|
|
131
|
+
- **作用**: 仅 `Bash`/`Edit`/`Write`/`NotebookEdit` 需要 Web UI 审批,其余自动放行
|
|
132
|
+
|
|
133
|
+
## 七、Shell 集成
|
|
134
|
+
|
|
135
|
+
CC-Viewer 在 `~/.zshrc`(或 `.bashrc`)中注入 `claude()` 函数:
|
|
136
|
+
|
|
137
|
+
```bash
|
|
138
|
+
# >>> CC-Viewer Auto-Inject >>>
|
|
139
|
+
claude() { ... }
|
|
140
|
+
# <<< CC-Viewer Auto-Inject <<<
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
所有 `claude` 命令自动通过 CC-Viewer 代理,实现日志捕获和 Web UI 功能。
|
|
144
|
+
|
|
145
|
+
卸载:`ccv --uninstall` 或手动删除标记之间的内容。
|
|
146
|
+
|
|
147
|
+
## 八、代理配置(Proxy Profile)
|
|
148
|
+
|
|
149
|
+
存储在 `<日志目录>/profile.json`,通过 UI 的"代理切换"面板管理。
|
|
150
|
+
|
|
151
|
+
```json
|
|
152
|
+
{
|
|
153
|
+
"active": "max",
|
|
154
|
+
"profiles": [
|
|
155
|
+
{ "id": "max", "name": "Default" },
|
|
156
|
+
{ "id": "my-proxy", "name": "自定义", "baseURL": "https://...", "apiKey": "sk-..." }
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
| 字段 | 说明 |
|
|
162
|
+
|------|------|
|
|
163
|
+
| `active` | 当前激活的配置 ID(`"max"` = 直连,无代理) |
|
|
164
|
+
| `id` | 唯一标识 |
|
|
165
|
+
| `name` | 显示名称 |
|
|
166
|
+
| `baseURL` | 代理 API 地址(替换请求 origin) |
|
|
167
|
+
| `apiKey` | 代理 API 密钥(替换认证头) |
|
|
168
|
+
| `models` | 可用模型列表 |
|
|
169
|
+
| `activeModel` | 当前选中的模型 |
|
|
170
|
+
|
|
171
|
+
## 九、插件系统
|
|
172
|
+
|
|
173
|
+
插件目录:`<日志目录>/plugins/`
|
|
174
|
+
|
|
175
|
+
### 支持的 Hook 类型
|
|
176
|
+
|
|
177
|
+
| Hook | 类型 | 说明 |
|
|
178
|
+
|------|------|------|
|
|
179
|
+
| `httpsOptions` | 瀑布 | 提供 HTTPS 证书(返回 `{ cert, key }` 或 `{ pfx }`) |
|
|
180
|
+
| `localUrl` | 瀑布 | 修改本地访问 URL |
|
|
181
|
+
| `serverStarted` | 并行 | 服务器启动通知 |
|
|
182
|
+
| `serverStopping` | 并行 | 服务器停止通知 |
|
|
183
|
+
| `onNewEntry` | 并行 | 新日志条目写入通知 |
|
|
184
|
+
|
|
185
|
+
插件启用/禁用通过 `preferences.json` 的 `disabledPlugins` 数组管理。
|
|
186
|
+
|
|
187
|
+
## 十、目录结构
|
|
188
|
+
|
|
189
|
+
```
|
|
190
|
+
~/.claude/cc-viewer/ # 日志根目录
|
|
191
|
+
├── preferences.json # 用户偏好设置
|
|
192
|
+
├── workspaces.json # 工作空间注册表
|
|
193
|
+
├── profile.json # 代理配置
|
|
194
|
+
├── plugins/ # 插件目录
|
|
195
|
+
│ └── my-plugin.js
|
|
196
|
+
├── <项目名>/ # 每个项目的日志目录
|
|
197
|
+
│ ├── <项目名>_20260404_123456.jsonl # JSONL 日志文件
|
|
198
|
+
│ ├── <项目名>.json # 统计数据(后台生成)
|
|
199
|
+
│ └── images/ # 上传图片的持久副本
|
|
200
|
+
└── ...
|
|
201
|
+
|
|
202
|
+
/tmp/cc-viewer-uploads/ # 临时上传文件目录
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
## 十一、服务器配置
|
|
206
|
+
|
|
207
|
+
| 配置 | 值 | 说明 |
|
|
208
|
+
|------|-----|------|
|
|
209
|
+
| 端口范围 | 7008-7099 | 自动扫描可用端口 |
|
|
210
|
+
| 绑定地址 | 0.0.0.0 | 所有网络接口 |
|
|
211
|
+
| 访问令牌 | 随机 16 字节 hex | 局域网访问需要 `?token=xxx`,本机免认证 |
|
|
212
|
+
| HTTPS | 仅通过插件 | 需要插件提供 `httpsOptions` hook |
|
|
213
|
+
| CORS | `*` | 允许所有来源 |
|
|
214
|
+
| 上传限制 | 50MB | 单文件最大上传大小 |
|
|
215
|
+
|
|
216
|
+
## 十二、URL 参数
|
|
217
|
+
|
|
218
|
+
| 参数 | 说明 |
|
|
219
|
+
|------|------|
|
|
220
|
+
| `?token=xxx` | 局域网访问认证令牌 |
|
|
221
|
+
| `?logfile=path` | 打开指定历史日志文件(只读模式) |
|
|
222
|
+
|
|
223
|
+
## 十三、localStorage 配置
|
|
224
|
+
|
|
225
|
+
| 键 | 说明 |
|
|
226
|
+
|-----|------|
|
|
227
|
+
| `cxv_cacheExpireAt` | 缓存倒计时到期时间 |
|
|
228
|
+
| `cxv_cacheType` | 缓存类型标签 |
|
|
229
|
+
| `ccv_sseSlim` | 启用 SSE 增量裁剪(桌面端性能优化) |
|
|
230
|
+
| `ccv_calibrationModel` | KV-Cache 上下文窗口校准模型 |
|
|
231
|
+
| `ccv_fileExplorerOpen` | 文件浏览器面板开关 |
|
|
232
|
+
| `cc-viewer-terminal-width` | 终端面板宽度(像素) |
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# KV-Cache hurtigbufferinnhold
|
|
2
|
+
|
|
3
|
+
## Hva er Prompt Caching?
|
|
4
|
+
|
|
5
|
+
Når du samtaler med Claude, sender hver API-forespørsel den komplette samtalekonteksten (system prompt + verktøydefinisjoner + meldingshistorikk). Anthropics prompt caching-mekanisme hurtigbufrer allerede beregnet prefiksinnhold på serversiden, og hvis prefikset er det samme ved påfølgende forespørsler, gjenbrukes hurtigbufferresultatet direkte, noe som hopper over gjentatte beregninger og reduserer forsinkelse og kostnader betydelig.
|
|
6
|
+
|
|
7
|
+
I cc-viewer kalles denne mekanismen "KV-Cache", som tilsvarer prompt caching på Anthropic API-nivå — ikke key-value cachen i transformerens oppmerksomhetslag internt i LLM-en.
|
|
8
|
+
|
|
9
|
+
## Hvordan hurtigbufferen fungerer
|
|
10
|
+
|
|
11
|
+
Anthropics prompt caching setter sammen hurtigbuffernøkler i en fast rekkefølge:
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
Tools → System Prompt → Messages (til cache breakpoint)
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Så lenge dette prefikset er helt identisk med en hvilken som helst forespørsel innenfor TTL-vinduet, vil API-et treffe hurtigbufferen (returnerer `cache_read_input_tokens`) i stedet for å beregne på nytt (`cache_creation_input_tokens`).
|
|
18
|
+
|
|
19
|
+
> **Claude Code er ikke sterkt avhengig av `cache_control`-attributten — serveren fjerner noen av disse attributtene, men kan likevel opprette hurtigbuffer fint, så fraværet av `cache_control`-attributten betyr ikke at innholdet ikke er hurtigbufret**
|
|
20
|
+
>
|
|
21
|
+
> For spesialklienter som Claude Code er Anthropics server ikke fullstendig avhengig av `cache_control`-attributten i forespørselen for å bestemme hurtigbufferatferd. Serveren utfører automatisk hurtigbufferstrategier for spesifikke felt (som system prompt og verktøydefinisjoner), selv når forespørselen ikke eksplisitt inneholder `cache_control`-markører. Derfor trenger du ikke undre deg når du ikke ser denne attributten i forespørselens body — serveren har allerede utført hurtigbufferoperasjonen bak kulissene, den har bare ikke eksponert denne informasjonen for klienten. Dette er en stilltiende avtale mellom Claude Code og Anthropic API.
|
|
22
|
+
|
|
23
|
+
## Hva er "gjeldende KV-Cache hurtigbufferinnhold"?
|
|
24
|
+
|
|
25
|
+
"Gjeldende KV-Cache hurtigbufferinnhold" som vises i cc-viewer, er innhold hentet fra den siste MainAgent-forespørselen, som befinner seg før hurtigbuffergrensen (cache breakpoint). Det inkluderer spesifikt:
|
|
26
|
+
|
|
27
|
+
- **System Prompt**: Claude Codes systeminstruksjoner, inkludert kjerne-agentinstruksjoner, retningslinjer for verktøybruk, CLAUDE.md-prosjektinstruksjoner, miljøinformasjon osv.
|
|
28
|
+
- **Tools**: Listen over tilgjengelige verktøydefinisjoner (som Read, Write, Bash, Agent, MCP-verktøy osv.)
|
|
29
|
+
- **Messages**: Den hurtigbufrede delen av samtalehistorikken (vanligvis eldre meldinger, opp til siste `cache_control`-markering)
|
|
30
|
+
|
|
31
|
+
## Hvorfor se på hurtigbufferinnholdet?
|
|
32
|
+
|
|
33
|
+
1. **Forstå konteksten**: Vit hva Claude for øyeblikket "husker", og hjelp deg med å vurdere om atferden er som forventet
|
|
34
|
+
2. **Kostnadsoptimalisering**: Hurtigbuffertreff koster langt mindre enn omberegning. Å se hurtigbufferinnholdet hjelper deg med å forstå hvorfor visse forespørsler utløste hurtigbuffer-gjenoppbygging (cache rebuild)
|
|
35
|
+
3. **Feilsøking av samtale**: Når Claudes svar ikke samsvarer med forventningene, kan kontroll av hurtigbufferinnholdet bekrefte om system prompt og meldingshistorikk er korrekte
|
|
36
|
+
4. **Overvåking av kontekstkvalitet**: Under feilsøking, endring av konfigurasjon eller justering av prompts gir KV-Cache-Text et sentralisert perspektiv som hjelper deg med raskt å bekrefte om kjernekonteksten har forverret seg eller blitt forurenset av uventet innhold — uten å måtte gjennomgå originale meldinger én etter én
|
|
37
|
+
|
|
38
|
+
## Flerlags hurtigbufferstrategi
|
|
39
|
+
|
|
40
|
+
KV-Cachen tilhørende Claude Code er ikke bare én enkelt hurtigbuffer. Serveren genererer separate hurtigbuffere for Tools og System Prompt, uavhengig av Messages-hurtigbufferen. Fordelen med dette designet er: når meldingsstabelen blir forstyrret (f.eks. kontekstavkorting, meldingsendringer) og krever gjenoppbygging, invaliderer det ikke samtidig Tools- og System Prompt-hurtigbuffrene, noe som unngår fullstendig omberegning.
|
|
41
|
+
|
|
42
|
+
Dette er en optimaliseringsstrategi på serversiden — fordi Tools-definisjoner og System Prompt er relativt stabile under normal bruk og sjelden endres, maksimerer separat hurtigbufring av dem reduksjonen av unødvendig gjenoppbyggingskostnad. Så når du observerer hurtigbufferen, vil du legge merke til at bortsett fra Tools-gjenoppbygging, som krever fullstendig oppdatering av alle hurtigbuffere, kan ødeleggelse av System Prompt og Messages fortsatt arve tilgjengelige hurtigbuffere.
|
|
43
|
+
|
|
44
|
+
## Hurtigbufferlivssyklus
|
|
45
|
+
|
|
46
|
+
- **Opprettelse**: Ved første forespørsel eller etter at hurtigbufferen er utløpt, oppretter API-et en ny hurtigbuffer (`cache_creation_input_tokens`)
|
|
47
|
+
- **Treff**: Påfølgende forespørsler med identisk prefiks gjenbruker hurtigbufferen (`cache_read_input_tokens`)
|
|
48
|
+
- **Utløp**: Hurtigbufferen har en TTL (levetid) på 5 minutter og utløper automatisk deretter
|
|
49
|
+
- **Gjenoppbygging**: Når system prompt, verktøyliste, modell eller meldingsinnhold endres, samsvarer ikke hurtigbuffernøkkelen, noe som utløser gjenoppbygging av det tilsvarende nivået
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# MainAgent
|
|
2
|
+
|
|
3
|
+
## Definisjon
|
|
4
|
+
|
|
5
|
+
MainAgent er hovedforespørselskjeden i Claude Code når den ikke er i agent team-modus. Hver interaksjon mellom brukeren og Claude Code produserer en serie API-forespørsler, der MainAgent-forespørslene utgjør den sentrale samtalekjeden — de bærer komplett system prompt, verktøydefinisjoner og meldingshistorikk.
|
|
6
|
+
|
|
7
|
+
## Identifisering
|
|
8
|
+
|
|
9
|
+
I cc-viewer identifiseres MainAgent gjennom `req.mainAgent === true`, som automatisk settes av `interceptor.js` ved forespørselsfangst.
|
|
10
|
+
|
|
11
|
+
Bestemmelsesvilkår (alle må oppfylles):
|
|
12
|
+
- Forespørselskroppen inneholder `system`-felt (system prompt)
|
|
13
|
+
- Forespørselskroppen inneholder `tools`-array (verktøydefinisjoner)
|
|
14
|
+
- System prompt inneholder "Claude Code"-kjennetekst
|
|
15
|
+
|
|
16
|
+
## Forskjell fra SubAgent
|
|
17
|
+
|
|
18
|
+
| Egenskap | MainAgent | SubAgent |
|
|
19
|
+
|----------|-----------|----------|
|
|
20
|
+
| system prompt | Komplett Claude Code hoved-prompt | Forenklet oppgavespesifikt prompt |
|
|
21
|
+
| tools-array | Inneholder alle tilgjengelige verktøy | Inneholder vanligvis bare verktøy som trengs for oppgaven |
|
|
22
|
+
| Meldingshistorikk | Akkumulerer full samtalekontekst | Inneholder bare meldinger relatert til deloppgaven |
|
|
23
|
+
| Cache-oppførsel | Har prompt caching (5 minutters TTL) | Vanligvis ingen cache eller liten cache |
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Hot-Switch Proxy
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Hot-Switch Proxy lets you dynamically redirect API requests to a different endpoint without restarting Claude Code. This is useful when using third-party API proxy services.
|
|
6
|
+
|
|
7
|
+
> ⚠️ Do not use this feature if you are a Claude Max subscriber.
|
|
8
|
+
|
|
9
|
+
## Fields
|
|
10
|
+
|
|
11
|
+
| Field | Required | Description |
|
|
12
|
+
|-------|----------|-------------|
|
|
13
|
+
| **Name** | ✅ | Display name for this proxy, used to identify it |
|
|
14
|
+
| **Base URL** | ✅ | Base URL of the API service (e.g. `https://api.example.com`). The original request origin will be replaced |
|
|
15
|
+
| **API Key** | ✅ | API key for the proxy service, replaces the original authentication |
|
|
16
|
+
| **Models** | ❌ | Comma-separated list of models supported by this proxy (e.g. `model-a, model-b`) |
|
|
17
|
+
| **Active Model** | ❌ | Select the active model from the list. The `model` field in requests will be replaced |
|
|
18
|
+
|
|
19
|
+
## How It Works
|
|
20
|
+
|
|
21
|
+
When a proxy is active, `interceptor.js` performs the following before each API request:
|
|
22
|
+
|
|
23
|
+
1. **URL Rewrite** — Replaces the request origin with the proxy's Base URL
|
|
24
|
+
2. **Auth Replace** — Replaces `x-api-key` or `Authorization` header with the proxy's API Key
|
|
25
|
+
3. **Model Replace** — If an active model is set, replaces the `model` field in the request body
|
|
26
|
+
|
|
27
|
+
## Config File
|
|
28
|
+
|
|
29
|
+
Configuration is stored at `~/.claude/cc-viewer/profile.json`. Click the folder icon in the title to open the directory:
|
|
30
|
+
|
|
31
|
+
```json
|
|
32
|
+
{
|
|
33
|
+
"active": "my-proxy",
|
|
34
|
+
"profiles": [
|
|
35
|
+
{ "id": "max", "name": "Max" },
|
|
36
|
+
{
|
|
37
|
+
"id": "my-proxy",
|
|
38
|
+
"name": "My Proxy",
|
|
39
|
+
"baseURL": "https://api.example.com",
|
|
40
|
+
"apiKey": "sk-xxx",
|
|
41
|
+
"models": ["model-a", "model-b"],
|
|
42
|
+
"activeModel": "model-a"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
- `active` — ID of the current profile. Set to `"max"` for direct connection (no proxy)
|
|
49
|
+
- `profiles` — Profile list. `id: "max"` is built-in and cannot be deleted
|
|
50
|
+
- Changes take effect within ~1.5 seconds (monitored via `fs.watchFile`), no restart needed
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Mobil QR-kode tilgang
|
|
2
|
+
|
|
3
|
+
## Slik fungerer det
|
|
4
|
+
|
|
5
|
+
CC Viewer starter en HTTP-server og genererer en **LAN-adresse** (f.eks. `http://192.168.1.100:7008`). Skann QR-koden for å få tilgang til Claude Code fra telefonen via det samme WiFi-nettverket.
|
|
6
|
+
|
|
7
|
+
## Hvorfor kan jeg ikke koble til?
|
|
8
|
+
|
|
9
|
+
1. **Ikke på samme nettverk** — Telefon og datamaskin må være på samme WiFi (samme ruter/samme nettverksnavn)
|
|
10
|
+
2. **Brannmur-blokkering** — Systemets brannmur kan blokkere innkommende tilkoblinger
|
|
11
|
+
3. **Bedriftsnettverk-isolasjon** — AP-isolasjon kan hindre kommunikasjon mellom enheter
|
|
12
|
+
4. **VPN-forstyrrelse** — En VPN kan forstyrre nettverksruten
|
|
13
|
+
|
|
14
|
+
## Sikkerhetsadvarsel
|
|
15
|
+
|
|
16
|
+
> ⚠️ CC Viewers LAN-tjeneste er tilgjengelig for alle enheter på samme nettverk.
|
|
17
|
+
|
|
18
|
+
- Vær forsiktig på **offentlig WiFi**
|
|
19
|
+
- CC Viewer bruker **token-autentisering** for å beskytte LAN-tilgang
|
|
20
|
+
- Anbefales å bruke på pålitelige nettverk
|
|
21
|
+
|
|
22
|
+
## Utenfor LAN
|
|
23
|
+
|
|
24
|
+
- **Tunnelverktøy** — frp, ngrok, Tailscale osv.
|
|
25
|
+
- **CC Viewer plugins** — Konfigurer proxy-mellomvare via plugin-systemet
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Feltbeskrivelse for Response Body
|
|
2
|
+
|
|
3
|
+
Feltbeskrivelse for responskroppen i Claude API `/v1/messages`.
|
|
4
|
+
|
|
5
|
+
## Toppnivåfelter
|
|
6
|
+
|
|
7
|
+
| Felt | Type | Beskrivelse |
|
|
8
|
+
|------|------|------|
|
|
9
|
+
| **model** | string | Det faktiske modellnavnet, f.eks. `claude-opus-4-6` |
|
|
10
|
+
| **id** | string | Unik identifikator for dette svaret, f.eks. `msg_01Tgsr2QeH8AVXGoP2wAXRvU` |
|
|
11
|
+
| **type** | string | Fast verdi `"message"` |
|
|
12
|
+
| **role** | string | Fast verdi `"assistant"` |
|
|
13
|
+
| **content** | array | Array med innholdsblokker fra modellens utdata, inkludert tekst, verktøykall, tenkeprosess m.m. |
|
|
14
|
+
| **stop_reason** | string | Stoppårsak: `"end_turn"` (normal avslutning), `"tool_use"` (verktøy må utføres), `"max_tokens"` (token-grense nådd) |
|
|
15
|
+
| **stop_sequence** | string/null | Sekvensen som utløste stopp, vanligvis `null` |
|
|
16
|
+
| **usage** | object | Statistikk over tokenforbruk (se nedenfor) |
|
|
17
|
+
|
|
18
|
+
## content-blokktyper
|
|
19
|
+
|
|
20
|
+
| Type | Beskrivelse |
|
|
21
|
+
|------|------|
|
|
22
|
+
| **text** | Modellens tekstsvar, inneholder feltet `text` |
|
|
23
|
+
| **tool_use** | Forespørsel om verktøykall, inneholder `name` (verktøynavn), `input` (parametere), `id` (kall-ID, brukes til å matche tool_result) |
|
|
24
|
+
| **thinking** | Utvidet tenkeinnhold (vises kun når thinking-modus er aktivert), inneholder feltet `thinking` |
|
|
25
|
+
|
|
26
|
+
## Detaljer om usage-feltet
|
|
27
|
+
|
|
28
|
+
| Felt | Beskrivelse |
|
|
29
|
+
|------|------|
|
|
30
|
+
| **input_tokens** | Antall input-tokens uten cache-treff (faktureres til full pris) |
|
|
31
|
+
| **cache_creation_input_tokens** | Antall tokens som ble cachet i denne forespørselen (cache-skriving, faktureres høyere enn vanlig input) |
|
|
32
|
+
| **cache_read_input_tokens** | Antall tokens med cache-treff (cache-lesing, faktureres vesentlig lavere enn vanlig input) |
|
|
33
|
+
| **output_tokens** | Antall tokens i modellens utdata |
|
|
34
|
+
| **service_tier** | Tjenestenivå, f.eks. `"standard"` |
|
|
35
|
+
| **inference_geo** | Inferensregion, f.eks. `"not_available"` betyr at regionsinformasjon ikke er tilgjengelig |
|
|
36
|
+
|
|
37
|
+
## cache_creation-underfelt
|
|
38
|
+
|
|
39
|
+
| Felt | Beskrivelse |
|
|
40
|
+
|------|------|
|
|
41
|
+
| **ephemeral_5m_input_tokens** | Antall tokens for korttids-cacheoppretting med 5 minutters TTL |
|
|
42
|
+
| **ephemeral_1h_input_tokens** | Antall tokens for langtids-cacheoppretting med 1 times TTL |
|
|
43
|
+
|
|
44
|
+
> **Om cache-fakturering**: Enhetsprisen for `cache_read_input_tokens` er vesentlig lavere enn for `input_tokens`, mens enhetsprisen for `cache_creation_input_tokens` er noe høyere enn vanlig input. Derfor kan en høy cache-treffrate i pågående samtaler redusere kostnadene betydelig. Via "treffrate"-metrikken i cc-viewer kan du enkelt overvåke dette forholdet.
|
|
45
|
+
|
|
46
|
+
## Betydningen av stop_reason
|
|
47
|
+
|
|
48
|
+
- **end_turn**: Modellen har fullført svaret normalt
|
|
49
|
+
- **tool_use**: Modellen må kalle et verktøy, og content vil inneholde en `tool_use`-blokk. I neste forespørsel må `tool_result` legges til i messages for å fortsette samtalen
|
|
50
|
+
- **max_tokens**: `max_tokens`-grensen er nådd og svaret er avkortet, det kan være ufullstendig
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# SubAgent: Search
|
|
2
|
+
|
|
3
|
+
## Definisjon
|
|
4
|
+
|
|
5
|
+
Search er en sub-agent-type som startes av Claude Codes hovedagent for å utføre søk i kodebasen. Den kjører målrettede fil- og innholdssøk ved hjelp av verktøy som Glob, Grep og Read, og returnerer deretter resultatene til overordnet agent.
|
|
6
|
+
|
|
7
|
+
## Atferd
|
|
8
|
+
|
|
9
|
+
- Startes automatisk når hovedagenten trenger å søke i eller utforske kodebasen
|
|
10
|
+
- Kjører i en isolert kontekst med lesetilgang
|
|
11
|
+
- Bruker Glob for filnønsamsvar, Grep for innholdssøk og Read for filinspeksjon
|
|
12
|
+
- Returnerer søkeresultater til overordnet agent for videre behandling
|
|
13
|
+
|
|
14
|
+
## Når det vises
|
|
15
|
+
|
|
16
|
+
Search sub-agenter vises typisk når:
|
|
17
|
+
|
|
18
|
+
1. Hovedagenten trenger å finne bestemte filer, funksjoner eller kodemønstre
|
|
19
|
+
2. En bred kodebaseutforskning er forespurt av brukeren
|
|
20
|
+
3. Agenten undersøker avhengigheter, referanser eller bruksmønstre
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Teammate
|
|
2
|
+
|
|
3
|
+
## Definisjon
|
|
4
|
+
|
|
5
|
+
Teammate er en samarbeidende agent i Claude Code Agent Team-modus. Når hovedagenten oppretter et team via `TeamCreate` og genererer teammates ved hjelp av `Agent`-verktøyet, kjører hver teammate som en uavhengig agentprosess med sitt eget kontekstvindu og verktøysett, og kommuniserer med teammedlemmer via `SendMessage`.
|
|
6
|
+
|
|
7
|
+
## Forskjeller fra SubAgent
|
|
8
|
+
|
|
9
|
+
| Egenskap | Teammate | SubAgent |
|
|
10
|
+
|----------|----------|----------|
|
|
11
|
+
| Livssyklus | Vedvarende, kan motta flere meldinger | Engangsoppgave, destrueres etter fullførelse |
|
|
12
|
+
| Kommunikasjon | SendMessage toveismeldinger | Forelder→barn enveiskall, returnerer resultat |
|
|
13
|
+
| Kontekst | Uavhengig fullstendig kontekst, bevares på tvers av runder | Isolert oppgavekontekst |
|
|
14
|
+
| Samarbeidsmodell | Teamsamarbeid, kan kommunisere innbyrdes | Hierarkisk struktur, interagerer kun med foreldreagent |
|
|
15
|
+
| Oppgavetype | Komplekse flertrinnsoppgaver | Enkeltoppgaver som søk og utforskning |
|
|
16
|
+
|
|
17
|
+
## Atferd
|
|
18
|
+
|
|
19
|
+
- Opprettes av hovedagenten (team lead) via `Agent`-verktøyet og tildeles et `team_name`
|
|
20
|
+
- Deler oppgaveliste via `TaskList` / `TaskGet` / `TaskUpdate`
|
|
21
|
+
- Går i idle-tilstand etter hver utførelsesrunde og venter på å bli vekket av nye meldinger
|
|
22
|
+
- Kan avsluttes elegant via `shutdown_request`
|
|
23
|
+
|
|
24
|
+
## Forklaring av statistikkpanelet
|
|
25
|
+
|
|
26
|
+
Teammate-statistikkpanelet viser antall API-kall for hver teammate. Kolonnen `Name` er teammate-navnet (f.eks. `reviewer-security`, `reviewer-pipeline`), og kolonnen `Antall` er det totale antallet API-forespørsler generert av den aktuelle teammatien.
|