Skip to content

Commit a513b44

Browse files
dinoclaude
andcommitted
chore: update package.json files with GitHub repository info
- Update repository URLs to point to github.com/dinoanderson/qwen_cli_coder - Add proper homepage and bug tracking URLs - Enhance package descriptions to clarify this is a community fork - Add relevant keywords for npm discoverability - Set proper author and license information 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3bf28cb commit a513b44

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/[your-username]/qwen-cli-fork.git"
13+
"url": "https://github.com/dinoanderson/qwen_cli_coder.git"
1414
},
1515
"description": "Community fork of Google's Gemini CLI, modified to work with Qwen models from Alibaba Cloud",
1616
"keywords": ["ai", "cli", "qwen", "assistant", "coding", "gemini-fork"],
17-
"homepage": "https://github.com/[your-username]/qwen-cli-fork#readme",
17+
"homepage": "https://github.com/dinoanderson/qwen_cli_coder#readme",
1818
"bugs": {
19-
"url": "https://github.com/[your-username]/qwen-cli-fork/issues"
19+
"url": "https://github.com/dinoanderson/qwen_cli_coder/issues"
2020
},
2121
"config": {
2222
"sandboxImageUri": "us-docker.pkg.dev/qwen-code-dev/qwen-cli/sandbox:0.1.4"

packages/cli/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"name": "@qwen/qwen-cli",
33
"version": "0.1.5",
4-
"description": "Qwen CLI",
4+
"description": "Community fork of Google's Gemini CLI, modified to work with Qwen models from Alibaba Cloud",
55
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/dinoanderson/qwen_cli_coder.git"
9+
},
10+
"homepage": "https://github.com/dinoanderson/qwen_cli_coder#readme",
11+
"bugs": {
12+
"url": "https://github.com/dinoanderson/qwen_cli_coder/issues"
13+
},
14+
"keywords": ["ai", "cli", "qwen", "assistant", "coding", "gemini-fork"],
15+
"author": "Community Fork Contributors",
16+
"license": "Apache-2.0",
617
"main": "dist/index.js",
718
"bin": {
819
"qwen": "dist/index.js"

packages/core/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"name": "@qwen/qwen-cli-core",
33
"version": "0.1.5",
4-
"description": "Qwen CLI Core",
4+
"description": "Core library for Qwen CLI - Community fork of Google's Gemini CLI",
55
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/dinoanderson/qwen_cli_coder.git"
9+
},
10+
"homepage": "https://github.com/dinoanderson/qwen_cli_coder#readme",
11+
"bugs": {
12+
"url": "https://github.com/dinoanderson/qwen_cli_coder/issues"
13+
},
14+
"keywords": ["ai", "qwen", "core", "assistant", "gemini-fork"],
15+
"author": "Community Fork Contributors",
16+
"license": "Apache-2.0",
617
"main": "dist/index.js",
718
"scripts": {
819
"start": "node dist/src/index.js",

0 commit comments

Comments
 (0)