Bug: discord.actions.describeMessageTool fails with unresolved SecretRef in 2026.4.14
channels.discord.token is a SecretRef: {source: "env", provider: "default", id: "DISCORD_BOT_TOKEN"}
openclaw secrets audit --check shows unresolved=0 β gateway resolves it successfully
openclaw channels status --probe shows token:config, works
openclaw secrets reload does not fix it
Agent turns fail with: discord.actions.describeMessageTool failed: unresolved SecretRef "env:default:DISCORD_BOT_TOKEN"
Result: incomplete turn detected: stopReason=stop payloads=0
Started after upgrading from 2026.4.12 to 2026.4.14
Workaround: unknown