fix(tess): redact chat persistence and egress (#725)
This commit was merged in pull request #725.
This commit is contained in:
@@ -10,3 +10,8 @@ export {
|
||||
type LogQuery,
|
||||
} from './agent-logs.js';
|
||||
export { registerLogCommand } from './cli.js';
|
||||
export {
|
||||
redactSensitiveContent,
|
||||
type RedactionResult,
|
||||
type SensitiveClassification,
|
||||
} from './redaction.js';
|
||||
|
||||
Reference in New Issue
Block a user