summaryrefslogtreecommitdiffhomepage
path: root/packages/session-orchestrator/package.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-05 21:20:12 +0900
committerAdam Malczewski <[email protected]>2026-06-05 21:20:12 +0900
commit7fb3269c698ae583ea7997ce206c4ae252fd3218 (patch)
tree247d03408ecccd633290ea56b1b08811ebe460ec /packages/session-orchestrator/package.json
parent4283d1f8a0bc3953e65962a2364c903d0015f047 (diff)
downloaddispatch-7fb3269c698ae583ea7997ce206c4ae252fd3218.tar.gz
dispatch-7fb3269c698ae583ea7997ce206c4ae252fd3218.zip
feat(backend): credential-store + model selection/catalog (GET /models) + per-turn cwd through orchestrator/transport/host-bin
Diffstat (limited to 'packages/session-orchestrator/package.json')
-rw-r--r--packages/session-orchestrator/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/session-orchestrator/package.json b/packages/session-orchestrator/package.json
index 2556ead..47ab1a2 100644
--- a/packages/session-orchestrator/package.json
+++ b/packages/session-orchestrator/package.json
@@ -7,6 +7,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@dispatch/kernel": "workspace:*",
- "@dispatch/conversation-store": "workspace:*"
+ "@dispatch/conversation-store": "workspace:*",
+ "@dispatch/credential-store": "workspace:*"
}
}