1.0.0 — 2026-05-09
Initial release on WordPress.org.
feat:OpenAI provider — GPT-4o Mini (default), GPT-3.5 Turbo, GPT-4o, GPT-4 Turbo, GPT-4.feat:Anthropic Claude provider — Claude Haiku 4.5, Claude Sonnet 4.6 (default), Claude Opus 4.6.feat:Suggestion mode (default) and Auto reply mode.feat:5 reply tones — Professional, Friendly, Casual, Empathetic, Formal.feat:3 response lengths — Short, Medium, Detailed.feat:10 fixed languages plus auto-detect.feat:Custom system prompt.feat:Author-aware replies — posted as the post author with their display name and avatar.feat:AI Reply column on the Comments screen with inline draft preview.feat:Edit & Publish modal — review, edit, and post drafts in one click.feat:"Generate AI Reply" / "Edit & Publish" / "Publish As-Is" comment row actions.feat:Batch generate AI replies for existing comments (2 per request).feat:Bulk publish all pending drafts (5 per request).feat:Reply log (last 200 entries) with clear-logs control.feat:Daily rate limit (default 100, filterable viareplymind_daily_limit).feat:Privacy data exporter, eraser, and Privacy Policy guide entry.feat:Developer filterreplymind_send_comment_datafor skipping specific comments.feat:Activation redirect to the Settings screen.feat:"Remove API key" button with separate nonce-protected handler.sec:All admin handlers verify nonces viacheck_admin_referer/check_ajax_refererbefore reading any other request data.sec:Admin notices passed through per-user transients — no unverified$_GETdata is read inadmin_notices().sec:Comment text is HTML-stripped and entity-decoded before being sent to the AI.sec:System prompt includes an explicit prompt-injection guard.sec:API error bodies are parsed forerror.messageand capped at 300 characters before being surfaced.
Future entries
Add new entries above this section. Format:
## 1.0.1 — YYYY-MM-DD
- `fix:` Description of what changed.
- `feat:` New feature.