summaryrefslogtreecommitdiffhomepage
path: root/script
AgeCommit message (Collapse)Author
2026-03-10ci: exclude draft PRs from beta labeling process to prevent unfinished work ↵Dax Raad
from being included in releases
2026-03-04desktop: add electron version (#15663)Brendan Allan
2026-02-27desktop: add latest.json finalizer script (#15335)Brendan Allan
2026-02-24ci: switch beta script to gpt-5.3-codex for improved code generation qualityDax Raad
2026-02-24ci: specify opencode/kimi-k2.5 model in beta script to ensure consistent PR ↵Dax Raad
processing
2026-02-24ci: auto-resolve merge conflicts in beta sync using opencodeDax Raad
When merging PRs into the beta branch, the sync script now attempts to automatically resolve merge conflicts using opencode before failing. This reduces manual intervention needed for beta releases when multiple PRs have overlapping changes.
2026-02-24fix(win32): scripts/turbo commands would not run (#14829)Luke Parker
2026-02-20desktop: publish betas to separate repo (#14376)Brendan Allan
2026-02-18ci: allow commits on top of beta PRs (#11924)Caleb Norton
2026-02-09ci: sort beta PRs by number for consistent display orderDax Raad
2026-02-06fix: properly encode file URLs with special characters (#12424)Khang Ha (Kelvin)
2026-02-04ci: use numeric release id instead of gql oneBrendan Allan
2026-02-01ci: skip force push when beta branch is unchangedDax Raad
2026-02-01ci: centralize team list in @opencode-ai/script package and use beta label ↵Dax Raad
filter
2026-02-01ci: add --label beta filter to only process PRs with beta labelDax Raad
2026-02-01ci: post PR comments when beta merge fails instead of Discord notificationsDax Raad
2026-02-01ci: rewrite beta script to use proper Bun shell patternsDax Raad
2026-02-01ci: remove parseArgs CLI option and use environment variable directlyDax Raad
2026-02-01ci: add --discord-webhook / -d CLI option for custom Discord webhook URLDax Raad
2026-02-01ci: collect all failed PR merges and notify DiscordDax Raad
2026-02-01ci: prevent rate limit errors when fetching team PRs for beta releasesDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-30ciDax Raad
2026-01-29fix(beta): use local git rebase instead of gh pr update-branchDax Raad
2026-01-29ciDax Raad
2026-01-29feat: add beta branch sync workflow for contributor PRs (#11190)Dax
2026-01-29ci (#11149)Dax
Co-authored-by: opencode <[email protected]>
2026-01-29fix: remove redundant Highlights heading from publish template (#11121)Ryan Vogel
2026-01-28ci: adjust teamAiden Cline
2026-01-28fix(script): remove highlights template from release notes (#11052)Ryan Vogel
2026-01-28ciDax Raad
2026-01-26feat(release): add highlights template to draft releases (#10745)Ryan Vogel