Files
nexus/backend
devops 4633e570e8
CI - Build & Test / Backend (.NET) (push) Successful in 35s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 15s
CI - Build & Test / Security Check (push) Successful in 2s
CI - Build & Test / Deploy Nexus (push) Has been skipped
fix(agents): finish sanitized config migration — GatewayClient also reads agents-sanitized.json
The previous commit f4bee44 updated AgentService.cs but missed
OpenClawGatewayClient.cs which also reads agent IDs and model config
from the raw openclaw.json. Both LoadAgentIdsFromConfig() and
GetAvailableModels() now default to /etc/nexus/agents-sanitized.json.

This completes the P4 migration: Nexus no longer needs read access to
openclaw.json for any code path.
2026-07-12 14:09:31 +02:00
..