PJ568
c6c33233c5
fix: mistranslation of token
2026-01-15 18:16:31 +08:00
mingholy.lmh
4213d06ab9
fix: the default resolution behavior of authType and effective model
2026-01-15 17:57:13 +08:00
Antarin Ghosal
0b3be1a82c
fix: update settings path to tools.experimental.skills
2026-01-15 14:58:31 +05:30
Antarin Ghosal
8af43e3ac3
refactor: nest skills under tools.experimental
2026-01-15 14:57:02 +05:30
DragonnZhang
45236b6ec5
feat: Integrate UI state management into feedback dialog logic
2026-01-15 11:01:05 +08:00
DragonnZhang
9e8724a749
feat: Implement feedback history management with fatigue mechanism
2026-01-15 11:01:04 +08:00
DragonnZhang
d91e372c72
feat: Refactor feedback dialog to a non-blocking popup, allow user input while it is rendered
2026-01-15 11:01:04 +08:00
DragonnZhang
9325721811
feat: Add minimum requirements for showing feedback dialog based on tool calls and user messages
2026-01-15 11:01:04 +08:00
DragonnZhang
56391b11ad
feat: Update feedback options in multiple languages and adjust dialog text
2026-01-15 11:01:04 +08:00
DragonnZhang
e748532e6d
feat: Update feedback dialog text to reference Qwen instead of Claude
2026-01-15 11:01:03 +08:00
DragonnZhang
d095a8b3f1
feat: Refactor feedback dialog logic into a custom hook
2026-01-15 11:01:03 +08:00
DragonnZhang
f7585153b7
feat: Add user feedback dialog
2026-01-15 11:01:03 +08:00
yiliang114
cbef5ffd89
fix: include --acp flag in tool exclusion check
...
Fixed #1498
The tool exclusion logic only checked --experimental-acp but not --acp,
causing edit, write_file, and run_shell_command to be incorrectly
excluded when VS Code extension uses --acp flag in ACP mode.
2026-01-14 22:49:04 +08:00
Antarin Ghosal
52db3a766d
feat(cli): add settings support for experimental skills
...
- Add tools.experimentalSkills setting in settingsSchema
- Read default from settings in config. ts
- Add --skills as shorter alias for --experimental-skills
- Update documentation for new setting
Fixes #1493
2026-01-14 18:49:17 +05:30
mingholy.lmh
af3864b5de
chore: bump version to 0.7.1
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-01-14 18:02:43 +08:00
LaZzyMan
6f33d92b2c
fix: can not remove the mcp server when there is only one element
2026-01-14 16:27:45 +08:00
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