Skip to content

Commit 945c8b3

Browse files
docs(install): update active agent CLI support range across docs
主要变更: - 安装指南(中英文):明确当前活跃支持的 11 个 Agent CLI - 产品概述(英文):列表当前支持的 Agent CLIs 并区分安装方式 - 快速开始向导:添加截图仅为默认示例的说明 - 统一说明 Hermes/Gemini/DeepAgents 需手动安装或认证 当前活跃支持范围: Claude Code、Codex、GitHub Copilot、OpenCode、Hermes、QoderCLI、Kiro、Kimi、Gemini、DeepAgents、Codebuddy - 更新 Node.js 安装说明文案以反映多数 CLI 的安装流程 - 调整页脚提示文案指向 AI Agent CLI 安装页面 Co-Authored-By: Hagicode <noreply@hagicode.com> Signed-off-by: newbe36524 <newbe36524@qq.com>
1 parent 6dba5a5 commit 945c8b3

4 files changed

Lines changed: 18 additions & 8 deletions

File tree

src/content/docs/en/installation/index.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components';
99

1010
HagiCode supports multiple installation paths. Start with the deployment method that fits your scenario, then add supporting software only when you need it.
1111

12+
The current active Agent CLI support range most relevant to setup is: Claude Code, Codex, GitHub Copilot, OpenCode, Hermes, QoderCLI, Kiro, Kimi, Gemini, DeepAgents, and Codebuddy. Hermes, Gemini, and DeepAgents currently use manual installation or authentication flows; the other CLIs expose one-click installation entry points or guided install flows.
13+
1214
## Choose an Installation Path
1315

1416
<CardGrid>
@@ -32,7 +34,7 @@ If your setup needs extra tooling or runtimes, continue with these companion gui
3234
<LinkCard
3335
title="Install Node.js"
3436
href="/en/related-software-installation/nodejs/installation"
35-
description="Prepare the Node.js and npm environment required by tools such as OpenSpec and Claude Code."
37+
description="Prepare the Node.js and npm environment used by OpenSpec and most one-click Agent CLI installation flows."
3638
/>
3739
<LinkCard
3840
title="Install OpenSpec"
@@ -42,12 +44,12 @@ If your setup needs extra tooling or runtimes, continue with these companion gui
4244
<LinkCard
4345
title="Install AI Agent CLI"
4446
href="/en/related-software-installation/ai-agent-cli/"
45-
description="Use one registry for the official install entries for Claude Code, Codex, Gemini, GitHub Copilot, CodeBuddy, OpenCode, Kimi, QoderCLI, and Kiro."
47+
description="Use one registry for all 11 currently supported Agent CLIs, including one-click versus manual setup notes."
4648
/>
4749
</CardGrid>
4850

4951
## Recommended Next Steps
5052

5153
- If you are new to HagiCode, start with [Desktop Installation](/en/installation/desktop).
5254
- If you are deploying for a server or team environment, use [Docker Compose Installation](/en/installation/docker-compose).
53-
- If you run into tooling prerequisites, return to this page and continue with the matching supporting software guide.
55+
- If you need to confirm support state, setup mode, or historical compatibility notes for a CLI, open [AI Agent CLI Installation](/en/related-software-installation/ai-agent-cli/).

src/content/docs/en/product-overview.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Hagicode is not just a tool for generating a few lines of code. It is a workspac
2121
- **Understand codebases** before changing them
2222
- **Turn ideas into structured changes** with proposals, tasks, and validation
2323
- **Keep work traceable** so decisions can be reviewed and reused later
24-
- **Connect to multiple AI tools** including Codex, Claude, OpenCode, and CodeBuddy
24+
- **Connect to current supported Agent CLIs**: Claude Code, Codex, GitHub Copilot, OpenCode, Hermes, QoderCLI, Kiro, Kimi, Gemini, DeepAgents, and Codebuddy
25+
26+
Hermes, Gemini, and DeepAgents are supported through manual local installation or authentication flows. The remaining CLIs expose one-click installation entry points or guided install flows. For setup details, use the [AI Agent CLI Installation](/en/related-software-installation/ai-agent-cli/) page. `IFlowCli` remains legacy compatibility only and is not part of the current active support range.
2527

2628
## Smart: understand first, then act
2729

