feat: add h1 auto-rename setting

This commit is contained in:
lucaronin
2026-04-16 12:18:11 +02:00
parent 711d49b3bb
commit c0d16e4b4d
10 changed files with 291 additions and 27 deletions

View File

@@ -85,6 +85,7 @@ export interface Settings {
analytics_enabled: boolean | null
anonymous_id: string | null
release_channel: string | null
initial_h1_auto_rename_enabled?: boolean | null
default_ai_agent?: AiAgentId | null
}