Commit Graph

2 Commits

Author SHA1 Message Date
Eugene Kniazev
899f0fa907 fix: use correct imports in lmstudio command
- 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>
2026-01-27 11:42:41 +00:00
Eugene Kniazev
861af7bd52 feat: add LM Studio auto-discovery and CLI setup command
- 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>
2026-01-27 11:32:55 +00:00