qwen-code/docs
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
..
design fix(cli): add API Key option to qwen auth interactive menu (#3624) 2026-04-27 22:01:47 +08:00
developers docs(telemetry): clarify Alibaba Cloud console entry (#3498) 2026-04-26 07:40:35 +08:00
plans feat(vscode-ide-companion): add agent execution tool display (#2590) 2026-04-18 23:39:26 +08:00
users Merge origin/main into feat/skills-parallel-load-and-path-activation 2026-04-28 14:00:28 +08:00
_meta.ts feat: refactor docs 2025-12-05 10:51:57 +08:00
index.md fix: lint issues 2025-12-19 15:52:11 +08:00