CodeContext
Dashboard
Search
Conflicts {% if info and info.get('pending_conflicts', 0) > 0 %}
{{ info.pending_conflicts }}
{% endif %}
Consolidate
Summaries
Archive
API Health
Project:
All Projects
{% if projects %} {% for p in projects %}
{{ p|display_name }}
{% endfor %} {% endif %}
{% if info %}
{{ info.device|upper }}
{{ info.memory_count if info.memory_count else 0 }} memories
{% if info.token_count %}
~{{ "{:,}".format(info.token_count) }} tokens
{% endif %} {% endif %}
{% block content %}{% endblock %}