We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10db144 commit 49453d5Copy full SHA for 49453d5
bucket/qwen-code.json
@@ -0,0 +1,24 @@
1
+{
2
+ "version": "0.6.0-nightly.20260102.105ad743",
3
+ "description": "(Scoop bucket by arch3rpro) An open-source AI agent that lives in your terminal.",
4
+ "homepage": "https://qwenlm.github.io",
5
+ "license": "Apache-2.0",
6
+ "suggest": {
7
+ "nodejs": "main/nodejs-lts"
8
+ },
9
+ "url": "https://github.com/QwenLM/qwen-code/releases/download/v0.6.0-nightly.20260102.105ad743/cli.js",
10
+ "hash": "unknown",
11
+ "bin": [
12
+ [
13
+ "node",
14
+ "qwen",
15
+ "$dir\\cli.js"
16
+ ]
17
+ ],
18
+ "checkver": {
19
+ "github": "https://github.com/QwenLM/qwen-code"
20
21
+ "autoupdate": {
22
+ "url": "https://github.com/QwenLM/qwen-code/releases/download/v$version/cli.js"
23
+ }
24
+}
0 commit comments