{% extends "base.html" %} {% block content %}

💬 Ask AI

Ask anything about your codebase — powered by your wiki knowledge base.

🤖
Ask me anything about this project
I have read the entire codebase and wiki. Try: "How does authentication work?"
{% if history %} {% for item in history %}
{{ item.question }}
{{ item.created_at }}
{{ item.answer | safe }}
{% endfor %} {% else %}
📭
No history yet — ask your first question!
{% endif %}
{% endblock %}