Dashboard › opencode › Distillation
3cb077ae-f89e-4fb4-8fa5-74f71ce607d2["lore_tm_v1_N4Mi1VrVBoiNBkeOxolifK0siuNil7QpMoktUhkxBUo","lore_tm_v1_rSurYJ-6hBgmtSR8VaICBsP0dEpgIQoVR5nsMwfmEQQ"]
Date: Sep 9, 2026
/home/byk/Code/opencode-lore-v2/packages/gateway/src/cli/start.ts, processBoundary?: boolean is documented at lines 104-105 as an internal CLI-owned process boundary that is never set by in-process plugins.GatewayHandle in /home/byk/Code/opencode-lore-v2/packages/gateway/src/cli/start.ts contains config: GatewayConfig, port: number, owned: boolean, managementToken: string, shutdown: () => Promise<void>, and optional internal processShutdown?: ProcessShutdownController.GatewayHandle.owned indicates whether the current process started and owns the server; it is false when reusing an existing instance.GatewayHandle.managementToken is an owner-only token used to authenticate the gateway control endpoint; GatewayHandle.shutdown is a no-op when owned is false; GatewayHandle.processShutdown is an internal one-shot CLI process shutdown shared by signals and control./home/byk/Code/opencode-lore-v2/packages/gateway/src/cli/start.ts defines GatewayHealthIdentity with pid: number and GatewayIdentityProbe as a union containing { kind: "authenticated"; identity: GatewayHealthIdentity } or { kind: "rejected" }./home/byk/Code/opencode-lore-v2/packages/opencode/dist/server.js line 754 sets gatewayPackage = "@loreai/gateway".