summaryrefslogtreecommitdiffhomepage
path: root/.github
AgeCommit message (Collapse)Author
2026-04-02test(app): emit junit artifacts for playwright (#20732)Kit Langton
2026-04-02test(app): add a golden path for mocked e2e prompts (#20593)Kit Langton
2026-04-01fix(test): auto-acknowledge tool-result follow-ups in mock LLM server (#20528)Kit Langton
2026-04-01Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/20482#issuecomment-4171492178
2026-03-31Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/20333#issuecomment-4166038038
2026-03-31Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/20342#issuecomment-4165277636
2026-03-31chore: use paid zen model in e2eAdam
2026-03-29wip: zenFrank
2026-03-29ci: fixFrank
2026-03-29ci: cancel stale nix-hashes runs (#19571)Luke Parker
2026-03-28feat(ci): use Azure Artifact Signing for Windows releases (#15201)Luke Parker
2026-03-26ignore: update disavowed list (#19184)Aiden Cline
2026-03-24Fix close-issues workflow permissionsDax Raad
- Add contents: read permission for checkout - Use github.token instead of secrets.GITHUB_TOKEN
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-24fix: increase operations-per-run to 1000 and pin stale action to v10.2.0Dax Raad
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.
2026-03-24fix: nix hash update parsing... again (#18989)Caleb Norton
2026-03-24fix: nix hash update parsing (#18979)Caleb Norton
2026-03-24fix: better nix hash detection (#18957)Caleb Norton
2026-03-23ci: fixFrank
2026-03-23Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/18718#issuecomment-4108322776
2026-03-23Add 'write' role to vouch manage action (#18718)Luke Parker
2026-03-20ignore: add danieljoshuanazareth to disavow list (#18476)Aiden Cline
2026-03-21Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/18464#issuecomment-4101766628
2026-03-20fix: lots of desktop stability, better e2e error logging (#18300)Luke Parker
2026-03-16chore: denounce ai spammer (#17901)Aiden Cline
2026-03-16fix(ci): workaround by using hoisted Bun linker on Windows (#17751)Luke Parker
2026-03-13fix(ci): keep test runs on dev (#17260)Luke Parker
2026-03-12fix(ci): use dynamic bun cache path for cross-platform support (#17120)Luke Parker
2026-03-12feat(windows): add arm64 release targets for cli and desktop (#16696)Luke Parker
2026-03-11ci: setup node in tauri buildBrendan Allan
2026-03-10ci: cancel duplicate workflow runs and add read permissionsDax Raad
- Add concurrency settings to cancel outdated runs when new commits are pushed - Add contents: read permission for security hardening - Remove redundant required job that checked test results
2026-03-10ci: install setuptools to prevent Python distutils errors during dependency ↵Dax Raad
installation
2026-03-09fix(storybook): add ci build workflow (#16760)Karan Handa
2026-03-04ci: remove electron beta requirementBrendan Allan
2026-03-04ci: only publish electron on betaBrendan Allan
2026-03-04desktop: add electron version (#15663)Brendan Allan
2026-03-02chore: fix docs sync permissionsAdam
2026-02-27chore: update docs locale sync workflowAdam
2026-02-26fix: most segfaults on windows with Bun v1.3.10 stable (#15181)Luke Parker
2026-02-25chore: move glossaryadamelmore
2026-02-25chore(workflows): label vouched users and restrict vouch managers (#15075)Ryan Vogel
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-24upgrade to bun 1.3.10 canary and force baseline builds always (#14843)Luke Parker
2026-02-24ci: use bun baseline build to avoid segfaults (#14839)Luke Parker
2026-02-24ci: add Windows to unit test matrix (#14836)Luke Parker
2026-02-23fix: update workflows for better automation (#14809)Ryan Vogel
2026-02-22Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/13659#issuecomment-3941825887
2026-02-22Update VOUCHED listgithub-actions[bot]
https://github.com/anomalyco/opencode/issues/14616#issuecomment-3939773562
2026-02-21chore: updated locale glossaries and docs sync workflowAdam
2026-02-20desktop: publish betas to separate repo (#14376)Brendan Allan