AI expertise is revolutionizing the important thing developer course of and workflow at gentle pace. Alibaba Cloud has launched vital releases not too long ago for Qwen Code (0.0.12 to 0.0.14). Qwen Code options highly effective capabilities like Plan Mode and Imaginative and prescient Intelligence. This brings a component of safety, intelligence, and adaptability to this Qwen AI coding buddy. On this article, we’ll cowl these releases and take a look at them out in a hands-on session.
The New Qwen Code Updates
Qwen Code is an agentic coding companion that resides in your terminal. It extends into your improvement atmosphere to help you with writing, debugging, and refactoring code. Although highly effective, earlier variations demanded vital belief from the developer.
The AI may change information immediately from a immediate. That is quick, however harmful. A misinterpreted immediate may make unintended modifications to the code. The neighborhood requested for extra management and improved administration of non-text content material. The engineering workforce responded with new options. The latest updates are primarily about security, multimodal, and consumer expertise.
Function Highlight: Plan Mode for Secure Coding
The most important change is Plan Mode. It shifts how the AI coding assistant will work together with your codebase.
Earlier than, the AI would apply modifications immediately. Now, Plan Mode provides a overview step. If you present an advanced process, the AI first produces an in-depth implementation plan. It explains precisely which information it would contact and what modifications it would make.
You must study and authorize this plan. The AI will solely act upon the modifications when you positively affirm them. This conforms Qwen Code to the very best software program improvement practices. It gives you with full management and doesn’t permit for unintentional code overwrite. It transforms the AI from a unfastened order-taker coder to an lively junior companion.
As per the 2024 Stack Overflow Developer Survey, 76% of builders are presently or possible to make use of AI instruments, but accuracy and belief stay probably the most vital considerations. Plan Mode particularly addresses this lack of belief.
Function Highlight: Imaginative and prescient Intelligence
Coding isn’t at all times textual content. It has UI designs, structure diagrams, and error screenshots. Qwen Code fills this hole now with Imaginative and prescient Intelligence.
The mannequin is now capable of acknowledge whenever you’re giving picture inputs. It auto-switches to the Qwen3-VL-Plus mannequin. This mannequin has a excessive visible reasoning potential. It has an enormous context window.
This lets you streamline your developer workflow fairly closely. You’ll be able to ship in a screenshot of the buggy webpage format. The AI will have the ability to examine the visible output in opposition to your code to suggest fixes. It enhances frontend improvement and debugging successfully.
Zed Integration and Higher Management
The updates additionally enhance compatibility. Customers of the Zed Code editor now have higher authentication help. You’ll be able to authenticate utilizing OpenAI API keys or Qwen OAuth.
Moreover, the workforce included granular management choices. Now you can flip loop detection on and off to keep away from having the AI turn into caught. The software program additionally consists of an ask earlier than overwrite immediate earlier than the /init
command deletes information. All these quality-of-life changes make Qwen Code a extra dependable possibility for on a regular basis use.
Fingers-on: Putting in the New Updates
Let’s discuss no extra, code sure. We might be putting in the latest model of Qwen Code and making an attempt Plan Mode and Imaginative and prescient Intelligence.
Stipulations
- It’s essential to have Node.js in your system.
- It’s essential to have a working API key for Qwen or a Qwen account at https://chat.qwen.ai/
Step 1: Set up and Setup
Then we have to set up or replace the software. Open your terminal.
Run the next command:
npm set up -g qwen-code
As soon as put in, navigate to your challenge listing. Initialize the software and authenticate.
qwen
Hyperlink your account by following the prompts on the display. You might log in through the use of your Qwen account on https://chat.qwen.ai/
Step 2: Testing Plan Mode
We’ll use Plan Mode to reformat a Python script. Suppose we have now a file referred to as calc.py with ugly code.
Reasonably than having the AI merely appropriate it, we request a plan.
Execute this command in your Qwen code:
@calc.py Refactor calc.py to make use of a category construction. Use Plan Mode.

Qwen Code didn’t alter the file. Reasonably, it prints a plan. The software is now asking: Do you need to execute this plan? (Y/N) Sort Y and press enter.
Now, solely the AI code assistant will change your file. This course of makes certain you at all times know what’s going on together with your code.

Step 3: Testing Imaginative and prescient Intelligence
Now let’s take a look at Imaginative and prescient Intelligence. We’ve got a screenshot of the Homepage UI of Analytics Vidhya.

We want Qwen Code to look at the picture and suggest CSS modifications for our type.css file.
Execute this command:
@AV.png Replicate this analytics vidhya dwelling webpage utilizing html css and javascript

The characteristic identifies the picture file extension. It requests altering to the imaginative and prescient mannequin. Then it’s adopted by offering the visible breakdown of AV.png.

It then suggests HTML, CSS, and JS code for what it finds within the picture. This multimodal characteristic permits a easy developer stream between design and code.
The produced webpage isn’t even close to the Dwelling web page of Analytics Vidhya, however we should remember that there are many UI elements within the dwelling web page which we didn’t have, like photographs, font, and so on. Then this output isn’t that dangerous. Nonetheless, some enhancements are wanted, like responsiveness, padding, and margin.
Neighborhood Suggestions and Future Outlook
The neighborhood response to those updates has been optimistic. Builders respect the transparency of Plan Mode. The addition of Imaginative and prescient Intelligence opens new prospects for frontend engineers.
No software is, nevertheless, excellent. Customers have complained about repeated issues with the software not with the ability to learn PDFs. The engineering workforce can also be on GitHub and makes use of the suggestions for future updates. Count on further integration with different improvement environments and extra fine-tuned management options quickly.
Conclusion
The brand new releases to Qwen Code are a major enchancment. Plan Mode brings within the required security rails for skilled use. Imaginative and prescient Intelligence turns it into a real multimodal AI coding assistant. The options drastically convey the developer workflow into the fashionable age. With the mix of management and high-end AI capabilities, Alibaba Cloud has made a sexy software. We strongly urge builders to obtain the most recent iteration and check out these options out for themselves.
Ceaselessly Requested Questions
A. Plan Mode permits the AI to create a step-by-step plan for code updates. You must approve and overview this plan previous to the AI altering any information.
A. When picture inputs are detected, the software will mechanically change to the Qwen3-VL-Plus mannequin for visible knowledge evaluation.
A. Sure, latest updates have been enhancing Zed integration. It may well now authenticate utilizing each OpenAI API keys and Qwen OAuth.
Login to proceed studying and luxuriate in expert-curated content material.