Commitb999d8a3Recorded30 Jun 2026Repositorycourier

Bump courier to 0.3.5

Message

Relock onto sigil-telegram 0.10.3 / sigil-http 0.16.4, picking up the framing-aware HTTP response read that fixes the read-until-EOF hang and the duplicate-send retries (Telegram responses are now read to completion via Content-Length instead of waiting for connection close). The 25s request timeouts remain as a backstop.

Changed
 package.sgl | 2 +-
 sigil.lock  | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
Diff
package.sglmodified
@@ -5,7 +5,7 @@
5
6
(package
7
name: "courier"
8
version: "0.3.4"
+8
version: "0.3.5"
9
description: "Chat and notification channel server for Claude Code sessions"
10
url: "https://codeberg.org/sigil/courier"
11
license: "BSD-3-Clause"
sigil.lockmodified
@@ -40,8 +40,8 @@
40
(package name: "sigil-telegram"
41
url: "codeberg:sigil/sigil-telegram"
42
ref: "^0.10.0"
43
sha: "fb598ce249ad52687a9caa0dd59c359e9f9ee657"
44
version: "0.10.2")
+43
sha: "cc300ec54c65278de1b9b72a327cbb4b86ad9ec7"
+44
version: "0.10.3")
45
(package name: "sigil-test"
46
url: "codeberg:sigil/sigil"
47
ref: "^0.17"
@@ -57,8 +57,8 @@
57
(package name: "sigil-http"
58
url: "codeberg:sigil/sigil-http"
59
ref: "^0.16.0"
60
sha: "807b2a0c902906d436f2fae3458d080093ec77c3"
61
version: "0.16.3")
+60
sha: "6fe35c36fee7a196cb198e2562b2913ab6a8c51b"
+61
version: "0.16.4")
62
(package name: "sigil-ansi"
63
url: "codeberg:sigil/sigil-ansi"
64
ref: "^0.16.0"