mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
* fix: support artifact-extracted directory structure in OTA binary discovery The download_resources system now extracts server binaries into platform-specific subdirectories (e.g., darwin-arm64/resources/bin/), but the OTA module only looked for flat binary names. This adds find_server_binary() which checks both layouts, keeping backward compatibility with --binaries while supporting the new structure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat: download server binaries from R2 instead of requiring --binaries Remove the --binaries flag from `ota server release`. The module now downloads artifact zips from artifacts/server/latest/ in R2, extracts them, then signs and packages as before. This eliminates the need to have mono build output locally. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>