summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-http/src/index.ts
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/transport-http/src/index.ts
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/transport-http/src/index.ts')
-rw-r--r--packages/transport-http/src/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/transport-http/src/index.ts b/packages/transport-http/src/index.ts
index 39a80ac..d91f9ad 100644
--- a/packages/transport-http/src/index.ts
+++ b/packages/transport-http/src/index.ts
@@ -3,5 +3,5 @@ export { createApp } from "./app.js";
export { createServer, extension, manifest } from "./extension.js";
export type { ChatCommand, ParseError, ParseResult } from "./logic.js";
export { isParseError, parseChatBody, serializeEventLine } from "./logic.js";
-export type { SessionOrchestrator } from "./seam.js";
-export { sessionOrchestratorHandle } from "./seam.js";
+export type { CredentialStore, SessionOrchestrator } from "./seam.js";
+export { credentialStoreHandle, sessionOrchestratorHandle } from "./seam.js";