| Tool | Timestamp | Duration | Status | Session | Source | Est. tokens (req/resp) | Arguments |
|---|---|---|---|---|---|---|---|
| {{ h.tool_name }} | {{ h.invoked_at | epoch }} | {{ h.duration_ms | duration }} | {{ h.status }} | {{ links.view_link('chains', 'session', h.session_id, window) }} |
{{ h.source }} | {{ h | tokens }} | {{ h.args_summary or "—" }} |
{%- if prev_cursor %} {%- set q = {'after': prev_cursor} %} {%- if tool %}{% set _ = q.update({'tool': tool}) %}{% endif %} {%- if session %}{% set _ = q.update({'session': session}) %}{% endif %} {%- if source %}{% set _ = q.update({'source': source}) %}{% endif %} {%- if window != "all" %}{% set _ = q.update({'window': window}) %}{% endif %} Newer {%- endif %} {%- if prev_cursor and next_cursor %} · {% endif %} {%- if next_cursor %} {%- set q = {'before': next_cursor} %} {%- if tool %}{% set _ = q.update({'tool': tool}) %}{% endif %} {%- if session %}{% set _ = q.update({'session': session}) %}{% endif %} {%- if source %}{% set _ = q.update({'source': source}) %}{% endif %} {%- if window != "all" %}{% set _ = q.update({'window': window}) %}{% endif %} Older {%- endif %}
{% endif %} {% else %}No matching calls{% if not tool and not session and not source %} recorded yet{% endif %}.
{% endif %}