qwen-code/packages
tanzhenxin 34d560adcf
fix(core): allow Unicode characters in agent names (#3194)
The agent name validation regex only permitted ASCII letters, numbers,
hyphens, and underscores, silently rejecting agents with non-ASCII names
(e.g., Chinese "项目管理"). Replace the regex with Unicode property
escapes (\p{L}\p{N}) to allow letters and numbers from any script.

Also guard the lowercase naming convention warning so it only fires when
the name contains ASCII letters, since case is meaningless for CJK
scripts.

Fixes #3149
2026-04-13 18:24:13 +08:00
..
channels chore: bump version to 0.14.4 (#3209) 2026-04-13 18:15:54 +08:00
cli feat(subagents): add disallowedTools field to agent definitions (#3064) 2026-04-13 18:24:02 +08:00
core fix(core): allow Unicode characters in agent names (#3194) 2026-04-13 18:24:13 +08:00
sdk-java feat: simplify subagent model configuration with model selector 2026-03-27 11:49:45 +08:00
sdk-typescript Merge pull request #2698 from QwenLM/refactor/subagent-model-selection 2026-04-01 16:17:54 +08:00
vscode-ide-companion chore: bump version to 0.14.4 (#3209) 2026-04-13 18:15:54 +08:00
web-templates chore: bump version to 0.14.4 (#3209) 2026-04-13 18:15:54 +08:00
webui chore: bump version to 0.14.4 (#3209) 2026-04-13 18:15:54 +08:00
zed-extension chore(zed-extension): update package version to 0.10.0 2026-02-06 14:26:01 +08:00