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
a8e3b9ebe7
Merge pull request #1411 from niklas-wortmann/jetbrains-docs
...
docs: add integration guide for JetBrains IDEs
2026-01-13 16:52:10 +08:00
Jan-Niklas W.
299b7de030
add image for jetbrains acp configuration
2026-01-12 10:17:25 -06:00
yiliang114
b93bb8bff6
docs(vscode-ide-companion): update vscode extension readme
2026-01-13 00:14:57 +08:00
Mingholy
bad5b0485d
Merge pull request #1457 from liqiongyu/fix/1118-auth-fetch-failed-diagnostics
...
fix(core): improve OAuth fetch-failed diagnostics
2026-01-12 15:06:16 +08:00
liqoingyu
097482910e
fix(core): improve OAuth fetch-failed diagnostics
2026-01-10 16:49:56 +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
tanzhenxin
9653dc90d5
Add skills command with completion support
2026-01-08 14:23:13 +08:00
mingholy.lmh
afe6ba255e
fix: align authType & model persisting behavior across dialogs
2026-01-07 22:58:11 +08:00
mingholy.lmh
fe2ed889b9
docs: add modelProviders documents
2026-01-07 22:58:10 +08:00
mingholy.lmh
90855c93d1
fix: lint & ci issues
2026-01-07 22:58:09 +08:00
gwinthis
b95d9a8d2d
Merge pull request #1414 from QwenLM/doc/qwencode-java
...
Doc/qwencode java
2026-01-06 17:54:47 +08:00
顾盼
6f39ae120c
Merge pull request #1355 from QwenLM/feat/stable-acp-flag
...
feat: graduate `--experimental-acp` to stable `--acp` flag
2026-01-06 17:51:43 +08:00
skyfire
ad3086f7dd
add qwencode-sdk java doc
2026-01-06 17:18:41 +08:00
skyfire
8f3bbef575
add qwencode-sdk java doc
2026-01-06 17:11:47 +08:00
Jan-Niklas W.
824ca056a4
docs: add integration guide for JetBrains IDEs
2026-01-05 14:07:37 -06:00
pomelo
2bc8079519
Merge pull request #1332 from QwenLM/fix-language
...
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
Qwen Code CI / Lint (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 multi-language and documentation related issues.
2025-12-26 23:02:37 +08:00
LaZzyMan
fe7ff5b148
feat: stable-acp-flag
2025-12-26 17:09:16 +08:00
cwtuan
f7d04323f3
Enhance VS Code extension description with download link ( #1341 )
...
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (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
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
Updated the VS Code extension note with a download link for the Qwen Code Companion.
2025-12-25 23:58:52 +08:00
pomelo-nwu
4ca62ba836
feat: adjust code
2025-12-24 10:26:30 +08:00
tanzhenxin
251031cfc5
fix a link in skills.md
2025-12-23 15:09:23 +08:00
tanzhenxin
4311af96eb
add docs
2025-12-23 10:53:09 +08:00
Alexander Farber
4d9f25e9fe
Auto-detect LLM output language from system locale on first startup
2025-12-20 10:21:16 +01:00
tanzhenxin
52cd1da4a7
update documentation
2025-12-19 18:16:59 +08:00
tanzhenxin
a8a863581b
Merge branch 'main' into feat/ide-companion-discovery
2025-12-19 16:49:24 +08:00
mingholy.lmh
90489933fd
fix: lint issues
2025-12-19 15:52:11 +08:00
pomelo
c0839dceac
Merge pull request #1266 from QwenLM/docs-fix
...
docs:Fix the errors in the document
2025-12-17 22:04:27 +08:00
joeytoday
f9a1ee2442
docs: updated vscode showcase video
2025-12-17 16:47:37 +08:00
joeytoday
f824004f99
docs: updated links in index.md
2025-12-17 15:03:23 +08:00
Mingholy
e274b4469a
Merge pull request #1214 from kfxmvp/fix/issue-1186-schema-converter
...
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 (Linux) - sandbox:docker-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-2 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-2 (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
fix: add configurable OpenAPI 3.0 schema compliance for Gemini compatibility (#1186 )
2025-12-17 11:12:57 +08:00
joeytoday
a4e3d764d3
docs: updated all links, click and open in vscode, new showcase video in overview
2025-12-17 11:10:31 +08:00
joeytoday
d1a6b3207e
docs: updated inline links
2025-12-16 17:01:47 +08:00
pomelo-nwu
1c62499977
feat: fix link
2025-12-16 15:40:01 +08:00
pomelo-nwu
4b8b4e2fe8
feat: update docs
2025-12-16 15:32:21 +08:00
tanzhenxin
9942b2b877
Merge branch 'main' into 1179-add-resume-cmd
2025-12-16 15:29:58 +08:00
tanzhenxin
61e378644e
feat: update configuration and shell tool implementations
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-12-16 15:02:59 +08:00
tanzhenxin
fc58291c5c
Merge branch 'main' into add-git-co-author
2025-12-16 14:43:27 +08:00
tanzhenxin
f9da1b819e
Merge branch 'main' into feat/ide-companion-discovery
2025-12-16 14:11:25 +08:00
pomelo-nwu
36fb6b8291
feat: update docs
2025-12-16 13:48:10 +08:00
kefuxin
573c33f68a
Merge remote-tracking branch 'upstream/main' into fix/issue-1186-schema-converter
2025-12-16 11:08:51 +08:00
pomelo-nwu
9f18f53294
feat: fix link
2025-12-16 10:03:16 +08:00
pomelo-nwu
cf3c020e5b
feat: rename Sub Agents to Subagents
2025-12-15 22:22:25 +08:00
pomelo-nwu
3691ee7038
feat: update docs
2025-12-15 22:17:22 +08:00
pomelo-nwu
91505233f0
feat: update docs
2025-12-15 22:12:34 +08:00
pomelo-nwu
e4fd304b08
feat: add mcp docs
2025-12-15 21:16:27 +08:00
tanzhenxin
59c3d3d0f9
IDE companion discovery: switch to ~/.qwen/ide lock files
2025-12-15 20:15:26 +08:00
pomelo-nwu
68a0567bf2
feat: update docs
2025-12-15 19:58:59 +08:00
pomelo-nwu
53486b7fd3
Merge branch 'main' into docs-byYijing
2025-12-15 19:42:20 +08:00
pomelo-nwu
5742a69d8a
feat: update docs
2025-12-15 19:40:14 +08:00
pomelo
1806390421
Merge branch 'main' into docs/add-mcp-quick-start-guides
2025-12-15 19:29:52 +08:00