So i told my openclaw assitant to create agents for me in my discord channel using ACP i wanted claude, gemini and codex it did the follow config below. is it correct and are these the best models to use for the channel or is there a bestter way to do this, take note that i have the various clis installed claude code cli, gemini cli, codex cli. i assumed it will connect directly to the CLIs.
{
"id": "claude",
"name": "Claude Coding Agent",
"workspace": "/Users/.openclaw/workspace-coding",
"model": {
"primary": "anthropic/claude-sonnet-4-6"
}
},
{
"id": "codex",
"name": "Codex Coding Agent",
"workspace": "/Users/.openclaw/workspace-coding",
"model": {
"primary": "openai/gpt-5.4"
}
},
{
"id": "gemini",
"name": "Gemini Coding Agent",
"workspace": "/Users/.openclaw/workspace-coding",
"model": {
"primary": "google/gemini-3.1-flash-lite-preview"
}
}
]