picoclaw/pkg/channels
hsohinna 4adafa8890
fix(channels): channels session key routing (#489)
* fix(onebot): add metadata for direct and group message handling
* fix(qq): add metadata for direct and group message handling
* fix(dingtalk): add metadata for direct and group message handling
* fix(feishu): add metadata for direct and group message handling
* fix(whatsapp): add metadata for direct and group message handlinga
* fix(line): add metadata for direct and group message handling
* fix(maixcam): add metadata for person detection handling
* fix(config): add default session configuration with DMScope
2026-02-20 13:27:08 +08:00
..
base.go merge: sync upstream/main into feat/multi-agent-routing 2026-02-14 10:38:04 -03:00
base_test.go style: fix gofmt formatting (CRLF -> LF) 2026-02-14 11:21:47 +09:00
dingtalk.go fix(channels): channels session key routing (#489) 2026-02-20 13:27:08 +08:00
discord.go fix: keep Discord typing indicator alive during agent processing (#391) 2026-02-19 13:28:58 +01:00
feishu_32.go add build constraints for feishu to support 32-bit builds 2026-02-11 20:59:25 +01:00
feishu_64.go fix(channels): channels session key routing (#489) 2026-02-20 13:27:08 +08:00
line.go fix(channels): channels session key routing (#489) 2026-02-20 13:27:08 +08:00
maixcam.go fix(channels): channels session key routing (#489) 2026-02-20 13:27:08 +08:00
manager.go feat: implement structured Telegram command handling with a dedicated command service and telegohandler integration. (#164) 2026-02-16 14:20:16 +08:00
onebot.go fix(channels): channels session key routing (#489) 2026-02-20 13:27:08 +08:00
qq.go fix(channels): channels session key routing (#489) 2026-02-20 13:27:08 +08:00
slack.go merge: sync upstream/main into feat/multi-agent-routing 2026-02-16 10:34:55 -03:00
slack_test.go refactor(channels): consolidate media handling and improve resource cleanup 2026-02-12 12:46:28 +08:00
telegram.go merge: sync upstream/main into feat/multi-agent-routing 2026-02-16 10:34:55 -03:00
telegram_commands.go feat: implement structured Telegram command handling with a dedicated command service and telegohandler integration. (#164) 2026-02-16 14:20:16 +08:00
whatsapp.go fix(channels): channels session key routing (#489) 2026-02-20 13:27:08 +08:00