A new update is available for [XTR] AI Assistant by Offical.
What's Fixed
1. Translation Bot / Specialized Bot Issues
We discovered and fixed a critical bug affecting bots with strict instructions (like translation-only bots).
The Problem:
When you set "Thread context limit" to 0 (meaning "don't show previous messages to AI"), the system was actually sending all previous messages. This caused the AI to see previous conversations and switch to general chat mode, ignoring your specific instructions.
The Solution:
Setting context limit to 0 now properly means "include zero previous messages". Your specialized bots will now correctly follow their Thread Prompt instructions.
2. Scheduled Tasks Reliability
Fixed issues with the
Thank You
Thank you to all customers who reported these issues. Your feedback helps us improve the add-on for everyone.
If you encounter any issues after updating, please open a support ticket.
-- XENTR Team
Read more about this product...
[XTR] AI Assistant 1.0.9
Update highlights
We're releasing version 1.0.9 with critical bug fixes that address issues reported by our customers.What's Fixed
1. Translation Bot / Specialized Bot Issues
We discovered and fixed a critical bug affecting bots with strict instructions (like translation-only bots).
The Problem:
When you set "Thread context limit" to 0 (meaning "don't show previous messages to AI"), the system was actually sending all previous messages. This caused the AI to see previous conversations and switch to general chat mode, ignoring your specific instructions.
The Solution:
Setting context limit to 0 now properly means "include zero previous messages". Your specialized bots will now correctly follow their Thread Prompt instructions.
2. Scheduled Tasks Reliability
- Reply Unanswered Threads: Now properly retries if no eligible thread is found, instead of marking the schedule as "completed" and waiting for the next interval.
- Server Errors Fixed: No more "array_rand() empty array" errors in the server log.
Fixed issues with the
[SKIP] response pattern feature that allows AI to skip certain posts conditionally.Thank You
Thank you to all customers who reported these issues. Your feedback helps us improve the add-on for everyone.
If you encounter any issues after updating, please open a support ticket.
-- XENTR Team
Complete Change Log
- Critical: Fixed context limit "0" bug - When "Thread context limit" was set to 0, the system incorrectly sent ALL previous messages to the AI instead of none. This caused translation bots and other specialized bots to ignore their instructions and switch to general chat mode. (<MentionReplyCreator.php, PromptBuilder.php>)
- Critical: Fixed conversation context limit bug - Same issue as above, but for Direct Message conversations. (MentionReplyCreator.php)
- Fixed schedule queue handling - Previously, schedules were marked as "completed" even when no suitable thread was found. Now schedules properly retry on the next run if no eligible content is found. (ScheduleRunner.php)
- Fixed array_rand() empty array error - Server error "array_rand(): Argument #1 ($array) cannot be empty" no longer occurs when node_ids array is empty. (ScheduleRunner.php)
- Fixed 'skipped' status not recognized - The ActionLog entity now properly recognizes "skipped" as a valid status value for skip pattern detection. (ActionLog.php)
- Fixed error_message column reference - Corrected wrong column name that was causing errors when logging skipped responses. (MentionReplyCreator.php)
- Translation bots using "Thread context limit: 0" should now work correctly
- "Reply Unanswered Threads" schedule feature is now more reliable
Read more about this product...