{% if t.ok and (t.has_io or t.tokens is not none) %}
{% if t.has_io %}↑{{ t.up_h }} ↓{{ t.down_h }}{% endif %}{% if t.has_io and t.tokens is not none %} · {% endif %}{% if t.tokens is not none %}{{ t.tokens_h }} {{ t.tokens_label }}{% endif %}
{% endif %}
{% endfor %}
{% endif %}
Claude
{% if claude.ok %}Max 5×{% endif %}
{% if not claude.ok %}
⚠ {{ claude.error }}
{% else %}
{% for g in gauges %}{{ gauge(g) }}{% endfor %}
{% if claude.extra or claude.burn_rate %}
{% if claude.extra %}{{ claude.extra.label }}{% endif %}{% if claude.extra and claude.burn_rate %} · {% endif %}{% if claude.burn_rate %}burn {{ claude.burn_rate | round | int }} tok/min{% endif %}
{% endif %}
{% endif %}
{% if codex.ok %}
Codex
{% if codex.plan_type %}{{ codex.plan_type | capitalize }}{% endif %}
{% if codex.limited %}Limite{% endif %}
{% for g in codex.gauges %}{{ gauge(g, mini=True) }}{% endfor %}
{% endif %}