feat(providers): Add Mistral AI provider support#16
Merged
Conversation
- Updated OpenAPI spec with Mistral AI provider support - Generated updated Go types including Mistral provider constant - Added Mistral configuration with API URL https://api.mistral.ai/v1 - Includes environment variables for Mistral API URL and key - All tests pass and linting is clean Closes #15 Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
Contributor
Author
|
@claude What about the README.md ? can you add it? |
Contributor
|
Claude finished @edenreich's task —— View job Adding README.md Documentation for Mistral AI Provider ✅Successfully added README.md documentation for the Mistral AI provider support. Todo List:
SummaryAdded Mistral AI (sdk.Mistral) to the supported providers list in the README.md following the existing documentation pattern. The documentation now properly reflects the new Mistral AI provider support that was added in this PR. The change was committed as: |
Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
github-actions bot
pushed a commit
that referenced
this pull request
Aug 9, 2025
## [1.11.0](v1.10.0...v1.11.0) (2025-08-09) ### ✨ Features * **providers:** Add Mistral AI provider support ([#16](#16)) ([202cd9a](202cd9a)), closes [#15](#15) ### 👷 CI * Add Claude Code GitHub Workflow ([#13](#13)) ([8bb2237](8bb2237)) ### 📚 Documentation * Simplify CLAUDE.md by consolidating commands and development guidelines ([50b02c5](50b02c5)) ### 🔧 Miscellaneous * Add issue templates for bug reports, feature requests, and refactor requests ([#14](#14)) ([9d3371b](9d3371b)) ### 📦 Miscellaneous * Add initial Flox configuration files for SDK environment ([fafcba4](fafcba4))
|
🎉 This PR is included in version 1.11.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements Mistral AI provider support in the SDK as requested in #15.
Changes
Acceptance Criteria
Closes #15
Generated with Claude Code