Skip to content

v0.1.4 — Alternative model backends & one-line install

Choose a tag to compare

@zhjai zhjai released this 29 May 03:59
· 15 commits to main since this release

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 Backends section 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-code

Installs 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.