Skip to content

Blueprint Studio v2.5.0 - HA Agent AI Mode, Diff Viewer Rewrite & File Navigation Overhaul

Choose a tag to compare

@soulripper13 soulripper13 released this 21 May 15:30

Blueprint Studio v2.5.0

This release adds a new Home Assistant Agent AI mode, a rewritten Git diff viewer, improved file navigation, broader theme coverage, and better real-time file sync.

Highlights

  • New HA Agent AI mode
    Route AI queries through Home Assistant conversation agents, including agents such as Claw Assistant (https://github.com/ha-china/ha_claw). Supports file edits with diff
    review.
  • Rewritten Git diff viewer
    New side-by-side and unified diff views with syntax highlighting, context expansion, and inline commenting.
  • File navigation overhaul
    Added file-nav-helper.js for path-based reveal-and-open behavior, breadcrumb navigation, and back-button support.
  • Theme system expansion
    Major themes.css updates improve dark/light mode consistency across the full UI.
  • Blueprint conversion improvements
    Entity extraction in ai_generators.py now uses regex-based parsing instead of deeper YAML traversal for better robustness.
  • Frontend cache management
    Added a new Clear Frontend Cache button in settings.
  • WebSocket file-change sync
    File create, delete, and rename operations now update tabs and the file tree in real time.

Fixes And Improvements

  • Folder ZIP uploads now extract into the correct target-folder/zip-name path and no longer falsely report destination conflicts.
  • Terminal-created files now appear in the file tree without requiring a page reload.
  • Autocomplete no longer drops the first part of typed words like ac.
  • YAML autocomplete has expanded support for modern automation keys, trigger/condition bodies, choose branches, service fields, and value completions.
  • Autocomplete filtering is now prefix-first, deduplicated, and less noisy.

Upgrade Notes

After updating, hard refresh Blueprint Studio or use the new frontend cache clearing option so the browser loads the latest JavaScript and CSS assets.

###Special Thank
A special thanks to @knoop7 for his contribution for the New HA Agent AI mode.