u/joseph_yaduvanshi

Made a Claude Code plugin that delegates to Qwen Code (basically codex-plugin-cc but for Qwen)
▲ 10 r/LLMDevs+4 crossposts

Made a Claude Code plugin that delegates to Qwen Code (basically codex-plugin-cc but for Qwen)

You know that codex-plugin-cc thing OpenAI made, where Claude Code can hand tasks off to Codex? I wanted the same workflow but pointed at Qwen Code, so I built it.

https://github.com/josephyaduvanshi/qwen-companion

There's already a qwen plugin that uses ACP mode. Couldn't get it working on my install. Turns out qwen's stream-json output is shaped almost the same as what Claude Code uses internally, so the port wasn't bad.

You type `/qwen:rescue fix the failing test` and Claude hands it to qwen, and you get qwen's reply back without Claude paraphrasing it. Also has `/qwen:review` and an adversarial review mode that actually pushes back on your design.

Free with qwen-oauth (1k req/day).

Anyone else been wanting this? Curious what breaks on other setups.

u/joseph_yaduvanshi — 1 day ago