index
:
opencode
dev
tradam-rules-patch
The open source coding agent.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
script
/
beta.ts
Age
Commit message (
Collapse
)
Author
2026-04-25
chore: group beta PR logs (#24236)
Luke Parker
2026-04-25
chore: generate
opencode-agent[bot]
2026-04-25
fix: validate beta before pushing (#24230)
Luke Parker
2026-04-23
fix(beta): PR resolvers/smoke check should typecheck all pacakges (#23913)
Luke Parker
2026-04-19
ci: skip beta smoke fixes for now
Dax Raad
2026-03-25
fix: unblock beta conflict recovery (#19068)
Luke Parker
2026-03-25
fix: beta resolver typecheck + build smoke check (#19060)
Luke Parker
2026-03-25
fix: provide merge context to beta conflict resolver (#19055)
Luke Parker
2026-03-10
ci: exclude draft PRs from beta labeling process to prevent unfinished work ↵
Dax Raad
from being included in releases
2026-02-24
ci: switch beta script to gpt-5.3-codex for improved code generation quality
Dax Raad
2026-02-24
ci: specify opencode/kimi-k2.5 model in beta script to ensure consistent PR ↵
Dax Raad
processing
2026-02-24
ci: auto-resolve merge conflicts in beta sync using opencode
Dax 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-18
ci: allow commits on top of beta PRs (#11924)
Caleb Norton
2026-02-09
ci: sort beta PRs by number for consistent display order
Dax Raad
2026-02-01
ci: skip force push when beta branch is unchanged
Dax Raad
2026-02-01
ci: centralize team list in @opencode-ai/script package and use beta label ↵
Dax Raad
filter
2026-02-01
ci: add --label beta filter to only process PRs with beta label
Dax Raad
2026-02-01
ci: post PR comments when beta merge fails instead of Discord notifications
Dax Raad
2026-02-01
ci: rewrite beta script to use proper Bun shell patterns
Dax Raad
2026-02-01
ci: remove parseArgs CLI option and use environment variable directly
Dax Raad
2026-02-01
ci: add --discord-webhook / -d CLI option for custom Discord webhook URL
Dax Raad
2026-02-01
ci: collect all failed PR merges and notify Discord
Dax Raad
2026-02-01
ci: prevent rate limit errors when fetching team PRs for beta releases
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-30
ci
Dax Raad
2026-01-29
fix(beta): use local git rebase instead of gh pr update-branch
Dax Raad
2026-01-29
ci
Dax Raad
2026-01-29
feat: add beta branch sync workflow for contributor PRs (#11190)
Dax