Mistral LLM Agent Works As GitHub Copilot Replacement
I have been working to find an alternative to GitHub Copilot for LLM agent coding on my mobile. With Mistral releasing their remote agents, that is now possible.
The flow I have got working for me is:
- Create an issue in GitHub
- Start a new Mistral coding session at chat.mistral.ai/chat
- Ask Le Chat to fix the GitHub issue, pasting in the link
- Review the resulting PR. Either send feedback to Le Chat, or merge.