fix: prefer UTF-8 encoding for shell output on Windows when detected

pump versionm to 0.4.1 (#1177)
This commit is contained in:
xuewenjie 2025-12-05 16:49:26 +08:00 committed by yiliang114
parent 4345b9370e
commit 49c032492a
7 changed files with 33 additions and 11 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.4.0",
"version": "0.4.1",
"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.4.0"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.4.1"
},
"scripts": {
"start": "cross-env node scripts/start.js",