Commit Graph

180 Commits

Author SHA1 Message Date
Dax Raad bf22402ff7 ci 2026-04-18 19:29:21 -04:00
Dax Raad aecd9bc19f ci 2026-04-18 18:59:44 -04:00
Dax Raad afc36d6f3d ci: fix 2026-04-18 18:56:14 -04:00
Dax Raad 4b08910bbf release: avoid package.json drift during publish 2026-04-18 12:32:23 -04:00
Kit Langton 1c02eb64b4 fix: stop rewriting dev during release publish (#22982) 2026-04-18 02:53:19 +00:00
James Long 3f4cdda3c4 fix: revert sdk generation script change (#23133) 2026-04-17 13:33:11 -04:00
James Long b9dc2be4cc when generating sdk only format sdk, much faster (#23122) 2026-04-17 13:01:22 -04:00
Nacai 1da77c773e fix: align stale bot message with actual 60-day threshold (#22842)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-04-16 11:01:35 -05:00
Kit Langton 949ac8ed15 feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741)
publish-github-action / publish (push) Has been cancelled
2026-04-15 23:27:32 -04:00
Kit Langton 021fe76e47 fix: clean up 49 unused variables, catch params, and stale imports (#22695) 2026-04-16 02:01:53 +00:00
Luke Parker cbc283934f smarter changelog (#20138) 2026-03-31 00:05:46 +00:00
Luke Parker 087bebe8d1 fix: stabilize release changelog generation (#19987) 2026-03-30 04:37:02 +00:00
Luke Parker 0ec5aa84e2 feat(ci): use Azure Artifact Signing for Windows releases (#15201) 2026-03-28 11:20:19 +10:00
Luke Parker 81c4d85eb7 fix: unblock beta conflict recovery (#19068) 2026-03-25 06:14:38 +00:00
Luke Parker 8a987ee885 fix: beta resolver typecheck + build smoke check (#19060) 2026-03-25 05:45:30 +00:00
Luke Parker 110c3bd372 fix: provide merge context to beta conflict resolver (#19055) 2026-03-25 04:45:37 +00:00
Dax Raad d01a4e4d28 Change issue close reason from not_planned to completed 2026-03-24 23:55:10 -04:00
Dax Raad 468eec0ed8 Process issues sequentially to avoid rate limits 2026-03-24 23:54:27 -04:00
Dax Raad 32c5aabdb9 Add close-issues script and GitHub Action
- Create script/github/close-issues.ts to close stale issues after 60 days
- Add GitHub Action workflow to run daily at 2 AM
- Remove old stale-issues workflow to avoid conflicts
2026-03-24 23:50:35 -04:00
Dax Raad ff043c204a ci 2026-03-24 18:24:34 -04:00
Dax Raad a3acc03f22 ci: exclude draft PRs from beta labeling process to prevent unfinished work from being included in releases 2026-03-10 14:08:55 -04:00
Brendan Allan dffd2d0ae4 desktop: add electron version (#15663) 2026-03-04 15:12:34 +08:00
Brendan Allan e9057b39b5 desktop: add latest.json finalizer script (#15335) 2026-02-27 20:18:21 +08:00
Dax Raad 9b2d662f8a ci: switch beta script to gpt-5.3-codex for improved code generation quality 2026-02-24 23:26:03 -05:00
Dax Raad 93a88697ac ci: specify opencode/kimi-k2.5 model in beta script to ensure consistent PR processing 2026-02-24 23:22:56 -05:00
Dax Raad 81ca7c0479 ci: auto-resolve merge conflicts in beta sync using opencode
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-24 23:17:31 -05:00
Luke Parker 5e39fd384d fix(win32): scripts/turbo commands would not run (#14829) 2026-02-24 09:15:25 +10:00
Brendan Allan 3fbd2363db desktop: publish betas to separate repo (#14376) 2026-02-20 22:33:21 +08:00
Caleb Norton 83cc44f616 ci: allow commits on top of beta PRs (#11924) 2026-02-18 00:20:05 -06:00
Dax Raad c79bf18fdf ci: sort beta PRs by number for consistent display order 2026-02-09 18:00:44 -05:00
Khang Ha (Kelvin) c908bc5c51 fix: properly encode file URLs with special characters (#12424) 2026-02-06 16:16:56 -06:00
Brendan Allan 017c19c486 ci: use numeric release id instead of gql one 2026-02-04 10:39:17 +08:00
Dax Raad a31cd00201 ci: skip force push when beta branch is unchanged 2026-02-01 20:35:02 -05:00
Dax Raad 34083134a3 ci: centralize team list in @opencode-ai/script package and use beta label filter 2026-02-01 20:17:15 -05:00
Dax Raad eb698d478d ci: add --label beta filter to only process PRs with beta label 2026-02-01 19:59:20 -05:00
Dax Raad b2eeffec06 ci: post PR comments when beta merge fails instead of Discord notifications 2026-02-01 19:59:20 -05:00
Dax Raad 2dad509689 ci: rewrite beta script to use proper Bun shell patterns 2026-02-01 19:59:20 -05:00
Dax Raad 2699c67756 ci: remove parseArgs CLI option and use environment variable directly 2026-02-01 19:59:20 -05:00
Dax Raad 4b1e8db459 ci: add --discord-webhook / -d CLI option for custom Discord webhook URL 2026-02-01 19:59:20 -05:00
Dax Raad ed9d872ce7 ci: collect all failed PR merges and notify Discord 2026-02-01 19:59:20 -05:00
Dax Raad 9e576bfa00 ci: prevent rate limit errors when fetching team PRs for beta releases 2026-02-01 19:29:26 -05:00
Dax Raad 63780e8550 ci 2026-01-30 10:39:59 -05:00
Dax Raad cf701afbb8 ci 2026-01-30 10:38:10 -05:00
Dax Raad 51dd136ebb ci 2026-01-30 10:36:01 -05:00
Dax Raad 06250230c6 ci 2026-01-30 10:35:39 -05:00
Dax Raad ea77625490 ci 2026-01-30 10:28:54 -05:00
Dax Raad 0ec75b790a ci 2026-01-30 10:28:12 -05:00
Dax Raad 75ae093eed ci 2026-01-30 10:26:55 -05:00
Dax Raad 4f7db789f5 ci 2026-01-30 10:25:10 -05:00
Dax Raad b923f70e8f ci 2026-01-30 10:23:19 -05:00