picoclaw/pkg/channels/telegram
dj-oyu c1c9ae1bef refactor: adopt upstream for add/add conflict files, extract fork code to _ext.go
Replace qq.go, cron.go, telegram.go, session_key.go, interfaces.go,
common.go, memory.go, tool_call_extract.go, string.go with upstream
versions. Fork-only code extracted to corresponding _ext.go files.
Add ReplyToMessageID to bus.OutboundMessage for upstream telegram compat.

Reduces conflict markers from 313→253 (-19%), conflict files 34→28 (-18%).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 11:18:24 +09:00
..
command_registration.go feat(commands): centralized command registry with sub-command routing (#959) 2026-03-06 17:31:40 +08:00
command_registration_test.go feat(commands): centralized command registry with sub-command routing (#959) 2026-03-06 17:31:40 +08:00
init.go Merge upstream/main: cobra CLI, channel refactoring, media store, reasoning support 2026-02-28 21:18:40 +09:00
telegram.go refactor: adopt upstream for add/add conflict files, extract fork code to _ext.go 2026-03-13 11:18:24 +09:00
telegram_dispatch_test.go feat(commands): centralized command registry with sub-command routing (#959) 2026-03-06 17:31:40 +08:00
telegram_ext.go refactor: adopt upstream for add/add conflict files, extract fork code to _ext.go 2026-03-13 11:18:24 +09:00
telegram_ext_test.go refactor: adopt upstream for add/add conflict files, extract fork code to _ext.go 2026-03-13 11:18:24 +09:00
telegram_group_command_filter_test.go feat(commands): centralized command registry with sub-command routing (#959) 2026-03-06 17:31:40 +08:00
telegram_test.go refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00