tanzhenxin
bd314cb7b2
Merge branch 'main' into feat/cli-welcome-screen
2026-01-19 11:32:54 +08:00
tanzhenxin
baf848a4d9
Merge pull request #1528 from liqiongyu/fix/1512-skills-crlf
...
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
fix(core): parse skills frontmatter with CRLF/BOM
2026-01-19 11:03:17 +08:00
tanzhenxin
f0b2a7ef98
feat(cli): refactor about dialog and add proxy field
2026-01-19 10:54:45 +08:00
tanzhenxin
d0104dc487
Merge pull request #1509 from QwenLM/docs/code-plan
...
docs(auth): add Coding Plan documentation
2026-01-19 09:54:22 +08:00
tanzhenxin
c87197d420
Redesign settings dialog with curated list and view-switching UI
2026-01-18 21:56:33 +08:00
liqoingyu
531062aeaf
fix(core): parse skills frontmatter with CRLF/BOM
2026-01-18 17:11:41 +08:00
tanzhenxin
28f6c161da
Limit info panel max width to 60 in two-column header layout
2026-01-18 15:00:58 +08:00
tanzhenxin
d5683886c6
fix: suppress error logging for user-cancelled requests ( #1182 )
2026-01-18 14:45:50 +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
tanzhenxin
758e5c0992
update header display for narrow screen
2026-01-16 14:45:07 +08:00
tanzhenxin
881e7d038b
try fix test fail on Windows again
2026-01-16 14:05:12 +08:00
tanzhenxin
5c6c3b2cf6
hide context usage if no request sent
2026-01-16 14:03:20 +08:00
tanzhenxin
f4d4844364
fix failed tests on Windows
2026-01-16 13:46:30 +08:00
tanzhenxin
b804b1f48a
feat: Redesign CLI welcome screen and improve visual consistency
2026-01-16 11:48:31 +08:00
pomelo-nwu
2852f48a4a
docs(auth): add Coding Plan documentation
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-01-15 20:15:27 +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