You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HagiCode supports multiple installation paths. Start with the deployment method that fits your scenario, then add supporting software only when you need it.
11
11
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
+
12
14
## Choose an Installation Path
13
15
14
16
<CardGrid>
@@ -32,7 +34,7 @@ If your setup needs extra tooling or runtimes, continue with these companion gui
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."
46
48
/>
47
49
</CardGrid>
48
50
49
51
## Recommended Next Steps
50
52
51
53
- If you are new to HagiCode, start with [Desktop Installation](/en/installation/desktop).
52
54
- 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/).
Copy file name to clipboardExpand all lines: src/content/docs/en/product-overview.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ Hagicode is not just a tool for generating a few lines of code. It is a workspac
21
21
-**Understand codebases** before changing them
22
22
-**Turn ideas into structured changes** with proposals, tasks, and validation
23
23
-**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.
25
27
26
28
## Smart: understand first, then act
27
29
@@ -119,7 +121,7 @@ Good code changes still need clear commit history. Hagicode helps generate commi
0 commit comments