From 6d859b59aed0e99600b76b70c0fb61f49a23f215 Mon Sep 17 00:00:00 2001 From: Rome Thorstenson Date: Fri, 30 Jan 2026 07:27:07 -0800 Subject: [PATCH] chore: update changelog for secret detection feature --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a134359f5..c7e39f4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Docs: https://docs.molt.bot +## 2026.1.30 +Status: unreleased. + +### Changes +- Security: add interactive secret detection and redaction for API keys, tokens, and credentials in messages. Detects 25+ secret patterns using entropy analysis and regex matching; prompts users to redact/cancel/allow when secrets are detected; configurable thresholds and auto-redact mode. + ## 2026.1.29 Status: beta.