Mark IJbema
3f7037549e
resolve merge conflicts
2026-04-30 16:25:46 +02:00
Luke Parker
cdc7d5f2ea
chore: group beta PR logs ( #24236 )
2026-04-25 10:42:33 +10:00
opencode-agent[bot]
ec201623fb
chore: generate
2026-04-25 00:34:02 +00:00
Luke Parker
386091b79a
fix: validate beta before pushing ( #24230 )
2026-04-25 10:32:41 +10:00
Imanol Maiztegui
5e519256d2
resolve merge conflicts
2026-04-24 16:58:05 +02:00
Luke Parker
ac26394fcb
fix(beta): PR resolvers/smoke check should typecheck all pacakges ( #23913 )
2026-04-23 00:25:41 -04:00
Dax Raad
e4be557928
ci: skip beta smoke fixes for now
2026-04-19 20:01:30 -04:00
Johnny Eric Amancio
7ea50aac14
OpenCode v1.3.3 ( #8790 )
...
* tweak: use theme tokens for debug bar surface
* chore: update nix node_modules hashes
* feat(tui): add heap snapshot functionality for TUI and server (#19028 )
* ci
* change model for changelog
* release: v1.3.2
* fix(opencode): skip typechecking generated models snapshot (#19018 )
* Revert "fix(app): more startup efficiency (#18985 )"
This reverts commit 98b3340cee .
* Revert "fix(app): startup efficiency (#18854 )"
This reverts commit 546748a461 .
* effectify Worktree service (#18679 )
* fix: increase operations-per-run to 1000 and pin stale action to v10.2.0
The stale-issues workflow was hitting the default 30 operations limit,
preventing it from processing all 2900+ issues/PRs. Increased to 1000
to handle the full backlog. Also pinned to exact v10.2.0 for reproducibility.
* 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
* Fix close-issues workflow permissions
- Add contents: read permission for checkout
- Use github.token instead of secrets.GITHUB_TOKEN
* Process issues sequentially to avoid rate limits
* Change issue close reason from not_planned to completed
* fix(opencode): avoid snapshotting files over 2MB (#19043 )
* fix: provide merge context to beta conflict resolver (#19055 )
* tweak: only spawn lsp servers for files in current instance (or cwd if instance is global) (#19058 )
* fix: beta resolver typecheck + build smoke check (#19060 )
* fix: unblock beta conflict recovery (#19068 )
* electron: add createDirectory to open directory picker (#19071 )
* electron: remove file extension from electron-store wrapper (#19082 )
* app: pre-warm project globalSync state when navigate project via keybind (#19088 )
* fix(app): move message navigation off cmd+arrow (#18728 )
* Reapply "fix(app): startup efficiency (#18854 )"
This reverts commit a379eb3867 .
* Reapply "fix(app): more startup efficiency (#18985 )"
This reverts commit cbe1337f24 .
* fix(app): hash inline script for csp
* Revert "fix(app): startup efficiency"
* Reapply "fix(app): startup efficiency"
This reverts commit 898456a25c .
* fix(app): opencode web server url
* chore(app): markdown playground in storyboard
* chore(app): markdown playground in storyboard
* feat(core): initial implementation of syncing (#17814 )
* chore: generate
* chore: bump modelcontextprotocol/sdk to 1.27.1 (#19064 )
* chore: storybook tweaks
* feat: restore git-backed review modes with effectful git service (#18900 )
* chore: generate
* chore: update nix node_modules hashes
* chore: cleanup
* chore: remove dead code for todoread tool (#19128 )
* chore: storybook tweaks
* fix(opencode): classify ZlibError from Bun fetch as retryable instead of unknown (#19104 )
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
* fix(task): respect agent permission config for todowrite tool (#19125 )
* fix(app): agent normalization (#19169 )
* fix: Windows e2e stability (CrossSpawnSpawner, snapshot isolation, session race guards) (#19163 )
* fix+refactor(mcp): lifecycle tests, cancelPending fix, Effect migration (#19042 )
* effectify Bus service: migrate to Effect PubSub + InstanceState (#18579 )
* file: use Effect.cached for scan deduplication (#19164 )
* ignore: update disavowed list (#19184 )
* skill: use Effect.cached for load deduplication (#19165 )
* chore: generate
* fix: bump gitlab-ai-provider to 5.3.3 for DWS tool approval support (#19185 )
* test: restore 5 workers on Windows e2e (#19188 )
* fix(opencode): image paste on Windows Terminal 1.25+ with kitty keyboard (#17674 )
* chore: update nix node_modules hashes
* wip: zen
* wip: zen
* go: do not respect disabled zen models
* fix: ensure enterprise url is set properly during auth flow (#19212 )
* revert: roll back git-backed review modes (#19295 )
* chore: generate
* tui: bypass local SSE event streaming in worker (#19183 )
* feat: embed WebUI in binary with proxy flags (#19299 )
Co-authored-by: BlankParticle <blankparticle@gmail.com >
* release: v1.3.3
* refactor: kilo compat for v1.3.3
* fix: Typecheck issues
* fix(build): normalize backslashes in web UI bundle import paths
Replace backslashes with forward slashes in embedded web UI file import
paths to ensure correct module resolution on Windows.
* fix: Add mcp reconnect error handling
* chore(script): use forward slashes in web UI bundle export keys
Ensure embedded file map keys use POSIX-style paths so lookups are
consistent across platforms.
* chore: regenerate source links
---------
Co-authored-by: Jay V <air@live.ca >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Dax <mail@thdxr.com >
Co-authored-by: Dax Raad <d@ironbay.co >
Co-authored-by: opencode <opencode@sst.dev >
Co-authored-by: Kit Langton <kit.langton@gmail.com >
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com >
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Brendan Allan <brendonovich@outlook.com >
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com >
Co-authored-by: James Long <longster@gmail.com >
Co-authored-by: André Cruz <acruz@cloudflare.com >
Co-authored-by: Ariane Emory <97994360+ariane-emory@users.noreply.github.com >
Co-authored-by: Vladimir Glafirov <vglafirov@gitlab.com >
Co-authored-by: Frank <frank@anoma.ly >
Co-authored-by: BlankParticle <blankparticle@gmail.com >
Co-authored-by: Imanol Maiztegui <imanol.mzd@gmail.com >
2026-04-12 01:00:50 +02:00
Johnny Amancio
510ff13cd4
chore: Resolve merge conflicts
2026-03-31 12:45:25 +02:00
Luke Parker
aa11fa865d
fix: unblock beta conflict recovery ( #19068 )
2026-03-25 06:14:38 +00:00
Luke Parker
9a64bdb539
fix: beta resolver typecheck + build smoke check ( #19060 )
2026-03-25 05:45:30 +00:00
Luke Parker
700f57112a
fix: provide merge context to beta conflict resolver ( #19055 )
2026-03-25 04:45:37 +00:00
Dax Raad
1fe8d4d7ad
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
Catriel Müller
51ce954857
fix: build and release cli
2026-02-27 15:38:51 -03:00
Dax Raad
6af7ddf03b
ci: switch beta script to gpt-5.3-codex for improved code generation quality
2026-02-24 23:26:03 -05:00
Dax Raad
0b3fb5d460
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
a487f11a30
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
Caleb Norton
6eb043aedb
ci: allow commits on top of beta PRs ( #11924 )
2026-02-18 00:20:05 -06:00
Dax Raad
31f893f8cb
ci: sort beta PRs by number for consistent display order
2026-02-09 18:00:44 -05:00
Dax Raad
3ab41d548f
ci: skip force push when beta branch is unchanged
2026-02-01 20:35:02 -05:00
Dax Raad
f390ac251d
ci: centralize team list in @opencode-ai/script package and use beta label filter
2026-02-01 20:17:15 -05:00
Dax Raad
4158d7cda8
ci: add --label beta filter to only process PRs with beta label
2026-02-01 19:59:20 -05:00
Dax Raad
425abe2fbf
ci: post PR comments when beta merge fails instead of Discord notifications
2026-02-01 19:59:20 -05:00
Dax Raad
744fb6aed0
ci: rewrite beta script to use proper Bun shell patterns
2026-02-01 19:59:20 -05:00
Dax Raad
e9f8e6aeec
ci: remove parseArgs CLI option and use environment variable directly
2026-02-01 19:59:20 -05:00
Dax Raad
5dee3328d4
ci: add --discord-webhook / -d CLI option for custom Discord webhook URL
2026-02-01 19:59:20 -05:00
Dax Raad
c9891fe071
ci: collect all failed PR merges and notify Discord
2026-02-01 19:59:20 -05:00
Dax Raad
d35956fd92
ci: prevent rate limit errors when fetching team PRs for beta releases
2026-02-01 19:29:26 -05:00
Dax Raad
1aade4b308
ci
2026-01-30 10:39:59 -05:00
Dax Raad
2e005de670
ci
2026-01-30 10:38:10 -05:00
Dax Raad
e80a99e7bd
ci
2026-01-30 10:36:01 -05:00
Dax Raad
9a0132e750
ci
2026-01-30 10:35:39 -05:00
Dax Raad
7fb22ab681
ci
2026-01-30 10:28:54 -05:00
Dax Raad
e4d3b961cd
ci
2026-01-30 10:28:12 -05:00
Dax Raad
9cf3e651ca
ci
2026-01-30 10:26:55 -05:00
Dax Raad
e0b60d9f34
ci
2026-01-30 10:25:10 -05:00
Dax Raad
3f57f4913d
ci
2026-01-30 10:23:19 -05:00
Dax Raad
b9e9c8c763
ci
2026-01-30 10:21:47 -05:00
Dax Raad
0d53f34c43
ci
2026-01-30 10:20:49 -05:00
Dax Raad
0a0b54aa4b
ci
2026-01-30 10:15:45 -05:00
Dax Raad
4a4fc48ee8
ci
2026-01-30 10:12:29 -05:00
Dax Raad
5e823fd208
ci
2026-01-30 10:11:05 -05:00
Dax Raad
95309c2149
fix(beta): use local git rebase instead of gh pr update-branch
2026-01-29 21:25:27 -05:00
Dax Raad
e9e8d97b0d
ci
2026-01-29 21:23:03 -05:00
Dax
cd4075faf6
feat: add beta branch sync workflow for contributor PRs ( #11190 )
2026-01-29 20:02:36 +00:00