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
I'm currently using OpenClaude v0.1.8 and I'm having some trouble getting the Agent Routing and MCP servers to work as expected. Despite following the documentation and recent tips from the maintainers, the system doesn't seem to be picking up my custom configurations.
The Problem:
Agent Routing: I have configured agentModels and agentRouting in my ~/.claude/settings.json. However, when I prompt the terminal with tasks like "Review Task" or "Plan this feature", it doesn't switch models automatically. It stays on the default model (Qwen 3.6 Plus in my case) for everything, even when I explicitly define Gemini for planning and Gemma for reviews.
MCP Recognition: My MCP servers (GitHub and Supabase) are defined in the same settings.json, but when I ask the agent to use them, it replies that no MCP tools are available and that the settings file is empty or missing these configurations.
Verifying the file path on Windows (C:\Users\home.claude\settings.json).
Restarting OpenClaude multiple times.
Using specific keywords in prompts to trigger routing.
Checking the dashboard of the provider (OpenRouter) to confirm which model is actually being billed.
Is there a specific way to "force" the agent to reload these settings or a different file path I should be using for v0.1.8? Also, should the model aliases in agentRouting match the keys in agentModels exactly, or is there another mapping I'm missing?
Any help would be greatly appreciated! Thanks for the amazing project.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm currently using OpenClaude v0.1.8 and I'm having some trouble getting the Agent Routing and MCP servers to work as expected. Despite following the documentation and recent tips from the maintainers, the system doesn't seem to be picking up my custom configurations.
The Problem:
Agent Routing: I have configured agentModels and agentRouting in my ~/.claude/settings.json. However, when I prompt the terminal with tasks like "Review Task" or "Plan this feature", it doesn't switch models automatically. It stays on the default model (Qwen 3.6 Plus in my case) for everything, even when I explicitly define Gemini for planning and Gemma for reviews.
MCP Recognition: My MCP servers (GitHub and Supabase) are defined in the same settings.json, but when I ask the agent to use them, it replies that no MCP tools are available and that the settings file is empty or missing these configurations.
My Setup (~/.claude/settings.json):
What I've tried:
Verifying the file path on Windows (C:\Users\home.claude\settings.json).
Restarting OpenClaude multiple times.
Using specific keywords in prompts to trigger routing.
Checking the dashboard of the provider (OpenRouter) to confirm which model is actually being billed.
Is there a specific way to "force" the agent to reload these settings or a different file path I should be using for v0.1.8? Also, should the model aliases in agentRouting match the keys in agentModels exactly, or is there another mapping I'm missing?
Any help would be greatly appreciated! Thanks for the amazing project.
Beta Was this translation helpful? Give feedback.
All reactions