From ac02186a3d0834fd67e7d110678e24d9af0eca55 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:55:49 +0000 Subject: [PATCH 1/2] Initial plan From 4e6783a7fbf7cd721b8fca7b17af65b00e32d20d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:03:33 +0000 Subject: [PATCH 2/2] Fix syntax error in ggml-distributed-cognitive.c - Phase 3 now buildable Co-authored-by: drzo <15202748+drzo@users.noreply.github.com> --- ggml/src/ggml-distributed-cognitive.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/src/ggml-distributed-cognitive.c b/ggml/src/ggml-distributed-cognitive.c index 8c00044..638280b 100644 --- a/ggml/src/ggml-distributed-cognitive.c +++ b/ggml/src/ggml-distributed-cognitive.c @@ -2493,4 +2493,5 @@ void meta_meta_reasoning_print_status(distributed_cognitive_architecture_t* arch } printf("================================\n"); +} } \ No newline at end of file