The embedded agent requires an auth-profiles.json with the Ollama API key.
Now the launcher automatically creates:
- ~/.clawdbot-ollama/clawdbot.json (gateway config)
- ~/.clawdbot-ollama/agents/main/agent/auth-profiles.json (Ollama API key)
This makes the desktop launcher work out of the box without manual setup.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Use --profile ollama to fully isolate from installed clawdbot
- Run on port 19001 (installed uses 18789)
- Open dashboard via clawdbot dashboard command for proper auth token
- Check if gateway already running before starting
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>