diff --git a/bun.lock b/bun.lock index 38c8abfa..cd98848d 100644 --- a/bun.lock +++ b/bun.lock @@ -3,6 +3,9 @@ "workspaces": { "": { "name": "opencode", + "dependencies": { + "@opencode-ai/sdk": "workspace:*", + }, "devDependencies": { "@tsconfig/bun": "1.0.9", "husky": "9.1.7", diff --git a/package.json b/package.json index 4ad8de3e..e81bf751 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,9 @@ "sst": "3.17.19", "turbo": "2.5.6" }, + "dependencies": { + "@opencode-ai/sdk": "workspace:*" + }, "repository": { "type": "git", "url": "https://github.com/sst/opencode"