tanzhenxin
1f1e78aa3b
Refactor model handling in ACP agent and update auth error message
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-01-17 10:53:57 +08:00
tanzhenxin
511269446f
fix(acp): implement session/set_model method for JetBrains compatibility
2026-01-17 10:15:47 +08:00
tanzhenxin
0681c71894
Merge pull request #1490 from QwenLM/fix/mcp-server-remove
...
Qwen Code CI / Lint (push) Has been cancelled
Qwen Code CI / CodeQL (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none (push) Has been cancelled
E2E Tests / E2E Test - macOS (push) Has been cancelled
Qwen Code CI / Test (push) Has been cancelled
Qwen Code CI / Test-1 (push) Has been cancelled
Qwen Code CI / Test-2 (push) Has been cancelled
Qwen Code CI / Test-3 (push) Has been cancelled
Qwen Code CI / Test-4 (push) Has been cancelled
Qwen Code CI / Test-5 (push) Has been cancelled
Qwen Code CI / Test-6 (push) Has been cancelled
Qwen Code CI / Test-7 (push) Has been cancelled
Qwen Code CI / Test-8 (push) Has been cancelled
Qwen Code CI / Post Coverage Comment (push) Has been cancelled
fix: unable to remove MCP server when only one element exists
2026-01-16 17:22:42 +08:00
tanzhenxin
155c4b9728
Merge pull request #1508 from PJ-568/main
...
fix: mistranslation of token
2026-01-16 15:50:00 +08:00
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
PJ568
c6c33233c5
fix: mistranslation of token
2026-01-15 18:16:31 +08:00
Antarin Ghosal
106b69e5c0
docs: update experimental skills configuration in skills.md
2026-01-15 15:02:14 +05:30
Antarin Ghosal
6afe0f8c29
docs: update setting name in configuration docs
2026-01-15 14:59:52 +05:30
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
tanzhenxin
886f914fb3
Merge pull request #1496 from QwenLM/fix/vscode-run
...
Qwen Code CI / Lint (push) Has been cancelled
Qwen Code CI / CodeQL (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none (push) Has been cancelled
E2E Tests / E2E Test - macOS (push) Has been cancelled
Qwen Code CI / Test (push) Has been cancelled
Qwen Code CI / Test-1 (push) Has been cancelled
Qwen Code CI / Test-2 (push) Has been cancelled
Qwen Code CI / Test-3 (push) Has been cancelled
Qwen Code CI / Test-4 (push) Has been cancelled
Qwen Code CI / Test-5 (push) Has been cancelled
Qwen Code CI / Test-6 (push) Has been cancelled
Qwen Code CI / Test-7 (push) Has been cancelled
Qwen Code CI / Test-8 (push) Has been cancelled
Qwen Code CI / Post Coverage Comment (push) Has been cancelled
fix(vscode-ide-companion): simplify ELECTRON_RUN_AS_NODE detection and improve README
2026-01-15 09:00:11 +08:00
tanzhenxin
90365af2f8
Merge pull request #1499 from QwenLM/fix/1498
...
fix: include --acp flag in tool exclusion check
2026-01-15 08:56:58 +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
63406b4ba4
Update command options for skills feature
...
Fixed a typo
2026-01-14 19:13:35 +05:30
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
yiliang114
5e80e80387
fix(vscode-ide-companion): simplify ELECTRON_RUN_AS_NODE detection and improve README
...
- Bump version to 0.7.1
- Simplify macOS/Linux terminal launch by always using ELECTRON_RUN_AS_NODE=1
(all VSCode-like IDEs are Electron-based)
- Update README with marketplace badges, cleaner docs structure
- Fix broken markdown table row
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 21:10:19 +08:00
Mingholy
985f65f8fa
Merge pull request #1494 from QwenLM/chore/v0.7.1
...
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
chore: bump version to 0.7.1
2026-01-14 18:29:59 +08:00
Mingholy
9b9c5fadd5
Merge pull request #1492 from QwenLM/mingholy/fix/loggingContentGenerator-timing-issue
...
Fix timing issue in LoggingContentGenerator initialization
2026-01-14 18:09:26 +08:00
Mingholy
372c67cad4
Merge pull request #1489 from QwenLM/fix/slow-quit
...
Reduce slow quit by trimming skills watchers
2026-01-14 18:07:37 +08:00
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
mingholy.lmh
1e3791f30a
fix: ci issue
2026-01-14 17:51:00 +08:00
mingholy.lmh
9bf626d051
refactor: streamline initialization of LoggingContentGenerator and update auth type retrieval
2026-01-14 16:44:51 +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.lmh
a35af6550f
fix: timing issue of initialize loggingContentGenerator
2026-01-14 16:17:35 +08:00
tanzhenxin
d6607e134e
update
2026-01-14 15:40:53 +08:00
tanzhenxin
9024a41723
Conditional skill manager initialization with improved file watching
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-01-14 15:22:49 +08:00
yiliang114
bde056b62e
Merge branch 'main' of https://github.com/QwenLM/qwen-code into fix/vscode-run
2026-01-14 13:11:58 +08:00
pomelo
ff5ea3c6d7
Merge pull request #1485 from QwenLM/fix-docs
...
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
fix: docs
2026-01-14 10:31:55 +08:00
pomelo-nwu
0faaac8fa4
fix: docs
2026-01-14 10:30:03 +08:00
pomelo
c2e62b9122
Merge pull request #1484 from QwenLM/fix-docs
...
fix: docs errors and add community contacts
2026-01-14 09:20:43 +08:00
pomelo-nwu
f54b62cda3
fix: docs error
2026-01-13 22:02:55 +08:00
pomelo-nwu
9521987a09
feat: update docs
2026-01-13 21:51:34 +08:00
qwen-code-ci-bot
d20f2a41a2
Merge pull request #1483 from QwenLM/release/sdk-typescript/v0.1.3
...
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
chore(release): sdk-typescript v0.1.3
2026-01-13 21:13:07 +08:00
github-actions[bot]
e3eccb5987
chore(release): sdk-typescript v0.1.3
2026-01-13 12:59:45 +00:00
Mingholy
22916457cd
Merge pull request #1482 from QwenLM/mingholy/test/skip-flaky-e2e-test
...
Skip flaky permission control test
2026-01-13 20:16:35 +08:00
Mingholy
28bc4e6467
Merge pull request #1480 from QwenLM/mingholy/fix/qwen-oauth-fallback
...
Fix: Improve qwen-oauth fallback message display
2026-01-13 20:15:25 +08:00
mingholy.lmh
50bf65b10b
test: skip flaky & ambigous sdk e2e test case
2026-01-13 20:04:19 +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
mingholy.lmh
e70ecdf3a8
fix: improve qwen-oauth fallback message display
2026-01-13 19:40:41 +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
刘伟光
f762a62a2e
feat: Improve the usage documentation
2026-01-13 18:54:26 +08:00
tanzhenxin
ca12772a28
Merge pull request #1469 from QwenLM/fix/1454-shell-timeout
...
feat(shell): add optional timeout for foreground commands
2026-01-13 18:25:36 +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
74bf72877d
Merge branch 'main' into fix/1454-shell-timeout
2026-01-13 17:41:09 +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
54fd4c22a9
Merge pull request #1460 from QwenLM/feat/support-ipynb-select-code
...
Support Jupyter Notebook (.ipynb) File Code Selection
2026-01-13 17:37:02 +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
tanzhenxin
e4dee3a2b2
Implement proper header merging: customHeaders now merge with default headers instead of replacing them in all content generators
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-01-13 17:30:54 +08:00