summaryrefslogtreecommitdiffhomepage
path: root/bun.lock
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 03:40:38 +0900
committerAdam Malczewski <[email protected]>2026-06-27 03:40:38 +0900
commitd5633cf6e007eaf8255a44529a638d2466a74ba3 (patch)
tree14fe72f5b585eb72c763073b4e7022b914bdbafb /bun.lock
parentad9d135e583c99a0d93327115defa43187cde1c3 (diff)
downloaddispatch-d5633cf6e007eaf8255a44529a638d2466a74ba3.tar.gz
dispatch-d5633cf6e007eaf8255a44529a638d2466a74ba3.zip
feat(vision-handoff): implement vision for capable models and universal vision handoff
Diffstat (limited to 'bun.lock')
-rw-r--r--bun.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index 2261ba8..8a913d0 100644
--- a/bun.lock
+++ b/bun.lock
@@ -103,6 +103,7 @@
"@dispatch/tool-youtube-transcript": "workspace:*",
"@dispatch/transport-http": "workspace:*",
"@dispatch/transport-ws": "workspace:*",
+ "@dispatch/vision-handoff": "workspace:*",
},
},
"packages/journal-sink": {
@@ -361,6 +362,15 @@
"name": "@dispatch/ui-contract",
"version": "0.2.0",
},
+ "packages/vision-handoff": {
+ "name": "@dispatch/vision-handoff",
+ "version": "0.0.0",
+ "dependencies": {
+ "@dispatch/credential-store": "workspace:*",
+ "@dispatch/kernel": "workspace:*",
+ "@dispatch/openai-stream": "workspace:*",
+ },
+ },
"packages/wire": {
"name": "@dispatch/wire",
"version": "0.12.0",
@@ -461,6 +471,8 @@
"@dispatch/ui-contract": ["@dispatch/ui-contract@workspace:packages/ui-contract"],
+ "@dispatch/vision-handoff": ["@dispatch/vision-handoff@workspace:packages/vision-handoff"],
+
"@dispatch/wire": ["@dispatch/wire@workspace:packages/wire"],
"@esbuild/aix-ppc64": ["@esbuild/[email protected]", "", { "os": "aix", "cpu": "ppc64" }, "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg=="],