Build Failure: v1.15.12
The automated build for OpenCode v1.15.12 with caching + local patches failed.
Workflow Run: https://github.com/johnnymo87/opencode-patched/actions/runs/26613005360
Possible Causes
- Caching patch conflict: The caching patch (fetched from opencode-cached) may not apply to v1.15.12
- Prompt-loop cache patch conflict: The local prompt-loop-cache.patch may not apply to v1.15.12
- Cache-aligned compaction patch conflict: The local cache-aligned-compaction.patch may not apply to v1.15.12
- Vim patch conflict: The local vim.patch may not apply to v1.15.12
- Tool fix patch conflict: The local tool-fix.patch may not apply to v1.15.12
- MCP reconnect patch conflict: The local mcp-reconnect.patch may not apply to v1.15.12
- Eager input streaming patch conflict: The local eager-input-streaming.patch may not apply to v1.15.12
- Prefill fix patch conflict: The local prefill-fix.patch may not apply to v1.15.12
- Build failure: OpenCode build process may have changed
Action Required
- Check the workflow logs above
- If caching patch failed, check opencode-cached for updates
- If prompt-loop cache patch failed, regenerate from PR #25367:
gh pr diff 25367 --repo anomalyco/opencode > patches/prompt-loop-cache.patch
# Review changes, commit and push
- If cache-aligned compaction patch failed, regenerate from PR #25100:
gh pr diff 25100 --repo anomalyco/opencode > patches/cache-aligned-compaction.patch
# Review changes, commit and push
- If vim patch failed, regenerate from PR #12679:
gh pr diff 12679 --repo anomalyco/opencode > patches/vim.patch
# Review changes, filter if needed, commit and push
- If tool fix patch failed, regenerate from PR #16751:
gh pr diff 16751 --repo anomalyco/opencode > patches/tool-fix.patch
# Review changes, commit and push
- If MCP reconnect patch failed, review upstream changes to
mcp/index.ts and update manually
- If prefill fix patch failed, review upstream route/middleware changes and update manually
- Re-run:
gh workflow run build-release.yml --field version=1.15.12 (or add --field revision=N to re-release the same upstream version with updated patches; the release tag becomes v1.15.12-patched.N)
Build Failure: v1.15.12
The automated build for OpenCode v1.15.12 with caching + local patches failed.
Workflow Run: https://github.com/johnnymo87/opencode-patched/actions/runs/26613005360
Possible Causes
Action Required
mcp/index.tsand update manuallygh workflow run build-release.yml --field version=1.15.12(or add--field revision=Nto re-release the same upstream version with updated patches; the release tag becomesv1.15.12-patched.N)