Commit Graph

6 Commits

Author SHA1 Message Date
lukaszraczylo 0311ac26a3 Startup and update sequence
1. Version mismatch restart loop (pkg/hooks/worker.go):
    - Added versionsCompatible() and extractBaseVersion() functions
    - Hooks no longer restart worker when base versions match (e.g., v0.3.5-dirty ≈ v0.3.5-2-gca711a8-dirty)
2. Auto-update detection (internal/update/update.go):
    - isNewerVersion() now extracts base version before comparing
    - No longer always reports updates for dirty/dev builds
3. Non-blocking ChromaDB sync (internal/worker/handlers.go):
    - SyncUserPrompt now runs in a goroutine with 10-second timeout
    - /api/sessions/init responds immediately without waiting for ChromaDB
2025-12-19 02:19:35 +00:00
lukaszraczylo d799f6b447 Fix autoupdate, add healtcheck status to the dashboard 2025-12-19 02:19:34 +00:00
lukaszraczylo 3a09d76289 Hotfix: Auto update capability. 2025-12-19 02:19:33 +00:00
lukaszraczylo 1937e8b2cf Add placeholder for the build to progress. 2025-12-19 02:19:32 +00:00
lukaszraczylo b13c3d40ac Release to the world. 2025-12-19 02:19:32 +00:00
lukaszraczylo 9c2a1a795a Initial commit 2025-12-19 02:19:31 +00:00