You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.toml was defined but never read at startup. Now the CLI:
1. Loads ~/.config/crab-code/config.toml
2. Merges with priority: CLI args > settings.json > config.toml
3. Provider/model/api_key/api_base_url all resolved correctly
This enables DeepSeek/OpenAI/Ollama via config.toml profiles.
0 commit comments