v0.1.9 - Auth login and API key coexistence
This release fixes an important onboarding issue for beginners.
Fixed
- the project no longer implies that
Codex,Claude Code, orGemini CLImust use API keys - runtime setup now explicitly supports both:
- API key mode
- auth/login mode
Improved
.ai_runtimes.env.examplenow clearly marks API keys as optionalconfigure_ai_runtimes.shnow tells users how to use:openclaw configureoropenclaw onboardgeminicodex loginclaude auth login
health_check.shnow reports empty API env fields as optional instead of warning-level failure
Goal
Make the project friendlier to real-world users, where some tools are authenticated by account login and others by API keys.