agent active

Qwen Code

Maker: QwenLM License: Apache-2.0 First released: 2025-06-26 Language: TypeScript
CLI

About

Qwen Code is Alibaba's open-source terminal coding agent, forked from Gemini CLI v0.8.2 and developed independently since, with the explicit goal of matching Claude Code's capabilities while running on any model provider. It supports subagents, hooks, plan mode, MCP, skills, and agent teams, with providers — OpenAI, Anthropic, Gemini, Qwen, or local Ollama/vLLM models — switchable at runtime rather than fixed at install. The project extends beyond the terminal into IDE plugins, a desktop app, SDKs, a daemon mode exposing a shared agent session over HTTP+SSE, and IM bots for Telegram, DingTalk, WeChat, and Feishu. Its development is partly self-referential: the team runs its own agent to file issues, submit pull requests, review code, and run tests on the codebase itself. An Agent Arena runs multiple models head-to-head on the same task, and headless mode supports CI pipelines. Developers who want a Claude Code-shaped tool without vendor lock-in use it across Qwen and non-Qwen models alike.

Other entries by QwenLM