feat: add AddAssistantOrAgentPopup component and update i18n translations

- Introduced a new AddAssistantOrAgentPopup component for selecting between assistant and agent options.
- Updated English, Simplified Chinese, and Traditional Chinese translations to include descriptions and titles for assistant and agent options.
- Refactored UnifiedAddButton to utilize the new popup for adding assistants or agents.
This commit is contained in:
kangfenmao
2025-10-31 22:26:09 +08:00
parent 562fbb3ff7
commit fb02a61a48
15 changed files with 242 additions and 121 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"packages/shared/**/*",
"scripts",
"packages/mcp-trace/**/*",
"src/renderer/src/services/traceApi.ts" ],
"src/renderer/src/services/traceApi.ts"
],
"compilerOptions": {
"composite": true,
"incremental": true,