v1.1.1
This release hardens privacy by sanitizing chat history and reducing sensitive data in logs, and fixes a sync timestamp timezone display issue.
Privacy and Security
- Sanitized conversation history before AI provider calls to strip extra keys and validate message structure
- Hardened system log filtering with recursive removal of sensitive keys and re-application after payload filter hooks
- Removed token text and word samples from Yahoo MA tokenization logs, keeping only metadata
- Redacted injection filter logging to record input length and redacted samples only
Bug Fixes
- Fixed sync timestamp display timezone offset by replacing date_i18n() with wp_date()
Documentation
- Expanded developer hooks reference documentation with detailed tables and examples
- Added DeepWiki AI-powered documentation link
- Migrated internal guidance into rules, agent guide, and skill docs
What's Changed
- Updated some documents by @firstelementjp in #70
- Harden chat privacy and prevent sensitive data leakage in logs by @firstelementjp in #71
- Prepare release v1.1.1 by @firstelementjp in #72
Full Changelog: v1.1.0...v1.1.1