Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions providers/mistral-ai/mistral-code-agent-latest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
features:
- function_calling
limits:
context_window: 262144
mode: chat
model: mistral-code-agent-latest
params:
- defaultValue: 0.2
key: temperature
status: active
supportedModes:
- chat

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing costs drops model

High Severity

The new entry has no costs block. build-unified-json skips any model without pricing, so mistral-code-agent-latest never lands in dist/ai-models.json or the S3 gateway configs this repo publishes after merge.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 500c0df. Configure here.

Comment thread
cursor[bot] marked this conversation as resolved.
Loading