@nocobase/plugin-ai 2.3.0-beta.3 → 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 (170) 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-employees/dev/ai-employee/complete-example.md +206 -0
  21. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/define-ai-employee.md +149 -0
  22. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/define-skill.md +138 -0
  23. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/define-tool.md +189 -0
  24. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/frontend-tool-ui.md +296 -0
  25. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/index.md +126 -0
  26. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/internationalization.md +88 -0
  27. package/dist/ai/docs/nocobase/ai-employees/dev/ai-employee/troubleshooting.md +86 -0
  28. package/dist/ai/docs/nocobase/ai-employees/{knowledge-base/dev → dev/knowledge-base}/external-knowledge-base.md +2 -2
  29. package/dist/ai/docs/nocobase/ai-employees/knowledge-base/knowledge-base/index.md +1 -1
  30. package/dist/ai/docs/nocobase/api/app/env.md +1 -1
  31. package/dist/ai/docs/nocobase/api/cli/index.md +14 -2
  32. package/dist/ai/docs/nocobase/api/cli/portal/config.md +46 -0
  33. package/dist/ai/docs/nocobase/api/cli/portal/create.md +45 -0
  34. package/dist/ai/docs/nocobase/api/cli/portal/deploy.md +39 -0
  35. package/dist/ai/docs/nocobase/api/cli/portal/destroy.md +43 -0
  36. package/dist/ai/docs/nocobase/api/cli/portal/dev.md +51 -0
  37. package/dist/ai/docs/nocobase/api/cli/portal/index.md +142 -0
  38. package/dist/ai/docs/nocobase/api/cli/portal/info.md +41 -0
  39. package/dist/ai/docs/nocobase/api/cli/portal/list.md +40 -0
  40. package/dist/ai/docs/nocobase/api/cli/portal/pull.md +53 -0
  41. package/dist/ai/docs/nocobase/api/cli/portal/push.md +41 -0
  42. package/dist/ai/docs/nocobase/development/index.md +1 -1
  43. package/dist/ai/docs/nocobase/get-started/installation/env.md +1 -1
  44. package/dist/ai/docs/nocobase/nocobase-cli/installation/cli.md +1 -1
  45. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-bulk-edit/index.md +1 -1
  46. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-bulk-update/index.md +1 -1
  47. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-custom-request/index.md +1 -1
  48. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-duplicate/index.md +1 -1
  49. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-export/index.md +1 -1
  50. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-import/index.md +1 -1
  51. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-print/index.md +1 -1
  52. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ai/index.md +1 -1
  53. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ai-gigachat/index.md +1 -1
  54. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-api-doc/index.md +1 -1
  55. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-api-keys/index.md +1 -1
  56. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-async-task-manager/index.md +1 -1
  57. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-audit-logs/index.md +1 -1
  58. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth/index.md +1 -1
  59. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth-sms/index.md +1 -1
  60. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-backup-restore/index.md +1 -1
  61. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-backups/index.md +1 -1
  62. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-comment/index.md +1 -1
  63. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-grid-card/index.md +1 -1
  64. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-iframe/index.md +1 -1
  65. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-list/index.md +1 -1
  66. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-markdown/index.md +1 -1
  67. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-multi-step-form/index.md +1 -1
  68. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-template/index.md +1 -1
  69. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-tree/index.md +1 -1
  70. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-workbench/index.md +1 -1
  71. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-calendar/index.md +1 -1
  72. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-charts/index.md +1 -1
  73. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-client/index.md +1 -1
  74. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-fdw/index.md +1 -1
  75. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-sql/index.md +1 -1
  76. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-tree/index.md +1 -1
  77. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-comments/index.md +1 -1
  78. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-custom-variables/index.md +1 -1
  79. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-main/index.md +1 -1
  80. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-manager/index.md +1 -1
  81. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-visualization/index.md +1 -1
  82. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-visualization-echarts/index.md +1 -1
  83. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-departments/index.md +1 -1
  84. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-embed/index.md +1 -1
  85. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-environment-variables/index.md +1 -1
  86. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-error-handler/index.md +1 -1
  87. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-attachment-url/index.md +1 -1
  88. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-china-region/index.md +1 -1
  89. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-code/index.md +1 -1
  90. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-formula/index.md +1 -1
  91. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-m2m-array/index.md +1 -1
  92. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-markdown-vditor/index.md +1 -1
  93. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-sequence/index.md +1 -1
  94. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-sort/index.md +1 -1
  95. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-file-manager/index.md +1 -1
  96. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-file-previewer-office/index.md +1 -1
  97. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-flow-engine/index.md +1 -1
  98. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-form-drafts/index.md +1 -1
  99. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-gantt/index.md +1 -1
  100. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-graph-collection-manager/index.md +1 -1
  101. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-idp-oauth/index.md +1 -1
  102. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-kanban/index.md +1 -1
  103. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-license/index.md +1 -1
  104. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-locale-tester/index.md +1 -1
  105. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-localization/index.md +1 -1
  106. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-logger/index.md +1 -1
  107. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-map/index.md +1 -1
  108. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mcp-server/index.md +1 -1
  109. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mobile/index.md +1 -1
  110. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mobile-client/index.md +1 -1
  111. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-app-manager/index.md +1 -1
  112. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-app-share-collection/index.md +1 -1
  113. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-keyword-filter/index.md +1 -1
  114. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-email/index.md +1 -1
  115. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-in-app-message/index.md +1 -1
  116. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-manager/index.md +1 -1
  117. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-public-forms/index.md +1 -1
  118. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-snapshot-field/index.md +1 -1
  119. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-system-settings/index.md +1 -1
  120. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-text-copy/index.md +1 -1
  121. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-theme-editor/index.md +1 -1
  122. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-layout/index.md +1 -1
  123. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-schema-storage/index.md +1 -1
  124. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-templates/index.md +1 -1
  125. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-user-data-sync/index.md +1 -1
  126. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-users/index.md +1 -1
  127. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-verification/index.md +1 -1
  128. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow/index.md +1 -1
  129. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-action-trigger/index.md +1 -1
  130. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-aggregate/index.md +1 -1
  131. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-cc/index.md +1 -1
  132. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-custom-action-trigger/index.md +1 -1
  133. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-date-calculation/index.md +1 -1
  134. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-delay/index.md +1 -1
  135. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-dynamic-calculation/index.md +1 -1
  136. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-javascript/index.md +1 -1
  137. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-json-variable-mapping/index.md +1 -1
  138. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-loop/index.md +1 -1
  139. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-mailer/index.md +1 -1
  140. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-manual/index.md +1 -1
  141. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-notification/index.md +1 -1
  142. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-parallel/index.md +1 -1
  143. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-request/index.md +1 -1
  144. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-request-interceptor/index.md +1 -1
  145. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-response-message/index.md +1 -1
  146. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-sql/index.md +1 -1
  147. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-test/index.md +1 -1
  148. package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-variable/index.md +1 -1
  149. package/dist/client/{244.28ee769f796b7c2f.js → 244.276308c9b2090ec2.js} +1 -1
  150. package/dist/client/{264.cc98933ef65608b6.js → 264.6ca5f2eeb4173d86.js} +1 -1
  151. package/dist/client/index.js +2 -2
  152. package/dist/client-v2/{244.39348a95d627d9e3.js → 244.e85b8d4659ca66c0.js} +1 -1
  153. package/dist/client-v2/{264.be92ff6a4d2612f1.js → 264.3c7d8e90aa7f46ee.js} +1 -1
  154. package/dist/client-v2/index.js +2 -2
  155. package/dist/externalVersion.js +15 -15
  156. package/dist/node_modules/@langchain/mistralai/package.json +1 -1
  157. package/dist/node_modules/@langchain/xai/package.json +1 -1
  158. package/dist/node_modules/fs-extra/package.json +1 -1
  159. package/dist/node_modules/jsonrepair/package.json +1 -1
  160. package/dist/node_modules/just-bash/package.json +1 -1
  161. package/dist/node_modules/nodejs-snowflake/package.json +1 -1
  162. package/dist/node_modules/openai/package.json +1 -1
  163. package/dist/node_modules/zod/package.json +1 -1
  164. package/dist/server/ai-employees/ai-conversations.d.ts +2 -1
  165. package/dist/server/ai-employees/ai-conversations.js +2 -0
  166. package/dist/server/collections/ai-conversations.js +5 -0
  167. package/dist/server/migrations/20260803185305-migrate-ai-conversations-portal-name.d.ts +14 -0
  168. package/dist/server/migrations/20260803185305-migrate-ai-conversations-portal-name.js +52 -0
  169. package/dist/server/resource/aiConversations.js +14 -2
  170. package/package.json +2 -2
