fix hosted session binding and harden panel config resolution

This commit is contained in:
晴天
2026-04-10 18:52:03 +08:00
parent 6beaa7f46a
commit 3105e56fd6
4 changed files with 211 additions and 20 deletions

View File

@@ -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,
},
}
}