AIAny
AI Agent2025
Icon for item

Qwen Code

Terminal coding agent forked from Google's Gemini CLI, retuned for Qwen3-Coder with a custom parser and tool protocol. Runs against OpenAI, Anthropic, Gemini, Qwen or local models, and adds subagents, agent teams, auto-memory and MCP.

Introduction

Most terminal coding agents are quietly bound to a single model vendor; this one started by deleting that assumption. It is a fork of Google's Gemini CLI (v0.8.2) that the Qwen team rebuilt around their own Qwen3-Coder models, then unhooked from upstream at v0.1 to develop independently — so the framework and the models can evolve together without locking you into either.

What Sets It Apart
  • Provider-agnostic at runtime: the same agent drives OpenAI, Anthropic, Gemini, and Qwen APIs, plus any third-party or local model (Ollama, vLLM). You switch backends without switching tools.
  • Parser and tool-call protocol re-tuned for Qwen-Coder rather than inherited unchanged — the real payoff of forking instead of just wrapping Gemini CLI.
  • An agentic layer most CLI tools lack: subagents, agent teams, auto-memory, auto-skills, and MCP integration, so multi-step work keeps context instead of restarting each prompt.
  • One core, many front ends — TUI, headless mode, IDE plugins (VS Code, JetBrains, Zed), a desktop app, daemon mode, SDKs, and IM bots — so it fits scripts and pipelines, not just an interactive shell.
Who It's For

A strong fit if you already run Qwen3-Coder, or want one open-source (Apache 2.0) agent you can point at whatever model is cheapest or best on a given day. The multi-interface surface suits teams wiring agents into CI or chat, not just typing in a terminal. Look elsewhere if you want a polished, opinionated single-vendor experience: the breadth of providers and modes means more configuration, and as a young independent fork its surface shifts fast across frequent releases.

Information

  • Websitegithub.com
  • OrganizationsQwen Team, Alibaba Cloud
  • AuthorsQwenLM
  • Published date2025/06/26

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.