RPGX AI Assistant — v3.2.1 Release Notes
- x8xid82 (Ashton Rogers)
- May 25
- 2 min read

Released: May 25, 2026
Download: Latest Version
🎲 Player Queries — AI Access for the Whole Table
The biggest feature addition since launch. Players can now submit queries through the AI Assistant without any direct access to the GM's local machine or RAG server. Everything routes securely through Foundry's built-in socket system — no port forwarding, no IP sharing, no extra configuration required.
Works across all three hosting scenarios automatically:
Remote Foundry server (cloud/VPS hosted)
Local network Foundry
GM running Foundry on their own machine as a station
How It Works
The brain button is now visible to all players, not just the GM
Players open the query panel and submit their question as normal
The query travels through Foundry's socket to the GM's client
The GM receives an approval popup showing the player's name and their question
On approval, the GM's local Ollama/RAG stack processes the query
The answer is delivered back to chat — whispered privately or broadcast to everyone
Players never touch the GM's local server. The GM's machine is never directly exposed.
New Settings
Two new settings have been added under a Player Query Settings section in the module configuration:
Setting Default Description Enable Player Queries Off Master switch. Must be on for any player query routing to work. Players receive a friendly dialog if this is off. Auto-approve Player Queries Off Skip the GM approval popup and process player queries immediately.
GM Approval Popup
When a player submits a query and auto-approve is off, the GM sees:
🎲 Player Query — [Player Name] "The player's question appears here" ✓ Approve ✗ Deny
Denied queries notify the player with a small dialog. No query goes unacknowledged.
If multiple GMs are connected to the same session, only the primary active GM receives the popup — no duplicate dialogs.
💬 Whisper Reply
The GM Only checkbox has been renamed to Whisper Reply and now applies to both GMs and players consistently:
Checked — the AI response is whispered privately to whoever made the query (plus all GMs, so the GM always sees responses)
Unchecked — the AI response is broadcast to the full chat
🐛 Bug Fix — socket: true Declaration
module.json now correctly declares "socket": true, which is required by Foundry for cross-client socket messaging. This was the root cause of the player query feature not functioning in initial testing.
PDF File Ingestion
Now you can ingest PDF files embedded in journals or directly from an outside source: Integrated, no extra software needed.
Upgrading
No database migrations or re-ingestion required for this update. Drop in the new module files and reload Foundry. Enable Player Queries in module settings if you want your players to have access.
Full Changelog: v3.1.0...v3.2.0
Download: Latest Version





Comments