@@ -7,7 +7,7 @@ description: |
7
7
  Calls the browser's print function to print a record.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -9,7 +9,7 @@ description: |
9
9
  Create AI employees with diverse skills to collaborate with humans, build systems, and handle business operations.
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  editionLevel: 0
14
14
  ---
15
15
 
@@ -9,7 +9,7 @@ description: |
9
9
  Support integration with GigaChat LLM service.
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  editionLevel: 0
14
14
  ---
15
15
 
@@ -7,7 +7,7 @@ description: |
7
7
  An OpenAPI documentation generator for NocoBase HTTP API.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Allows users to use API key to access application's HTTP API
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Manage and monitor asynchronous tasks such as data import/export. Support task progress tracking and notification.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  This plugin is deprecated. There will be a new audit log plugin in the future.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  deprecated: true
12
12
  editionLevel: 0
13
13
  ---
@@ -7,7 +7,7 @@ description: |
7
7
  User authentication management, including password, SMS, and support for Single Sign-On (SSO) protocols, with extensibility.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  SMS authentication.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Backup and restore applications for scenarios such as application replication, migration, and upgrades.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  deprecated: true
12
12
  editionLevel: 0
13
13
  ---
@@ -10,7 +10,7 @@ description: |
10
10
  Provides backup and restore functionality, supports scheduled backups, and ensures data security and quick recovery.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides a Comment block for viewing and creating comments in record details, pop-ups, and similar scenarios.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Display data in a grid list with pagination support.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Create an iframe block on the page to embed and display external web pages or content.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Display data in a list with pagination support.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provide Markdown block
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -9,7 +9,7 @@ description: |
9
9
  Break the form with many fields into multiple steps to ease the burden on users.
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  deprecated: true
14
14
  editionLevel: 0
