{% extends "base.html" %} {% block title %}Pacnew Review - garuda-pilot{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% if not has_claude and not has_ollama %}
AI explanations available — configure Claude or Ollama on the Settings page.
{% endif %} {% if not files %}
OK

No pacnew files found

Nothing to review.

{% else %}
You can try to resolve all manually with: sudo pacdiff copy
{% for f in files %}
{{ f.guidance }} {{ f.current_path }}
{% if has_claude or has_ollama %}
Explain: {% if has_claude %} {% endif %} {% if has_ollama %} {% endif %} Merge: {% if has_claude %} {% endif %} {% if has_ollama %} {% endif %}
{% endif %} ▶ diff
{{ f.guidance_text }}
{% endfor %} {% endif %} {% endblock %}