diff --git a/.omc/state/agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl b/.omc/state/agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl new file mode 100644 index 0000000..f5fe9dd --- /dev/null +++ b/.omc/state/agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl @@ -0,0 +1 @@ +{"t":0,"agent":"a500508","agent_type":"unknown","event":"agent_stop","success":true} diff --git a/.omc/state/subagent-tracking.json b/.omc/state/subagent-tracking.json new file mode 100644 index 0000000..b34c523 --- /dev/null +++ b/.omc/state/subagent-tracking.json @@ -0,0 +1,7 @@ +{ + "agents": [], + "total_spawned": 0, + "total_completed": 0, + "total_failed": 0, + "last_updated": "2026-04-28T04:13:24.966Z" +} \ No newline at end of file diff --git a/astro.config.mjs b/astro.config.mjs index 7654659..89da891 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,4 +5,7 @@ export default defineConfig({ host: '0.0.0.0', port: 4321, }, + vite: { + allowedHosts: ['moreminimore-astro-tina.extyye.easypanel.host'], + }, }) \ No newline at end of file