An AI agent-based coding platform from Alibaba Group. It launched in preview in August 2025 and shipped as version 1.0 for Windows, macOS, and Linux in May 2026. Alongside “Agent Mode,” where you write code through conversation, it offers “Quest Mode,” which takes a task and runs on its own from planning through implementation and verification. A “Repo Wiki” accumulates knowledge about the entire repository so context survives long stretches of work. Beyond the dedicated IDE, it is available as a JetBrains plugin and a CLI, positioning it on the same ground as Cursor and Windsurf.
Key Features
- Quest Mode (autonomous task execution): Hand it a coarse-grained request such as “implement this feature” and the agent works through planning, edits spanning multiple files, and verification in sequence. Your role shifts to reviewing progress and steering direction
- Agent Mode (conversational pair programming): Write incrementally while giving instructions in chat. Checkpoints let you roll back changes you do not like
- Repo Wiki (whole-repository understanding): Analyzes the codebase and accumulates its structure and design intent in wiki form. Because context persists across sessions, you spend less time re-explaining a large project each time
- Multiple model options: In addition to external models such as Claude, GPT, and Gemini, you can select Alibaba’s own Qwen-family models and switch depending on the task
- JetBrains plugin and CLI: Call the agent from JetBrains IDEs such as IntelliJ IDEA or from the terminal, without migrating to a dedicated editor. The CLI incorporates the former iFlow CLI
- MCP (Model Context Protocol) support: Connect external services and local tools to the agent, so it can reference internal APIs or databases
Pricing
| Plan | Price | What’s included |
|---|---|---|
| Free | $0 | Lightweight free models only. Daily and monthly usage limits apply |
| Pro | $20/month | Premium model allowance (credits) equivalent to the subscription fee, plus bonus credits |
| Pro+ | $60/month | A larger credit allowance than Pro |
| Ultra | $200/month | The largest credit allowance |
| Teams | $40/seat/month | 3,000 credits per seat per month, plus team management features |
New users get a 14-day Pro trial with 300 credits on first sign-in to the Qoder client. Pro and above can buy credit packs to top up once the allowance runs out. Note that Qoder frequently runs limited-time discount campaigns and per-model discount rates, so the amount actually billed varies by period.
Pricing is current as of August 2026. Check the official site for the latest information.
Pros & Cons
✅ Pros
- Quest Mode lets you delegate multi-file changes while keeping instructions coarse-grained
- The Repo Wiki retains background knowledge of the codebase, keeping explanation costs low even on large existing projects
- The JetBrains plugin and CLI let you try it without switching editors
- Multiple model choices let you trade accuracy against cost depending on the situation
- The 14-day Pro trial lets you evaluate paid features before committing
⚠️ Cons
- The free plan is limited to lightweight models, so serious agent use effectively requires a paid plan
- The credit system makes consumption hard to predict, which complicates monthly cost estimates
- Discount campaigns change often, so published pricing figures frequently disagree depending on when they were written
- Autonomous execution is convenient but tends to widen the scope of changes, so a review process is necessary
- Because this is an Alibaba service, the confidentiality of the code you handle should be checked against your organization’s policy
Comparison with Similar Services
| Criteria | Qoder | Cursor | Windsurf | GitHub Copilot |
|---|---|---|---|---|
| Provider | Alibaba Group | Anysphere | Cognition | GitHub (Microsoft) |
| Form factor | Dedicated IDE + JetBrains plugin + CLI | Dedicated IDE (VS Code based) | Dedicated IDE + plugins | Extension for various IDEs |
| Autonomous execution | Quest Mode, planning through verification | Agent mode | Cascade | Coding Agent |
| Codebase understanding | Persisted via Repo Wiki | Index + context references | Index + context references | Repository search integration |
| Free plan | Yes (lightweight models only) | Yes | Yes | Yes (limited) |
Who Is It For
- Developers who want to hand larger feature work or refactoring to AI without slicing instructions into small pieces
- People working on large existing repositories who want to stop re-explaining the codebase to AI every time
- Teams that want to try agent-based development while staying on JetBrains IDEs
- Anyone who wants to switch models by situation and tune the balance of accuracy and cost themselves
- Those who want to gauge what an agentic IDE can do via a free trial first
Summary
Qoder is Alibaba’s head-on attempt at an agent-driven development workflow. Two things make its difference from other AI coding tools easy to see: autonomous execution through Quest Mode, and long-term context retention through the Repo Wiki. On the other hand, credit-based pricing makes consumption hard to read and discount campaigns shift considerably, so the practical approach is to measure its real effectiveness on your own project during the 14-day Pro trial before choosing a plan.