Inbox Requests

エージェントが提出した未承認のリクエスト。許可するとそのまま policy.runtime.toml に反映されます。

{% if items %} {# data-bulk-scope は bulk button と table を同 element で囲み、btn.closest('[data-bulk-scope]') が table 内の [data-bulk-select] にアクセスできるようにする (Plan H 実装注記)。 #}
{% for r in items %} {% endfor %}
Action Type Value Reason Agent Created
{# Plan H H1: data-json-body は |tojson|forceescape で JSON-safe な literal にし record_id 内の特殊文字による attribute injection / XSS を防ぐ。 #}
{{ r.type }} {% if r.type == "path" %} {{ r.domain }} {{ r.value }} {% else %} {{ r.value }} {% endif %} {{ r.reason }} {{ r.agent }} {{ r.created_at }}
{% else %}

未承認のリクエストはありません。

{% endif %}