Files
oh-my-claudecode/scripts
Bellman de4efbbd75 fix(notifications): fix 3 reply listener bugs preventing Telegram reply injection (#1099)
* fix(notifications): fix 3 reply listener bugs preventing Telegram reply injection

Bug 1: session-start.mjs now calls startReplyListener() after notify block
so the reply listener daemon is started automatically on session start.

Bug 2: injectReply() replaces confidence-based analyzePaneContent() check
with simple empty-pane check, fixing false negatives on non-English panes.

Bug 3: sendToPane() splits tmux send-keys into two commands - text with
-l flag (literal) then Enter separately - fixing submit in Claude Code TUI.

Fixes #1097

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(notifications): remove unused analyzePaneContent import and dead code

Clean up dead code from the confidence check removal: remove unused
analyzePaneContent import and update doc comment.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: gaebal-gajae <gaebal-gajae@layofflabs.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 17:00:32 +09:00
..