Commit Graph

7 Commits

Author SHA1 Message Date
Eugene Kniazev
4ce940e590 feat: add Ollama discovery and unified local models wizard
- 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>
2026-01-27 11:53:20 +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
Peter Steinberger
67d0ab3030 docs: simplify local models guidance 2026-01-13 03:26:00 +00:00
Peter Steinberger
e7e544174f docs: add region guidance for hosted minimax 2026-01-12 22:45:00 +00:00
Peter Steinberger
9b0d9db3a3 docs: detail memory tools and local models 2026-01-12 22:35:19 +00:00
Peter Steinberger
1b2c1545a0 docs: harden local model guidance 2026-01-12 17:11:04 +00:00
Peter Steinberger
717a259056 docs: add local models guide 2026-01-12 16:50:37 +00:00