merge: resolve conflict in client.ts hook condition

Keep both changes: SendMessageType.Cron skip from our branch
and hasHooksForEvent check from main.
This commit is contained in:
tanzhenxin 2026-03-30 18:06:59 +08:00
commit 9a8829c5a5
38 changed files with 1009 additions and 209 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.13.1",
"version": "0.13.2",
"engines": {
"node": ">=20.0.0"
},
@ -13,7 +13,7 @@
"url": "git+https://github.com/QwenLM/qwen-code.git"
},
"config": {
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.13.1"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.13.2"
},
"scripts": {
"start": "cross-env node scripts/start.js",