15
15
  ---
@@ -7,7 +7,7 @@ description: |
7
7
  Create and manage block templates for reuse on pages.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  deprecated: true
12
12
  editionLevel: 0
13
13
  ---
@@ -9,7 +9,7 @@ description: |
9
9
  Provides tree structure filter block
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  editionLevel: 0
14
14
  ---
15
15
 
@@ -7,7 +7,7 @@ description: |
7
7
  Centrally manages and displays various actions, allowing users to efficiently perform tasks. It supports extensibility, with current action types including pop-ups, links, scanning, and custom requests.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -9,7 +9,7 @@ description: |
9
9
  The plugin has been deprecated, please use the data visualization plugin instead.
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  deprecated: true
14
14
  editionLevel: 0
15
15
  ---
@@ -7,7 +7,7 @@ description: |
7
7
  Provides a client interface for the NocoBase server
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -10,7 +10,7 @@ description: |
10
10
  Database-based foreign data wrapper (FDW) implementation for connecting to remote data tables, currently supports MySQL and PostgreSQL databases.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides SQL collection template
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides tree collection template
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -10,7 +10,7 @@ description: |
10
10
  Provides comment collection template and block to add commenting functionality for any collection.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16
 
@@ -9,7 +9,7 @@ description: |
9
9
  Support for adding and using custom variables
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  editionLevel: 0
14
14
  ---
15
15
 
