Skip to content

registry: add qwen (npm:@qwen-code/qwen-code)#8667

Merged
jdx merged 2 commits into
jdx:mainfrom
jianglu:main
Mar 21, 2026
Merged

registry: add qwen (npm:@qwen-code/qwen-code)#8667
jdx merged 2 commits into
jdx:mainfrom
jianglu:main

Conversation

@jianglu

@jianglu jianglu commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

https://github.com/QwenLM/qwen-code

Qwen Code is an open-source AI agent for the terminal, optimized for Qwen3-Coder. It helps you understand large codebases, automate tedious work, and ship faster.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request integrates Qwen Code, an open-source AI agent designed for terminal use and optimized for Qwen3-Coder, into the system's registry. This addition provides users with a new tool to assist with code understanding, automation, and development acceleration.

Highlights

  • New Registry Entry: Added Qwen Code, an AI coding assistant for CLI and IDE, to the registry, making it available for integration and use.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@greptile-apps

greptile-apps Bot commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds a new registry entry for Qwen Code (registry/qwen.toml), an open-source AI coding CLI tool by Alibaba/QwenLM distributed via npm as @qwen-code/qwen-code. The entry is minimal and follows the exact same format used by similar tools already in the registry.

  • The file structure matches established conventions used by comparable tools such as gemini-cli.toml, amp.toml, and codex.toml.
  • The npm:@qwen-code/qwen-code backend reference and qwen binary name are consistent with the upstream project.
  • The aliases = ["qwen-code"] allows users to install via either mise use qwen or mise use qwen-code, mirroring how gemini-cli.toml exposes aliases = ["gemini"].
  • The smoke-test qwen --version with expected = "{{version}}" is appropriate given that Qwen Code is a fork of Gemini CLI, which uses the same test pattern.

Confidence Score: 5/5

  • This PR is safe to merge — it adds a single, well-formed registry TOML file with no logic changes.
  • The change is a one-file addition that follows the exact same pattern as other npm-based AI CLI tools already in the registry (e.g. gemini-cli, amp, codex). The backend, alias, description, and test fields are all correctly formed. No code logic is touched.
  • No files require special attention.

Important Files Changed

Filename Overview
registry/qwen.toml New registry entry for Qwen Code AI CLI tool, installed via npm. Follows the same structure as comparable tools (gemini-cli.toml, amp.toml, codex.toml) with no issues found.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["mise use qwen\nor\nmise use qwen-code"] --> B["Lookup registry/qwen.toml"]
    B --> C["Resolve backend:\nnpm:@qwen-code/qwen-code"]
    C --> D["Install via npm"]
    D --> E["Binary: qwen"]
    E --> F["Test: qwen --version\nExpected: version string"]
Loading

Last reviewed commit: "[autofix.ci] apply a..."

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces qwen (Qwen Code) as a new tool in the registry. The configuration is mostly correct, but there is a minor formatting issue with an extra blank line at the end of the new file. Once this is addressed, the change is ready.

Comment thread registry/qwen.toml Outdated
@jdx jdx merged commit c64f9cd into jdx:main Mar 21, 2026
32 of 34 checks passed
This was referenced Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants