summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-10-12 00:40:48 -0400
committerDax Raad <[email protected]>2025-10-12 00:40:59 -0400
commit24a5b16af82f268942bfd4e56f8e2e3877f0cfb2 (patch)
tree741e5ecf52a6166ca5876ed921a2d5e1d5cfb9d3
parentb4171aa8e88c3bd09be970badb41cc750d82f61f (diff)
downloadopencode-24a5b16af82f268942bfd4e56f8e2e3877f0cfb2.tar.gz
opencode-24a5b16af82f268942bfd4e56f8e2e3877f0cfb2.zip
ci: tweak
-rw-r--r--bun.lock3
-rw-r--r--package.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index 38c8abfab..cd98848d6 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 4ad8de3e1..e81bf7515 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"