feat(telegram): add chat session mode (#102)

This commit is contained in:
banteg
2026-01-12 19:05:39 +04:00
committed by GitHub
parent 7825dd73a9
commit 637a9fc3e2
18 changed files with 622 additions and 30 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ def test_resolve_message_reply_ctx_overrides_ambient() -> None:
resolved = runtime.resolve_message(
text="hello",
reply_text="`ctx: proj @ reply`",
reply_text="`ctx: proj @reply`",
ambient_context=ambient,
)