{% extends "base.html" %} {# M8 — 설정 페이지 (언어 / 테마 / 자동 시작). M11 Phase 5 — backends + chains 추가. #} {% block title %}{{ _("Settings") }} · {{ _("AssetCacheMCP") }}{% endblock %} {% block content %}

{{ _("Settings") }}

{{ _("Language") }}
{{ _("Theme") }}
{{ _("Startup") }} {{ _("Only available on Windows") }}
{# M11 Phase 5 — Backends 섹션 #}

{{ _("Backends") }}

{{ _("Changes to backends require a restart to apply to running analyzers. The Test button uses current settings immediately.") }}

{# M11 Phase 5 — Chains 섹션 #}

{{ _("Modality chains") }}

{{ _("The first backend in each chain is tried first; on transient errors (rate limit, network) the next backend is tried. Hard errors (auth, bad request) stop the chain immediately.") }}

{% endblock %}