provider_version_guard
Compare installed CLI versions against contracted targets to identify drift, check for available newer releases, and receive the exact upgrade command for each provider.
Instructions
Compare installed provider CLI versions against their contracted targets, and optionally check whether a newer version is published. Reports which providers drifted and which can be upgraded, plus the exact upgrade command for each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cli | No | CLI filter (claude|codex|gemini|grok|mistral|devin|cursor) | |
| timeoutMs | No | Per-provider timeout for the upgrade check | |
| checkUpgrades | No | When true, query each provider's release source for a newer version. Costs network and one subprocess for grok; four of seven providers can be checked, the rest report unknown with a reason. |