Codex Compact Summary
Health:
{% if codex_compact_summary.healthcheck_ok %}
online
{% else %}
offline
{% endif %}
{% if codex_compact_summary.healthcheck_error %}
{{ codex_compact_summary.healthcheck_error }}
{% endif %}
Worker heartbeat: {% if codex_compact_summary.worker_heartbeat_at %} {{ codex_compact_summary.worker_heartbeat_at }} ({{ codex_compact_summary.worker_heartbeat_age }}) {% else %} no worker activity yet {% endif %}
| When | Status | Task | Summary |
|---|---|---|---|
| {{ run.created_at }} | {{ run.status }} | {% if run.task %}#{{ run.task.reference_code }}{% else %}-{% endif %} | {{ run.result_payload.summary|default:"-" }} |
| No runs yet. | |||