Skip to content

v0.13.4 — Read-Only Plan Lifecycle

Choose a tag to compare

@ITSpecialist111 ITSpecialist111 released this 11 Jul 15:05
· 3 commits to main since this release

Read-only plans no longer enter Action center

The second live run confirmed real Home Assistant data and trusted tool semantics, then exposed one final lifecycle issue: a plan-only run with zero mutation intents was persisted as pending.

Fixed

  • Read-only plan-mode runs are persisted as completed for audit.
  • They never enter Action center or request human approval.
  • No replay occurs because there are no mutation intents.
  • The one validation-only pending plan was rejected; no Home Assistant state changed.

Live verification

  • HA state probe: 2,696 entities, 44 domains, 171 ms.
  • Home Assistant version: 2026.7.2.
  • Ollama Rapid run used live ha_summarise_area and ha_search_entities data.
  • 2/2 tools succeeded, zero failures, no dry-run substitution, no continuation validation error.
  • Living-room summary: 38 entities; light search: 25 matches.
  • Full backend suite: 286 passed, 4 optional live-MCP tests skipped.
  • Frontend build passed; npm audit found 0 vulnerabilities.