diff options
| author | Adam Malczewski <[email protected]> | 2026-06-05 21:20:12 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-05 21:20:12 +0900 |
| commit | 7fb3269c698ae583ea7997ce206c4ae252fd3218 (patch) | |
| tree | 247d03408ecccd633290ea56b1b08811ebe460ec /packages/session-orchestrator/package.json | |
| parent | 4283d1f8a0bc3953e65962a2364c903d0015f047 (diff) | |
| download | dispatch-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.json | 3 |
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:*" } } |
