docs: update AI version requirement to beta and add anchor links (#9252)

This commit is contained in:
PiEgg
2026-04-27 15:33:41 +08:00
committed by GitHub
parent b0823dc3a0
commit 136a0cca34
16 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1 +1 @@
20
22
+1 -1
View File
@@ -32,7 +32,7 @@ nb init --ui
## 从一句话到一整套系统
安装完成后,你可以直接在 AI 助手里用自然语言操作 NocoBase。下面是几个真实场景,从建一张表到搭一整套系统,感受一下 AI 搭建的能力。
NocoBase CLI 安装完成后,你可以直接在 AI 助手里用自然语言操作 NocoBase。下面是几个真实场景,从建一张表到搭一整套系统,感受一下 AI 搭建的能力。
### 描述业务需求,AI 帮你设计表和关联关系
+1 -1
View File
@@ -63,7 +63,7 @@ Claude Code 通过以下方式与 NocoBase 协同工作:
- 已安装 Claude Code`npm install -g @anthropic-ai/claude-code`
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,需要版本 >= 2.1.0-alpha.22
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
## 快速开始
+1 -1
View File
@@ -61,7 +61,7 @@ Codex 通过以下方式与 NocoBase 协同工作:
- 已安装 Codex`npm install -g @openai/codex`
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,需要版本 >= 2.1.0-alpha.22
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
## 快速开始
+1 -1
View File
@@ -69,7 +69,7 @@ Hermes Agent 通过以下方式与 NocoBase 协同工作:
- 一台运行 Hermes Agent 的服务器(Linux / macOSPython 3.10+
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,需要版本 >= 2.1.0-alpha.22
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
Hermes 的安装只需要一行命令:
+1 -1
View File
@@ -63,7 +63,7 @@ OpenClaw 通过以下方式与 NocoBase 协同工作:
- 已部署的 OpenClaw Agent[飞书一键部署](https://openclaw.feishu.cn) 或本地部署)
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,需要版本 >= 2.1.0-alpha.22
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
:::warning 注意
+1 -1
View File
@@ -63,7 +63,7 @@ OpenCode 通过以下方式与 NocoBase 协同工作:
- 已安装 OpenCode[安装指南](https://opencode.ai/docs/)
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,需要版本 >= 2.1.0-alpha.22
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
## 快速开始
+3 -3
View File
@@ -100,7 +100,7 @@ cd my-nocobase && codex
## AI Agent 连接已有的 NocoBase
如果你已经有一个运行中的 NocoBase 实例(版本 >= 2.1.0-alpha.22,可以直接让 AI Agent 连接它。
如果你已经有一个运行中的 NocoBase 实例,可以直接让 AI Agent 连接它。**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
<Tabs>
<Tab label="手动连接" value="manual-connect">
@@ -166,11 +166,11 @@ cd my-nocobase && codex
### 开始 AI 搭建
用自然语言描述需求,AI 帮你完成数据建模、页面搭建、工作流编排——从一句话到一整套业务系统。请参阅 [AI 搭建快速开始](../ai-builder/index.md)。
用自然语言描述需求,AI 帮你完成数据建模、页面搭建、工作流编排——从一句话到一整套业务系统。请参阅 [AI 搭建快速开始](../ai-builder/index.md#从一句话到一整套系统)。
### 继续 AI 开发插件
如果你需要开发自定义插件,AI 同样能帮上忙——从脚手架生成到组件代码、业务逻辑,覆盖插件开发的完整流程。请参阅 [AI 开发插件](../ai-dev/index.md)。
如果你需要开发自定义插件,AI 同样能帮上忙——从脚手架生成到组件代码、业务逻辑,覆盖插件开发的完整流程。请参阅 [AI 开发插件](../ai-dev/index.md#从一句话到一个完整插件)。
### 使用 AI 员工
+1 -1
View File
@@ -70,7 +70,7 @@ WorkBuddy 通过以下方式与 NocoBase 协同工作:
- WorkBuddy 账号([注册入口](https://www.codebuddy.cn)
- Node.js >= 22(用于运行 NocoBase CLI 和 Skills
- 如果已有 NocoBase 实例,需要版本 >= 2.1.0-alpha.22
- 如果已有 NocoBase 实例,**由于 AI 能力迭代快速,目前仅 beta 最新版本支持完整体验,最低版本要求 >= 2.1.0-beta.20,强烈建议更新到最新版本。**
:::warning 注意
+1 -1
View File
@@ -63,7 +63,7 @@ Before starting, make sure you have the following environment ready:
- Claude Code installed (`npm install -g @anthropic-ai/claude-code`)
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, it needs to be version >= 2.1.0-alpha.22
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
## Quick Start
+1 -1
View File
@@ -61,7 +61,7 @@ Before starting, make sure you have the following environment ready:
- Codex installed (`npm install -g @openai/codex`)
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, it needs to be version >= 2.1.0-alpha.22
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
## Quick Start
+1 -1
View File
@@ -69,7 +69,7 @@ Before starting, make sure you have the following environment ready:
- A server running Hermes Agent (Linux / macOS, Python 3.10+)
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, it needs to be version >= 2.1.0-alpha.22
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
Installing Hermes requires just one command:
+1 -1
View File
@@ -63,7 +63,7 @@ Before starting, make sure you have the following environment ready:
- A deployed OpenClaw Agent ([one-click Lark deployment](https://openclaw.feishu.cn) or local deployment)
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, it needs to be version >= 2.1.0-alpha.22
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
:::warning Note
+1 -1
View File
@@ -63,7 +63,7 @@ Before starting, make sure you have the following environment ready:
- OpenCode installed ([installation guide](https://opencode.ai/docs/))
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, it needs to be version >= 2.1.0-alpha.22
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
## Quick Start
+3 -3
View File
@@ -100,7 +100,7 @@ If you're using a graphical AI tool (such as Claude Code Desktop, Cursor, Codex
## Connect AI Agent to an Existing NocoBase
If you already have a running NocoBase instance (version >= 2.1.0-alpha.22), you can connect AI Agent to it directly.
If you already have a running NocoBase instance, you can connect AI Agent to it directly. **Since AI capabilities are evolving rapidly, only the latest beta version provides the full experience. The minimum required version is 2.1.0-beta.20 — we strongly recommend updating to the latest.**
<Tabs>
<Tab label="Manual Connection" value="manual-connect">
@@ -166,11 +166,11 @@ If you need to manage existing NocoBase instances (such as test or production en
### Start AI Building
Describe your requirements in natural language, and AI helps you complete data modeling, page building, and workflow orchestration — from a single sentence to a complete business system. See [AI Building Quick Start](../ai-builder/index.md).
Describe your requirements in natural language, and AI helps you complete data modeling, page building, and workflow orchestration — from a single sentence to a complete business system. See [AI Building Quick Start](../ai-builder/index.md#from-a-single-sentence-to-a-complete-system).
### Continue with AI Plugin Development
If you need to develop custom plugins, AI can help too — from scaffolding generation to component code and business logic, covering the full plugin development process. See [AI Plugin Development](../ai-dev/index.md).
If you need to develop custom plugins, AI can help too — from scaffolding generation to component code and business logic, covering the full plugin development process. See [AI Plugin Development](../ai-dev/index.md#from-a-single-sentence-to-a-complete-plugin).
### Use AI Employees
+1 -1
View File
@@ -70,7 +70,7 @@ Before starting, make sure you have the following environment ready:
- WorkBuddy account ([registration portal](https://www.codebuddy.cn))
- Node.js >= 22 (for running NocoBase CLI and Skills)
- If you already have a NocoBase instance, it needs to be version >= 2.1.0-alpha.22
- If you already have a NocoBase instance, **AI capabilities are evolving rapidly and only the latest beta version provides the full experience. Minimum version >= 2.1.0-beta.20, latest version strongly recommended.**
:::warning Note