Qwen Code’s /learn command now accepts local and URL video input
LaZzyMan · ghdev · 2026-07-22
Qwen Code adds native video input to /learn
This PR extends Qwen Code’s /learn command so it can accept local video files (MP4, WebM, MOV, M4V) and direct HTTP(S) video URLs. The command now checks whether the active model supports video, preserves the video parts through the provider path, and asks the main agent to create exactly one learned skill with a separate timestamped provenance record.
Notable behavior changes:
- YouTube watch pages are rejected with guidance to download the video locally first
- models without video input are blocked before submission
- ordinary text, document, directory, and webpage learning paths stay unchanged
- the generated skill includes a references/source.md file marked source-grounded, not execution-verified
The main goal is to make video transport explicit and keep source-grounded knowledge separate from execution-verified behavior.
More from coding & agent
- NVIDIA says Nemotron 3 Ultra hit 97.1% on agentic RTL chip-design tasks — NVIDIAAI · 2026-07-27
- Tokyo Agent Forge hackathon shipped production-ready AI agents in one day — DavidBennett__ · 2026-07-27
- Long-running agents will need immutable event logs, this thread argues — sebpaquet · 2026-07-27
- Agentic Data Science in Practice: Agents Write Code but Answer Wrong Questions — hugobowne · 2026-07-27
- A VS Code extension adds Markdown-style highlighting to Alchemy string templates — samgoodwin89 · 2026-07-27
- Claude’s Stripe MCP connector is being called unusable after repeated disconnects — evielync · 2026-07-27