Dashboard › opencode › Distillation
1c7da0f4-8086-434c-86c6-239b2ab8d9dc["lore_tm_v1_5XHeV_qt_Y19JHP8cm95uduG8lqnQAToxu5nD1SKpqk"]
Date: Sep 15, 2026
packages/server/src/routes.ts:27-39 defines applicationServices via LayerNode.group([Database.node, EventV2.node, httpClient, ToolOutputStore.cleanupNode, SessionV2.node, SessionRecovery.node, PermissionSaved.node, PtyTicket.node, Credential.node, PtyEnvironment.node, LocationServiceMap.node]); SessionRecovery.node is therefore included in server application startup services.packages/server/src/routes.ts:41-46 defines createRoutes(password?: string) to call makeRoutes() with ServerAuth.Config.configLayer({ username: "opencode", password: Option.some(password) }) when a password is supplied, otherwise ServerAuth.Config.layer.