v1.5.1: Set QwenClaw as Default Agent for Qwen Code
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "qwenclaw",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"qwenclaw": "./bin/qwenclaw.js"
|
||||
"qwenclaw": "./bin/qwenclaw.js",
|
||||
"install-qwenclaw": "./scripts/install-qwenclaw.js"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "bun run src/index.ts",
|
||||
@@ -16,7 +17,8 @@
|
||||
"start:all": "bun run src/index.ts start --web --with-rig",
|
||||
"test": "bun test",
|
||||
"test:rig": "bun test tests/rig-integration.test.ts",
|
||||
"postinstall": "chmod +x bin/qwenclaw.js 2>/dev/null || true && npx playwright install chromium 2>/dev/null || true"
|
||||
"postinstall": "chmod +x bin/qwenclaw.js 2>/dev/null || true && npx playwright install chromium 2>/dev/null || true",
|
||||
"setup": "bun run scripts/install-qwenclaw.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.9"
|
||||
|
||||
Reference in New Issue
Block a user