{% extends "base.html" %} {% block title %}{{ name }}{% endblock %} {% block content %}
◈ Identity
ID {{ id }} Tool {{ tool }} {% if template_name %} Template {{ template_name }} {% endif %} {% if path %} Root {{ path }} {% endif %} {% if worktree %} Worktree {{ worktree }} {% endif %} {% if branch %} Branch {{ branch }} {% endif %} {% if parent_id %} Parent {{ parent_id[:12] }} {% endif %}
{% if tags %}
Tags
{% for tag in tags %}{{ tag }}{% endfor %}
{% endif %}
⚙ Runtime
Kind {{ runtime_kind }} {% if pid %} PID {{ pid }} {% endif %} {% for k, v in runtime_detail.items() %} {{ k }} {{ v }} {% endfor %}
{% if mcp_servers %}
◎ MCP Servers
{% for mcp in mcp_servers %}
{{ mcp }}
{% endfor %}
{% endif %}
◷ Timestamps
Created {{ created_at }} Activity {{ last_activity }} Status since {{ status_since }} {% if completed_at %} Completed {{ completed_at }} {% endif %}
⚡ Actions
{% if show_approve_action %} {% endif %}
{% if runtime_kind == "lobster" %}
Messages are sent to the remote Claw over the A2A/gRPC bridge.
{% endif %} {% if runtime_detail.tmux_session %}
Attach: tmux attach -t {{ runtime_detail.tmux_session }}
{% endif %}
Loading journal…
Lines:
Loading…
Status history not yet available from this view. Use shoal history {{ name }} in the terminal.
{% endblock %}