What's wrong with this entry?
Anonymous. No account, no email.
The CLI now provides enhanced model selection capabilities with runtime configuration support:
- Statsig Integration: Model configuration now integrates with Statsig for A/B testing and feature flags
- Environment Variable Priority: The
ANTHROPIC_MODELenvironment variable takes precedence over other configuration methods - Fallback Chain: Implements a robust fallback mechanism for model selection:
- Check environment configuration
- Check process environment variable
- Use Statsig-provided model
- Fall back to default model
Example usage
# Set a specific model via environment variable
ANTHROPIC_MODEL=claude-3-opus-20240229 claude
# The model will persist across sessions if set in config