@nocobase/plugin-ai 2.2.0-beta.15 → 2.2.0-beta.17
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/dist/ai/docs/nocobase/ai-employees/block/ai-chat-box.md +133 -0
- package/dist/ai/docs/nocobase/ai-employees/knowledge-base/knowledge-base/documents.md +1 -1
- package/dist/ai/docs/nocobase/ai-employees/knowledge-base/knowledge-base/index.md +11 -7
- package/dist/ai/docs/nocobase/ai-employees/knowledge-base/knowledge-base/settings.md +12 -8
- package/dist/ai/docs/nocobase/ai-employees/knowledge-base/vector-database.md +3 -3
- package/dist/ai/docs/nocobase/ai-employees/workflow/nodes/knowledge/create-document.md +1 -1
- package/dist/ai/docs/nocobase/api/app/env.md +2 -0
- package/dist/ai/docs/nocobase/building-tips/ai-fill-js-block-form.md +1092 -0
- package/dist/ai/docs/nocobase/data-sources/calendar/calendar-collection.md +100 -3
- package/dist/ai/docs/nocobase/data-sources/collection-comment/index.md +92 -39
- package/dist/ai/docs/nocobase/data-sources/collection-sql/index.md +150 -29
- package/dist/ai/docs/nocobase/data-sources/collection-tree/index.md +93 -5
- package/dist/ai/docs/nocobase/data-sources/collection-view/index.md +226 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/advanced/china-region.md +122 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/advanced/collection-select.md +105 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/advanced/json.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/advanced/nano-id.md +104 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/advanced/snowflake-id.md +108 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/advanced/sort.md +3 -19
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/advanced/uuid.md +104 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/associations/index.md +44 -8
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/color.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/email.md +104 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/icon.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/input.md +112 -8
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/integer.md +103 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/number.md +103 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/password.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/percent.md +104 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/phone.md +104 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/textarea.md +99 -8
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/basic/url.md +103 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/choices/checkbox-group.md +105 -3
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/choices/checkbox.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/choices/china-region.md +108 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/choices/multiple-select.md +103 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/choices/radio-group.md +106 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/choices/select.md +103 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/datetime/date.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/datetime/datetime-without-tz.md +103 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/datetime/datetime.md +103 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/datetime/index.md +53 -47
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/datetime/time.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/datetime/unix-timestamp.md +103 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/geometric/circle.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/geometric/line.md +103 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/geometric/point.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/geometric/polygon.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/index.md +62 -16
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/media/markdown.md +104 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/media/rich-text.md +105 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/system-info/created-at.md +105 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/system-info/created-by.md +103 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/system-info/space.md +100 -6
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/system-info/table-oid.md +102 -4
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/system-info/updated-at.md +104 -5
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/system-info/updated-by.md +104 -6
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection-fields/validation.md +68 -58
- package/dist/ai/docs/nocobase/data-sources/data-modeling/collection.md +32 -13
- package/dist/ai/docs/nocobase/data-sources/data-modeling/index.md +41 -33
- package/dist/ai/docs/nocobase/data-sources/data-source-external-mariadb/index.md +114 -6
- package/dist/ai/docs/nocobase/data-sources/data-source-external-mssql/index.md +117 -6
- package/dist/ai/docs/nocobase/data-sources/data-source-external-mysql/index.md +103 -6
- package/dist/ai/docs/nocobase/data-sources/data-source-external-nocobase/index.md +75 -73
- package/dist/ai/docs/nocobase/data-sources/data-source-external-oracle/index.md +129 -11
- package/dist/ai/docs/nocobase/data-sources/data-source-external-postgres/index.md +110 -6
- package/dist/ai/docs/nocobase/data-sources/data-source-kingbase/index.md +75 -49
- package/dist/ai/docs/nocobase/data-sources/data-source-main/general-collection.md +116 -15
- package/dist/ai/docs/nocobase/data-sources/data-source-main/index.md +92 -62
- package/dist/ai/docs/nocobase/data-sources/data-source-main/inheritance-collection.md +97 -10
- package/dist/ai/docs/nocobase/data-sources/data-source-manager/external-database.md +97 -58
- package/dist/ai/docs/nocobase/data-sources/data-source-manager/index.md +32 -24
- package/dist/ai/docs/nocobase/data-sources/data-source-rest-api/index.md +115 -153
- package/dist/ai/docs/nocobase/data-sources/external/clickhouse.md +124 -0
- package/dist/ai/docs/nocobase/data-sources/external/doris.md +130 -0
- package/dist/ai/docs/nocobase/data-sources/external/index.md +140 -0
- package/dist/ai/docs/nocobase/data-sources/external/kingbase.md +129 -0
- package/dist/ai/docs/nocobase/data-sources/external/mariadb.md +126 -0
- package/dist/ai/docs/nocobase/data-sources/external/mssql.md +129 -0
- package/dist/ai/docs/nocobase/data-sources/external/mysql.md +115 -0
- package/dist/ai/docs/nocobase/data-sources/external/nocobase.md +159 -0
- package/dist/ai/docs/nocobase/data-sources/external/oceanbase.md +126 -0
- package/dist/ai/docs/nocobase/data-sources/external/oracle.md +158 -0
- package/dist/ai/docs/nocobase/data-sources/external/postgresql.md +122 -0
- package/dist/ai/docs/nocobase/data-sources/external/rest-api.md +245 -0
- package/dist/ai/docs/nocobase/data-sources/field-attachment-url/index.md +100 -12
- package/dist/ai/docs/nocobase/data-sources/field-encryption/index.md +48 -47
- package/dist/ai/docs/nocobase/data-sources/field-formula/index.md +99 -5
- package/dist/ai/docs/nocobase/data-sources/field-markdown-vditor/index.md +105 -5
- package/dist/ai/docs/nocobase/data-sources/field-sequence/index.md +102 -5
- package/dist/ai/docs/nocobase/data-sources/field-signature/index.md +18 -16
- package/dist/ai/docs/nocobase/data-sources/field-sort/index.md +76 -73
- package/dist/ai/docs/nocobase/data-sources/file-manager/field-attachment.md +101 -7
- package/dist/ai/docs/nocobase/data-sources/file-manager/file-collection.md +101 -14
- package/dist/ai/docs/nocobase/data-sources/index.md +49 -33
- package/dist/ai/docs/nocobase/data-sources/main/index.md +130 -0
- package/dist/ai/docs/nocobase/data-sources/main/kingbase.md +147 -0
- package/dist/ai/docs/nocobase/data-sources/main/mariadb.md +59 -0
- package/dist/ai/docs/nocobase/data-sources/main/mysql.md +59 -0
- package/dist/ai/docs/nocobase/data-sources/main/oceanbase.md +62 -0
- package/dist/ai/docs/nocobase/data-sources/main/postgresql.md +61 -0
- package/dist/ai/docs/nocobase/file-manager/file-preview/index.md +44 -3
- package/dist/ai/docs/nocobase/file-manager/storage/aliyun-oss.md +100 -3
- package/dist/ai/docs/nocobase/file-manager/storage/index.md +66 -26
- package/dist/ai/docs/nocobase/file-manager/storage/s3-pro.md +58 -7
- package/dist/ai/docs/nocobase/get-started/installation/env.md +1 -1
- package/dist/ai/docs/nocobase/ops-management/migration-manager/built-in-tables.md +1 -2
- package/dist/ai/docs/nocobase/runjs/context/ai.md +194 -4
- package/dist/ai/docs/nocobase/workflow/nodes/javascript.md +21 -1
- package/dist/ai/tools/executeFrontendTool.d.ts +10 -0
- package/dist/ai/tools/executeFrontendTool.js +86 -0
- package/dist/ai/tools/getSkill.js +1 -1
- package/dist/ai/tools/loadFrontendTool.d.ts +10 -0
- package/dist/ai/tools/loadFrontendTool.js +99 -0
- package/dist/client/244.1086967ad8fdedf4.js +10 -0
- package/dist/client/{525.203778500aca5d05.js → 525.94dd4136c1361477.js} +1 -1
- package/dist/client/681.6ffbc9329b9ac242.js +10 -0
- package/dist/{client-v2/705.1d10027ff8cfdf79.js → client/705.19b642db34de438a.js} +1 -1
- package/dist/client/index.d.ts +1 -3
- package/dist/client/index.js +8 -8
- package/dist/client-v2/244.678c34d698985c60.js +10 -0
- package/dist/client-v2/420.b2aedb1ff71fca0e.js +10 -0
- package/dist/client-v2/681.6890caa389564ff7.js +10 -0
- package/dist/client-v2/705.8dc34d43f02f322c.js +10 -0
- package/dist/client-v2/ai-employees/AIEmployeeShortcut.d.ts +2 -0
- package/dist/client-v2/ai-employees/AddContextButton.d.ts +2 -0
- package/dist/client-v2/ai-employees/chatbox/components/AIEmployeeSwitcher.d.ts +1 -0
- package/dist/client-v2/ai-employees/chatbox/components/ChatBoxUnreadBadge.d.ts +17 -0
- package/dist/client-v2/ai-employees/chatbox/components/Conversations.d.ts +9 -1
- package/dist/client-v2/ai-employees/chatbox/components/MessageRenderers.d.ts +1 -1
- package/dist/client-v2/ai-employees/chatbox/components/Messages.d.ts +5 -1
- package/dist/client-v2/ai-employees/chatbox/components/ModelSwitcher.d.ts +4 -0
- package/dist/client-v2/ai-employees/chatbox/components/Sender.d.ts +33 -1
- package/dist/client-v2/ai-employees/chatbox/components/index.d.ts +1 -0
- package/dist/client-v2/ai-employees/chatbox/hooks/useChat.d.ts +8 -5
- package/dist/client-v2/ai-employees/chatbox/hooks/useChatBoxActions.d.ts +3 -2
- package/dist/client-v2/ai-employees/chatbox/hooks/useChatBoxEffect.d.ts +2 -1
- package/dist/client-v2/ai-employees/chatbox/hooks/useChatConversationActions.d.ts +3 -2
- package/dist/client-v2/ai-employees/chatbox/hooks/useChatMessageActions.d.ts +4 -2
- package/dist/client-v2/ai-employees/chatbox/hooks/useToolCallActions.d.ts +3 -1
- package/dist/client-v2/ai-employees/chatbox/hooks/useUploadFiles.d.ts +13 -3
- package/dist/client-v2/ai-employees/chatbox/hooks/useWorkflowTasks.d.ts +3 -2
- package/dist/client-v2/ai-employees/chatbox/index.d.ts +17 -0
- package/dist/client-v2/ai-employees/chatbox/roles.d.ts +2 -153
- package/dist/client-v2/ai-employees/chatbox/stores/chat-box.d.ts +46 -31
- package/dist/client-v2/ai-employees/chatbox/stores/chat-conversations.d.ts +7 -7
- package/dist/client-v2/ai-employees/chatbox/stores/chat-messages.d.ts +23 -18
- package/dist/client-v2/ai-employees/chatbox/stores/chat-sender.d.ts +43 -0
- package/dist/client-v2/ai-employees/chatbox/stores/chat-tool-call.d.ts +6 -5
- package/dist/client-v2/ai-employees/chatbox/stores/chat-tools.d.ts +11 -5
- package/dist/client-v2/ai-employees/chatbox/stores/mounted-chat-boxes.d.ts +20 -0
- package/dist/client-v2/ai-employees/chatbox/stores/runtime.d.ts +43 -0
- package/dist/client-v2/ai-employees/chatbox/stores/workflow-tasks.d.ts +22 -10
- package/dist/client-v2/ai-employees/chatbox/upload.d.ts +19 -0
- package/dist/client-v2/ai-employees/chatbox/utils.d.ts +28 -4
- package/dist/client-v2/ai-employees/frontend-tools.d.ts +11 -0
- package/dist/client-v2/ai-employees/tools/SuggestionsOptionsCard.d.ts +1 -1
- package/dist/client-v2/ai-employees/tools/WorkflowTaskOutputCard.d.ts +1 -1
- package/dist/client-v2/ai-employees/types.d.ts +30 -0
- package/dist/client-v2/block/ai-chat-box/AIChatBoxBlockModel.d.ts +21 -0
- package/dist/client-v2/block/ai-chat-box/AIChatBoxCoreModel.d.ts +13 -0
- package/dist/client-v2/block/ai-chat-box/components/AIChatBoxCoreView.d.ts +10 -0
- package/dist/client-v2/block/ai-chat-box/components/AIChatBoxView.d.ts +12 -0
- package/dist/client-v2/block/ai-chat-box/index.d.ts +14 -0
- package/dist/client-v2/block/ai-chat-box/settings.d.ts +12 -0
- package/dist/client-v2/block/ai-chat-box/sub-models.d.ts +26 -0
- package/dist/client-v2/block/ai-chat-box/types.d.ts +38 -0
- package/dist/client-v2/block/ai-chat-box/utils.d.ts +26 -0
- package/dist/client-v2/index.d.ts +3 -5
- package/dist/client-v2/index.js +3 -3
- package/dist/client-v2/llm-services/model-select.d.ts +33 -0
- package/dist/client-v2/llm-services/utils.d.ts +1 -0
- package/dist/client-v2/manager/ai-manager.d.ts +10 -3
- package/dist/client-v2/manager/frontend-tool-registry.d.ts +30 -0
- package/dist/client-v2/models/ai-employees/AIEmployeeActionModel.d.ts +4 -1
- package/dist/client-v2/models/ai-employees/AIEmployeeShortcutModel.d.ts +7 -0
- package/dist/client-v2/pages/EmployeesPage.d.ts +5 -0
- package/dist/client-v2/pages/LLMServicesPage.d.ts +9 -4
- package/dist/client-v2/runjs/registerAIEmployeeRunJSFacade.d.ts +1 -0
- package/dist/common/ai-employee-validation.d.ts +15 -0
- package/dist/common/ai-employee-validation.js +61 -0
- package/dist/common/error-codes.d.ts +13 -0
- package/dist/common/error-codes.js +48 -0
- package/dist/common/frontend-tools.d.ts +26 -0
- package/dist/common/frontend-tools.js +57 -0
- package/dist/common/llm-service-models.d.ts +16 -0
- package/dist/common/llm-service-models.js +84 -0
- package/dist/externalVersion.js +16 -16
- package/dist/locale/de-DE.json +2 -1
- package/dist/locale/en-US.json +73 -1
- package/dist/locale/es-ES.json +2 -1
- package/dist/locale/fr-FR.json +2 -1
- package/dist/locale/hu-HU.json +2 -1
- package/dist/locale/id-ID.json +2 -1
- package/dist/locale/it-IT.json +2 -1
- package/dist/locale/ja-JP.json +2 -1
- package/dist/locale/ko-KR.json +2 -1
- package/dist/locale/nl-NL.json +2 -1
- package/dist/locale/pt-BR.json +2 -1
- package/dist/locale/ru-RU.json +2 -1
- package/dist/locale/tr-TR.json +2 -1
- package/dist/locale/uk-UA.json +2 -1
- package/dist/locale/vi-VN.json +2 -1
- package/dist/locale/zh-CN.json +73 -1
- package/dist/locale/zh-TW.json +2 -1
- package/dist/node_modules/@langchain/mistralai/package.json +1 -1
- package/dist/node_modules/@langchain/xai/package.json +1 -1
- package/dist/node_modules/fs-extra/package.json +1 -1
- package/dist/node_modules/jsonrepair/package.json +1 -1
- package/dist/node_modules/just-bash/package.json +1 -1
- package/dist/node_modules/nodejs-snowflake/package.json +1 -1
- package/dist/node_modules/openai/package.json +1 -1
- package/dist/node_modules/zod/package.json +1 -1
- package/dist/server/ai-employees/ai-conversations.d.ts +4 -1
- package/dist/server/ai-employees/ai-conversations.js +2 -0
- package/dist/server/ai-employees/ai-employee.d.ts +2 -1
- package/dist/server/ai-employees/ai-employee.js +26 -7
- package/dist/server/ai-employees/middleware/conversation.js +9 -2
- package/dist/server/collections/ai-conversations.js +5 -0
- package/dist/server/document-loader/constants.js +1 -1
- package/dist/server/frontend-tools.d.ts +25 -0
- package/dist/server/frontend-tools.js +171 -0
- package/dist/server/manager/work-context-handler.js +10 -3
- package/dist/server/plugin.d.ts +1 -0
- package/dist/server/plugin.js +25 -0
- package/dist/server/resource/aiConversations.d.ts +2 -0
- package/dist/server/resource/aiConversations.js +33 -3
- package/dist/server/resource/aiEmployees.d.ts +2 -0
- package/dist/server/resource/aiEmployees.js +62 -0
- package/dist/server/resource/aiWorkflowTasks.js +9 -1
- package/dist/server/resource/llmServices.d.ts +11 -0
- package/dist/server/resource/llmServices.js +85 -0
- package/dist/server/types/knowledge-base.type.d.ts +6 -2
- package/dist/swagger/common.d.ts +143 -0
- package/dist/swagger/common.js +144 -0
- package/dist/swagger/employees.d.ts +301 -0
- package/dist/swagger/employees.js +131 -0
- package/dist/swagger/index.d.ts +1596 -0
- package/dist/swagger/index.js +62 -0
- package/dist/swagger/llm.d.ts +563 -0
- package/dist/swagger/llm.js +255 -0
- package/dist/swagger/schemas.d.ts +736 -0
- package/dist/swagger/schemas.js +381 -0
- package/package.json +2 -2
- package/dist/ai/docs/nocobase/ai-employees/knowledge-base/vector-store.md +0 -24
- package/dist/ai/docs/nocobase/data-sources/development/index.md +0 -6
- package/dist/client/372.40eb52905e3f3049.js +0 -10
- package/dist/client/681.399948c18d753667.js +0 -10
- package/dist/client/705.380279da896021fb.js +0 -10
- package/dist/client-v2/372.8cc3fde09c9bec77.js +0 -10
- package/dist/client-v2/406.341be51205c674e0.js +0 -10
- package/dist/client-v2/681.082f4f1c7b841983.js +0 -10
- package/dist/client-v2/ai-employees/chatbox/stores/create-selectors.d.ts +0 -46
- package/dist/client-v2/ai-employees/chatbox/utils/normalizeTriggerTaskOptions.d.ts +0 -19
package/dist/locale/en-US.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"AI employee": "AI employee",
|
|
9
9
|
"AI employee event": "AI employee event",
|
|
10
10
|
"AI employee permissions": "AI employee permissions",
|
|
11
|
+
"AI chat box not found": "AI chat box {{uid}} was not found",
|
|
11
12
|
"AI employees": "AI employees",
|
|
12
13
|
"AI integration": "AI integration",
|
|
13
14
|
"AI is searching": "{{ nickname }} is searching...",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"Add datasource": "Add data source",
|
|
42
43
|
"Add file": "Add file",
|
|
43
44
|
"Add prompt": "Add prompt",
|
|
45
|
+
"Add skill": "Add skill",
|
|
44
46
|
"Add tool": "Add tool",
|
|
45
47
|
"Ask": "Ask",
|
|
46
48
|
"Allow": "Allow",
|
|
@@ -50,6 +52,8 @@
|
|
|
50
52
|
"Shared by all AI employees.": "Shared by all AI employees.",
|
|
51
53
|
"Employee-specific tools": "Employee-specific tools",
|
|
52
54
|
"Only available to this AI employee.": "Only available to this AI employee.",
|
|
55
|
+
"Custom skills": "Custom skills",
|
|
56
|
+
"Can be added to or removed from this AI employee.": "Can be added to or removed from this AI employee.",
|
|
53
57
|
"Custom tools": "Custom tools",
|
|
54
58
|
"Created by workflow. You can add/remove and set default permissions.": "Created by workflow. You can add/remove and set default permissions.",
|
|
55
59
|
"Permission": "Permission",
|
|
@@ -81,6 +85,8 @@
|
|
|
81
85
|
"Chart generator": "Chart generator",
|
|
82
86
|
"Charts": "Charts",
|
|
83
87
|
"Chat error warning": "Failed to send message. Please contact the administrator or try again later.",
|
|
88
|
+
"Chat box uid": "Chat box uid",
|
|
89
|
+
"Leave empty to open the global chat box. Enter an AI chat box block uid to run this task in that block.": "Leave empty to open the global chat box. Enter an AI chat box block uid to run this task in that block.",
|
|
84
90
|
"Cite {{count}} pieces of information as references": "Cite {{count}} pieces of information as references",
|
|
85
91
|
"Code history": "Code history",
|
|
86
92
|
"Code review": "Code review",
|
|
@@ -116,6 +122,7 @@
|
|
|
116
122
|
"{{ nickname }} has completed the work": "{{ nickname }} has completed the work",
|
|
117
123
|
"Displays the AI employee’s assigned tasks on the profile when hovering over the button.": "Displays the AI employee’s assigned tasks on the profile when hovering over the button.",
|
|
118
124
|
"Down": "Down",
|
|
125
|
+
"Edit": "Edit",
|
|
119
126
|
"Edit AI employee": "Edit AI employee",
|
|
120
127
|
"Edit datasource": "Edit data source",
|
|
121
128
|
"Edit personalized prompt": "Edit personalized prompt",
|
|
@@ -141,6 +148,11 @@
|
|
|
141
148
|
"Frequency penalty description": "Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.",
|
|
142
149
|
"Frontend": "Frontend",
|
|
143
150
|
"Frontend actions": "Frontend actions",
|
|
151
|
+
"Frontend tool is unavailable": "Frontend tool is unavailable",
|
|
152
|
+
"Load frontend tool": "Load frontend tool",
|
|
153
|
+
"Load the input schema of a frontend tool provided by the selected block.": "Load the input schema of a frontend tool provided by the selected block.",
|
|
154
|
+
"Execute frontend tool": "Execute frontend tool",
|
|
155
|
+
"Execute a frontend tool provided by the selected block.": "Execute a frontend tool provided by the selected block.",
|
|
144
156
|
"Generates ECharts options (JSON) based on user input or data context.": "Generates ECharts options (JSON) based on user input or data context.",
|
|
145
157
|
"Get code snippet content": "Get code snippet content",
|
|
146
158
|
"Get code snippet list": "Get code snippet list",
|
|
@@ -158,6 +170,7 @@
|
|
|
158
170
|
"Knowledge Base Prompt placeholder": "Knowledge Base Prompt placeholder",
|
|
159
171
|
"KnowledgeBase": "Knowledge Base",
|
|
160
172
|
"LLM service": "LLM service",
|
|
173
|
+
"LLM service \"{{name}}\" was not found": "LLM service \"{{name}}\" was not found",
|
|
161
174
|
"LLM service not configured": "LLM service not configured",
|
|
162
175
|
"LLM services": "LLM services",
|
|
163
176
|
"LLM service test failed. Please check the service configuration.": "LLM service test failed. Please check the service configuration.",
|
|
@@ -172,6 +185,8 @@
|
|
|
172
185
|
"Messages": "Messages",
|
|
173
186
|
"Mistral models": "Mistral models",
|
|
174
187
|
"Model": "Model",
|
|
188
|
+
"Model ID already exists": "Model ID already exists",
|
|
189
|
+
"Model ID is required": "Model ID is required",
|
|
175
190
|
"Model settings": "Model settings",
|
|
176
191
|
"Missing knowledge base configuration for keys: {{keys}}. Create knowledge bases with the same keys to enable this employee normally.": "Missing knowledge base configuration for keys: {{keys}}. Create knowledge bases with the same keys to enable this employee normally.",
|
|
177
192
|
"Display name": "Display name",
|
|
@@ -202,6 +217,9 @@
|
|
|
202
217
|
"Please choose an AI employee": "Please choose an AI employee",
|
|
203
218
|
"Please select file objects.": "Please select file objects.",
|
|
204
219
|
"Popup blocked. Please allow popups and try again.": "Popup blocked. Please allow popups and try again.",
|
|
220
|
+
"Username already exists": "Username already exists",
|
|
221
|
+
"Use 1-64 letters, numbers, underscores, or hyphens.": "Use 1-64 letters, numbers, underscores, or hyphens.",
|
|
222
|
+
"Use 1-64 letters, numbers, spaces, or . _ - ' ( ) & ·.": "Use 1-64 letters, numbers, spaces, or . _ - ' ( ) & ·.",
|
|
205
223
|
"Position": "Position",
|
|
206
224
|
"Position description": "A short label indicating the AI employee’s responsibility.",
|
|
207
225
|
"Position placeholder": "e.g. Translator, etc.",
|
|
@@ -262,6 +280,8 @@
|
|
|
262
280
|
"UID": "UID",
|
|
263
281
|
"Up": "Up",
|
|
264
282
|
"Upload files": "Upload files",
|
|
283
|
+
"You can upload up to {{count}} attachments.": "You can upload up to {{count}} attachments.",
|
|
284
|
+
"The total size of attachments cannot exceed {{size}}.": "The total size of attachments cannot exceed {{size}}.",
|
|
265
285
|
"Use skill": "Use skill",
|
|
266
286
|
"Use skills": "Use skills",
|
|
267
287
|
"Use workflow as a tool": "Use workflow as a tool",
|
|
@@ -473,7 +493,14 @@
|
|
|
473
493
|
"Invalid attachment": "Invalid attachment",
|
|
474
494
|
"Attachment not found": "Attachment not found",
|
|
475
495
|
"AI chat": "AI chat",
|
|
496
|
+
"AI chat box": "AI chat box",
|
|
497
|
+
"AI chat box core": "AI chat box core",
|
|
498
|
+
"AI chat box settings": "AI chat box settings",
|
|
499
|
+
"AI chat window": "AI chat window",
|
|
500
|
+
"AI chat window settings": "AI chat window settings",
|
|
501
|
+
"Appearance": "Appearance",
|
|
476
502
|
"Open AI chat": "Open AI chat",
|
|
503
|
+
"Open": "Open",
|
|
477
504
|
"Request failed": "Request failed",
|
|
478
505
|
"Saved successfully": "Saved successfully",
|
|
479
506
|
"Unsaved changes": "Unsaved changes",
|
|
@@ -490,12 +517,56 @@
|
|
|
490
517
|
"No conversations yet": "No conversations yet",
|
|
491
518
|
"No workflow tasks yet": "No workflow tasks yet",
|
|
492
519
|
"No messages yet": "No messages yet",
|
|
520
|
+
"No chat blocks": "No chat blocks",
|
|
493
521
|
"Tool calls": "Tool calls",
|
|
494
522
|
"Reasoning": "Reasoning",
|
|
495
523
|
"References": "References",
|
|
524
|
+
"Context": "Context",
|
|
525
|
+
"Actions area": "Actions area",
|
|
526
|
+
"Allowed AI employees": "Allowed AI employees",
|
|
527
|
+
"Controls which chat boxes share conversations. The default value isolates this chat box.": "Controls which chat boxes share conversations. The default value isolates this chat box.",
|
|
528
|
+
"Scope can only contain letters, numbers, underscores, and hyphens.": "Scope can only contain letters, numbers, underscores, and hyphens.",
|
|
529
|
+
"Basic settings": "Basic settings",
|
|
530
|
+
"Card settings": "Card settings",
|
|
531
|
+
"Chat content block": "Chat content block",
|
|
532
|
+
"Messages and sender block": "Messages and sender block",
|
|
533
|
+
"Conversation list block": "Conversation list block",
|
|
534
|
+
"Edit chat box": "Edit chat box",
|
|
535
|
+
"Customer follow-up": "Customer follow-up",
|
|
496
536
|
"ECharts": "ECharts",
|
|
537
|
+
"Enable add context": "Enable add context",
|
|
538
|
+
"Enable employee select": "Enable employee select",
|
|
539
|
+
"Enable model select": "Enable model select",
|
|
540
|
+
"Enable upload files": "Enable upload files",
|
|
541
|
+
"Enable web search": "Enable web search",
|
|
542
|
+
"Height": "Height",
|
|
497
543
|
"Invalid chart options": "Invalid chart options",
|
|
544
|
+
"JS action": "JS action",
|
|
545
|
+
"Message list block": "Message list block",
|
|
546
|
+
"Message sender block": "Message sender block",
|
|
547
|
+
"Mock message sent": "Mock message sent",
|
|
548
|
+
"Mock model": "Mock model",
|
|
549
|
+
"Mock new conversation created": "Mock new conversation created",
|
|
550
|
+
"Proposal outline": "Proposal outline",
|
|
551
|
+
"Sales report draft": "Sales report draft",
|
|
552
|
+
"Save": "Save",
|
|
498
553
|
"Save as image": "Save as image",
|
|
554
|
+
"Prefill the sender input when the chat box starts a new conversation.": "Prefill the sender input when the chat box starts a new conversation.",
|
|
555
|
+
"Scope": "Scope",
|
|
556
|
+
"Select blocks": "Select blocks",
|
|
557
|
+
"Select blocks or data sources that are sent as default work context.": "Select blocks or data sources that are sent as default work context.",
|
|
558
|
+
"Restrict this chat box to selected AI employees. Leave empty to allow all business AI employees.": "Restrict this chat box to selected AI employees. Leave empty to allow all business AI employees.",
|
|
559
|
+
"Restrict this chat box to selected models. Leave empty to allow all available models.": "Restrict this chat box to selected models. Leave empty to allow all available models.",
|
|
560
|
+
"Sender placeholder": "Sender placeholder",
|
|
561
|
+
"Sender settings": "Sender settings",
|
|
562
|
+
"Show block selector": "Show block selector",
|
|
563
|
+
"Show disclaimer": "Show disclaimer",
|
|
564
|
+
"Show messages": "Show messages",
|
|
565
|
+
"Show new conversation action": "Show new conversation action",
|
|
566
|
+
"Show upload files": "Show upload files",
|
|
567
|
+
"Show web search": "Show web search",
|
|
568
|
+
"System prompt": "System prompt",
|
|
569
|
+
"Title & description": "Title & description",
|
|
499
570
|
"You": "You",
|
|
500
571
|
"init": "Not started",
|
|
501
572
|
"interrupted": "Waiting for confirmation",
|
|
@@ -505,5 +576,6 @@
|
|
|
505
576
|
"confirmed": "Confirmed",
|
|
506
577
|
"success": "Success",
|
|
507
578
|
"error": "Error",
|
|
508
|
-
"GigaChat by Sber": "GigaChat by Sber"
|
|
579
|
+
"GigaChat by Sber": "GigaChat by Sber",
|
|
580
|
+
"Settings": "Settings"
|
|
509
581
|
}
|
package/dist/locale/es-ES.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Settings"
|
|
205
206
|
}
|
package/dist/locale/fr-FR.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Settings"
|
|
205
206
|
}
|
package/dist/locale/hu-HU.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Beállítások"
|
|
205
206
|
}
|
package/dist/locale/id-ID.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Pengaturan"
|
|
205
206
|
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Impostazioni"
|
|
205
206
|
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "設定"
|
|
205
206
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "설정"
|
|
205
206
|
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Instellingen"
|
|
205
206
|
}
|
package/dist/locale/pt-BR.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Settings"
|
|
205
206
|
}
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Настройки"
|
|
205
206
|
}
|
package/dist/locale/tr-TR.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Settings"
|
|
205
206
|
}
|
package/dist/locale/uk-UA.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Settings"
|
|
205
206
|
}
|
package/dist/locale/vi-VN.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "Cài đặt"
|
|
205
206
|
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"AI employee": "AI 员工",
|
|
9
9
|
"AI employee event": "AI employee 事件",
|
|
10
10
|
"AI employee permissions": "AI 员工权限",
|
|
11
|
+
"AI chat box not found": "未找到 AI chat box {{uid}}",
|
|
11
12
|
"AI employees": "AI 员工",
|
|
12
13
|
"AI integration": "AI 集成",
|
|
13
14
|
"AI is searching": "{{ nickname }}正在搜索...",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"Add datasource": "添加数据源",
|
|
42
43
|
"Add file": "添加文件",
|
|
43
44
|
"Add prompt": "添加提示",
|
|
45
|
+
"Add skill": "添加技能",
|
|
44
46
|
"Add tool": "添加工具",
|
|
45
47
|
"Ask": "询问",
|
|
46
48
|
"Allow": "允许",
|
|
@@ -50,6 +52,8 @@
|
|
|
50
52
|
"Shared by all AI employees.": "所有 AI 员工共享。",
|
|
51
53
|
"Employee-specific tools": "员工专属工具",
|
|
52
54
|
"Only available to this AI employee.": "仅当前 AI 员工可用。",
|
|
55
|
+
"Custom skills": "自定义技能",
|
|
56
|
+
"Can be added to or removed from this AI employee.": "可添加到当前 AI 员工或从中移除。",
|
|
53
57
|
"Custom tools": "自定义工具",
|
|
54
58
|
"Created by workflow. You can add/remove and set default permissions.": "通过工作流创建,可添加/移除并设置默认权限。",
|
|
55
59
|
"Permission": "权限",
|
|
@@ -81,6 +85,8 @@
|
|
|
81
85
|
"Chart generator": "图表生成器",
|
|
82
86
|
"Charts": "图表",
|
|
83
87
|
"Chat error warning": "发送消息失败,请联系管理员或稍后再试。",
|
|
88
|
+
"Chat box uid": "Chat box uid",
|
|
89
|
+
"Leave empty to open the global chat box. Enter an AI chat box block uid to run this task in that block.": "留空时打开全局聊天框。填写 AI chat box 区块 uid 后,会在该区块中触发此任务。",
|
|
84
90
|
"Cite {{count}} pieces of information as references": "引用 {{count}} 篇资料作为参考",
|
|
85
91
|
"Code history": "代码历史记录",
|
|
86
92
|
"Code review": "代码审查",
|
|
@@ -116,6 +122,7 @@
|
|
|
116
122
|
"{{ nickname }} has completed the work": "{{ nickname }} 已完成工作",
|
|
117
123
|
"Displays the AI employee’s assigned tasks on the profile when hovering over the button.": "当鼠标悬停在按钮上时,会在员工资料卡片上显示任务描述。",
|
|
118
124
|
"Down": "下移",
|
|
125
|
+
"Edit": "编辑",
|
|
119
126
|
"Edit AI employee": "编辑 AI 员工",
|
|
120
127
|
"Edit datasource": "编辑数据源",
|
|
121
128
|
"Edit personalized prompt": "编辑个性化提示词",
|
|
@@ -141,6 +148,11 @@
|
|
|
141
148
|
"Frequency penalty description": "介于 -2.0 和 2.0 之间的数字。如果该值为正,那么新 token 会根据其在已有文本中的出现频率受到相应的惩罚,降低模型重复相同内容的可能性。",
|
|
142
149
|
"Frontend": "前端",
|
|
143
150
|
"Frontend actions": "前端操作",
|
|
151
|
+
"Frontend tool is unavailable": "前端工具不可用",
|
|
152
|
+
"Load frontend tool": "加载前端工具",
|
|
153
|
+
"Load the input schema of a frontend tool provided by the selected block.": "加载所选区块提供的前端工具参数结构。",
|
|
154
|
+
"Execute frontend tool": "执行前端工具",
|
|
155
|
+
"Execute a frontend tool provided by the selected block.": "执行所选区块提供的前端工具。",
|
|
144
156
|
"Generates ECharts options (JSON) based on user input or data context.": "根据用户输入或数据上下文生成 ECharts 配置项 (JSON)。",
|
|
145
157
|
"Get code snippet content": "获取代码片段",
|
|
146
158
|
"Get code snippet list": "获取代码片段列表",
|
|
@@ -159,6 +171,7 @@
|
|
|
159
171
|
"Knowledge Base Prompt placeholder": "",
|
|
160
172
|
"KnowledgeBase": "知识库",
|
|
161
173
|
"LLM service": "LLM 服务",
|
|
174
|
+
"LLM service \"{{name}}\" was not found": "未找到 LLM 服务 \"{{name}}\"",
|
|
162
175
|
"LLM service not configured": "LLM 服务未配置",
|
|
163
176
|
"LLM services": "LLM 服务",
|
|
164
177
|
"LLM service test failed. Please check the service configuration.": "LLM 服务测试失败,请检查服务配置。",
|
|
@@ -173,6 +186,8 @@
|
|
|
173
186
|
"Messages": "消息",
|
|
174
187
|
"Mistral models": "Mistral 模型",
|
|
175
188
|
"Model": "模型",
|
|
189
|
+
"Model ID already exists": "模型标识已存在",
|
|
190
|
+
"Model ID is required": "请输入模型标识",
|
|
176
191
|
"Model settings": "模型设置",
|
|
177
192
|
"Missing knowledge base configuration for keys: {{keys}}. Create knowledge bases with the same keys to enable this employee normally.": "以下知识库 Key 缺少配置:{{keys}}。请创建相同 Key 的知识库,员工才能正常使用知识库能力。",
|
|
178
193
|
"Display name": "展示名称",
|
|
@@ -203,6 +218,9 @@
|
|
|
203
218
|
"Please choose an AI employee": "请选择 AI 员工",
|
|
204
219
|
"Please select file objects.": "请选择文件对象。",
|
|
205
220
|
"Popup blocked. Please allow popups and try again.": "弹窗被拦截,请允许弹窗后重试。",
|
|
221
|
+
"Username already exists": "用户名已存在",
|
|
222
|
+
"Use 1-64 letters, numbers, underscores, or hyphens.": "用户名只能包含 1-64 个英文字母、数字、下划线或连字符。",
|
|
223
|
+
"Use 1-64 letters, numbers, spaces, or . _ - ' ( ) & ·.": "昵称只能包含 1-64 个文字、数字、空格或 . _ - ' ( ) & ·。",
|
|
206
224
|
"Position": "职位",
|
|
207
225
|
"Position description": "AI 员工职责的简短描述",
|
|
208
226
|
"Position placeholder": "例如:翻译员等",
|
|
@@ -263,6 +281,8 @@
|
|
|
263
281
|
"UID": "唯一标识",
|
|
264
282
|
"Up": "上移",
|
|
265
283
|
"Upload files": "上传文件",
|
|
284
|
+
"You can upload up to {{count}} attachments.": "最多可以上传 {{count}} 个附件。",
|
|
285
|
+
"The total size of attachments cannot exceed {{size}}.": "附件总大小不能超过 {{size}}。",
|
|
266
286
|
"Use skill": "使用技能",
|
|
267
287
|
"Use skills": "使用技能",
|
|
268
288
|
"Use workflow as a tool": "使用工作流作为工具",
|
|
@@ -479,7 +499,14 @@
|
|
|
479
499
|
"Invalid attachment": "无效的附件",
|
|
480
500
|
"Attachment not found": "附件不存在",
|
|
481
501
|
"AI chat": "AI 对话",
|
|
502
|
+
"AI chat box": "AI 聊天框",
|
|
503
|
+
"AI chat box core": "AI 聊天框核心",
|
|
504
|
+
"AI chat box settings": "AI 聊天框设置",
|
|
505
|
+
"AI chat window": "AI 聊天窗口",
|
|
506
|
+
"AI chat window settings": "AI 聊天窗口设置",
|
|
507
|
+
"Appearance": "外观",
|
|
482
508
|
"Open AI chat": "打开 AI 对话",
|
|
509
|
+
"Open": "打开",
|
|
483
510
|
"Request failed": "请求失败",
|
|
484
511
|
"Saved successfully": "保存成功",
|
|
485
512
|
"Unsaved changes": "未保存的修改",
|
|
@@ -496,12 +523,56 @@
|
|
|
496
523
|
"No conversations yet": "暂无会话",
|
|
497
524
|
"No workflow tasks yet": "暂无工作流任务",
|
|
498
525
|
"No messages yet": "暂无消息",
|
|
526
|
+
"No chat blocks": "暂无聊天区块",
|
|
499
527
|
"Tool calls": "工具调用",
|
|
500
528
|
"Reasoning": "推理过程",
|
|
501
529
|
"References": "参考资料",
|
|
530
|
+
"Context": "上下文",
|
|
531
|
+
"Actions area": "操作区",
|
|
532
|
+
"Allowed AI employees": "可选 AI 员工",
|
|
533
|
+
"Controls which chat boxes share conversations. The default value isolates this chat box.": "控制哪些聊天框共享会话。默认值会隔离当前聊天框。",
|
|
534
|
+
"Scope can only contain letters, numbers, underscores, and hyphens.": "Scope 仅支持字母、数字、下划线和连字符。",
|
|
535
|
+
"Basic settings": "基础设置",
|
|
536
|
+
"Card settings": "卡片设置",
|
|
537
|
+
"Chat content block": "聊天内容区块",
|
|
538
|
+
"Messages and sender block": "消息和发送框区块",
|
|
539
|
+
"Conversation list block": "会话列表区块",
|
|
540
|
+
"Edit chat box": "编辑聊天框",
|
|
541
|
+
"Customer follow-up": "客户跟进",
|
|
502
542
|
"ECharts": "ECharts",
|
|
543
|
+
"Enable add context": "启用添加上下文",
|
|
544
|
+
"Enable employee select": "启用员工选择",
|
|
545
|
+
"Enable model select": "启用模型选择",
|
|
546
|
+
"Enable upload files": "启用上传附件",
|
|
547
|
+
"Enable web search": "启用联网搜索",
|
|
548
|
+
"Height": "高度",
|
|
503
549
|
"Invalid chart options": "无效的图表选项",
|
|
550
|
+
"JS action": "JS 操作",
|
|
551
|
+
"Message list block": "消息列表区块",
|
|
552
|
+
"Message sender block": "消息发送区块",
|
|
553
|
+
"Mock message sent": "模拟消息已发送",
|
|
554
|
+
"Mock model": "模拟模型",
|
|
555
|
+
"Mock new conversation created": "已创建模拟会话",
|
|
556
|
+
"Proposal outline": "方案大纲",
|
|
557
|
+
"Sales report draft": "销售报告草稿",
|
|
558
|
+
"Save": "保存",
|
|
504
559
|
"Save as image": "保存为图片",
|
|
560
|
+
"Prefill the sender input when the chat box starts a new conversation.": "聊天框开始新会话时,预填发送框内容。",
|
|
561
|
+
"Scope": "作用域",
|
|
562
|
+
"Select blocks": "选择区块",
|
|
563
|
+
"Select blocks or data sources that are sent as default work context.": "选择作为默认工作上下文发送的区块或数据源。",
|
|
564
|
+
"Restrict this chat box to selected AI employees. Leave empty to allow all business AI employees.": "限制此聊天框只能使用所选 AI 员工。留空则允许所有业务 AI 员工。",
|
|
565
|
+
"Restrict this chat box to selected models. Leave empty to allow all available models.": "限制此聊天框只能使用所选模型。留空则允许所有可用模型。",
|
|
566
|
+
"Sender placeholder": "发送框占位内容",
|
|
567
|
+
"Sender settings": "发送框设置",
|
|
568
|
+
"Show block selector": "显示区块选择",
|
|
569
|
+
"Show disclaimer": "显示免责声明",
|
|
570
|
+
"Show messages": "显示消息",
|
|
571
|
+
"Show new conversation action": "显示新增会话操作",
|
|
572
|
+
"Show upload files": "显示上传附件",
|
|
573
|
+
"Show web search": "显示联网开关",
|
|
574
|
+
"System prompt": "系统提示词",
|
|
575
|
+
"Title & description": "标题和描述",
|
|
505
576
|
"You": "你",
|
|
506
577
|
"init": "未开始",
|
|
507
578
|
"interrupted": "等待确认",
|
|
@@ -511,5 +582,6 @@
|
|
|
511
582
|
"confirmed": "已确认",
|
|
512
583
|
"success": "成功",
|
|
513
584
|
"error": "错误",
|
|
514
|
-
"GigaChat by Sber": "Sber 的 GigaChat 模型"
|
|
585
|
+
"GigaChat by Sber": "Sber 的 GigaChat 模型",
|
|
586
|
+
"Settings": "设置"
|
|
515
587
|
}
|
package/dist/locale/zh-TW.json
CHANGED
|
@@ -201,5 +201,6 @@
|
|
|
201
201
|
"knowledge Base Prompt default": "From knowledge base:\n{knowledgeBaseData}\nAnswer user's question using this information.",
|
|
202
202
|
"please fix the error": "please fix the error",
|
|
203
203
|
"please review the code": "please review the code",
|
|
204
|
-
"references {{index}}": "references {{index}}"
|
|
204
|
+
"references {{index}}": "references {{index}}",
|
|
205
|
+
"Settings": "設定"
|
|
205
206
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@langchain/mistralai","version":"1.0.0","description":"MistralAI integration for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-mistralai/","dependencies":{"@mistralai/mistralai":"^1.3.1","uuid":"^10.0.0"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@tsconfig/recommended":"^1.0.3","@vitest/coverage-v8":"^3.2.4","dotenv":"^16.3.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^2.8.3","rollup":"^4.5.2","typescript":"~5.8.3","vitest":"^3.2.4","zod":"^3.25.76","@langchain/eslint":"0.1.0","@langchain/standard-tests":"0.0.0","@langchain/core":"1.0.1"},"publishConfig":{"access":"public"},"main":"dist/index.js","types":"dist/index.d.ts","exports":{".":{"input":"./src/index.ts","import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"scripts":{"build":"pnpm --filter @langchain/build compile @langchain/mistralai","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest","test:int":"vitest run --mode int","test:standard:unit":"vitest run --mode standard-unit","test:standard:int":"vitest run --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --config .prettierrc --write \"src\"","format:check":"prettier --config .prettierrc --check \"src\""},"_lastModified":"2026-
|
|
1
|
+
{"name":"@langchain/mistralai","version":"1.0.0","description":"MistralAI integration for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-mistralai/","dependencies":{"@mistralai/mistralai":"^1.3.1","uuid":"^10.0.0"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@tsconfig/recommended":"^1.0.3","@vitest/coverage-v8":"^3.2.4","dotenv":"^16.3.1","dpdm":"^3.14.0","eslint":"^9.34.0","prettier":"^2.8.3","rollup":"^4.5.2","typescript":"~5.8.3","vitest":"^3.2.4","zod":"^3.25.76","@langchain/eslint":"0.1.0","@langchain/standard-tests":"0.0.0","@langchain/core":"1.0.1"},"publishConfig":{"access":"public"},"main":"dist/index.js","types":"dist/index.d.ts","exports":{".":{"input":"./src/index.ts","import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"scripts":{"build":"pnpm --filter @langchain/build compile @langchain/mistralai","lint:eslint":"eslint --cache src/","lint:dpdm":"dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts","lint":"pnpm lint:eslint && pnpm lint:dpdm","lint:fix":"pnpm lint:eslint --fix && pnpm lint:dpdm","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest","test:int":"vitest run --mode int","test:standard:unit":"vitest run --mode standard-unit","test:standard:int":"vitest run --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","format":"prettier --config .prettierrc --write \"src\"","format:check":"prettier --config .prettierrc --check \"src\""},"_lastModified":"2026-08-10T16:51:37.128Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@langchain/xai","version":"1.3.19","description":"xAI integration for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-xai/","dependencies":{"@langchain/openai":"1.4.7"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@tsconfig/recommended":"^1.0.3","@vitest/coverage-v8":"^3.2.4","dotenv":"^17.4.0","dpdm":"^3.14.0","typescript":"~5.8.3","vitest":"^4.1.2","zod":"^3.25.76","@langchain/openai":"^1.4.7","@langchain/core":"^1.1.48","@langchain/standard-tests":"0.0.23","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/xai --output-logs new-only","build:compile":"tsdown","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest --watch","test:int":"vitest --mode int","test:standard:unit":"vitest --mode standard-unit","test:standard:int":"vitest --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-
|
|
1
|
+
{"name":"@langchain/xai","version":"1.3.19","description":"xAI integration for LangChain.js","author":"LangChain","license":"MIT","type":"module","engines":{"node":">=20"},"repository":{"type":"git","url":"git@github.com:langchain-ai/langchainjs.git"},"homepage":"https://github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-xai/","dependencies":{"@langchain/openai":"1.4.7"},"peerDependencies":{"@langchain/core":"^1.0.0"},"devDependencies":{"@tsconfig/recommended":"^1.0.3","@vitest/coverage-v8":"^3.2.4","dotenv":"^17.4.0","dpdm":"^3.14.0","typescript":"~5.8.3","vitest":"^4.1.2","zod":"^3.25.76","@langchain/openai":"^1.4.7","@langchain/core":"^1.1.48","@langchain/standard-tests":"0.0.23","@langchain/tsconfig":"0.0.1"},"publishConfig":{"access":"public"},"main":"./dist/index.cjs","types":"./dist/index.d.cts","exports":{".":{"input":"./src/index.ts","require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./package.json":"./package.json"},"files":["dist/","CHANGELOG.md","README.md","LICENSE"],"module":"./dist/index.js","scripts":{"build":"turbo build:compile --filter @langchain/xai --output-logs new-only","build:compile":"tsdown","clean":"rm -rf .turbo dist/","test":"vitest run","test:watch":"vitest --watch","test:int":"vitest --mode int","test:standard:unit":"vitest --mode standard-unit","test:standard:int":"vitest --mode standard-int","test:standard":"pnpm test:standard:unit && pnpm test:standard:int","typegen":"pnpm run typegen:profiles","typegen:profiles":"pnpm --filter @langchain/model-profiles make --config profiles.toml"},"_lastModified":"2026-08-10T16:51:39.801Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"fs-extra","version":"9.1.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=10"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"at-least-node":"^1.0.0","graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"coveralls":"^3.0.0","klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^5.0.5","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^14.1.0"},"main":"./lib/index.js","files":["lib/","!lib/**/__tests__/"],"scripts":{"full-ci":"npm run lint && npm run coverage","coverage":"nyc -r lcovonly npm run unit","coveralls":"coveralls < coverage/lcov.info","lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit","unit":"node test.js"},"_lastModified":"2026-
|
|
1
|
+
{"name":"fs-extra","version":"9.1.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=10"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"at-least-node":"^1.0.0","graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"coveralls":"^3.0.0","klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^5.0.5","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^14.1.0"},"main":"./lib/index.js","files":["lib/","!lib/**/__tests__/"],"scripts":{"full-ci":"npm run lint && npm run coverage","coverage":"nyc -r lcovonly npm run unit","coveralls":"coveralls < coverage/lcov.info","lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit","unit":"node test.js"},"_lastModified":"2026-08-10T16:51:39.975Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"jsonrepair","version":"3.13.1","description":"Repair broken JSON documents","repository":{"type":"git","url":"https://github.com/josdejong/jsonrepair.git"},"type":"module","main":"lib/cjs/index.js","module":"lib/esm/index.js","browser":"lib/umd/jsonrepair.min.js","types":"lib/types/index.d.ts","sideEffects":false,"exports":{".":{"import":"./lib/esm/index.js","require":"./lib/cjs/index.js","types":"./lib/types/index.d.ts"},"./stream":{"import":"./lib/esm/stream.js","require":"./lib/cjs/stream.js","types":"./lib/types/stream.d.ts"}},"keywords":["simple","json","repair","fix","invalid","stream","streaming"],"bin":{"jsonrepair":"./bin/cli.js"},"scripts":{"test":"vitest watch src","test:it":"vitest run src","build":"npm-run-all build:**","build:clean":"del-cli lib","build:esm":"babel src --out-dir lib/esm --extensions \".ts\" --source-maps --config-file ./babel.config.json","build:cjs":"babel src --out-dir lib/cjs --extensions \".ts\" --source-maps --config-file ./babel-cjs.config.json && cpy tools/cjs lib/cjs --flat","build:umd":"rollup lib/esm/index.js --format umd --name JSONRepair --sourcemap --output.file lib/umd/jsonrepair.js && cpy tools/cjs/package.json lib/umd --flat","build:umd:min":"uglifyjs --compress --mangle --source-map --comments --output lib/umd/jsonrepair.min.js -- lib/umd/jsonrepair.js","build:types":"tsc --project tsconfig-types.json","build:validate":"vitest run test-lib","lint":"biome check","format":"biome check --write","benchmark":"npm run build:esm && node tools/benchmark/run.mjs","build-and-test":"npm run lint && npm run test:it && npm run build","release":"npm-run-all release:**","release:build-and-test":"npm run build-and-test","release:version":"standard-version","release:push":"git push && git push --tag","release:publish":"npm publish","release-dry-run":"npm run build-and-test && standard-version --dry-run","prepare":"husky"},"files":["README.md","LICENSE.md","lib"],"author":"Jos de Jong","license":"ISC","devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.4","@babel/plugin-transform-typescript":"7.28.0","@babel/preset-env":"7.28.3","@babel/preset-typescript":"7.27.1","@biomejs/biome":"2.2.4","@commitlint/cli":"19.8.1","@commitlint/config-conventional":"19.8.1","@types/node":"24.5.2","cpy-cli":"6.0.0","del-cli":"7.0.0","husky":"9.1.7","npm-run-all":"4.1.5","rollup":"4.51.0","standard-version":"9.5.0","tinybench":"5.0.1","ts-node":"10.9.2","typescript":"5.9.2","uglify-js":"3.19.3","vitest":"3.2.4"},"_lastModified":"2026-
|
|
1
|
+
{"name":"jsonrepair","version":"3.13.1","description":"Repair broken JSON documents","repository":{"type":"git","url":"https://github.com/josdejong/jsonrepair.git"},"type":"module","main":"lib/cjs/index.js","module":"lib/esm/index.js","browser":"lib/umd/jsonrepair.min.js","types":"lib/types/index.d.ts","sideEffects":false,"exports":{".":{"import":"./lib/esm/index.js","require":"./lib/cjs/index.js","types":"./lib/types/index.d.ts"},"./stream":{"import":"./lib/esm/stream.js","require":"./lib/cjs/stream.js","types":"./lib/types/stream.d.ts"}},"keywords":["simple","json","repair","fix","invalid","stream","streaming"],"bin":{"jsonrepair":"./bin/cli.js"},"scripts":{"test":"vitest watch src","test:it":"vitest run src","build":"npm-run-all build:**","build:clean":"del-cli lib","build:esm":"babel src --out-dir lib/esm --extensions \".ts\" --source-maps --config-file ./babel.config.json","build:cjs":"babel src --out-dir lib/cjs --extensions \".ts\" --source-maps --config-file ./babel-cjs.config.json && cpy tools/cjs lib/cjs --flat","build:umd":"rollup lib/esm/index.js --format umd --name JSONRepair --sourcemap --output.file lib/umd/jsonrepair.js && cpy tools/cjs/package.json lib/umd --flat","build:umd:min":"uglifyjs --compress --mangle --source-map --comments --output lib/umd/jsonrepair.min.js -- lib/umd/jsonrepair.js","build:types":"tsc --project tsconfig-types.json","build:validate":"vitest run test-lib","lint":"biome check","format":"biome check --write","benchmark":"npm run build:esm && node tools/benchmark/run.mjs","build-and-test":"npm run lint && npm run test:it && npm run build","release":"npm-run-all release:**","release:build-and-test":"npm run build-and-test","release:version":"standard-version","release:push":"git push && git push --tag","release:publish":"npm publish","release-dry-run":"npm run build-and-test && standard-version --dry-run","prepare":"husky"},"files":["README.md","LICENSE.md","lib"],"author":"Jos de Jong","license":"ISC","devDependencies":{"@babel/cli":"7.28.3","@babel/core":"7.28.4","@babel/plugin-transform-typescript":"7.28.0","@babel/preset-env":"7.28.3","@babel/preset-typescript":"7.27.1","@biomejs/biome":"2.2.4","@commitlint/cli":"19.8.1","@commitlint/config-conventional":"19.8.1","@types/node":"24.5.2","cpy-cli":"6.0.0","del-cli":"7.0.0","husky":"9.1.7","npm-run-all":"4.1.5","rollup":"4.51.0","standard-version":"9.5.0","tinybench":"5.0.1","ts-node":"10.9.2","typescript":"5.9.2","uglify-js":"3.19.3","vitest":"3.2.4"},"_lastModified":"2026-08-10T16:51:45.773Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"just-bash","version":"2.14.3","description":"A simulated bash environment with virtual filesystem","repository":{"type":"git","url":"git+https://github.com/vercel-labs/just-bash.git"},"homepage":"https://github.com/vercel-labs/just-bash#readme","bugs":{"url":"https://github.com/vercel-labs/just-bash/issues"},"type":"module","main":"dist/bundle/index.js","types":"dist/index.d.ts","exports":{".":{"browser":"./dist/bundle/browser.js","require":{"types":"./dist/index.d.cts","default":"./dist/bundle/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/bundle/index.js"}},"./browser":{"types":"./dist/browser.d.ts","import":"./dist/bundle/browser.js"}},"files":["dist/bundle/","dist/bin/","dist/*.d.ts","dist/*.d.cts","dist/ast/*.d.ts","dist/commands/**/*.d.ts","dist/fs/**/*.d.ts","dist/interpreter/**/*.d.ts","dist/network/**/*.d.ts","dist/parser/*.d.ts","dist/sandbox/*.d.ts","dist/utils/*.d.ts","vendor/cpython-emscripten/","README.md","CHANGELOG.md","dist/AGENTS.md"],"bin":{"just-bash":"./dist/bin/just-bash.js","just-bash-shell":"./dist/bin/shell/shell.js"},"publishConfig":{"access":"public"},"keywords":[],"author":"Malte and Claude","license":"Apache-2.0","devDependencies":{"@types/ini":"^4.1.1","@types/node":"^25.0.3","@types/papaparse":"^5.5.2","@types/sprintf-js":"^1.1.4","@types/sql.js":"^1.4.9","@types/turndown":"^5.0.6","@vitest/coverage-v8":"^4.0.18","esbuild":"^0.27.2","fast-check":"^3.23.2","knip":"^5.41.1","typescript":"^5.9.3","vitest":"^4.0.16"},"dependencies":{"seek-bzip":"^2.0.0","diff":"^8.0.2","fast-xml-parser":"5.3.3","file-type":"^21.2.0","ini":"^6.0.0","minimatch":"^10.1.1","modern-tar":"^0.7.3","papaparse":"^5.5.3","quickjs-emscripten":"^0.32.0","re2js":"^1.2.1","smol-toml":"^1.6.0","sprintf-js":"^1.1.3","sql.js":"^1.13.0","turndown":"^7.2.2","yaml":"^2.8.2"},"optionalDependencies":{"@mongodb-js/zstd":"^7.0.0","node-liblzma":"^2.0.3"},"scripts":{"build":"rm -rf dist && tsc && pnpm build:lib && pnpm build:lib:cjs && pnpm build:browser && pnpm build:cli && pnpm build:shell && pnpm build:worker && pnpm build:clean && cp dist/index.d.ts dist/index.d.cts && sed '1,/^-->/d' AGENTS.npm.md > dist/AGENTS.md","build:clean":"find dist -name '*.test.js' -delete && find dist -name '*.test.d.ts' -delete","build:worker":"esbuild src/commands/python3/worker.ts --bundle --platform=node --format=esm --outfile=src/commands/python3/worker.js --external:../../../vendor/cpython-emscripten/* && cp src/commands/python3/worker.js dist/commands/python3/worker.js && mkdir -p dist/bin/chunks && cp src/commands/python3/worker.js dist/bin/chunks/worker.js && mkdir -p dist/bundle/chunks && cp src/commands/python3/worker.js dist/bundle/chunks/worker.js && esbuild src/commands/js-exec/js-exec-worker.ts --bundle --platform=node --format=esm --outfile=src/commands/js-exec/js-exec-worker.js --external:quickjs-emscripten && cp src/commands/js-exec/js-exec-worker.js dist/commands/js-exec/js-exec-worker.js && cp src/commands/js-exec/js-exec-worker.js dist/bin/chunks/js-exec-worker.js && cp src/commands/js-exec/js-exec-worker.js dist/bundle/chunks/js-exec-worker.js","build:lib":"esbuild dist/index.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bundle --chunk-names=chunks/[name]-[hash] --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:lib:cjs":"esbuild dist/index.js --bundle --platform=node --format=cjs --minify --outfile=dist/bundle/index.cjs --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:browser":"esbuild dist/browser.js --bundle --platform=browser --format=esm --minify --outfile=dist/bundle/browser.js --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:node:zlib --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip --define:__BROWSER__=true --alias:node:dns=./src/shims/browser-unsupported.js","build:cli":"esbuild dist/cli/just-bash.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bin --entry-names=[name] --chunk-names=chunks/[name]-[hash] --banner:js='#!/usr/bin/env node' --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:shell":"esbuild dist/cli/shell.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bin/shell --entry-names=[name] --chunk-names=chunks/[name]-[hash] --banner:js='#!/usr/bin/env node' --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","validate":"pnpm lint && pnpm knip && pnpm typecheck && pnpm build && pnpm check:worker-sync && pnpm test:run && pnpm test:wasm && pnpm test:dist","typecheck":"tsc --noEmit","lint":"pnpm lint:banned","check:worker-sync":"node scripts/check-worker-sync.js","lint:banned":"node scripts/check-banned-patterns.js","lint:fix":"pnpm --workspace-root lint:fix","knip":"knip","test":"vitest","test:run":"vitest run --exclude src/security/fuzzing/ --exclude src/commands/python3/ --exclude src/commands/sqlite3/ --exclude src/commands/js-exec/ --exclude src/agent-examples/python-scripting.test.ts","test:dist":"vitest run src/cli/just-bash.bundle.test.ts","test:unit":"vitest run --config vitest.unit.config.ts","test:wasm":"vitest run --config vitest.wasm.config.ts","test:comparison":"vitest run --config vitest.comparison.config.ts","test:comparison:record":"RECORD_FIXTURES=1 vitest run --config vitest.comparison.config.ts","test:coverage":"vitest run --coverage","test:coverage:unit":"vitest run --config vitest.unit.config.ts --coverage","test:fuzz":"vitest run src/security/fuzzing/","test:fuzz:long":"FUZZ_RUNS=10000 vitest run src/security/fuzzing/","shell":"npx tsx src/cli/shell.ts","dev:exec":"npx tsx src/cli/exec.ts"},"_lastModified":"2026-
|
|
1
|
+
{"name":"just-bash","version":"2.14.3","description":"A simulated bash environment with virtual filesystem","repository":{"type":"git","url":"git+https://github.com/vercel-labs/just-bash.git"},"homepage":"https://github.com/vercel-labs/just-bash#readme","bugs":{"url":"https://github.com/vercel-labs/just-bash/issues"},"type":"module","main":"dist/bundle/index.js","types":"dist/index.d.ts","exports":{".":{"browser":"./dist/bundle/browser.js","require":{"types":"./dist/index.d.cts","default":"./dist/bundle/index.cjs"},"import":{"types":"./dist/index.d.ts","default":"./dist/bundle/index.js"}},"./browser":{"types":"./dist/browser.d.ts","import":"./dist/bundle/browser.js"}},"files":["dist/bundle/","dist/bin/","dist/*.d.ts","dist/*.d.cts","dist/ast/*.d.ts","dist/commands/**/*.d.ts","dist/fs/**/*.d.ts","dist/interpreter/**/*.d.ts","dist/network/**/*.d.ts","dist/parser/*.d.ts","dist/sandbox/*.d.ts","dist/utils/*.d.ts","vendor/cpython-emscripten/","README.md","CHANGELOG.md","dist/AGENTS.md"],"bin":{"just-bash":"./dist/bin/just-bash.js","just-bash-shell":"./dist/bin/shell/shell.js"},"publishConfig":{"access":"public"},"keywords":[],"author":"Malte and Claude","license":"Apache-2.0","devDependencies":{"@types/ini":"^4.1.1","@types/node":"^25.0.3","@types/papaparse":"^5.5.2","@types/sprintf-js":"^1.1.4","@types/sql.js":"^1.4.9","@types/turndown":"^5.0.6","@vitest/coverage-v8":"^4.0.18","esbuild":"^0.27.2","fast-check":"^3.23.2","knip":"^5.41.1","typescript":"^5.9.3","vitest":"^4.0.16"},"dependencies":{"seek-bzip":"^2.0.0","diff":"^8.0.2","fast-xml-parser":"5.3.3","file-type":"^21.2.0","ini":"^6.0.0","minimatch":"^10.1.1","modern-tar":"^0.7.3","papaparse":"^5.5.3","quickjs-emscripten":"^0.32.0","re2js":"^1.2.1","smol-toml":"^1.6.0","sprintf-js":"^1.1.3","sql.js":"^1.13.0","turndown":"^7.2.2","yaml":"^2.8.2"},"optionalDependencies":{"@mongodb-js/zstd":"^7.0.0","node-liblzma":"^2.0.3"},"scripts":{"build":"rm -rf dist && tsc && pnpm build:lib && pnpm build:lib:cjs && pnpm build:browser && pnpm build:cli && pnpm build:shell && pnpm build:worker && pnpm build:clean && cp dist/index.d.ts dist/index.d.cts && sed '1,/^-->/d' AGENTS.npm.md > dist/AGENTS.md","build:clean":"find dist -name '*.test.js' -delete && find dist -name '*.test.d.ts' -delete","build:worker":"esbuild src/commands/python3/worker.ts --bundle --platform=node --format=esm --outfile=src/commands/python3/worker.js --external:../../../vendor/cpython-emscripten/* && cp src/commands/python3/worker.js dist/commands/python3/worker.js && mkdir -p dist/bin/chunks && cp src/commands/python3/worker.js dist/bin/chunks/worker.js && mkdir -p dist/bundle/chunks && cp src/commands/python3/worker.js dist/bundle/chunks/worker.js && esbuild src/commands/js-exec/js-exec-worker.ts --bundle --platform=node --format=esm --outfile=src/commands/js-exec/js-exec-worker.js --external:quickjs-emscripten && cp src/commands/js-exec/js-exec-worker.js dist/commands/js-exec/js-exec-worker.js && cp src/commands/js-exec/js-exec-worker.js dist/bin/chunks/js-exec-worker.js && cp src/commands/js-exec/js-exec-worker.js dist/bundle/chunks/js-exec-worker.js","build:lib":"esbuild dist/index.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bundle --chunk-names=chunks/[name]-[hash] --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:lib:cjs":"esbuild dist/index.js --bundle --platform=node --format=cjs --minify --outfile=dist/bundle/index.cjs --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:browser":"esbuild dist/browser.js --bundle --platform=browser --format=esm --minify --outfile=dist/bundle/browser.js --external:diff --external:minimatch --external:sprintf-js --external:turndown --external:node:zlib --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip --define:__BROWSER__=true --alias:node:dns=./src/shims/browser-unsupported.js","build:cli":"esbuild dist/cli/just-bash.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bin --entry-names=[name] --chunk-names=chunks/[name]-[hash] --banner:js='#!/usr/bin/env node' --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","build:shell":"esbuild dist/cli/shell.js --bundle --splitting --platform=node --format=esm --minify --outdir=dist/bin/shell --entry-names=[name] --chunk-names=chunks/[name]-[hash] --banner:js='#!/usr/bin/env node' --external:sql.js --external:quickjs-emscripten --external:@mongodb-js/zstd --external:node-liblzma --external:seek-bzip","validate":"pnpm lint && pnpm knip && pnpm typecheck && pnpm build && pnpm check:worker-sync && pnpm test:run && pnpm test:wasm && pnpm test:dist","typecheck":"tsc --noEmit","lint":"pnpm lint:banned","check:worker-sync":"node scripts/check-worker-sync.js","lint:banned":"node scripts/check-banned-patterns.js","lint:fix":"pnpm --workspace-root lint:fix","knip":"knip","test":"vitest","test:run":"vitest run --exclude src/security/fuzzing/ --exclude src/commands/python3/ --exclude src/commands/sqlite3/ --exclude src/commands/js-exec/ --exclude src/agent-examples/python-scripting.test.ts","test:dist":"vitest run src/cli/just-bash.bundle.test.ts","test:unit":"vitest run --config vitest.unit.config.ts","test:wasm":"vitest run --config vitest.wasm.config.ts","test:comparison":"vitest run --config vitest.comparison.config.ts","test:comparison:record":"RECORD_FIXTURES=1 vitest run --config vitest.comparison.config.ts","test:coverage":"vitest run --coverage","test:coverage:unit":"vitest run --config vitest.unit.config.ts --coverage","test:fuzz":"vitest run src/security/fuzzing/","test:fuzz:long":"FUZZ_RUNS=10000 vitest run src/security/fuzzing/","shell":"npx tsx src/cli/shell.ts","dev:exec":"npx tsx src/cli/exec.ts"},"_lastModified":"2026-08-10T16:51:45.609Z"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"nodejs-snowflake","collaborators":["Utkarsh Srivastava <utkarsh@sagacious.dev>"],"description":"Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)","version":"2.0.1","license":"Apache 2.0","repository":{"type":"git","url":"https://github.com/utkarsh-pro/nodejs-snowflake.git"},"files":["nodejs_snowflake_bg.wasm","nodejs_snowflake.js","nodejs_snowflake.d.ts"],"main":"nodejs_snowflake.js","types":"nodejs_snowflake.d.ts","_lastModified":"2026-
|
|
1
|
+
{"name":"nodejs-snowflake","collaborators":["Utkarsh Srivastava <utkarsh@sagacious.dev>"],"description":"Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)","version":"2.0.1","license":"Apache 2.0","repository":{"type":"git","url":"https://github.com/utkarsh-pro/nodejs-snowflake.git"},"files":["nodejs_snowflake_bg.wasm","nodejs_snowflake.js","nodejs_snowflake.d.ts"],"main":"nodejs_snowflake.js","types":"nodejs_snowflake.d.ts","_lastModified":"2026-08-10T16:51:27.776Z"}
|