Use api.pluginConfig directly for Dirigent runtime config #20
Reference in New Issue
Block a user
Delete Branch "fix/use-pluginconfig-runtime-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Context
Dirigent moderator startup was reading config via api.config.plugins.entries.dirigent.config, which can surface redacted secret placeholders after restart. This made moderatorBotToken appear set while actually resolving to OPENCLAW_REDACTED and caused Discord auth failure.
Testing