You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(config): redact credentials in Debug impls Refs #1784
Apply custom fmt::Debug to TelegramConfig, DiscordConfig, SlackConfig,
MatrixConfig (tinyclaw), GiteaConfig (tracker), and Settings
(github-runner-server) so that tokens, passwords, and webhook secrets
are replaced with ***REDACTED*** in all debug output.
Also gate terraphim_rlm e2e tests behind cfg(feature = "firecracker")
and simplify infer_supports_stdin match arm in spawner.
Co-Authored-By: Terraphim AI <noreply@terraphim.ai>
0 commit comments