summaryrefslogtreecommitdiffhomepage
path: root/script
AgeCommit message (Collapse)Author
2026-05-03feat: group changelog bugfixes (#25597)Shoubhit Dash
2026-05-03ignore: remove triage-unassigned.ts scriptDax Raad
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-03core: simplify triage workflow to focus on issue ownershipDax Raad
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-04-27fix: ignore GitHub Actions changelog contributor (#24567)Luke Parker
2026-04-25ci: adjust auto close issue script to use not planned instead of completed ↵Aiden Cline
(#24253)
2026-04-25chore: group beta PR logs (#24236)Luke Parker
2026-04-25chore: generateopencode-agent[bot]
2026-04-25fix: validate beta before pushing (#24230)Luke Parker
2026-04-23fix(beta): PR resolvers/smoke check should typecheck all pacakges (#23913)Luke Parker
2026-04-19ci: skip beta smoke fixes for nowDax Raad
2026-04-19fix(version): remove --target flag from beta release creation (#23403)Brendan Allan
2026-04-18ciDax Raad
2026-04-18ciDax Raad
2026-04-18ci: fixDax Raad
2026-04-18release: avoid package.json drift during publishDax Raad
2026-04-18fix: stop rewriting dev during release publish (#22982)Kit Langton
2026-04-17fix: revert sdk generation script change (#23133)James Long
2026-04-17when generating sdk only format sdk, much faster (#23122)James Long
2026-04-16fix: align stale bot message with actual 60-day threshold (#22842)Nacai
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2026-04-15feat: enable type-aware no-floating-promises rule, fix all 177 violations ↵Kit Langton
(#22741)
2026-04-16fix: clean up 49 unused variables, catch params, and stale imports (#22695)Kit Langton
2026-03-31smarter changelog (#20138)Luke Parker
2026-03-30fix: stabilize release changelog generation (#19987)Luke Parker
2026-03-28feat(ci): use Azure Artifact Signing for Windows releases (#15201)Luke Parker
2026-03-25fix: unblock beta conflict recovery (#19068)Luke Parker
2026-03-25fix: beta resolver typecheck + build smoke check (#19060)Luke Parker
2026-03-25fix: provide merge context to beta conflict resolver (#19055)Luke Parker
2026-03-24Change issue close reason from not_planned to completedDax Raad
2026-03-24Process issues sequentially to avoid rate limitsDax Raad
2026-03-24Add close-issues script and GitHub ActionDax Raad
- 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-24ciDax Raad
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