@nocobase/plugin-ai 3.0.0-alpha.1 → 3.0.0-alpha.11

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.
Files changed (261) hide show
  1. package/dist/ai/docs/nocobase/ai/ai-quick-start.md +1 -1
  2. package/dist/ai/docs/nocobase/ai/claude-code/index.md +1 -1
  3. package/dist/ai/docs/nocobase/ai/codex/index.md +1 -1
  4. package/dist/ai/docs/nocobase/ai/hermes-agent/index.md +1 -1
  5. package/dist/ai/docs/nocobase/ai/index.md +6 -25
  6. package/dist/ai/docs/nocobase/ai/install-nocobase-app.md +1 -1
  7. package/dist/ai/docs/nocobase/ai/openclaw/index.md +1 -1
  8. package/dist/ai/docs/nocobase/ai/opencode/index.md +1 -1
  9. package/dist/ai/docs/nocobase/ai/quick-start.mdx +9 -7
  10. package/dist/ai/docs/nocobase/ai/workbuddy/index.md +1 -1
  11. package/dist/ai/docs/nocobase/ai-builder/ai-portal/agent-workflow.md +153 -0
  12. package/dist/ai/docs/nocobase/ai-builder/ai-portal/components.md +134 -0
  13. package/dist/ai/docs/nocobase/ai-builder/ai-portal/deploy.md +164 -0
  14. package/dist/ai/docs/nocobase/ai-builder/ai-portal/index.md +144 -0
  15. package/dist/ai/docs/nocobase/ai-builder/ai-portal/model-selection.md +120 -0
  16. package/dist/ai/docs/nocobase/ai-builder/ai-portal/project-structure.md +128 -0
  17. package/dist/ai/docs/nocobase/ai-builder/index.md +73 -32
  18. package/dist/ai/docs/nocobase/ai-builder/ui-builder.md +2 -0
  19. package/dist/ai/docs/nocobase/ai-dev/index.md +2 -1
  20. package/dist/ai/docs/nocobase/ai-dev/watermark-plugin.md +2 -0
  21. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/complete-example.md +206 -0
  22. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/define-ai-employee.md +149 -0
  23. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/define-skill.md +138 -0
  24. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/define-tool.md +189 -0
  25. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/frontend-tool-ui.md +296 -0
  26. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/index.md +126 -0
  27. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/internationalization.md +88 -0
  28. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/troubleshooting.md +86 -0
  29. package/dist/ai/docs/nocobase/ai-employees/{knowledge-base/dev → dev/knowledge-base}/external-knowledge-base.md +2 -2
  30. package/dist/ai/docs/nocobase/ai-employees/knowledge-base/knowledge-base/index.md +1 -1
  31. package/dist/ai/docs/nocobase/ai-employees/knowledge-base/rag.md +43 -13
  32. package/dist/ai/docs/nocobase/api/cli/api/resource/create.md +4 -3
  33. package/dist/ai/docs/nocobase/api/cli/index.md +1 -1
  34. package/dist/ai/docs/nocobase/api/cli/portal/config.md +5 -3
  35. package/dist/ai/docs/nocobase/api/cli/portal/create.md +3 -6
  36. package/dist/ai/docs/nocobase/api/cli/portal/deploy.md +1 -1
  37. package/dist/ai/docs/nocobase/api/cli/portal/destroy.md +6 -4
  38. package/dist/ai/docs/nocobase/api/cli/portal/dev.md +21 -9
  39. package/dist/ai/docs/nocobase/api/cli/portal/index.md +19 -13
  40. package/dist/ai/docs/nocobase/api/cli/portal/info.md +3 -3
  41. package/dist/ai/docs/nocobase/api/cli/portal/list.md +5 -5
  42. package/dist/ai/docs/nocobase/api/cli/portal/pull.md +11 -1
  43. package/dist/ai/docs/nocobase/api/cli/portal/push.md +1 -1
  44. package/dist/ai/docs/nocobase/development/index.md +1 -1
  45. package/dist/ai/docs/nocobase/file-manager/file-preview/index.md +44 -3
  46. package/dist/ai/docs/nocobase/file-manager/storage/aliyun-oss.md +100 -3
  47. package/dist/ai/docs/nocobase/nocobase-cli/installation/cli.md +1 -1
  48. package/dist/ai/docs/nocobase/plugin-development/build.md +10 -4
  49. package/dist/ai/docs/nocobase/plugin-development/client/appendix/faq.md +1 -1
  50. package/dist/ai/docs/nocobase/plugin-development/client/examples/custom-action.md +2 -0
  51. package/dist/ai/docs/nocobase/plugin-development/client/examples/custom-block.md +2 -0
  52. package/dist/ai/docs/nocobase/plugin-development/client/examples/custom-field.md +2 -0
  53. package/dist/ai/docs/nocobase/plugin-development/client/examples/fullstack-plugin.md +2 -0
  54. package/dist/ai/docs/nocobase/plugin-development/client/examples/settings-page.md +2 -0
  55. package/dist/ai/docs/nocobase/plugin-development/common/i18n.md +3 -3
  56. package/dist/ai/docs/nocobase/plugin-development/server/cache.md +1 -1
  57. package/dist/ai/docs/nocobase/plugin-development/server/collections.md +0 -6
  58. package/dist/ai/docs/nocobase/plugin-development/server/command.md +2 -2
  59. package/dist/ai/docs/nocobase/plugin-development/server/context.md +2 -2
  60. package/dist/ai/docs/nocobase/plugin-development/server/i18n.md +4 -4
  61. package/dist/ai/docs/nocobase/plugin-development/write-your-first-plugin.md +91 -43
  62. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-bulk-edit/index.md +1 -1
  63. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-bulk-update/index.md +1 -1
  64. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-custom-request/index.md +1 -1
  65. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-duplicate/index.md +1 -1
  66. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-export/index.md +1 -1
  67. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-import/index.md +1 -1
  68. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-print/index.md +1 -1
  69. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ai/index.md +1 -1
  70. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ai-gigachat/index.md +1 -1
  71. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-api-doc/index.md +1 -1
  72. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-api-keys/index.md +1 -1
  73. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-async-task-manager/index.md +1 -1
  74. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-audit-logs/index.md +1 -1
  75. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth/index.md +1 -1
  76. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth-sms/index.md +1 -1
  77. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-backup-restore/index.md +1 -1
  78. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-backups/index.md +1 -1
  79. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-comment/index.md +1 -1
  80. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-grid-card/index.md +1 -1
  81. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-iframe/index.md +1 -1
  82. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-list/index.md +1 -1
  83. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-markdown/index.md +1 -1
  84. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-multi-step-form/index.md +1 -1
  85. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-template/index.md +1 -1
  86. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-tree/index.md +1 -1
  87. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-workbench/index.md +1 -1
  88. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-calendar/index.md +1 -1
  89. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-charts/index.md +1 -1
  90. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-client/index.md +1 -1
  91. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-fdw/index.md +1 -1
  92. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-sql/index.md +1 -1
  93. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-tree/index.md +1 -1
  94. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-comments/index.md +1 -1
  95. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-custom-variables/index.md +1 -1
  96. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-main/index.md +1 -1
  97. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-manager/index.md +1 -1
  98. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-visualization/index.md +1 -1
  99. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-visualization-echarts/index.md +1 -1
  100. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-departments/index.md +1 -1
  101. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-embed/index.md +1 -1
  102. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-environment-variables/index.md +1 -1
  103. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-error-handler/index.md +1 -1
  104. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-attachment-url/index.md +1 -1
  105. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-china-region/index.md +1 -1
  106. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-code/index.md +1 -1
  107. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-formula/index.md +1 -1
  108. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-m2m-array/index.md +1 -1
  109. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-markdown-vditor/index.md +1 -1
  110. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-sequence/index.md +1 -1
  111. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-sort/index.md +1 -1
  112. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-file-manager/index.md +1 -1
  113. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-file-previewer-office/index.md +1 -1
  114. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-flow-engine/index.md +1 -1
  115. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-form-drafts/index.md +1 -1
  116. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-gantt/index.md +1 -1
  117. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-graph-collection-manager/index.md +1 -1
  118. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-idp-oauth/index.md +1 -1
  119. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-kanban/index.md +1 -1
  120. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-license/index.md +1 -1
  121. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-locale-tester/index.md +1 -1
  122. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-localization/index.md +1 -1
  123. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-logger/index.md +1 -1
  124. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-map/index.md +1 -1
  125. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mcp-server/index.md +1 -1
  126. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mobile/index.md +1 -1
  127. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mobile-client/index.md +1 -1
  128. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-app-manager/index.md +1 -1
  129. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-app-share-collection/index.md +1 -1
  130. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-keyword-filter/index.md +1 -1
  131. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-email/index.md +1 -1
  132. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-in-app-message/index.md +1 -1
  133. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-manager/index.md +1 -1
  134. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-public-forms/index.md +1 -1
  135. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-snapshot-field/index.md +1 -1
  136. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-system-settings/index.md +1 -1
  137. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-text-copy/index.md +1 -1
  138. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-theme-editor/index.md +1 -1
  139. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-layout/index.md +1 -1
  140. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-schema-storage/index.md +1 -1
  141. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-templates/index.md +1 -1
  142. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-user-data-sync/index.md +1 -1
  143. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-users/index.md +1 -1
  144. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-verification/index.md +1 -1
  145. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow/index.md +1 -1
  146. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-action-trigger/index.md +1 -1
  147. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-aggregate/index.md +1 -1
  148. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-cc/index.md +1 -1
  149. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-custom-action-trigger/index.md +1 -1
  150. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-date-calculation/index.md +1 -1
  151. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-delay/index.md +1 -1
  152. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-dynamic-calculation/index.md +1 -1
  153. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-javascript/index.md +1 -1
  154. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-json-variable-mapping/index.md +1 -1
  155. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-loop/index.md +1 -1
  156. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-mailer/index.md +1 -1
  157. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-manual/index.md +1 -1
  158. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-notification/index.md +1 -1
  159. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-parallel/index.md +1 -1
  160. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-request/index.md +1 -1
  161. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-request-interceptor/index.md +1 -1
  162. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-response-message/index.md +1 -1
  163. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-sql/index.md +1 -1
  164. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-test/index.md +1 -1
  165. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-variable/index.md +1 -1
  166. package/dist/ai/docs/nocobase/users-permissions/sync/index.md +8 -1
  167. package/dist/ai/docs/nocobase/users-permissions/sync/sources/dingtalk.md +138 -0
  168. package/dist/ai/docs/nocobase/users-permissions/sync/sources/ldap.md +87 -0
  169. package/dist/ai/docs/nocobase/workflow/nodes/javascript.md +21 -1
  170. package/dist/ai/tools/knowledge-base-retrieve.js +3 -1
  171. package/dist/client/244.276308c9b2090ec2.js +10 -0
  172. package/dist/client/{264.cc98933ef65608b6.js → 264.6ca5f2eeb4173d86.js} +1 -1
  173. package/dist/client/{705.19b642db34de438a.js → 705.a4fe26945d175e8a.js} +1 -1
  174. package/dist/client/index.js +3 -3
  175. package/dist/client-v2/244.e85b8d4659ca66c0.js +10 -0
  176. package/dist/client-v2/{264.be92ff6a4d2612f1.js → 264.3c7d8e90aa7f46ee.js} +1 -1
  177. package/dist/client-v2/420.a5b929a5e7f330be.js +10 -0
  178. package/dist/client-v2/{705.8dc34d43f02f322c.js → 705.f2e1b26a3f000075.js} +1 -1
  179. package/dist/client-v2/ai-employees/chatbox/hooks/reasoning-stream.d.ts +10 -0
  180. package/dist/client-v2/ai-employees/chatbox/stores/chat-box.d.ts +0 -2
  181. package/dist/client-v2/index.js +3 -3
  182. package/dist/client-v2/llm-providers/forms.d.ts +2 -0
  183. package/dist/client-v2/llm-providers/index.d.ts +1 -0
  184. package/dist/client-v2/models/ai-employees/AIEmployeeShortcutModel.d.ts +3 -0
  185. package/dist/client-v2/pages/EmployeesPage.d.ts +10 -0
  186. package/dist/client-v2/pages/LLMServicesPage.d.ts +9 -4
  187. package/dist/client-v2/repositories/AIConfigRepository.d.ts +2 -0
  188. package/dist/collections/ai-employees.d.ts +1 -0
  189. package/dist/collections/ai-employees.js +1 -0
  190. package/dist/externalVersion.js +18 -16
  191. package/dist/locale/de-DE.json +2 -1
  192. package/dist/locale/en-US.json +18 -5
  193. package/dist/locale/es-ES.json +2 -1
  194. package/dist/locale/fr-FR.json +2 -1
  195. package/dist/locale/hu-HU.json +2 -1
  196. package/dist/locale/id-ID.json +2 -1
  197. package/dist/locale/it-IT.json +2 -1
  198. package/dist/locale/ja-JP.json +2 -1
  199. package/dist/locale/ko-KR.json +2 -1
  200. package/dist/locale/nl-NL.json +2 -1
  201. package/dist/locale/pt-BR.json +2 -1
  202. package/dist/locale/ru-RU.json +2 -1
  203. package/dist/locale/tr-TR.json +2 -1
  204. package/dist/locale/uk-UA.json +2 -1
  205. package/dist/locale/vi-VN.json +2 -1
  206. package/dist/locale/zh-CN.json +18 -5
  207. package/dist/locale/zh-TW.json +2 -1
  208. package/dist/node_modules/@langchain/mistralai/package.json +1 -1
  209. package/dist/node_modules/@langchain/xai/package.json +1 -1
  210. package/dist/node_modules/fs-extra/package.json +1 -1
  211. package/dist/node_modules/jsonrepair/package.json +1 -1
  212. package/dist/node_modules/just-bash/package.json +1 -1
  213. package/dist/node_modules/nodejs-snowflake/package.json +1 -1
  214. package/dist/node_modules/openai/package.json +1 -1
  215. package/dist/node_modules/zod/package.json +1 -1
  216. package/dist/server/ai-employees/ai-conversations.d.ts +2 -1
  217. package/dist/server/ai-employees/ai-conversations.js +2 -0
  218. package/dist/server/ai-employees/ai-employee.d.ts +2 -0
  219. package/dist/server/ai-employees/ai-employee.js +86 -40
  220. package/dist/server/ai-employees/ai-knowledge-base.d.ts +21 -1
  221. package/dist/server/ai-employees/ai-knowledge-base.js +76 -8
  222. package/dist/server/ai-employees/reasoning-stream-state.d.ts +23 -0
  223. package/dist/server/ai-employees/reasoning-stream-state.js +63 -0
  224. package/dist/server/collections/ai-conversations.js +5 -0
  225. package/dist/server/features/knowledge-base.d.ts +2 -0
  226. package/dist/server/llm-providers/common/reasoning.js +18 -10
  227. package/dist/{client-v2/ai-employees/chatbox/components/DebugPanel.d.ts → server/llm-providers/deepseek/index.d.ts} +2 -2
  228. package/dist/server/llm-providers/deepseek/index.js +32 -0
  229. package/dist/server/llm-providers/deepseek/provider.d.ts +57 -0
  230. package/dist/server/llm-providers/deepseek/provider.js +320 -0
  231. package/dist/server/llm-providers/deepseek/reasoning.d.ts +83 -0
  232. package/dist/server/llm-providers/deepseek/reasoning.js +285 -0
  233. package/dist/server/llm-providers/mistral.d.ts +1 -1
  234. package/dist/server/llm-providers/provider.d.ts +1 -0
  235. package/dist/server/llm-providers/provider.js +3 -0
  236. package/dist/server/llm-providers/shengsuanyun.d.ts +29 -0
  237. package/dist/server/llm-providers/shengsuanyun.js +114 -0
  238. package/dist/server/manager/ai-feature-manager.js +1 -1
  239. package/dist/server/manager/ai-manager.d.ts +3 -0
  240. package/dist/server/manager/ai-manager.js +7 -2
  241. package/dist/server/migrations/20260501000000-ai-employee-knowledge-base-retrieval-strategy.d.ts +14 -0
  242. package/dist/server/migrations/20260501000000-ai-employee-knowledge-base-retrieval-strategy.js +49 -0
  243. package/dist/server/migrations/20260803185305-migrate-ai-conversations-portal-name.d.ts +14 -0
  244. package/dist/server/migrations/20260803185305-migrate-ai-conversations-portal-name.js +52 -0
  245. package/dist/server/plugin.js +6 -0
  246. package/dist/server/resource/aiConversations.js +14 -2
  247. package/dist/server/resource/aiEmployees.js +8 -0
  248. package/dist/server/types/ai-message.type.d.ts +4 -0
  249. package/dist/server/types/knowledge-base.type.d.ts +2 -1
  250. package/dist/swagger/index.d.ts +29 -0
  251. package/dist/swagger/llm.d.ts +8 -0
  252. package/dist/swagger/llm.js +8 -0
  253. package/dist/swagger/schemas.d.ts +21 -0
  254. package/dist/swagger/schemas.js +11 -0
  255. package/package.json +2 -2
  256. package/dist/client/244.8631eb5cf3f05e21.js +0 -10
  257. package/dist/client-v2/244.c428e645ecb94414.js +0 -10
  258. package/dist/client-v2/420.b2aedb1ff71fca0e.js +0 -10
  259. package/dist/client-v2/debug-logger.d.ts +0 -52
  260. package/dist/server/llm-providers/deepseek.d.ts +0 -40
  261. package/dist/server/llm-providers/deepseek.js +0 -174
