AI Orchestrator v0.12.0 — Deterministic Agent Kernel
Pre-release
Pre-release
Start here
The full project story, architecture, safety model, installation guide, and road to 1.0 are now documented in the main README.
AI Orchestrator 0.12.0
This public pre-release modernizes the Home Assistant add-on around one deterministic, provider-neutral agent kernel.
Highlights
- GPT-5.6 Responses API support with private encrypted reasoning replay
- Claude Opus 4.8 strict tools, adaptive thinking, and signed turn continuity
- JSON Schema validation, ordered mutations, bounded retries, deduplication, and hard run budgets
- Atomic Plan  Approve  Execute claims with per-step checkpoints
- One guarded Home Assistant mutation path; direct execution and legacy cadence loops disabled by default
- Sandboxed generated dashboards with restrictive CSP and trusted parent-mediated state updates
- React 19 / Vite 8 frontend and current Python/MCP/ChromaDB/Ollama SDK stack
- Deterministic kernel tests plus a ten-scenario model evaluation dataset
- Removed 9,091 generated node_modules files from Git tracking
Verification
- 266 backend tests passed
- 4 opt-in live external-MCP tests skipped
- Frontend production build passed
- npm audit: 0 vulnerabilities
- Python dependency and configuration checks passed
Upgrade notes
Back up /data/chroma before upgrading. Keep dry_run_mode: true for initial testing. reasoning_allow_direct_execute, enable_legacy_autonomous_loops, and enable_legacy_dashboard_loop now default to false.
See MODERNIZATION_2026.md for architecture decisions, research sources, Hermes comparison, and migration details.