{% extends "layout.html" %} {% block title %}{{ console_display_name() }} - Preferences{% endblock %} {% block header_title %}{{ console_display_name() }} - Preferences{% endblock %} {% block content %}

Preferences

Typed per-tenant preferences (preferences.toml) — the same store the CLI /config and the agent's preferences action use. Merges are tighten-only against env flags; guarded keys ask for confirmation. {% if read_only %}Read-only console: changes are disabled.{% endif %}

Loading…
{% endblock %}