BL-059: Upgrade SDK to v1.3.14 - OpenCode Compatibility#74
Merged
Conversation
added 6 commits
April 8, 2026 17:31
- Pin OpenCode version to v1.3.14 in Dockerfile.opencode - Update @opencode-ai/plugin and @opencode-ai/sdk to v1.3.14 - Update lockfile with new dependencies - Add OpenSpec change artifacts for BL-059 This aligns the Docker test environment with SDK version to enable proper verification of the SDK upgrade path across AI SDK v5→v6 migration and Tool.define() bug fix. Related: BL-059
- Update Config import from @opencode-ai/sdk to @opencode-ai/plugin - Fix Config.plugin type compatibility (string[] → (string | [string, PluginOptions])[]) - Update OPENCODE_COMPATIBILITY.md with v1.3.14 verified status - Mark BL-059 as done in roadmap.md and backlog.md - Document v1.3.14 SDK changes and migration notes SDK v1.3.14 extends Config.plugin to support plugin options, requiring type alignment. TypeScript typecheck and build both pass successfully. Related: BL-059
Mark test execution tasks as requiring Docker environment. Document completed tasks (TypeScript fix, build, documentation).
- All test suites pass: foundation (31), regression (32), retrieval (2) - benchmark:latency passes all hard gates - verify:full completes successfully - session.idle hook validated after AI SDK v5→v6 migration - All 17 tool execute behaviors confirmed correct SDK v1.3.14 fully compatible with lancedb-opencode-pro. Related: BL-059
- Archive OpenSpec change to openspec/changes/archive/ - All tests verified in Docker environment with OpenCode v1.3.14 - Documentation updated (OPENCODE_COMPATIBILITY.md, backlog.md, roadmap.md) - Ready for merge to main
Handle async write delay in memory_delete/memory_clear test by using retryWithDelay when searching after capture. Node 22 environment shows race condition where search might not find immediately written memory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Verification