- Add: Customization of the admin bar.
- Update: Enhanced the language picker to remember current user choice.
- Fix: The limits were off of one unit.
- Add: Copy button for the output field in the AI Forms.
- Update: Embeddings are more dynamic, handle better hashes, better bulk actions, more placeholders.
- Add: Customization of the admin bar.
- Update: Enhanced the language picker to remember current user choice.
- Fix: The limits were off of one unit.
- Add: Copy button for the output field in the AI Forms.
- Add: Sync Posts with Embeddings (on Publish, on Update, and on Trash).
- Update: When missing orphan embeddings are found (a vector is in Pinecone, but not in WordPress), a specific orphan entry will be created. You can safely delete it. Best to keep everything clean.
- Update: Pinecone servers.
- Update: Internal API.
- Add: Security improvements, avoid empty requests, banned words and banned IPs (CIDR ranges supported).
- Fix: An issue related to memorizing the chats with GPT-Turbo.
- Fix: The Magic Wand was going a bit wild because of my previous optimization.
- Add: {EXCERPT} is now also usable via content aware.
Update: Icon and Avatar for AI are now a bit more unified in the new chatbot system.
* Add: Typewriter effect for the chatbot v2, should play well with the syntax coloring and everything else.
* Update: More refactoring and optimization of the chatbot v2. Ready to go forward!
* Add: Logs the real issue when rejecting a query.
* Fix: Spinners wasn't working for Messages theme.
* Fix: The AI Wands were not using the language set in the current post.
* Update: Light enhancements to the Messages theme.
no changelog for this version
* Fix: Make it simpler for caching system to work with the plugin (nonce / cookie issue).
* Fix: Secured the plugin against potential XSS attacks (thanks to WPScan).
* Fix: Line return support for users input.
* Fix: The filter related to rewriting errors was not always kicking in.
* Update: Enhancements in the discussions UI module. It's very alpha, but you can try it by adding [mwai_discussions id="default"] to a page where the chatbot is.
* Update: Architectural changes. Moving towards...