You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [0.2.4] - 2026-02-13
6
+
7
+
This release fixes MCP client compatibility for clients sending the newer `elicitation.form` capability field, and adds a new tool for repairing delimiter errors in Clojure files.
8
+
9
+
### Added
10
+
-**`paren_repair` MCP tool**: Fix unbalanced parentheses, brackets, and braces in Clojure files using parinfer (#144)
11
+
12
+
### Fixed
13
+
-**MCP client compatibility**: Updated MCP Java SDK to 0.17.2 to handle `elicitation.form` field from newer clients (e.g., OpenAI Codex)
0 commit comments