| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
(#14208)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
authentication (#12910)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Switch from cross-compilation on x86_64 to native ARM runner, which improves build speed and reliability for Linux ARM binary distribution.
|
|
|
|
|
|
after merge
|
|
Added a workaround to fix Pulumi version conflict in the deployment workflow.
|
|
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.
|
|
|
|
|
|
|
|
condition
|
|
|
|
|
|
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
|
|
|
|
|
|
Users can now configure their own models configuration file by setting the OPENCODE_MODELS_PATH environment variable, providing more flexibility for testing and configuration.
|
|
|
|
|
|
|
|
coverage
|
|
instead of waiting for hourly schedule
|
|
|
|
|