Skip to content

feat(providers): Add Mistral AI provider support#16

Merged
edenreich merged 2 commits intomainfrom
claude/issue-15-20250808-2353
Aug 9, 2025
Merged

feat(providers): Add Mistral AI provider support#16
edenreich merged 2 commits intomainfrom
claude/issue-15-20250808-2353

Conversation

@edenreich
Copy link
Copy Markdown
Contributor

Implements Mistral AI provider support in the SDK as requested in #15.

Changes

  • 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

Acceptance Criteria

  • Mistral provider is documented
  • Code is generated from the schema
  • It follows the project convention

Closes #15

Generated with Claude Code

- 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>
@edenreich
Copy link
Copy Markdown
Contributor Author

@claude What about the README.md ? can you add it?

@claude
Copy link
Copy Markdown
Contributor

claude bot commented Aug 8, 2025

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:

  • Read current README.md structure
  • Review OpenAPI changes for Mistral AI provider
  • Add Mistral AI provider documentation following existing patterns
  • Commit changes to PR branch

Summary

Added 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: f362ef5 - docs: Add Mistral AI provider to README supported providers list


Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
@edenreich edenreich merged commit 202cd9a into main Aug 9, 2025
1 check passed
@edenreich edenreich deleted the claude/issue-15-20250808-2353 branch August 9, 2025 00:01
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))
@github-actions
Copy link
Copy Markdown

github-actions bot commented Aug 9, 2025

🎉 This PR is included in version 1.11.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add Mistral AI to the SDK

1 participant