Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f650dea. Configure here.
| @@ -0,0 +1,2 @@ | |||
| mode: unknown | |||
| model: sonar-pro-search | |||
There was a problem hiding this comment.
Incomplete model definition missing all required configuration
High Severity
The sonar-pro-search.yaml file only contains mode and model, while every other Perplexity AI model (including its close sibling sonar-pro.yaml) defines costs, limits, modalities, status, supportedModes, sources, and features. Additionally, mode is set to unknown even though all other Perplexity models use mode: chat. This model is a known active model with documented pricing and a 200K context window, so the configuration appears to have been generated incorrectly by the bot.
Reviewed by Cursor Bugbot for commit f650dea. Configure here.


Auto-generated by model-addition-agent for provider
perplexity-ai.Note
Low Risk
This is a small, additive config-only change; the main risk is whether
mode: unknownis supported by downstream tooling and could cause the model to be ignored or misclassified.Overview
Adds a new Perplexity AI model definition,
sonar-pro-search, viaproviders/perplexity-ai/sonar-pro-search.yamlwithmode: unknown.Reviewed by Cursor Bugbot for commit f650dea. Bugbot is set up for automated code reviews on this repo. Configure here.