Skip to content

feat: add support for Mistral models in Agent mode #5173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 28, 2025

Conversation

Minipeps
Copy link
Contributor

@Minipeps Minipeps commented Apr 15, 2025

Description

Added Mistral provider to toolSupport.ts so that agent mode is available for models that support function calling.
See supported models here.

Checklist

  • The relevant docs, if any, have been updated or created
  • The relevant tests, if any, have been updated or created

Testing instructions

Feel free to experiment with Mistral models in agent mode. I have not used agent mode with already supported providers so I could not compare the performance of Mistral models against them.

@Minipeps Minipeps requested a review from a team as a code owner April 15, 2025 09:46
@Minipeps Minipeps requested review from Patrick-Erichsen and removed request for a team April 15, 2025 09:46
Copy link

netlify bot commented Apr 15, 2025

Deploy Preview for continuedev canceled.

Name Link
🔨 Latest commit c6591f8
🔍 Latest deploy log https://app.netlify.com/sites/continuedev/deploys/67fe4cc048eddf000818dc87

@Patrick-Erichsen
Copy link
Collaborator

Thanks for opening this @Minipeps !

Were you able to test this locally by any chance? I see the tests are updated but curious if you were able to actually do any tool calls in agent mode with one of those models.

@Minipeps
Copy link
Contributor Author

Minipeps commented Apr 18, 2025

Thanks for opening this @Minipeps !

Were you able to test this locally by any chance? I see the tests are updated but curious if you were able to actually do any tool calls in agent mode with one of those models.

Hey! I have been using this whole week Codestral in agent mode and the tool calling is indeed working as intended! I am only using the built-in tools for now, but I am planning on configuring MCPs to extend the tools available as I work with agent mode.

I also tested with Mistral Large and it works fine as well.

@Patrick-Erichsen Patrick-Erichsen merged commit 316fb0e into continuedev:main Apr 28, 2025
31 checks passed
@Patrick-Erichsen
Copy link
Collaborator

Great, thanks for the contribution here!

@sestinj
Copy link
Contributor

sestinj commented May 15, 2025

Hi @Minipeps, yesterday we shared some updates with our contributors about how we're aiming to improve the contribution process. Part of this included the addition of a Contributor License Agreement (CLA) to protect both contributors and the project. We're reaching out to ask that previous contributors sign it.

Could you please take a moment to sign, or if you have any questions send me a message? (either here or [email protected] would work)

To do so, you just need to post a comment below with the following text:

I have read the CLA Document and I hereby sign the CLA

❤️ Thank you for the work you've done on Continue, and let me know if you have any suggestions on how we can make the project even better!

Copy link

github-actions bot commented May 15, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@Minipeps
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants