A new update is available for [XTR] AI Assistant by Offical.
Highlights
1. Smart Button Visibility
AI action buttons (Generate Image, Ask AI, Translate, Summarize, Reply Suggest) now intelligently hide in forums where no bot is configured to operate.
How to Configure:
2. Summarize Language Fix
The AI summary feature now correctly uses the user's selected XenForo language instead of sometimes responding in English.
3. Consistent AI Parameters
All AI features now properly use the bot's temperature and max_tokens settings from the Intelligence tab. Previously, some features used hardcoded values.
Upgrade Notes
Read more about this product...
[XTR] AI Assistant 1.0.6
Update highlights
This release focuses on improving user experience with smarter button visibility and fixing the language detection for AI summaries.Highlights
1. Smart Button Visibility
AI action buttons (Generate Image, Ask AI, Translate, Summarize, Reply Suggest) now intelligently hide in forums where no bot is configured to operate.
How to Configure:
- Go to Admin Panel → AI Assistant → Bots → Edit
- Navigate to the Access tab
- Select forums in the Reply forums field
- Save
2. Summarize Language Fix
The AI summary feature now correctly uses the user's selected XenForo language instead of sometimes responding in English.
3. Consistent AI Parameters
All AI features now properly use the bot's temperature and max_tokens settings from the Intelligence tab. Previously, some features used hardcoded values.
Upgrade Notes
- Review your bot's "Reply forums" setting if you want forum-specific button visibility
Complete Change Log
New Features- Smart Button Visibility - AI action buttons now automatically hide in forums where no bot is available
- Generate Image, Ask AI, Translate, Summarize, and Reply Suggest buttons respect forum permissions
- Buttons only appear if the bot is configured to operate in that specific forum
- New template function
xentr_has_bot()for forum-based visibility checks
- Summarize Language Fix - AI now uses user's XenForo language for summaries instead of guessing
- All AI functions now use bot's temperature and max_tokens settings from Intelligence tab
- Removed hardcoded AI parameters for consistent behavior across all features
- Simplified forum permission logic - now uses only "Reply forums" field from Access tab
- Added
templater_setupevent listener for custom template functions - Created
Template/TemplaterSetup.phpclass for template helpers - Added
hasAvailableBotForNode()method to BotRepository - Updated
canOperateInNode()to use simplified logic
- Fixed Summarize output being truncated due to hardcoded max_tokens value
- Fixed ProfilePostCreator using incorrect property access for bot settings
- Fixed inconsistent temperature values across different AI features
Read more about this product...