From cbcbb5c8a57b45ef317567a736226f235d68321d Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Wed, 2 Jul 2025 11:13:15 +0200 Subject: [PATCH] Improve change log --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdee195..7644734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ Status of the `main` branch. Changes prior to the next official version change w * The MCP server is the only asyncio-based component now, which resolves cross-component loop contamination, such that process isolation is no longer required. Neither are non-graceful shutdowns on Windows. -* **Support for Clojure** -* Better default, extended parameters and description for restricting the search in `search_for_pattern` * **Improved editing tools**: The editing logic was simplified and improved, making it more robust. * The "minimal indentation" logic was removed, because LLMs did not understand it. * The logic for the insertion of empty lines was improved (mostly controlled by the LLM now) @@ -18,7 +16,10 @@ Status of the `main` branch. Changes prior to the next official version change w * allows the language server to be initialized in the background, making the MCP server respond to requests immediately upon startup, * ensures that all tool executions are fully synchronized (executed linearly). -* Better support for C# by switching from `omnisharp` to Microsoft's official C# language server. +* `SearchForPatternTool`: Better default, extended parameters and description for restricting the search +* Language support: + * Better support for C# by switching from `omnisharp` to Microsoft's official C# language server. + * **Add support for Clojure** Fixes: * Fix `ExecuteShellCommandTool` and `GetCurrentConfigTool` hanging on Windows