From 62a286f5860c3a2a3f61111638aa3057f63633dc Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Mon, 27 Apr 2026 19:25:47 +0700 Subject: [PATCH] Fix @astrojs/mdx to v5 for Astro 6 compatibility --- ...agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl | 1 + .omc/state/last-tool-error.json | 7 +++++++ .omc/state/subagent-tracking.json | 7 +++++++ package.json | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .omc/state/agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl create mode 100644 .omc/state/last-tool-error.json create mode 100644 .omc/state/subagent-tracking.json 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..3468be7 --- /dev/null +++ b/.omc/state/agent-replay-47a38a07-3b39-4e33-8da2-ad3c7604975c.jsonl @@ -0,0 +1 @@ +{"t":0,"agent":"acc8212","agent_type":"unknown","event":"agent_stop","success":true} diff --git a/.omc/state/last-tool-error.json b/.omc/state/last-tool-error.json new file mode 100644 index 0000000..5faf608 --- /dev/null +++ b/.omc/state/last-tool-error.json @@ -0,0 +1,7 @@ +{ + "tool_name": "WebFetch", + "tool_input_preview": "{\"url\":\"https://www.npmjs.com/package/@astrojs/mdx\",\"prompt\":\"What are the latest stable versions of @astrojs/mdx and which Astro versions are they compatible with?\"}", + "error": "timeout of 60000ms exceeded", + "timestamp": "2026-04-27T12:22:43.727Z", + "retry_count": 1 +} \ No newline at end of file diff --git a/.omc/state/subagent-tracking.json b/.omc/state/subagent-tracking.json new file mode 100644 index 0000000..0f271ed --- /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-27T12:19:39.595Z" +} \ No newline at end of file diff --git a/package.json b/package.json index 7a5f44f..94969c4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/mdx": "^3.1.9", + "@astrojs/mdx": "^5.0.4", "@tailwindcss/typography": "^0.5.15", "@tailwindcss/vite": "^4.0.0", "astro": "^6.1.7",