{% extends "base.html" %} {% block title %}asiai — Versions{% endblock %} {% block content %}
{% if snapshot.check_upstream %} Available column includes PyPI/GitHub upstream. {% else %} Available column is brew-cache only (offline). Check upstream → {% endif %} Last checked: {{ snapshot.polled_at }}
{% include "partials/versions_grid.html" %}

Upgrade commands are shown as copy-paste snippets above (expand “Upgrade commands”) — run them from your shell with aisctl upgrade <engine>. This page never POSTs an upgrade itself, so no Bearer token is ever held in the browser.

{% endblock %}