docs: clarify unified Qwen OAuth experience across ALL platforms

- All platforms now have IDENTICAL Qwen OAuth integration
- ZeroClaw: native provider (built-in)
- Others: OpenAI-compatible + auto-refresh script
- Same result: FREE tier, auto refresh, same credentials file
- Updated platform table to show "Full" support (not just "Import")

User experience is now identical regardless of platform choice.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude Code
2026-02-22 05:21:45 -05:00
Unverified
parent 9b46db629e
commit eebd0edd8a
2 changed files with 34 additions and 32 deletions

View File

@@ -41,10 +41,16 @@ End-to-end professional setup of AI Agent platforms with **25+ OpenCode-compatib
|----------|----------|--------|------------|---------------|----------|
| **Qwen Code** | TypeScript | ~200MB | ✅ Native | ✅ | FREE coding |
| **ZeroClaw** | Rust | <5MB | ✅ Native | ✅ | Max performance |
| **PicoClaw** | Go | <10MB | ✅ Import | ✅ | Embedded |
| **OpenClaw** | TypeScript | >1GB | ✅ Import | ✅ | Full-featured |
| **NanoBot** | Python | ~100MB | ✅ Import | ✅ | Research |
| **NanoClaw** | TypeScript | ~50MB | ✅ Import | ✅ | WhatsApp |
| **OpenClaw** | TypeScript | >1GB | ✅ Full | ✅ | Full-featured |
| **NanoBot** | Python | ~100MB | ✅ Full | ✅ | Research |
| **PicoClaw** | Go | <10MB | ✅ Full | ✅ | Embedded |
| **NanoClaw** | TypeScript | ~50MB | ✅ Full | ✅ | WhatsApp |
**All platforms have IDENTICAL Qwen OAuth experience:**
- FREE tier: 2,000 requests/day
- Auto token refresh
- Same credentials: `~/.qwen/oauth_creds.json`
- Same API: `dashscope.aliyuncs.com`
---