From 66141277708e9abb5a85a941e6a6614ca5738d24 Mon Sep 17 00:00:00 2001 From: DevMando Date: Sat, 22 Aug 2026 16:43:19 -0700 Subject: [PATCH 1/2] Pin engine at 0.15.0 (Agent Framework) and bump Desktop to 0.15.0 The MandoCode submodule moves from cd4d003 (v0.14.3 line) to 3b5f667, which carries the Semantic Kernel to Agent Framework migration, the engine's own 0.15.0 bump, and the fix excluding OllamaSharp's source generator from the build. Desktop tracks the engine generation, so its version follows. --- MandoCode | 2 +- src/MandoCode.Desktop/MandoCode.Desktop.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MandoCode b/MandoCode index cd4d003..3b5f667 160000 --- a/MandoCode +++ b/MandoCode @@ -1 +1 @@ -Subproject commit cd4d0038c8b3d3fa436cf3306388f5b9d71c6784 +Subproject commit 3b5f6670f62fcbca5788c318e9956e8c0ada0178 diff --git a/src/MandoCode.Desktop/MandoCode.Desktop.csproj b/src/MandoCode.Desktop/MandoCode.Desktop.csproj index 7ce8f40..4235a08 100644 --- a/src/MandoCode.Desktop/MandoCode.Desktop.csproj +++ b/src/MandoCode.Desktop/MandoCode.Desktop.csproj @@ -14,7 +14,7 @@ true enable enable - 0.14.1 + 0.15.0 Armando Fernandez (DevMando) MandoCode Desktop — the MandoCode AI coding agent with a native WinUI 3 interface.