Merge remote-tracking branch 'origin/main'

# Conflicts:
#	server-tools/lake-lamp-authz/install-architecture-provisioner.sh
This commit is contained in:
冰朔 2026-08-02 23:47:34 +08:00
commit 6857684626
6 changed files with 324 additions and 18 deletions

View file

@ -291,6 +291,11 @@ function createApp(options = {}) {
session_ttl: manager.sessionTtl,
max_session_lifetime: manager.maxSessionLifetime,
auto_renew_on_activity: true,
hololake_mobile: {
email_session: Boolean(hololakeSessionManager),
knowledge_snapshot: Boolean(hololakeKnowledgeProvider),
ai_gateway: Boolean(hololakeAiGateway),
},
});
if (req.method === "GET" && url.pathname === "/api/public/capabilities") return json(res, 200, {
schema: "guanghu.lake-lamp-public-workorder/v1",