Tags: getomnico/omni
Tags
fix: misc stability issues (#318) - Support custom OpenAI endpoints - Handle empty generate_chat_title responses - Persist Docling settings in configuration table - Preserve source config when disabling - Show combined role when same model is default and secondary - Handle errors in PDF extraction
Harden sync run lifecycle (#246) - Enforce one running sync per source/slot and make terminal/progress updates no-op unless the run is still running. - Add scheduler supervision, per-phase timeouts, and connector trigger timeouts so stalled work cannot block future ticks. - Reconcile lost in-memory connector syncs by probing connector status and auto-resuming or failing bounded attempts. - Improve sync lifecycle logging around triggers, stale updates, resume attempts, and scheduler phases. - Auto-complete successful non-realtime Rust SDK syncs and pin sqlx-cli for migrator builds.