picoclaw/pkg/channels/feishu
Liqiang Lau 08f305d712
feat: add IsLark field to FeishuConfig to switch between Feishu and Lark domains (#1753)
* feat(feishu): add Lark (international) support via IsLark config field

Add IsLark field to FeishuConfig to switch between Feishu and Lark
domains. Also fix domain inconsistency where WS client defaulted to
LarkBaseUrl while HTTP client used FeishuBaseUrl.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* docs: update documentation and web UI for Lark support

Add is_lark field to config example, feishu docs, i18n translations,
and web frontend form.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 00:29:55 +08:00
..
common.go fix(feishu): address PR #1000 review comments from @xiaket 2026-03-03 16:44:24 +08:00
common_test.go fix(feishu): address PR #1000 review comments from @xiaket 2026-03-03 16:44:24 +08:00
feishu_32.go fix(feishu): address review findings 2026-03-03 01:27:46 +08:00
feishu_64.go feat: add IsLark field to FeishuConfig to switch between Feishu and Lark domains (#1753) 2026-03-19 00:29:55 +08:00
feishu_64_test.go fix(feishu): address PR #1000 review comments from @xiaket 2026-03-03 16:44:24 +08:00
init.go refactor(channels): add channel subpackages and update gateway imports 2026-02-20 23:25:44 +08:00
token_cache.go fix(feishu): invalidate cached token on auth error to enable retry recovery (#1318) 2026-03-18 19:07:49 +08:00