Skip to content

PathOfAIBuilding v1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 01:27

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.