qwen-code/docs/users
wenshao f6f3f3d5dd Merge origin/main into feat/skills-parallel-load-and-path-activation
Brings the branch up to date (36 commits behind). Two source-level
conflicts in the skills area, both resolved by keeping additions
from both sides — the new `argument-hint:` parsing from #3593 and
this branch's `paths:` / `parsePathsField` work are independent
features that touch the same parser entry points but do not
interact:

- packages/core/src/skills/skill-manager.test.ts: combined the two
  new branches in `mockParseYaml.mockImplementation` (one for
  `argument-hint:`, one for `paths:`) so both feature paths get
  exercised, and combined the two new `parseSkillContent` test
  blocks (argument-hint frontmatter + paths frontmatter variants).

Other touched files (skill-manager.ts, skill-load.ts,
skill-load.test.ts, types.ts) auto-merged cleanly: argumentHint
extraction lives next to model/whenToUse, and the parsePathsField
helper call is the last optional-field extraction before the
SkillConfig is constructed.

Validation after merge:
- 210 skill-area tests pass (skill-manager + skill-activation +
  skill-load + tools/skill + coreToolScheduler).
- typecheck clean.
- lint clean.
2026-04-28 14:00:28 +08:00
..
configuration fix(core): split tool-result media into follow-up user message for strict OpenAI compat (#3617) 2026-04-27 23:01:02 +08:00
extension Merge pull request #2628 from QwenLM/feat/channels-telegram 2026-04-01 16:19:08 +08:00
features Merge origin/main into feat/skills-parallel-load-and-path-activation 2026-04-28 14:00:28 +08:00
ide-integration update documentation 2025-12-19 18:16:59 +08:00
reference refactor: rename verboseMode to compactMode for better UX clarity (#3075) 2026-04-10 11:55:50 +08:00
support docs: update authentication methods to reflect OAuth discontinuation (#3325) 2026-04-17 15:34:18 +08:00
_meta.ts docs move extension to user and hide create docs 2026-01-21 19:57:26 +08:00
common-workflow.md docs: updated all links, click and open in vscode, new showcase video in overview 2025-12-17 11:10:31 +08:00
integration-github-action.md docs: updated all links, click and open in vscode, new showcase video in overview 2025-12-17 11:10:31 +08:00
integration-jetbrains.md docs(integration): use CDN URLs for images and fix formatting 2026-03-16 14:12:48 +08:00
integration-vscode.md fix: docs 2026-01-14 10:30:03 +08:00
integration-zed.md docs(integration): use CDN URLs for images and fix formatting 2026-03-16 14:12:48 +08:00
overview.md docs: update authentication methods to reflect OAuth discontinuation (#3325) 2026-04-17 15:34:18 +08:00
quickstart.md fix(cli): add API Key option to qwen auth interactive menu (#3624) 2026-04-27 22:01:47 +08:00