mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 03:01:50 +03:00
fix: redact sensitive tokens in tool summaries
This commit is contained in:
@@ -44,6 +44,10 @@ export type LoggingConfig = {
|
||||
| "debug"
|
||||
| "trace";
|
||||
consoleStyle?: "pretty" | "compact" | "json";
|
||||
/** Redact sensitive tokens in tool summaries. Default: "tools". */
|
||||
redactSensitive?: "off" | "tools";
|
||||
/** Regex patterns used to redact sensitive tokens (defaults apply when unset). */
|
||||
redactPatterns?: string[];
|
||||
};
|
||||
|
||||
export type WebReconnectConfig = {
|
||||
|
||||
Reference in New Issue
Block a user