{{ title }}{% if app_version %} v{{ app_version }}{% endif %}

{{ stats.session_count }} sessions • {{ stats.message_count }} messages • {{ stats.workspace_count }} workspaces {% if stats.editions %} • {% for edition, count in stats.editions.items() %} {{ edition }}: {{ count }} {% endfor %} {% endif %}
{% if upgrade_available %}
๐Ÿ’ก A newer version (v{{ upgrade_available }}) of Copilot Session Tools is available. Upgrade with: pip install --upgrade copilot-session-tools
{% endif %}
๐Ÿ’ก Tips: Use "exact phrase" for exact match, role:user or role:assistant to filter by role, workspace:name to filter by workspace, edition:cli to filter by edition, repo:name to filter by repository, start_date:2024-01-01 and end_date:2024-12-31 to filter by date
{% if refresh_result %}
{{ refresh_result.mode | capitalize }} refresh complete: Added {{ refresh_result.added }} sessions, updated {{ refresh_result.updated }} sessions, skipped {{ refresh_result.skipped }} unchanged sessions. {% if refresh_result.enriched %}Enriched {{ refresh_result.enriched }} CLI sessions.{% endif %} {% if refresh_result.reparsed %}Reparsed {{ refresh_result.reparsed }} sessions.{% endif %}
{% endif %} {% if version_refresh_count and version_refresh_count > 0 %}
๐Ÿ”„ {{ version_refresh_count }} session{{ 's' if version_refresh_count != 1 else '' }} {{ 'were' if version_refresh_count != 1 else 'was' }} enriched with an older version of Copilot Session Tools. Re-enrich for improved parsing.
{% endif %} {% if has_cst_tables %}
{% endif %} {% if query %}
Showing results for: {{ query }} (clear search)
{% endif %}
{% if stats.editions %}
{% for edition_name, count in stats.editions.items() %} {% endfor %}
{% endif %}
{% set search_type_icons = {'messages': '๐Ÿ’ฌ', 'thinking': '๐Ÿ’ญ', 'tools': '๐Ÿ”ง', 'tool-inputs': '๐Ÿ“ฅ', 'commands': 'โšก', 'file-changes': '๐Ÿ“„', 'diffs': 'ยฑ', 'agent-details': '๐Ÿค–'} %} {% set search_type_labels = {'messages': 'Messages', 'thinking': 'Thinking', 'tools': 'Tools', 'tool-inputs': 'Tool Inputs', 'commands': 'Commands', 'file-changes': 'File Changes', 'diffs': 'Diffs', 'agent-details': 'Agents'} %} {% for type_name in ['messages', 'thinking', 'tools', 'tool-inputs', 'commands', 'file-changes', 'diffs', 'agent-details'] %} {% endfor %}
{% if workspaces %}
{% for ws in workspaces %} {% endfor %}
{% endif %} {% if repositories %}
{% for repo in repositories %} {% endfor %}
{% endif %}
{% if total_pages > 1 %} {% endif %}