@@ -7,7 +7,7 @@ description: |
7
7
  NocoBase main database, supports relational databases such as PostgreSQL, MySQL, MariaDB and so on.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Manage data sources, including the built-in Master database, external databases, APIs, etc.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides data visualization feature, including chart block and chart filter block, support line charts, area charts, bar charts and more than a dozen kinds of charts, you can also extend more chart types.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -9,7 +9,7 @@ description: |
9
9
  Utilize ECharts for data visualization, supporting for funnel, radar and more chart types and offering user-friendly configurations.
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  deprecated: true
14
14
  editionLevel: 0
15
15
  ---
@@ -7,7 +7,7 @@ description: |
7
7
  Organize users by departments, set hierarchical relationships, link roles to control permissions, and use departments as variables in workflows and expressions.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -10,7 +10,7 @@ description: |
10
10
  Embed NocoBase into another system or webpage, integrating it as a part of that system or webpage.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16
 
@@ -7,7 +7,7 @@ description: |
7
7
  Centralized management of environment variables and secrets, used for sensitive data storage, configuration data reuse, multi-environment isolation, and more.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Handling application errors and exceptions.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Supports attachments in URL format.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides data and field type for administrative divisions of China.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -10,7 +10,7 @@ description: |
10
10
  For code editing and highlighting, supporting Java, JavaScript, Python, SQL and other languages.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16
 
@@ -7,7 +7,7 @@ description: |
7
7
  Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Allows to create many to many relationships between two models by storing an array of unique keys of the target model.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Used to store Markdown and render it using Vditor editor, supports common Markdown syntax such as list, code, quote, etc., and supports uploading images, recordings, etc.It also allows for instant rendering, where what you see is what you get.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Used to sort the data in a collection.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides files storage services with files collection template and attachment field.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  A plugin for previewing office files via Microsoft live preview service.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
 
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -9,7 +9,7 @@ description: |
9
9
  Allow users to save form drafts and continue editing later.
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  editionLevel: 0
14
14
  ---
15
15
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides Gantt block.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -9,7 +9,7 @@ description: |
9
9
  An ER diagram-like tool. Currently only the Master database is supported.
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  deprecated: true
14
14
  editionLevel: 0
15
15
  ---
@@ -7,7 +7,7 @@ description: |
7
7
  Based on OAuth 2.1 and OpenID Connect, this plugin enables NocoBase to act as an identity provider for other systems.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Provides kanban block.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Instance ID and license key settings
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
 
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Allows to manage localization resources of the application.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  Map block, support Gaode map and Google map, you can also extend more map types.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
  An MCP server for building NocoBase systems and supporting business workflows.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -9,7 +9,7 @@ description: |
9
9
  Since version 2.0, the mobile plugin has been replaced by the new ui-layout plugin, which is still under development.
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  deprecated: true
14
14
  editionLevel: 0
15
15
  ---
@@ -9,7 +9,7 @@ description: |
9
9
  Provides the ability to configure mobile pages.
10
10
  isFree: true
11
11
  builtIn: true
12
- defaultEnabled: false
12
+ defaultEnabled: true
13
13
  deprecated: true
14
14
  editionLevel: 0
15
15
  ---
@@ -7,7 +7,7 @@ description: |
7
7
  Multi-app runs applications in a process-sharing manner, suitable for testing and demo environments only. Do not use it in production.
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  editionLevel: 0
12
12
  ---
13
13
 
@@ -7,7 +7,7 @@ description: |
7
7
 
8
8
  isFree: true
9
9
  builtIn: true
10
- defaultEnabled: false
10
+ defaultEnabled: true
11
11
  deprecated: true
12
12
  editionLevel: 0
13
13
  ---
@@ -10,7 +10,7 @@ description: |
10
10
  Supports multi-keyword filtering for common fields, with options for quick input or batch import of keywords from Excel.
11
11
  isFree: true
12
12
  builtIn: true
13
- defaultEnabled: false
13
+ defaultEnabled: true
14
14
  editionLevel: 0
15
15
  ---
16
16