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
@@ -57,10 +57,11 @@ Automatically generated from the data files in `/data/`.
57
57
|[OpenCode.ai](https://opencode.ai)| AI-powered coding assistant and development platform. | Freemium |[Docs](https://opencode.ai)| ai, coding, assistant | Emerging |
58
58
|[Qodo](https://www.qodo.ai)| AI assistant aimed at helping with code generation and developer workflows. | Freemium |[Docs](https://www.qodo.ai/docs)| AI, code, assistant | Emerging |
59
59
|[Warp AI](https://www.warp.dev/warp-ai)| Terminal integrated AI agent that helps you generate commands, explain errors, and automate workflows by typing natural language in your shell. | Freemium |[Docs](https://www.warp.dev/docs/ai)| terminal, AI, CLI, agent | Growing in CLI dev community |
60
+
|[Qwen Code CLI](https://github.com/QwenLM/qwen-code)| Open-source command-line AI workflow tool adapted from Gemini CLI, optimized for Qwen3-Coder models, for code editing, automation, and agentic tasks. | Open Source / Freemium |[Docs](https://qwenlm.github.io/qwen-code-docs/zh/ or GitHub README) | AI, CLI, coding, agent | Emerging but rapidly adopted |
60
61
61
62
---
62
63
63
-
## 🧰 Developer Tools (28)
64
+
## Developer Tools (28)
64
65
65
66
| Name | Description | Type | Learn | Tags | Popularity |
Copy file name to clipboardExpand all lines: data/vibe_coding_tools.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,5 +164,15 @@
164
164
"tags": ["terminal", "AI", "CLI", "agent"],
165
165
"popularity": "Growing in CLI dev community",
166
166
"tutorial": "https://www.warp.dev/docs/ai"
167
-
}
167
+
},
168
+
{
169
+
"name": "Qwen Code CLI",
170
+
"description": "Open-source command-line AI workflow tool adapted from Gemini CLI, optimized for Qwen3-Coder models, for code editing, automation, and agentic tasks.",
171
+
"link": "https://github.com/QwenLM/qwen-code",
172
+
"type": "Open Source / Freemium",
173
+
"category": "Vibe Coding Tools",
174
+
"tags": ["AI", "CLI", "coding", "agent"],
175
+
"popularity": "Emerging but rapidly adopted",
176
+
"tutorial": "https://qwenlm.github.io/qwen-code-docs/zh/ or GitHub README"
0 commit comments