- Use RuntimeEnv instead of Runtime
- Use updateConfig and logConfigUpdated helpers
- Use theme.accent instead of theme.highlight
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add discoverLMStudioModels() for auto-discovering models via /v1/models endpoint
- Add implicit LM Studio provider support (LMSTUDIO_BASE_URL or LMSTUDIO_API_KEY)
- Add `clawdbot models lmstudio setup` command for interactive configuration
- Add `clawdbot models lmstudio discover` command to list available models
- Update local-models.md docs with quick setup instructions
This brings LM Studio on par with Ollama for ease of setup - no more manual
model definitions required.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>