runtimes_status
Check all language runtimes for available updates, showing current vs latest versions, owning package manager, and the exact update command. Optionally filter by language subset.
Instructions
Check every language runtime for available updates (NON-MUTATING).
Reports current vs latest version per language, which package manager owns
it (mise/rustup/swiftly/apt/npm/uv), and the exact command that would run.
Optional languages = comma-separated subset, e.g. "python3,node,rust".
Each entry also carries tier (registry.RELIABILITY_TIERS) — see
list_languages for what tested/best_effort/plan_only mean. A
current, up-to-date toolchain can still be best_effort: tier is
orthogonal to whether the update check below found a newer version.
NETWORK: yes. Non-mutating refers to this machine's runtimes, not to traffic — each package manager is asked what the latest version is, and they answer by contacting their own remote index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| languages | No |