v0.1.4 — Alternative model backends & one-line install
Highlights
🔌 Alternative model backends
Agent Arena now explicitly supports running on non-Anthropic models. A different model family is treated as a genuinely heterogeneous arena participant:
- Claude Code (Anthropic protocol) → connect GLM / DeepSeek / Qwen / Kimi / Doubao via an Anthropic-compatible proxy (One API, LiteLLM, etc.)
- Codex (OpenAI protocol) → connect those same models directly via OpenAI-compatible API
- New
## Alternative Model Backendssection with supported configurations, a connection-method table, task-packet declaration format, and a degradation rule.
📦 One-line install
npx skills add zhjai/agent-arena -g -a claude-codeInstalls via the vercel-labs skills CLI — works with Claude Code, Codex, Cursor, OpenCode, and 50+ agents. Verified the CLI auto-detects both skills from the repo layout.
🎨 New banner
Replaced the minimal SVG with an infographic-style banner showing the full 6-step protocol flow, debate-arena visual, and agent ecosystem.
See CHANGELOG.md for the full list. Chinese README: README.zh.md.