Skip to content

PathOfAIBuilding v1.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 18:50
  • Added Extra request options (JSON) to AI Setup.
  • Options are persisted locally in ai_config.json and 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, or service_tier.
  • model, messages, and stream remain 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.