New agent mode for GitHub Copilot extension in VSCode using Claude as LLM is great but I want to try with other models.
Even OpenAI model 4o is not working as Agent. I tried with Ollama and OpenRouter too. The problem is that once you connect using any other than Claude you can get the response from first request as text or as code depending on what you are asking but when it refers to a process that needs to execute and evaluate nothing happens. As example I took the example of asking
Create a meal-planning web app using React and Node.js
As documentation shows in https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode
The only way, as far as I tested, is to get it done using Claude model.