@@ -22,6 +22,7 @@ export type OptionField = {
22
22
  };
23
23
  export declare const ProviderSettingsForm: React.FC;
24
24
  export declare const OrcaRouterProviderSettingsForm: React.FC;
25
+ export declare const ShengSuanYunProviderSettingsForm: React.FC;
25
26
  export declare const EmptyProviderSettingsForm: React.FC;
26
27
  export declare const ModelSelect: React.FC<{
27
28
  value?: string;
@@ -38,6 +39,7 @@ export declare const qwenCompletionFields: OptionField[];
38
39
  export declare const deepSeekCompletionFields: OptionField[];
39
40
  export declare const xAICompletionFields: OptionField[];
40
41
  export declare const orcaRouterCompletionFields: OptionField[];
42
+ export declare const shengSuanYunCompletionFields: OptionField[];
41
43
  export declare const mistralCompletionFields: OptionField[];
42
44
  export declare const googleGenAICompletionFields: OptionField[];
43
45
  export declare const ollamaCompletionFields: OptionField[];
@@ -19,6 +19,7 @@ export declare const xaiProviderOptions: LLMProviderOptions;
19
19
  export declare const mimoProviderOptions: LLMProviderOptions;
20
20
  export declare const mistralProviderOptions: LLMProviderOptions;
21
21
  export declare const orcarouterProviderOptions: LLMProviderOptions;
22
+ export declare const shengsuanyunProviderOptions: LLMProviderOptions;
22
23
  export declare const ollamaProviderOptions: LLMProviderOptions;
23
24
  export declare const builtinLLMProviderOptions: Array<[string, LLMProviderOptions]>;
24
25
  export declare const getBuiltinLLMProviderModelOptionFields: (provider?: string) => OptionField[];
@@ -30,11 +30,14 @@ export declare class AIEmployeeShortcutModel extends FlowModel {
30
30
  render(): React.JSX.Element;
31
31
  }
32
32
  export declare class AIEmployeeButtonModel extends AIEmployeeShortcutModel {
33
+ get supportedActionLinkageStates(): readonly ["visible", "hidden"];
33
34
  render(): React.JSX.Element;
35
+ protected renderHiddenInConfig(): React.ReactNode;
34
36
  }
35
37
  type ShortcutTask = Task & {
36
38
  skillSettings?: SkillSettings;
37
39
  };
40
+ export declare const getShortcutTaskIndexFromFieldPath: (segments: Array<string | number>) => number | null;
38
41
  export declare const normalizeShortcutTaskSkillSettings: (task: ShortcutTask, options?: {
39
42
  dropEmptyLegacyArrays?: boolean;
40
43
  }) => void;
@@ -8,6 +8,7 @@
8
8
  */
9
9
  import React from 'react';
10
10
  import type { APIClient } from '@nocobase/client-v2';
11
+ import { useT } from '../locale';
11
12
  import type { AIEmployee as ChatAIEmployee } from '../ai-employees/types';
12
13
  type EmployeeCategory = 'business' | 'developer';
13
14
  type APIClientLike = Pick<APIClient, 'resource'>;
@@ -38,6 +39,7 @@ type SettingsAIEmployee = ChatAIEmployee & {
38
39
  topK?: number;
39
40
  score?: string | number;
40
41
  knowledgeBaseKeys?: string[];
42
+ retrievalStrategy?: 'always' | 'onDemand';
41
43
  };
42
44
  missingKnowledgeBaseKeys?: string[];
43
45
  };