@@ -119,7 +121,7 @@ Good code changes still need clear commit history. Hagicode helps generate commi
119121

120122
### 4. Clear setup paths
121123

122-
Whether you prefer Desktop, Docker Compose, or a specific AI CLI stack, the docs aim to keep the setup path explicit so you can start faster with less guesswork.
124+
Whether you prefer Desktop, Docker Compose, or a specific Agent CLI stack, the docs aim to keep the setup path explicit so you can start faster with less guesswork.
123125

124126
## Who is Hagicode for?
125127

src/content/docs/installation/index.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components';
99

1010
HagiCode 提供多种安装方式。先选适合自己的部署路径,再按需补充相关软件即可。
1111

12+
当前与安装准备最相关的 Agent CLI 活跃支持范围为:Claude Code、Codex、GitHub Copilot、OpenCode、Hermes、QoderCLI、Kiro、Kimi、Gemini、DeepAgents、Codebuddy。其中 Hermes、Gemini、DeepAgents 目前采用手动安装或认证流程,其余 CLI 提供一键安装入口或引导安装流程。
13+
1214
## 选择安装方式
1315

1416
<CardGrid>
@@ -32,7 +34,7 @@ HagiCode 提供多种安装方式。先选适合自己的部署路径,再按
3234
<LinkCard
3335
title="安装 Node.js"
3436
href="/related-software-installation/nodejs/installation"
35-
description="为 OpenSpec、Claude Code 等命令行工具准备 Node.js 与 npm 环境。"
37+
description="为 OpenSpec 以及多数支持一键安装的 Agent CLI 准备 Node.js 与 npm 环境。"
3638
/>
3739
<LinkCard
3840
title="安装 OpenSpec"
@@ -42,12 +44,12 @@ HagiCode 提供多种安装方式。先选适合自己的部署路径,再按
4244
<LinkCard
4345
title="安装 AI Agent CLI"
4446
href="/related-software-installation/ai-agent-cli/"
45-
description="统一查看 Claude Code、Codex、Gemini、GitHub Copilot、CodeBuddy、OpenCode、Kimi、QoderCLI 和 Kiro 的官方安装入口"
47+
description="统一查看 11 个当前活跃支持的 Agent CLI 官方安装入口,并区分一键安装与手动安装/认证"
4648
/>
4749
</CardGrid>
4850

4951
## 下一步建议
5052

5153
- 初次接触 HagiCode,可先阅读 [Desktop 安装](/installation/desktop)
5254
- 若你在团队或服务器环境中部署,可阅读 [Docker Compose 安装](/installation/docker-compose)
53-
- 如果遇到工具链依赖问题,可返回本页继续选择对应的相关软件安装说明
55+
- 如果你需要确认某个 Agent CLI 的支持状态、安装方式或历史兼容说明,请直接打开 [AI Agent CLI 安装](/related-software-installation/ai-agent-cli/)

src/content/docs/quick-start/wizard-setup.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ import { CardGrid, LinkCard } from '@astrojs/starlight/components';
4646

4747
第三张截图是 `默认Agent引导`。如果当前还没有任何 Agents,页面会要求你先选最常用的 `AgentCLI` 与模型,然后系统再自动补建默认 Agent 并带入后续配置组。示例里默认选择了 `Claude Code``GLM 5.1`
4848

49+
:::tip[这只是默认示例,不是唯一支持项]
50+
截图中的 `Claude Code` 只是当前向导默认示例。HagiCode 当前活跃支持的 Agent CLI 还包括 Codex、GitHub Copilot、OpenCode、Hermes、QoderCLI、Kiro、Kimi、Gemini、DeepAgents 与 Codebuddy;其中 Hermes、Gemini、DeepAgents 需要先完成手动安装或认证,但它们依然属于当前支持范围。
51+
:::
52+
4953
这一屏不只选工具,还会顺手生成默认形象。下方能看到默认头像预览,并提供 `换一组` 按钮;右下角主按钮则直接写成 `确认并创建 Hagicoder`。也就是说,当前向导会先帮你补齐一个可用默认执行者,而不是把 Agent 配置拆成旧版那种多张岗位表。
5054

5155
## 阶段 2:创建项目

0 commit comments

Comments
 (0)