Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/adr/25830-opencode-engine-integration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ADR-25830: Add OpenCode as a Provider-Agnostic BYOK Agentic Engine

**Date**: 2026-04-11
**Status**: Draft
**Status**: Superseded by [PR #26819](https://github.com/github/gh-aw/pull/26819) β€” OpenCode was archived; the engine was replaced by Crush (`engine: id: crush`) on 2026-04-17.
**Deciders**: pelikhan, Copilot

---
Expand Down
8 changes: 8 additions & 0 deletions docs/src/content/docs/guides/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ The upgrade automatically applies codemods to fix deprecated fields in all workf
| **delete-schema-file** | Deletes deprecated schema file | Removes `.github/aw/schemas/agentic-workflow.json` |
| **delete-old-agents** | Deletes old `.agent.md` files moved to `.github/aw/` | Removes outdated agent files |

### 3.2.1 Manual Migrations (No Codemod)

Some breaking changes require manual edits because no automatic codemod was shipped:

| Change | What to do |
|--------|------------|
| `engine: id: opencode` removed (April 2026) | Change to `engine: id: crush`. The OpenCode engine was archived; Crush is its successor. Also update any `GH_AW_MODEL_AGENT_OPENCODE` org/repo variables to `GH_AW_MODEL_AGENT_CRUSH`. |

### 3.3 Compiles All Workflows

The upgrade automatically compiles all workflows to generate or update `.lock.yml` files, ensuring they're ready to run in GitHub Actions.
Expand Down