Small feature changes and bug fixes

This commit is contained in:
2026-02-16 13:17:08 +01:00
parent 04c9b8da1e
commit 25bcca213e
20 changed files with 2193 additions and 125 deletions

View File

@@ -18,6 +18,11 @@ struct oAIApp: App {
init() {
// Start email handler on app launch
EmailHandlerService.shared.start()
// Sync Git changes on app launch (pull + import)
Task {
await GitSyncService.shared.syncOnStartup()
}
}
var body: some Scene {