Mingholy
47c8bc5303
Merge pull request #1478 from QwenLM/mingholy/fix/misc-adjustments
...
Fix auth type switching and model persistence issues
2026-01-13 19:48:57 +08:00
tanzhenxin
117af05122
Merge pull request #1386 from tt-a1i/fix/error-message-object-display
...
fix(cli): improve error message display for object errors
2026-01-13 19:18:16 +08:00
tanzhenxin
557e6397bb
Merge pull request #1473 from BlockHand/build-sandbox
...
feat: Customizing the sandbox environment
2026-01-13 19:07:41 +08:00
tanzhenxin
cec4b831b6
Merge pull request #1447 from xuewenjie123/feature/add-defaultHeaders-support
...
Feature/add custom headers support
2026-01-13 17:51:10 +08:00
tanzhenxin
b60ae42d10
Merge pull request #1474 from QwenLM/fix/vscode-run
...
fix(vscode-ide-companion): Fix cross-platform CLI terminal execution
2026-01-13 17:38:28 +08:00
tanzhenxin
f3b7c63cd1
Merge pull request #1436 from QwenLM/feat/skills-enhancement
...
feat(skills): add experimental /skills command + hot reload
2026-01-13 17:36:21 +08:00
mingholy.lmh
996b9df947
fix: switch auth won't persist fallback default models for qwen-oauth
2026-01-13 17:19:15 +08:00
mingholy.lmh
64291db926
fix: misc issues in qwen-oauth models, sdk cli path resolving.
...
1. remove `generationConfig`` of qwen-oauth models
2. fix esm issues when sdk trying to spawn cli
2026-01-13 17:19:15 +08:00
刘伟光
85473210e5
feat: Customizing the sandbox environment
2026-01-13 10:47:08 +08:00
刘伟光
c0c94bd4fc
feat: Customizing the sandbox environment
2026-01-13 10:39:32 +08:00
yiliang114
c845049d26
Merge branch 'main' into fix/vscode-run
2026-01-13 00:27:44 +08:00
xwj02155382
b33525183f
Merge branch 'main' of github.com:QwenLM/qwen-code into feature/add-defaultHeaders-support
2026-01-12 15:52:23 +08:00
tanzhenxin
5a6e5bb452
Merge pull request #1427 from liqiongyu/fix/1333-legacy-settings-alias
...
fix(cli): warn on deprecated/unknown settings keys
2026-01-12 14:43:27 +08:00
tanzhenxin
5f8e1ebc94
chore(settings): update legacy settings alias implementation and tests
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-01-12 14:29:40 +08:00
yiliang114
ec8cccafd7
Merge branch 'main' of https://github.com/QwenLM/qwen-code into fix/vscode-run
2026-01-12 10:57:56 +08:00
liqoingyu
8c56b612fb
fix(cli): warn on deprecated/unknown settings keys
2026-01-12 10:49:37 +08:00
liqoingyu
9b78c17638
fix(cli): default sandbox UID/GID mapping on Linux
...
Fixes #1359 .
Default container sandboxing on Linux to use host UID/GID so qwen runs under a user that matches the mounted home directory and persists auth/settings in ~/.qwen.
Also gate the informational log behind DEBUG/DEBUG_MODE and clarify docs about Linux UID/GID mapping and ~/.qwen persistence.
2026-01-10 14:31:08 +08:00
yiliang114
b7828ac765
Merge branch 'main' into fix/vscode-run
2026-01-09 16:39:12 +08:00
xwj02155382
0bd17a2406
feat: 支持从 modelProviders 配置中读取 defaultHeaders
...
- 修改 ModelConfigSourcesInput 接口,将 modelProvider 类型从 ResolvedModelConfig 改为 ModelProviderConfig
- 在 resolveCliGenerationConfig 中添加从 settings.modelProviders 查找 modelProvider 的逻辑
- 使用类型别名避免与 subagents/types.ts 中的 ModelConfig 冲突
- 修复测试文件中的类型错误
- 现在可以通过 modelProviders 配置为特定模型设置 defaultHeaders
2026-01-09 16:08:59 +08:00
tanzhenxin
95efe89ac0
fix positional argument problem due to special handling for Electron app of yargs
2026-01-09 14:49:57 +08:00
tanzhenxin
6714f9ce3c
Merge pull request #1351 from xuewenjie123/fix/editor-launch-issues
...
fix: resolve external editor launch failure on macOS and Windows
2026-01-09 11:07:43 +08:00
tanzhenxin
155d1f9518
Merge pull request #1428 from liqiongyu/fix/727-memory-show-respects-context-file
...
fix(cli): /memory show respects context.fileName
2026-01-09 10:29:27 +08:00
mingholy.lmh
36c142951a
fix: default authType fallback
2026-01-08 18:38:23 +08:00
mingholy.lmh
2b511d0b83
fix: cold start issue and acp integration tests
2026-01-08 18:08:56 +08:00
mingholy.lmh
85bc0833b4
fix: remove authType fallback option for cold start case
2026-01-08 18:08:56 +08:00
Mingholy
b7ac94ecf6
Merge pull request #1291 from QwenLM/mingholy/feat/multi-provider-support
...
feat: multi-provider models config support
2026-01-08 16:27:00 +08:00
tanzhenxin
be8259b218
Merge pull request #1433 from BlockHand/userandwork
...
feat: Modify the selection order of user Settings and workspace Settings
2026-01-08 16:07:02 +08:00
tanzhenxin
a47bdc0b06
fix(cli): guard experimental skills config lookup
2026-01-08 15:54:43 +08:00
tanzhenxin
0e769e100b
Added automatic skill hot-reload
2026-01-08 15:43:46 +08:00
刘伟光
82cbdee3b4
feat: 恢复组件使用修改默认值
2026-01-08 15:35:17 +08:00
tanzhenxin
b5bcc07223
Add skills list display to CLI interface
2026-01-08 14:45:48 +08:00
tanzhenxin
9653dc90d5
Add skills command with completion support
2026-01-08 14:23:13 +08:00
mingholy.lmh
81de79c899
fix: best effort to use resolved authType/model across the repo
2026-01-08 12:11:23 +08:00
刘伟光
f6a753cf78
feat: Modify the selection order of user Settings and workspace Settings
2026-01-08 11:50:55 +08:00
刘伟光
509d304742
feat: Modify the selection order of user Settings and workspace Settings
2026-01-08 11:36:07 +08:00
刘伟光
6319a6ed56
feat: 修改用户设置和工作区设置的选择顺序
2026-01-08 10:45:22 +08:00
mingholy.lmh
ab07c2d89c
chore: bump version to 0.7.0
2026-01-08 10:21:55 +08:00
mingholy.lmh
5ea841dd02
fix: refine auth message to give explicit tip
2026-01-07 22:58:11 +08:00
mingholy.lmh
ded1ebcdff
fix: fallback and auth issues when configuring a duplicate model id
2026-01-07 22:58:11 +08:00
mingholy.lmh
afe6ba255e
fix: align authType & model persisting behavior across dialogs
2026-01-07 22:58:11 +08:00
mingholy.lmh
8da376637a
fix: remove detailed generationConfig
2026-01-07 22:58:10 +08:00
mingholy.lmh
15f4c1ebd6
chore: add i18n
2026-01-07 22:58:10 +08:00
mingholy.lmh
492da0c8c0
chore: update copyright notice in modelConfigUtils.ts
2026-01-07 22:58:09 +08:00
mingholy.lmh
90855c93d1
fix: lint & ci issues
2026-01-07 22:58:09 +08:00
mingholy.lmh
db12796df5
refactor: update authentication handling and model configuration
...
- Enhanced authentication method validation in `auth.ts` and `auth.test.ts`.
- Introduced new model provider configuration logic
- Updated environment variable handling for various auth types.
- Removed deprecated utility functions and tests related to fallback mechanisms.
2026-01-07 22:58:09 +08:00
mingholy.lmh
aa9cdf2a3c
review: stage1
2026-01-07 22:58:08 +08:00
liqoingyu
0a0ab64da0
test(cli): make memoryCommand path assertions cross-platform
2026-01-07 20:28:28 +08:00
liqoingyu
8a15017593
fix(cli): /memory show respects context.fileName
2026-01-07 20:07:41 +08:00
tanzhenxin
570ec432af
Merge pull request #1282 from BlockHand/fix-sandbox-ideInstall
...
feat: Optimize the issue where an error message indicating unfriendli…
2026-01-07 17:40:45 +08:00
tanzhenxin
bfc3bbfa9c
update user messages
2026-01-07 17:25:27 +08:00