mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-06 20:02:49 +08:00
fix hosted session binding and harden panel config resolution
This commit is contained in:
@@ -1040,7 +1040,7 @@ function scanLocalSkillsFallback(agentSkillsDir = null) {
|
||||
status: 'scanned',
|
||||
scannedAt: new Date().toISOString(),
|
||||
scannedRoots,
|
||||
cli: cliError ? { status: 'exec-failed', message: String(cliError?.message || cliError) } : null,
|
||||
cli: null,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user