You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/pages/index.astro
+90-18Lines changed: 90 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
-
const title ="HA Vibecode Agent";
3
-
const description ="AI-Powered Home Assistant Management — the only HA agent that runs inside your Home Assistant.";
2
+
const title ="Home Assistant Vibecode Agent";
3
+
const description =
4
+
"Safely create and debug automations, dashboards, themes, and configuration from your IDE — the Home Assistant agent with MCP, Git versioning, and rollback.";
4
5
const base ="/home-assistant-vibecode-agent";
5
6
---
6
7
@@ -18,7 +19,9 @@ const base = "/home-assistant-vibecode-agent";
<strong>Safely</strong> create and debug automations, design dashboards, tweak themes, modify configuration, and deploy changes — using natural language. Path-validated file access, YAML checks, and Git-backed rollback on every edit.
0 commit comments