@@ -58,7 +60,15 @@ export declare function deleteAIEmployee(apiClient: APIClientLike, username: str
58
60
  export declare function updateAIEmployeeEnabled(apiClient: APIClientLike, username: string, enabled: boolean): Promise<void>;
59
61
  export declare function isKnowledgeBaseEnabled(apiClient: APIClientLike): Promise<boolean>;
60
62
  export declare function listKnowledgeBases(apiClient: APIClientLike): Promise<KnowledgeBaseOption[]>;
63
+ export declare const normalizeKnowledgeBaseSettingsForForm: (knowledgeBase: SettingsAIEmployee['knowledgeBase'] | undefined, defaultStrategy: 'always' | 'onDemand') => NonNullable<SettingsAIEmployee['knowledgeBase']>;
64
+ export declare const createInitialEmployeeValues: (t: ReturnType<typeof useT>) => EmployeeFormValues;
61
65
  export declare const normalizeSkillSettings: (value: unknown) => EmployeeSkillSettings;
62
66
  export declare const buildEmployeeSubmitValues: (values: EmployeeFormValues, allValues: EmployeeFormValues) => EmployeeFormValues;
67
+ export declare const SkillSettings: React.FC<{
68
+ builtIn?: boolean;
69
+ }>;
70
+ export declare const KnowledgeBaseSettings: React.FC<{
71
+ apiClient: APIClientLike;
72
+ }>;
63
73
  export declare const EmployeesPage: React.FC;
64
74
  export default EmployeesPage;
@@ -8,7 +8,7 @@
8
8
  */
9
9
  import React from 'react';
10
10
  import type { FormInstance } from 'antd';
11
- import type { APIClient } from '@nocobase/client-v2';
11
+ import type { APIClient, UIOperation } from '@nocobase/client-v2';
12
12
  type APIClientLike = Pick<APIClient, 'resource'>;
13
13
  export type ProviderOption = {
14
14
  key: string;
@@ -38,6 +38,14 @@ type LLMServicesListResult = {
38
38
  data: LLMServiceRecord[];
39
39
  total?: number;
40
40
  };
41
+ export type LLMServiceUIOperation = UIOperation<'llmServices:create'> | (UIOperation<'llmServices:update', {
42
+ filterByTk: string;
43
+ }> & {
44
+ params: {
45
+ filterByTk: string;
46
+ };
47
+ });
48
+ export declare const isLLMServiceUIOperation: (operation: UIOperation) => operation is LLMServiceUIOperation;
41
49
  export declare const normalizeEnabledModels: (value: unknown) => EnabledModelsConfig;
42
50
  export declare function listLLMServices(apiClient: APIClientLike): Promise<LLMServicesListResult>;
43
51
  export declare function createLLMService(apiClient: APIClientLike, values: LLMServiceFormValues): Promise<void>;
@@ -61,9 +69,6 @@ export declare function testLLMServiceFlight(apiClient: APIClientLike, values: {
61
69
  message?: string;
62
70
  }>;
63
71
  export declare const getInitialLLMServiceFormValues: () => LLMServiceFormValues;
64
- export declare const shouldAutoOpenAddNew: (state: unknown) => state is {
65
- autoOpenAddNew: true;
66
- };
67
72
  export declare const LLMServiceForm: React.FC<{
68
73
  editing: boolean;
69
74
  providers: ProviderOption[];
@@ -18,8 +18,10 @@ export interface LLMServiceItem {
18
18
  value: string;
19
19
  }[];
20
20
  supportWebSearch?: boolean;
21
+ webSearchModels?: string[];
21
22
  isToolConflict?: boolean;
22
23
  }
24
+ export declare function supportsWebSearchForModel(service?: LLMServiceItem | null, model?: string | null): boolean;
23
25
  export declare class AIConfigRepository {
24
26
  private readonly apiClient;
25
27
  private readonly options?;
@@ -78,6 +78,7 @@ export type AIEmployee = {
78
78
  topK: number;
79
79
  score: string;
80
80
  knowledgeBaseKeys: string[];
81
+ retrievalStrategy?: 'always' | 'onDemand';
81
82
  };
82
83
  enableKnowledgeBase: boolean;
83
84
  enabled: boolean;
@@ -104,6 +104,7 @@ var ai_employees_default = {
104
104
  * topK: number;
105
105
  * score: string;
106
106
  * knowledgeBaseKeys: string[];
107
+ * retrievalStrategy: 'always' | 'onDemand';
107
108
  * }
108
109
  */
109
110
  {
@@ -8,17 +8,17 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/plugin-acl": "3.0.0-alpha.1",
12
- "@nocobase/plugin-workflow": "3.0.0-alpha.1",
13
- "@nocobase/client": "3.0.0-alpha.1",
14
- "@nocobase/utils": "3.0.0-alpha.1",
15
- "@nocobase/flow-engine": "3.0.0-alpha.1",
16
- "@nocobase/client-v2": "3.0.0-alpha.1",
17
- "@nocobase/database": "3.0.0-alpha.1",
18
- "@nocobase/actions": "3.0.0-alpha.1",
19
- "@nocobase/plugin-file-manager": "3.0.0-alpha.1",
20
- "@nocobase/server": "3.0.0-alpha.1",
21
- "@nocobase/ai": "3.0.0-alpha.1",
11
+ "@nocobase/plugin-acl": "3.0.0-alpha.11",
12
+ "@nocobase/plugin-workflow": "3.0.0-alpha.11",
13
+ "@nocobase/client": "3.0.0-alpha.11",
14
+ "@nocobase/utils": "3.0.0-alpha.11",
15
+ "@nocobase/flow-engine": "3.0.0-alpha.11",
16
+ "@nocobase/client-v2": "3.0.0-alpha.11",
17
+ "@nocobase/database": "3.0.0-alpha.11",
18
+ "@nocobase/actions": "3.0.0-alpha.11",
19
+ "@nocobase/plugin-file-manager": "3.0.0-alpha.11",
20
+ "@nocobase/server": "3.0.0-alpha.11",
21
+ "@nocobase/ai": "3.0.0-alpha.11",
22
22
  "langchain": "1.2.39",
23
23
  "react": "18.2.0",
24
24
  "antd": "5.24.2",
@@ -30,18 +30,20 @@ module.exports = {
30
30
  "react-router-dom": "6.30.1",
31
31
  "@langchain/core": "1.1.49",
32
32
  "@langchain/langgraph": "1.4.4",
33
- "@nocobase/cache": "3.0.0-alpha.1",
33
+ "@nocobase/cache": "3.0.0-alpha.11",
34
34
  "@langchain/anthropic": "1.3.17",
35
35
  "@langchain/openai": "1.4.7",
36
- "@langchain/deepseek": "1.0.27",
37
36
  "@langchain/google-genai": "2.1.18",
38
37
  "@langchain/ollama": "1.2.7",
39
- "@nocobase/acl": "3.0.0-alpha.1",
40
- "@nocobase/data-source-manager": "3.0.0-alpha.1",
41
- "@nocobase/resourcer": "3.0.0-alpha.1",
38
+ "@nocobase/acl": "3.0.0-alpha.11",
39
+ "@nocobase/data-source-manager": "3.0.0-alpha.11",
40
+ "@nocobase/resourcer": "3.0.0-alpha.11",
42
41
  "dayjs": "1.11.13",
43
42
  "react-dom": "18.2.0",
43
+ "@formily/core": "2.3.7",
44
+ "@formily/react": "2.3.7",
44
45
  "@langchain/langgraph-checkpoint": "1.1.2",
46
+ "@langchain/deepseek": "1.0.27",
45
47
  "@dnd-kit/core": "6.1.0",
46
48
  "axios": "1.7.7"
47
49
  };
@@ -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": "Einstellungen"
205
206
  }
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "API Key": "API Key",
3
+ "X-Title": "X-Title",
4
+ "Sent as the \"X-Title\" request header.": "Sent as the \"X-Title\" request header.",
3
5
  "HTTP Referer": "HTTP Referer",
4
6
  "App Title": "App Title",
5
7
  "Optional. Sent as the \"HTTP-Referer\" header for app attribution.": "Optional. Sent as the \"HTTP-Referer\" header for app attribution.",
@@ -42,6 +44,7 @@
42
44
  "Add datasource": "Add data source",
43
45
  "Add file": "Add file",
44
46
  "Add prompt": "Add prompt",
47
+ "Add skill": "Add skill",
45
48
  "Add tool": "Add tool",
46
49
  "Ask": "Ask",
47
50
  "Allow": "Allow",
@@ -51,6 +54,8 @@
51
54
  "Shared by all AI employees.": "Shared by all AI employees.",
52
55
  "Employee-specific tools": "Employee-specific tools",
53
56
  "Only available to this AI employee.": "Only available to this AI employee.",
57
+ "Custom skills": "Custom skills",
58
+ "Can be added to or removed from this AI employee.": "Can be added to or removed from this AI employee.",
54
59
  "Custom tools": "Custom tools",
55
60
  "Created by workflow. You can add/remove and set default permissions.": "Created by workflow. You can add/remove and set default permissions.",
56
61
  "Permission": "Permission",
@@ -166,7 +171,17 @@
166
171
  "Knowledge Base Prompt": "Knowledge Base Prompt",
167
172
  "Knowledge Base Prompt placeholder": "Knowledge Base Prompt placeholder",
168
173
  "KnowledgeBase": "Knowledge Base",
174
+ "Retrieval strategy": "Retrieval strategy",
175
+ "Automatically retrieve for every question": "Automatically retrieve for every question",
176
+ "Retrieve before every user question, then answer with the retrieved content.": "Retrieve before every user question, then answer with the retrieved content.",
177
+ "Retrieve on demand": "Retrieve on demand",
178
+ "The AI employee retrieves knowledge-base content only when it determines that it is needed.": "The AI employee retrieves knowledge-base content only when it determines that it is needed.",
179
+ "Leave blank to retrieve from all knowledge bases": "Leave blank to retrieve from all knowledge bases",
180
+ "Actual retrieval is limited to knowledge bases accessible to the roles of the user using this AI employee. Inaccessible knowledge bases are excluded.": "Actual retrieval is limited to knowledge bases accessible to the roles of the user using this AI employee. Inaccessible knowledge bases are excluded.",
181
+ "Maximum number of knowledge-base entries returned for each retrieval.": "Maximum number of knowledge-base entries returned for each retrieval.",
182
+ "Minimum similarity score for knowledge-base content to be included in retrieval results.": "Minimum similarity score for knowledge-base content to be included in retrieval results.",
169
183
  "LLM service": "LLM service",
184
+ "LLM service \"{{name}}\" was not found": "LLM service \"{{name}}\" was not found",
170
185
  "LLM service not configured": "LLM service not configured",
171
186
  "LLM services": "LLM services",
172
187
  "LLM service test failed. Please check the service configuration.": "LLM service test failed. Please check the service configuration.",
@@ -180,6 +195,7 @@
180
195
  "Message type": "Message type",
181
196
  "Messages": "Messages",
182
197
  "Mistral models": "Mistral models",
198
+ "300+ latest mainstream models across leading model families": "300+ latest mainstream models across leading model families",
183
199
  "Model": "Model",
184
200
  "Model ID already exists": "Model ID already exists",
185
201
  "Model ID is required": "Model ID is required",
@@ -502,11 +518,7 @@
502
518
  "Unsaved changes": "Unsaved changes",
503
519
  "Are you sure you don't want to save?": "Are you sure you don't want to save?",
504
520
  "Select a role to configure permissions": "Select a role to configure permissions",
505
- "Debug Panel": "Debug Panel",
506
521
  "Export": "Export",
507
- "Search logs...": "Search logs...",
508
- "No conversation selected": "No conversation selected",
509
- "No logs": "No logs",
510
522
  "Close": "Close",
511
523
  "Search": "Search",
512
524
  "Unread": "Unread",
@@ -572,5 +584,6 @@
572
584
  "confirmed": "Confirmed",
573
585
  "success": "Success",
574
586
  "error": "Error",
575
- "GigaChat by Sber": "GigaChat by Sber"
587
+ "GigaChat by Sber": "GigaChat by Sber",
588
+ "Settings": "Settings"
576
589
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "API Key": "API Key",
3
+ "X-Title": "X-Title",
4
+ "Sent as the \"X-Title\" request header.": "作为 \"X-Title\" 请求头发送。",
3
5
  "HTTP Referer": "HTTP Referer",
4
6
  "App Title": "应用标题",
5
7
  "Optional. Sent as the \"HTTP-Referer\" header for app attribution.": "可选。作为 \"HTTP-Referer\" 请求头发送,用于应用来源标识。",
@@ -42,6 +44,7 @@
42
44
  "Add datasource": "添加数据源",
43
45
  "Add file": "添加文件",
44
46
  "Add prompt": "添加提示",
47
+ "Add skill": "添加技能",
45
48
  "Add tool": "添加工具",
46
49
  "Ask": "询问",
47
50
  "Allow": "允许",
@@ -51,6 +54,8 @@
51
54
  "Shared by all AI employees.": "所有 AI 员工共享。",
52
55
  "Employee-specific tools": "员工专属工具",
53
56
  "Only available to this AI employee.": "仅当前 AI 员工可用。",
57
+ "Custom skills": "自定义技能",
58
+ "Can be added to or removed from this AI employee.": "可添加到当前 AI 员工或从中移除。",
54
59
  "Custom tools": "自定义工具",
55
60
  "Created by workflow. You can add/remove and set default permissions.": "通过工作流创建,可添加/移除并设置默认权限。",
56
61
  "Permission": "权限",
@@ -167,7 +172,17 @@
167
172
  "Knowledge Base Prompt": "提示词(引用知识库)",
168
173
  "Knowledge Base Prompt placeholder": "",
169
174
  "KnowledgeBase": "知识库",
175
+ "Retrieval strategy": "召回策略",
176
+ "Automatically retrieve for every question": "每次提问自动召回",
177
+ "Retrieve before every user question, then answer with the retrieved content.": "每次收到用户提问时,先检索知识库,再结合检索结果生成回答。",
178
+ "Retrieve on demand": "按需召回",
179
+ "The AI employee retrieves knowledge-base content only when it determines that it is needed.": "AI 员工会在判断有必要时调用知识库检索工具,再结合检索结果回答。",
180
+ "Leave blank to retrieve from all knowledge bases": "未选择知识库时,将从所有可访问的知识库中召回相关内容",
181
+ "Actual retrieval is limited to knowledge bases accessible to the roles of the user using this AI employee. Inaccessible knowledge bases are excluded.": "实际召回范围取决于使用该 AI 员工的用户角色权限;无权限的知识库不会参与召回。",
182
+ "Maximum number of knowledge-base entries returned for each retrieval.": "设置每次召回返回的知识库内容条数上限。",
183
+ "Minimum similarity score for knowledge-base content to be included in retrieval results.": "仅召回相似度分数不低于此阈值的知识库内容。",
170
184
  "LLM service": "LLM 服务",
185
+ "LLM service \"{{name}}\" was not found": "未找到 LLM 服务 \"{{name}}\"",
171
186
  "LLM service not configured": "LLM 服务未配置",
172
187
  "LLM services": "LLM 服务",
173
188
  "LLM service test failed. Please check the service configuration.": "LLM 服务测试失败,请检查服务配置。",
@@ -181,6 +196,7 @@
181
196
  "Message type": "消息类型",
182
197
  "Messages": "消息",
183
198
  "Mistral models": "Mistral 模型",
199
+ "300+ latest mainstream models across leading model families": "300+最新各系列主流模型",
184
200
  "Model": "模型",
185
201
  "Model ID already exists": "模型标识已存在",
186
202
  "Model ID is required": "请输入模型标识",
@@ -508,11 +524,7 @@
508
524
  "Unsaved changes": "未保存的修改",
509
525
  "Are you sure you don't want to save?": "确定不保存吗?",
510
526
  "Select a role to configure permissions": "选择一个角色来配置权限",
511
- "Debug Panel": "调试面板",
512
527
  "Export": "导出",
513
- "Search logs...": "搜索日志...",
514
- "No conversation selected": "未选择会话",
515
- "No logs": "暂无日志",
516
528
  "Close": "关闭",
517
529
  "Search": "搜索",
518
530
  "Unread": "未读",
@@ -578,5 +590,6 @@
578
590
  "confirmed": "已确认",
579
591
  "success": "成功",
580
592
  "error": "错误",
581
- "GigaChat by Sber": "Sber 的 GigaChat 模型"
593
+ "GigaChat by Sber": "Sber 的 GigaChat 模型",
594
+ "Settings": "设置"
582
595
  }
@@ -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-07-30T03:56:56.379Z"}
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-23T06:24:28.718Z"}
@@ -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-07-30T03:56:58.691Z"}
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-23T06:24:31.384Z"}
@@ -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-07-30T03:56:58.858Z"}
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-23T06:24:31.549Z"}
@@ -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-07-30T03:57:03.713Z"}
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-23T06:24:39.279Z"}
@@ -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-07-30T03:57:03.563Z"}
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-23T06:24:37.294Z"}
@@ -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-07-30T03:56:48.027Z"}
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-23T06:24:21.095Z"}