Commit Graph

463 Commits

Author SHA1 Message Date
Luke Parker 173b320bec upgrade to bun 1.3.10 canary and force baseline builds always (#14843) 2026-02-24 16:06:45 +10:00
Luke Parker a8c67558f4 ci: use bun baseline build to avoid segfaults (#14839) 2026-02-24 10:15:19 +10:00
Luke Parker 22ec72c5f7 ci: add Windows to unit test matrix (#14836) 2026-02-24 09:33:33 +10:00
Ryan Vogel 4ae6dd6c09 fix: update workflows for better automation (#14809) 2026-02-23 16:51:29 -05:00
github-actions[bot] 199b57d2d7 Update VOUCHED list
https://github.com/anomalyco/opencode/issues/13659#issuecomment-3941825887
2026-02-22 22:28:32 +00:00
github-actions[bot] a001e278fd Update VOUCHED list
https://github.com/anomalyco/opencode/issues/14616#issuecomment-3939773562
2026-02-22 00:23:58 +00:00
Adam 90c0bdbd2d chore: updated locale glossaries and docs sync workflow 2026-02-21 04:58:27 -06:00
Brendan Allan 3fbd2363db desktop: publish betas to separate repo (#14376) 2026-02-20 22:33:21 +08:00
Ryan Vogel b24620bb0f chore: skip PR standards checks for PRs created before Feb 18 2026 6PM EST (#14208) 2026-02-18 18:16:43 -05:00
opencode-agent[bot] a2d4ae9f82 chore: generate 2026-02-18 22:21:17 +00:00
Ryan Vogel 77595cb3ce chore: add compliance checks for issues and PRs with recheck on edit (#14170) 2026-02-18 17:20:23 -05:00
Dax Raad 7bb954f4eb ci: switch to standard GitHub cache action for Bun dependencies 2026-02-18 12:24:17 -05:00
Caleb Norton 83cc44f616 ci: allow commits on top of beta PRs (#11924) 2026-02-18 00:20:05 -06:00
Jérôme Benoit 27c2823865 ci: add nix-eval workflow for cross-platform flake evaluation (#12175) 2026-02-18 00:03:37 -06:00
Goni Zahavy 483f0e31a5 ci: fixed missing if condition (#13934) 2026-02-17 12:42:55 +08:00
Goni Zahavy 283c2209d5 ci: fixed Rust cache for 'cargo install' in publish.yml (#13907) 2026-02-17 12:13:33 +08:00
Goni Zahavy c4159b7b23 ci: use useblacksmith/stickydisk on linux runners only (#13909) 2026-02-16 18:27:04 -06:00
Goni Zahavy 69ab1be1a4 ci: fixed apt cache not working in publish.yml (#13897) 2026-02-16 17:31:38 -06:00
Ryan Vogel 5660c02033 feat: update to not post comment on workflows when no duplicates found (#13238) 2026-02-12 09:13:38 -05:00
Brendan Allan 9c5e8d8fab Testing SignPath Integration (#13308) 2026-02-12 18:46:56 +08:00
github-actions[bot] 3217faa2d1 Update VOUCHED list
https://github.com/anomalyco/opencode/issues/13076#issuecomment-3888412535
2026-02-12 03:05:00 +00:00
github-actions[bot] 973d72174e Update VOUCHED list
https://github.com/anomalyco/opencode/issues/13204#issuecomment-3887062726
2026-02-11 20:40:39 +00:00
Adam e42600565b chore: update docs sync workflow 2026-02-11 11:47:32 -06:00
github-actions[bot] 2cd0fbd78d Update VOUCHED list
https://github.com/anomalyco/opencode/issues/12841#issuecomment-3881500535
2026-02-11 00:37:36 +00:00
Peter Dave Hello 451a4a9ca1 chore: fix typos and GitHub capitalization (#12852)
publish-github-action / publish (push) Has been cancelled
2026-02-10 06:53:38 -06:00
github-actions[bot] 056ee3261e Update VOUCHED list
https://github.com/anomalyco/opencode/issues/12881#issuecomment-3875123178
2026-02-10 03:32:35 +00:00
Ryan Vogel 9547f1a3ce ci: filter daily recaps to community-only and fix vouch workflow authentication (#12910) 2026-02-09 22:29:18 -05:00
Ryan Vogel b2dc228898 feat: integrate vouch & stricter issue trust management system (#12640) 2026-02-09 18:15:06 -05:00
Adam f97a3650ef wip(docs): i18n (#12681) 2026-02-09 11:34:35 -06:00
Jérôme Benoit b33b478819 fix(nix): watch scripts in nix-hashes workflow (#12818) 2026-02-09 10:13:25 -06:00
Adam cafb42e548 chore: refactoring and tests (#12468) 2026-02-06 09:37:49 -06:00
Luke Parker 0d493241fe chore: align windows test runner to blacksmith (#12364) 2026-02-05 20:15:34 -06:00
Brendan Allan b1a71f5bf1 chore: add brendonovich as rust codeowner 2026-02-04 10:40:08 +08:00
Goni Zahavy 1918f065ff ci: add ratelimits handling for close-stale-prs.yml (#11578) 2026-02-02 10:13:48 -06:00
Dax Raad 43ea8fd619 ci: use native ARM runner for faster Linux ARM builds
Switch from cross-compilation on x86_64 to native ARM runner, which improves build speed and reliability for Linux ARM binary distribution.
2026-02-02 10:06:21 -05:00
Dax Raad 58854a2198 ci: reduce aarch64 build runner to 4 vcpu to lower infrastructure costs 2026-02-02 09:44:19 -05:00
Dax Raad 061357e660 ci 2026-02-02 09:37:37 -05:00
Dax Raad a1c315eb3e ci: enable typecheck on push to dev branch to catch type errors immediately after merge 2026-02-01 22:32:45 -05:00
Frank 24eaf19047 ci: Fix Pulumi version conflict in deploy workflow
Added a workaround to fix Pulumi version conflict in the deployment workflow.
2026-02-01 21:39:24 -05:00
Dax Raad 29d614e5bb ci: restrict nix-hashes workflow to dev branch pushes only
Remove pull_request trigger and limit push trigger to dev branch to prevent

unnecessary workflow runs on feature branches and PRs. The workflow will now

only execute when dependency files change on the dev branch.
2026-02-01 21:16:13 -05:00
Dax Raad 9e99257c58 ci: allow manual dispatch for beta workflow 2026-02-01 20:18:12 -05:00
Dax Raad 2f785d96d5 ci: run beta workflow on hourly schedule only 2026-02-01 20:17:50 -05:00
Dax Raad 3adeaad8c9 ci: add synchronize event and check for beta label using contains() 2026-02-01 19:59:20 -05:00
Dax Raad af5bd6bed2 ci: change trigger from scheduled cron to PR labeled events with beta label condition 2026-02-01 19:59:20 -05:00
Dax Raad 230b4a9fd1 ci: add DISCORD_ISSUES_WEBHOOK_URL secret to beta workflow 2026-02-01 19:59:20 -05:00
Goni Zahavy 0b5377428f ci: fixed stale pr workflow (#11310) 2026-01-31 21:16:34 -06:00
Aiden Cline 710ede868a ci: fix nix hash issue (#11530)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-01-31 17:57:07 -06:00
Jérôme Benoit a631d601bd fix(ci): portable hash parsing in nix-hashes workflow (#11533) 2026-01-31 17:56:49 -06:00
Jérôme Benoit bc230f92d7 fix(nix): restore native runners for darwin hash computation (#11495) 2026-01-31 12:32:11 -06:00
Dax Raad e50d530613 tui: allow specifying custom models file path via OPENCODE_MODELS_PATH
Users can now configure their own models configuration file by setting the OPENCODE_MODELS_PATH environment variable, providing more flexibility for testing and configuration.
2026-01-31 01:53:23 -05:00