English | 中文
Qwen-specific adapter work for the
everything-agent-cli-to-claude-codeecosystem.
This repository focuses on Qwen-specific details:
- non-interactive CLI usage
qwen-oauthauth behavior- wrapper behavior
- future skill packaging
Umbrella project:
| Area | Status |
|---|---|
| Repo scaffold | ready |
| Qwen wrapper | initial |
| Skills directory | ready |
| Auth mode | qwen-oauth |
bin/qwen-review.shdocs/design.mdexamples/review-prompt.txtskills/usecli-qwen.mdtests/test_wrapper.sh
First-generation non-interactive usage may trigger device authorization on first run.
Run the local smoke test with:
bash tests/test_wrapper.shIt checks:
--helpworks- the wrapper can read
--prompt-file - the wrapper builds the expected Qwen CLI command shape with explicit
qwen-oauth
- stabilize Qwen auth workflow
- add more task-specific wrappers
- align provider actions with umbrella skills