Commit Graph

6 Commits

Author SHA1 Message Date
lukaszraczylo 6195260820 Dynamically download ONNX libraries from microshit's website. 2025-12-19 02:19:44 +00:00
lukaszraczylo 2974ef811b Fix install / uninstall. 2025-12-19 02:19:43 +00:00
lukaszraczylo 61b8b8d23c Utilise semantic version for the dashboard as well. 2025-12-19 02:19:38 +00:00
lukaszraczylo 1f0ea7f75d Add the statusline. Fix the installation. 2025-12-19 02:19:38 +00:00
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 9c2a1a795a Initial commit 2025-12-19 02:19:31 +00:00