tanzhenxin
57ca2823b3
Merge pull request #1497 from Antovex/feat/settings-for-experimental-skills
...
feat(cli): add settings support for experimental skills
2026-01-16 15:49:34 +08:00
tanzhenxin
620341eeae
remove -x alias and fix whitespace issue
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-01-16 15:28:33 +08:00
tanzhenxin
758e5c0992
update header display for narrow screen
2026-01-16 14:45:07 +08:00
tanzhenxin
5c6c3b2cf6
hide context usage if no request sent
2026-01-16 14:03:20 +08:00
tanzhenxin
b804b1f48a
feat: Redesign CLI welcome screen and improve visual consistency
2026-01-16 11:48:31 +08:00
mingholy.lmh
da8c49cb9d
fix: localize default base URL display in ModelDialog
2026-01-15 20:15:37 +08:00
LaZzyMan
f00f76456c
feat: claude subagents transform
2026-01-15 20:00:09 +08:00
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
4c7605d900
Merge branch 'main' into feat/extension
2026-01-14 17:56:01 +08:00
LaZzyMan
b37ede07e8
fix/gemini extension install error
2026-01-14 17:48:25 +08:00
LaZzyMan
0a88dd7861
fix: fix tests
2026-01-14 16:50:59 +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
LaZzyMan
70991e474f
fix/lint error
2026-01-14 15:42:50 +08:00
LaZzyMan
551e546974
feat: move extension to core package
2026-01-14 15:30:27 +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