mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-14 11:15:25 +00:00
* feat(cli): support native video input in learn * fix(cli): address review feedback for /learn video input (#7497) - Fix .m4v MIME filter: fall back to parser MIME type when mime/lite does not recognise the extension (e.g. .m4v → video/x-m4v) - Surface text diagnostics from readPathFromWorkspace when the read succeeds but returns no video part (e.g. file size limit errors) - Move YouTube rejection after the capability gate so text-only model users get the correct error first - Extract shared buildSkillContext helper to deduplicate skill directory enumeration between buildLearnSkillPrompt and buildLearnVideoSkillRequest * fix(core): classify .m4v as video so /learn can attach it (#7497) * fix(cli): address review feedback for /learn video input (#7497) - Fix .m4v mimeType in processSingleFileContent by falling back to MIME_LITE_MISSING_VIDEO_TYPES when mime/lite returns null - Move YouTube rejection before the capability gate so users always get actionable download guidance regardless of model capability - Use optional chaining for getContentGeneratorConfig()?.authType - Add [focus] to the empty-input usage string * fix(cli): address review feedback for /learn video input (#7497) --------- Co-authored-by: Shaojin Wen <shaojin.wensj@alibaba-inc.com> Co-authored-by: Qwen Code Bot <qwen-code-bot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| design | ||
| developers | ||
| e2e-tests | ||
| images | ||
| plans | ||
| superpowers | ||
| users | ||
| verification/abort-controller-refactor | ||
| _meta.ts | ||
| index.md | ||