mirror of
https://github.com/Yeachan-Heo/oh-my-claudecode.git
synced 2026-09-03 06:25:33 +08:00
* 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>