PathOfAIBuilding v1.1.1
- Added
Extra request options (JSON)to AI Setup. - Options are persisted locally in
ai_config.jsonand sent to both the connection test and normal AI chat requests. - The bridge remains provider-agnostic: no model-specific conditional is required to support request fields such as
thinking,reasoning_split, orservice_tier. model,messages, andstreamremain bridge-managed so the active-build chat contract cannot be overridden.
MiniMax M3 returns visible reasoning by default in the OpenAI-compatible response content. Configure:
{"thinking":{"type":"disabled"}}to receive concise direct answers in PathOfAIBuilding.
- Focused AI configuration tests: 14 successes, 0 failures.
- Full PoB suite: 424 successes, 0 failures, 0 errors, 0 pending.
- Portable archive generated and integrity-tested locally.
PathOfAIBuilding remains a free community fork, not affiliated with Grinding Gear Games. It ships no API key or hosted AI service; users configure their own compatible provider locally.