agent-orchestrator/frontend/src
Harshit Singh Bhandari 6b56b1c245
fix(update): enable allowPrerelease on the nightly channel (#2265)
Nightly builds publish as GitHub prereleases. configureFeed set channel
and allowDowngrade but never allowPrerelease, which defaults to false, so
electron-updater only inspected the latest NON-prerelease release
(e.g. v0.10.0) and 404d looking for nightly-mac.yml there. The nightly
channel therefore never resolved, regardless of whether a nightly was
published.

Set allowPrerelease = (channel === nightly): nightly scans prereleases
and finds the nightly feed; stable stays on non-prereleases only.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 03:37:49 +05:30
..
api feat: dashboard legacy-migration popup + app-state migration marker (#2219) 2026-06-27 02:24:36 +05:30
landing feat(frontend): refresh dashboard, orchestrator, and AO logos (#317) 2026-06-18 16:23:19 +05:30
main fix(update): enable allowPrerelease on the nightly channel (#2265) 2026-06-29 03:37:49 +05:30
renderer feat: Global Settings (migration + update channel) + ao start download progress (#2235) 2026-06-27 23:08:55 +05:30
shared fix(daemon): stop orchestrator id-increment + OS-native daemon liveness link (#2185) 2026-06-26 18:28:32 +05:30
annotate-preload.ts feat(frontend): add live browser panel (#375) 2026-06-22 04:14:18 +05:30
main.ts feat: Global Settings (migration + update channel) + ao start download progress (#2235) 2026-06-27 23:08:55 +05:30
preload.ts feat: Global Settings (migration + update channel) + ao start download progress (#2235) 2026-06-27 23:08:55 +05:30