Skip to content

v1.1.1

Choose a tag to compare

@firstelementjp firstelementjp released this 22 Aug 09:50
· 6 commits to main since this release
705c45e

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

Full Changelog: v1.1.0...v1.1.1