diff --git a/.claude/rules/agent-default-models.md b/.claude/rules/agent-default-models.md index 8a0d7f705..d36826aae 100644 --- a/.claude/rules/agent-default-models.md +++ b/.claude/rules/agent-default-models.md @@ -10,7 +10,6 @@ Last verified: 2026-03-13 | Claude Code | _(routed by Anthropic)_ | `ANTHROPIC_BASE_URL=https://openrouter.ai/api` — model selection handled by Claude's own routing | | Codex CLI | `openai/gpt-5.3-codex` | Hardcoded in `setupCodexConfig()` → `~/.codex/config.toml` | | OpenClaw | `openrouter/auto` | `modelDefault` field in agent config; written to OpenClaw config via `setupOpenclawConfig()` | -| ZeroClaw | _(provider default)_ | `ZEROCLAW_PROVIDER=openrouter` — model selection handled by ZeroClaw's OpenRouter integration | | OpenCode | _(provider default)_ | `OPENROUTER_API_KEY` env var — model selection handled by OpenCode natively | | Kilo Code | _(provider default)_ | `KILO_PROVIDER_TYPE=openrouter` — model selection handled by Kilo Code natively | | Hermes | _(provider default)_ | `OPENAI_BASE_URL=https://openrouter.ai/api/v1` + `OPENAI_API_KEY` — model selection handled by Hermes | diff --git a/README.md b/README.md index 93c3a9dd3..eca909f93 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ spawn claude hetzner --fast What `--fast` does: - **Parallel boot**: server creation runs concurrently with API key prompt and account checks - **Tarballs**: installs agents from pre-built tarballs instead of live install -- **Skip cloud-init**: for lightweight agents (Claude, OpenCode, ZeroClaw, Hermes), skips the package install wait since the base OS already has what's needed +- **Skip cloud-init**: for lightweight agents (Claude, OpenCode, Hermes), skips the package install wait since the base OS already has what's needed - **Snapshots**: uses pre-built cloud images when available (Hetzner, DigitalOcean) #### Beta Features