summaryrefslogtreecommitdiffhomepage
path: root/packages/host-bin/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/host-bin/package.json')
-rw-r--r--packages/host-bin/package.json73
1 files changed, 38 insertions, 35 deletions
diff --git a/packages/host-bin/package.json b/packages/host-bin/package.json
index 64f436e..7d3b38c 100644
--- a/packages/host-bin/package.json
+++ b/packages/host-bin/package.json
@@ -1,37 +1,40 @@
{
- "name": "@dispatch/host-bin",
- "version": "0.0.0",
- "type": "module",
- "private": true,
- "dependencies": {
- "@dispatch/kernel": "workspace:*",
- "@dispatch/storage-sqlite": "workspace:*",
- "@dispatch/conversation-store": "workspace:*",
- "@dispatch/auth-apikey": "workspace:*",
- "@dispatch/cache-warming": "workspace:*",
- "@dispatch/credential-store": "workspace:*",
- "@dispatch/exec-backend": "workspace:*",
- "@dispatch/provider-openai-compat": "workspace:*",
- "@dispatch/provider-umans": "workspace:*",
- "@dispatch/message-queue": "workspace:*",
- "@dispatch/mcp": "workspace:*",
- "@dispatch/session-orchestrator": "workspace:*",
- "@dispatch/skills": "workspace:*",
- "@dispatch/ssh": "workspace:*",
- "@dispatch/throughput-store": "workspace:*",
- "@dispatch/todo": "workspace:*",
- "@dispatch/transport-http": "workspace:*",
- "@dispatch/tool-read-file": "workspace:*",
- "@dispatch/tool-shell": "workspace:*",
- "@dispatch/tool-edit-file": "workspace:*",
- "@dispatch/tool-write-file": "workspace:*",
- "@dispatch/tool-web-search": "workspace:*",
- "@dispatch/tool-youtube-transcript": "workspace:*",
- "@dispatch/journal-sink": "workspace:*",
- "@dispatch/lsp": "workspace:*",
- "@dispatch/surface-loaded-extensions": "workspace:*",
- "@dispatch/surface-registry": "workspace:*",
- "@dispatch/transport-ws": "workspace:*",
- "@dispatch/system-prompt": "workspace:*"
- }
+ "name": "@dispatch/host-bin",
+ "version": "0.0.0",
+ "type": "module",
+ "private": true,
+ "dependencies": {
+ "@dispatch/kernel": "workspace:*",
+ "@dispatch/storage-sqlite": "workspace:*",
+ "@dispatch/conversation-store": "workspace:*",
+ "@dispatch/auth-apikey": "workspace:*",
+ "@dispatch/cache-warming": "workspace:*",
+ "@dispatch/credential-store": "workspace:*",
+ "@dispatch/exec-backend": "workspace:*",
+ "@dispatch/heartbeat": "workspace:*",
+ "@dispatch/provider-openai-compat": "workspace:*",
+ "@dispatch/provider-concurrency": "workspace:*",
+ "@dispatch/provider-umans": "workspace:*",
+ "@dispatch/message-queue": "workspace:*",
+ "@dispatch/mcp": "workspace:*",
+ "@dispatch/session-orchestrator": "workspace:*",
+ "@dispatch/skills": "workspace:*",
+ "@dispatch/ssh": "workspace:*",
+ "@dispatch/throughput-store": "workspace:*",
+ "@dispatch/todo": "workspace:*",
+ "@dispatch/transport-http": "workspace:*",
+ "@dispatch/tool-read-file": "workspace:*",
+ "@dispatch/tool-shell": "workspace:*",
+ "@dispatch/tool-edit-file": "workspace:*",
+ "@dispatch/tool-write-file": "workspace:*",
+ "@dispatch/tool-web-search": "workspace:*",
+ "@dispatch/tool-youtube-transcript": "workspace:*",
+ "@dispatch/journal-sink": "workspace:*",
+ "@dispatch/lsp": "workspace:*",
+ "@dispatch/surface-loaded-extensions": "workspace:*",
+ "@dispatch/surface-registry": "workspace:*",
+ "@dispatch/transport-ws": "workspace:*",
+ "@dispatch/system-prompt": "workspace:*",
+ "@dispatch/vision-handoff": "workspace:*"
+ }
}