{% extends "system_base.html" %} {% block title %}settings — defossil{% endblock %} {% block system_content %}

Settings

Stored in the database and read at use time — a change applies without a restart. An emptied field returns to its default.

By its English name. The reviewer explains in it; the report hunts for patterns carried over from it.

Which CLI answers the review and report prompts.

{% for category in ["review", "explain", "report"] %}

Model for the {{ category }} prompt, passed to the CLI as-is (e.g. claude: sonnet, opus; codex: gpt-5.1).

Reasoning effort for the {{ category }} prompt. claude: low / medium / high / xhigh / max; codex: minimal / low / medium / high.

{% endfor %}

Where Claude Code keeps its transcripts.

Where Codex CLI keeps its sessions.

Messages per review call; a review runs only when a full batch is pending.

Corrections one report covers, exactly; once this many accumulate, the server makes the report on its own.

Rows per page on the list pages: messages, corrections, ai calls.

{% endblock %}