Commitf0458d45Recorded7 Jul 2026Repositoryfolio

Bump to 0.2.4: fix note-patch handler-error session wedge

Message

Re-lock to sigil 0.17.3 (fixes the async-log-recursion hang, ecd318755) and parse note-patch entries via direct recursion instead of map (a malformed patch now returns a clean JSON-RPC error instead of dropping the response on the native backend; the map-raise-through-prompt corruption is tracked separately as a sigil native-codegen bug).

Changed
 package.sgl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
package.sglmodified
@@ -6,7 +6,7 @@
6
7
(package
8
name: "folio"
9
version: "0.2.3"
+9
version: "0.2.4"
10
sigil: "^0.17"
11
description: "Markdown-native knowledge and project management via MCP"
12
url: "https://codeberg.org/sigil/folio"