Version 1.1.7
2026-05-26Daily Briefing reliability, faster git diff, and tighter production hardening
- Daily Briefing reads cleanly — the "For you" insight no longer leaks raw JSON braces or wrapper text. Content is generated as plain prose with a defence-in-depth fallback that strips JSON-shaped escapes if any slip through.
- Faster git diff in the Inspector — the Review tab opens noticeably faster on large repos. Diff hunks render in chunks, the underlying API does less synchronous work, and switching between files no longer freezes the panel.
- Background work keeps your machine awake — Onevium now holds a `prevent-app-suspension` power assertion while a session is running, a channel is processing a message, or a scheduled task is in flight, and releases it the moment the work ends. Sessions, channels, and schedules no longer get killed when the laptop idles to sleep.
- Smoother chat motion — freshly-sent user messages slide up into place with a short, calm easing; existing history loads instantly without any entrance animation. Split columns refresh their titles and message state reliably when you swap sessions between columns, and the top progress bar no longer gets stuck in split mode.
- Tighter production builds — DevTools is now disabled in packaged releases. Dev mode is unaffected.
- Trial period for new email signups now reads from the admin panel — new Onevium accounts get a 7-day trial by default; the duration can be changed in real time from the admin panel without redeploying the auth worker.