From 25f281f659a586de03c792e59bcb47ccb3dd9f40 Mon Sep 17 00:00:00 2001 From: Carlos Arias Date: Fri, 24 Jul 2026 08:03:00 -0400 Subject: [PATCH] site: enable in-page-console, project-builder, web-designer, qa (qa heartbeat 60) --- astroagent.config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/astroagent.config.json b/astroagent.config.json index 6f45683..a1d2f8b 100644 --- a/astroagent.config.json +++ b/astroagent.config.json @@ -25,5 +25,11 @@ "route": "/devconsole", "tokenFile": "agents/.env", "tokenKey": "ADMIN_TOKEN" + }, + "agents": { + "enabled": ["in-page-console", "project-builder", "web-designer", "qa"], + "settings": { + "qa": { "heartbeatMin": 60, "autofix": true } + } } }