mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 05:31:23 +00:00
feat: show node PATH and bootstrap node host env
This commit is contained in:
@@ -275,6 +275,7 @@ export const nodeHandlers: GatewayRequestHandlers = {
|
||||
remoteIp: live?.remoteIp ?? paired?.remoteIp,
|
||||
caps,
|
||||
commands,
|
||||
pathEnv: live?.pathEnv,
|
||||
permissions: live?.permissions ?? paired?.permissions,
|
||||
connectedAtMs: live?.connectedAtMs,
|
||||
paired: Boolean(paired),
|
||||
@@ -338,6 +339,7 @@ export const nodeHandlers: GatewayRequestHandlers = {
|
||||
remoteIp: live?.remoteIp ?? paired?.remoteIp,
|
||||
caps,
|
||||
commands,
|
||||
pathEnv: live?.pathEnv,
|
||||
permissions: live?.permissions,
|
||||
connectedAtMs: live?.connectedAtMs,
|
||||
paired: Boolean(paired),
|
||||
|
||||
Reference in New Issue
Block a user