{# New-schema config form — multi-bot #} {% from "_macros.html" import select_options %}
e.g. anthropic/claude-sonnet-4-5-20250514
{% for user in config.users %} {% set idx = loop.index0 %}
{% if not loop.last %}
{% endif %} {% endfor %}
{% for bot in config.bots %} {% set idx = loop.index0 %}
{% for ch in bot.channels %} {% set ch_idx = loop.index0 %}
{% endfor %} {% if not loop.last %}
{% endif %} {% endfor %}