Advanced Settings

Options that can affect repositories and conversation memory.

Telegram Notifications

Configure message display and server event notifications.

Default: English. Choose Korean here for the Telegram bot and this admin UI.

Job Execution

Configure AI job execution limits.

If a Claude/Codex/Gemini runner does not finish within this time, the job fails. Default: 1800.

Codex exec --sandbox value. Default: workspace-write.

Git Integration

These options can broadly affect repositories. Use them only when you understand the impact.

Default: off. Pulls from the remote based on each active project's checked-out branch. Network errors, conflicts, or local changes can fail; the server still starts.

When disabled, jobs only commit and push to their work branch. When enabled, successful jobs run an integration similar to /rebase (rebase -> main fast-forward merge -> push).

Default: on. When disabled, /rebase only merges into main/master and pushes; the target branch remains.

Remote used for push, /rebase, /pr, and /clear. Default: origin.

Default: on. When disabled, successful job worktrees are cleaned up automatically.

Conversation Memory (SQLite)

These options can broadly affect the conversation memory SQLite database. Enable only when needed.

When enabled, old conversation_entries rows are deleted globally. Set at least one positive row-count or DB-size limit.