Releases: kaiqueramos/PathOfAIBuilding
Release list
PathOfAIBuilding v1.1.5
PathOfAIBuilding v1.1.5
PathOfAIBuilding v1.1.4
PathOfAIBuilding v1.1.4
PathOfAIBuilding v1.1.3
PathOfAIBuilding v1.1.3
PathOfAIBuilding v1.1.2
-
When a player requests a correction before applying a suggested action batch, the next AI request explicitly states that the earlier proposal was not applied.
-
The serialized current PoB build remains the source of truth.
-
A correction or replacement can now return a fresh
<actions>batch, which replaces the earlier proposal in the AI tab. -
The build remains unchanged until the player explicitly selects Apply Suggested Changes.
-
Regression coverage reproduces a level-98 suggestion followed by a level-97 correction without mutating the build before Apply.
-
Full PoB test suite: 425 successes, 0 failures, 0 errors, 0 pending.
-
Changed files passed cspell; the portable archive was built and integrity-tested locally.
PathOfAIBuilding is 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.
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.
PathOfAIBuilding v1.1.0
PathOfAIBuilding 1.1.0
PoE 3.29 passive-tree support
- Synced Path of Building Community through the 3.29 skill-tree update.
- Added standard and Ruthless 3.29 tree data, sprites, textures, and passive-tree assets.
- New builds now use 3.29 as their latest passive-tree version.
- Added 3.29 import/export mappings and updated tree-sprite compatibility.
Upstream compatibility
- Includes upstream changes since V1.0 across calculations, comparisons, imports, and the SimpleGraphic runtime.
- The AI tab, local provider configuration, preflight, calculated preview, and explicit Apply flow remain intact.
Verification
- Full PoB suite: 421 successes, 0 failures, 0 errors, 0 pending.
- Portable archive generated and integrity-tested locally.
- Archive contains standard and Ruthless 3.29 tree data and the AI integration modules.
Notes
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.
PathOfAIBuilding v1.0.0
First public release of the Path of Building Community fork with an integrated, build-aware AI copilot.
Highlights
- AI chat embedded in the desktop application with streaming responses, bounded conversation history, and selective build context.
- Reads calculated PoB state: DPS, EHP, defenses, skills, items, passive tree, configuration, and available upgrades.
- Executes 18 structurally validated actions for character, skills, items, tree, configuration, imports, and trade searches.
- Shows a real before/after preview and requires explicit confirmation before applying changes.
- Supports guided improvement, full-build generation, and budget planning workflows.
- Ranks gem and unique upgrade candidates with isolated PoB simulations and restores the original build after every candidate.
- Uses fingerprint checks, preflight validation, transactional batches, and rollback to prevent stale or partial edits.
Security and configuration
PathOfAIBuilding ships no API key and no hosted AI service. Each user supplies an OpenAI-compatible HTTPS endpoint, model, and personal key through the in-app AI Setup panel. Secrets are stored only in local user configuration, excluded from build context and chat history, and never written to release artifacts or debug logs.
Distribution
- Clean Windows portable archive generated from the release manifest.
- Runs natively on Windows and is compatible with Wine/Proton on Linux.
- Includes SHA256SUMS.txt for archive verification.
- Based on Path of Building Community 2.65.0 and PoE passive tree data 3.28.
Scope
V1 focuses on inspecting and improving an existing Path of Building character. Autonomous trade execution, account credentials, external pricing guarantees, and automatic publication of generated builds are intentionally out of scope.
Verification
- 387 upstream and AI integration tests passed on the release candidate.
- Portable build booted successfully and opened the AI configuration UI under Wine.
- Release archive audit: 1,323 entries, no forbidden local files, duplicate paths, unsafe paths, embedded secrets, or local configuration.