-
-
Notifications
You must be signed in to change notification settings - Fork 53k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
Compaction fails with "No API key found for provider" even when the provider has authHeader: false configured.
Steps to Reproduce
- Configure Ollama as primary model with
authHeader: false - Run
/compactcommand - Error:
No API key found for provider 'ollama'
Expected Behavior
Compaction should work without requiring auth for providers that have authHeader: false set.
Workaround
Add a dummy auth profile to auth-profiles.json:
"ollama:local": {
"type": "api-key",
"provider": "ollama",
"key": "not-needed-local"
}Environment
- Clawdbot version: 2026.1.24-3
- OS: Windows 10
- Provider: Ollama (local)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working