diff options
| author | Adam Malczewski <[email protected]> | 2026-06-05 21:19:45 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-05 21:19:45 +0900 |
| commit | 4283d1f8a0bc3953e65962a2364c903d0015f047 (patch) | |
| tree | 4de5d2d2c1114301f03236b6dfc98a638a7c61c0 /bun.lock | |
| parent | 368be032ef57638b558db659d70bfac00cb95cdd (diff) | |
| download | dispatch-4283d1f8a0bc3953e65962a2364c903d0015f047.tar.gz dispatch-4283d1f8a0bc3953e65962a2364c903d0015f047.zip | |
feat(kernel): listModels/ModelInfo + per-turn cwd contracts; add transport-contract wire package
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -18,6 +18,13 @@ "@dispatch/kernel": "workspace:*", }, }, + "packages/cli": { + "name": "@dispatch/cli", + "version": "0.0.0", + "dependencies": { + "@dispatch/transport-contract": "workspace:*", + }, + }, "packages/conversation-store": { "name": "@dispatch/conversation-store", "version": "0.0.0", @@ -25,12 +32,20 @@ "@dispatch/kernel": "workspace:*", }, }, + "packages/credential-store": { + "name": "@dispatch/credential-store", + "version": "0.0.0", + "dependencies": { + "@dispatch/kernel": "workspace:*", + }, + }, "packages/host-bin": { "name": "@dispatch/host-bin", "version": "0.0.0", "dependencies": { "@dispatch/auth-apikey": "workspace:*", "@dispatch/conversation-store": "workspace:*", + "@dispatch/credential-store": "workspace:*", "@dispatch/journal-sink": "workspace:*", "@dispatch/kernel": "workspace:*", "@dispatch/provider-openai-compat": "workspace:*", @@ -72,6 +87,7 @@ "version": "0.0.0", "dependencies": { "@dispatch/conversation-store": "workspace:*", + "@dispatch/credential-store": "workspace:*", "@dispatch/kernel": "workspace:*", }, }, @@ -100,12 +116,21 @@ "@dispatch/kernel": "workspace:*", }, }, + "packages/transport-contract": { + "name": "@dispatch/transport-contract", + "version": "0.0.0", + "dependencies": { + "@dispatch/kernel": "workspace:*", + }, + }, "packages/transport-http": { "name": "@dispatch/transport-http", "version": "0.0.0", "dependencies": { + "@dispatch/credential-store": "workspace:*", "@dispatch/kernel": "workspace:*", "@dispatch/session-orchestrator": "workspace:*", + "@dispatch/transport-contract": "workspace:*", "hono": "^4.0.0", }, }, @@ -131,8 +156,12 @@ "@dispatch/auth-apikey": ["@dispatch/auth-apikey@workspace:packages/auth-apikey"], + "@dispatch/cli": ["@dispatch/cli@workspace:packages/cli"], + "@dispatch/conversation-store": ["@dispatch/conversation-store@workspace:packages/conversation-store"], + "@dispatch/credential-store": ["@dispatch/credential-store@workspace:packages/credential-store"], + "@dispatch/host-bin": ["@dispatch/host-bin@workspace:packages/host-bin"], "@dispatch/journal-sink": ["@dispatch/journal-sink@workspace:packages/journal-sink"], @@ -153,6 +182,8 @@ "@dispatch/trace-store": ["@dispatch/trace-store@workspace:packages/trace-store"], + "@dispatch/transport-contract": ["@dispatch/transport-contract@workspace:packages/transport-contract"], + "@dispatch/transport-http": ["@dispatch/transport-http@workspace:packages/transport-http"], "@esbuild/aix-ppc64": ["@esbuild/[email protected]", "", { "os": "aix", "cpu": "ppc64" }, "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg=="], |
