picoclaw/pkg/channels/wecom
Hoshina 35a035bdda fix: port main branch changes to channel subpackages after rebase
Port changes that were applied to the old pkg/channels/*.go files on main
to their new locations in channel subpackages:
- telegram: precompile regex, var transcribedText, GetModelName()
- discord: var transcribedText declaration
- onebot: resp.Body.Close(), "canceled" spelling, remove empty line
- slack: named return values in parseSlackChatID
- wecom: remove sendMarkdownMessage dead code
- whatsapp: resp.Body.Close() after Dial
- gateway/helpers: remove unused errors import
2026-02-26 23:24:35 +08:00
..
app.go fix: port main branch changes to channel subpackages after rebase 2026-02-26 23:24:35 +08:00
app_test.go fix: golangci-lint run --fix 2026-02-21 16:35:56 +08:00
bot.go feat(identity): add unified user identity with canonical platform:id format 2026-02-23 06:56:48 +08:00
bot_test.go fix: golangci-lint run --fix 2026-02-21 16:35:56 +08:00
common.go refactor(channels): add channel subpackages and update gateway imports 2026-02-20 23:25:44 +08:00
init.go refactor(channels): add channel subpackages and update gateway imports 2026-02-20 23:25:44 +08:00