picoclaw/pkg/channels
Artem Yadelskyi ad8c2d48c8
Merge branch 'main' into fix-formatting
# Conflicts:
#	cmd/picoclaw/main.go
#	pkg/agent/context.go
#	pkg/agent/loop.go
#	pkg/channels/dingtalk.go
#	pkg/channels/feishu_64.go
#	pkg/channels/line.go
#	pkg/channels/manager.go
#	pkg/config/config.go
#	pkg/migrate/migrate_test.go
#	pkg/providers/anthropic/provider_test.go
#	pkg/providers/claude_provider_test.go
#	pkg/providers/http_provider.go
#	pkg/providers/openai_compat/provider.go
#	pkg/providers/protocoltypes/types.go
#	pkg/providers/types.go
2026-02-20 20:02:53 +02:00
..
base.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02: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 Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00
feishu_32.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02: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 Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00
manager.go feat: add wecom and wecomApp channel support 2026-02-20 17:40:59 +08:00
onebot.go Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00
qq.go Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00
slack.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
slack_test.go refactor(channels): consolidate media handling and improve resource cleanup 2026-02-12 12:46:28 +08:00
telegram.go Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00
telegram_commands.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
wecom.go feat: add wecom and wecomApp test 2026-02-20 20:01:22 +08:00
wecom_app.go feat: add wecom and wecomApp test 2026-02-20 19:39:12 +08:00
wecom_app_test.go feat: add wecom and wecomApp test 2026-02-20 18:28:10 +08:00
wecom_test.go feat: add wecom and wecomApp test 2026-02-20 18:28:10 +08:00
whatsapp.go Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00