Commit Graph

192 Commits

Author SHA1 Message Date
Brendan Allan b862eacc03 refactor(desktop): consolidate desktop-electron into desktop package (#25822) 2026-05-05 13:43:36 +08:00
Shoubhit Dash 0f1ed19440 feat: group changelog bugfixes (#25597) 2026-05-03 13:48:26 +00:00
Dax Raad df6c24439c ignore: remove triage-unassigned.ts script
This script was used to batch-triage open GitHub issues without assignees.
Removing as the triage workflow has evolved and this batch approach is no longer needed.
2026-05-03 01:59:03 -04:00
Dax Raad e0c6aca7e8 core: simplify triage workflow to focus on issue ownership
Switch triage agent to gpt-5.4-nano for faster issue assignment. Remove label
management from the triage tool so it only assigns owners based on team
ownership rules. This reduces noise in the issue tracker and ensures issues
get to the right team member immediately without unnecessary labels.

Update team structures to reflect current ownership and add script for
processing unassigned issues.
2026-05-03 01:21:17 -04:00
Luke Parker ca76a25a16 fix: ignore GitHub Actions changelog contributor (#24567) 2026-04-27 03:47:04 +00:00
Aiden Cline e90fa25a31 ci: adjust auto close issue script to use not planned instead of completed (#24253) 2026-04-25 00:47:36 -04:00
Luke Parker 515d728c59 chore: group beta PR logs (#24236) 2026-04-25 10:42:33 +10:00
opencode-agent[bot] a7daf31702 chore: generate 2026-04-25 00:34:02 +00:00
Luke Parker 1bf2c4079e fix: validate beta before pushing (#24230) 2026-04-25 10:32:41 +10:00
Luke Parker 6a3f08bc32 fix(beta): PR resolvers/smoke check should typecheck all pacakges (#23913) 2026-04-23 00:25:41 -04:00
Dax Raad be7923b571 ci: skip beta smoke fixes for now 2026-04-19 20:01:30 -04:00
Brendan Allan 4b4a7d3b7a fix(version): remove --target flag from beta release creation (#23403) 2026-04-19 17:05:03 +08:00
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