- Add `clawdbot models ollama setup` and `clawdbot models ollama discover`
- Add `clawdbot models local` unified wizard that auto-detects both LM Studio and Ollama
- Server URL prompt in setup commands allows configuring remote servers
- Update docs with new CLI commands
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>