openclaw/extensions/feishu/src
Gustavo Madeira Santana 3e1ca111af Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
..
accounts.test.ts fix(feishu): support SecretRef-style env credentials in account resolver (#30903) 2026-03-03 19:22:50 -06:00
accounts.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
async.ts refactor(feishu): split monitor startup and transport concerns 2026-03-02 04:09:24 +00:00
bitable.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
bot.card-action.test.ts fix(feishu): handle card.action.trigger callbacks (openclaw#17863) 2026-02-27 23:24:11 -06:00
bot.checkBotMentioned.test.ts fix(feishu): support Lark private chats as direct messages (openclaw#31400) thanks @stakeswky 2026-03-02 17:04:42 -06:00
bot.stripBotMention.test.ts fix(feishu): normalize all mentions in inbound agent context (#30252) 2026-03-02 22:40:17 -06:00
bot.test.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
bot.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
card-action.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
channel.test.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
channel.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
chat-schema.ts feat(feishu): add chat info/member tool (openclaw#14674) 2026-02-28 10:00:31 -06:00
chat.test.ts feat(feishu): add chat info/member tool (openclaw#14674) 2026-02-28 10:00:31 -06:00
chat.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
client.test.ts Security audit: suggest valid gateway.nodes.denyCommands entries (#29713) 2026-03-03 15:47:57 -08:00
client.ts fix(feishu): pass proxy agent to WSClient for proxy environments (#26397) 2026-02-27 23:15:11 -06:00
config-schema.test.ts feat(secrets): expand SecretRef coverage across user-supplied credentials (#29580) 2026-03-03 02:58:20 +00:00
config-schema.ts feat(secrets): expand SecretRef coverage across user-supplied credentials (#29580) 2026-03-03 02:58:20 +00:00
dedup.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
directory.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
doc-schema.ts refactor(extensions): dedupe channel config, onboarding, and monitors 2026-03-02 08:54:20 +00:00
docx-batch-insert.ts feat(feishu): add markdown tables, positional insert, color_text, and table ops (#29411) 2026-02-28 09:58:56 -06:00
docx-color-text.ts feat(feishu): add markdown tables, positional insert, color_text, and table ops (#29411) 2026-02-28 09:58:56 -06:00
docx-table-ops.ts feat(feishu): add markdown tables, positional insert, color_text, and table ops (#29411) 2026-02-28 09:58:56 -06:00
docx.account-selection.test.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
docx.test.ts refactor(extensions): dedupe channel config, onboarding, and monitors 2026-03-02 08:54:20 +00:00
docx.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
drive-schema.ts feat(feishu): replace built-in SDK with community plugin 2026-02-06 09:32:10 +09:00
drive.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
dynamic-agent.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
external-keys.test.ts refactor(security): harden temp-path handling for inbound media 2026-02-19 14:06:37 +01:00
external-keys.ts refactor(security): harden temp-path handling for inbound media 2026-02-19 14:06:37 +01:00
feishu-command-handler.ts fix: repair Feishu reset hook typing and stabilize secret resolver timeout 2026-03-03 05:06:08 +00:00
media.test.ts fix(feishu): encode non-ASCII filenames in file uploads (openclaw#31328) thanks @Kay-051 2026-03-02 16:56:57 -06:00
media.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
mention.ts fix(feishu): support Lark private chats as direct messages (openclaw#31400) thanks @stakeswky 2026-03-02 17:04:42 -06:00
monitor.account.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
monitor.reaction.test.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
monitor.startup.test.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
monitor.startup.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
monitor.state.defaults.test.ts fix(feishu): tolerate missing webhook defaults in older plugin-sdk (openclaw#31639) thanks @liuxiaopai-ai 2026-03-02 07:42:16 -06:00
monitor.state.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
monitor.test-mocks.ts fix(test): resolve Feishu hoisted mock export syntax error (#32128) 2026-03-03 00:34:16 +00:00
monitor.transport.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
monitor.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
monitor.webhook-security.test.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
onboarding.status.test.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
onboarding.test.ts fix(feishu): support SecretRef-style env credentials in account resolver (#30903) 2026-03-03 19:22:50 -06:00
onboarding.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
outbound.test.ts fix(feishu): harden target routing, dedupe, and reply fallback 2026-03-02 03:41:53 +00:00
outbound.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
perm-schema.ts feat(feishu): replace built-in SDK with community plugin 2026-02-06 09:32:10 +09:00
perm.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
policy.test.ts fix(feishu): honor wildcard group config for reply policy (#29456) 2026-02-27 23:22:38 -06:00
policy.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
post.test.ts Feishu: fix locale-wrapper post parser test (#29576) 2026-02-27 23:57:27 -08:00
post.ts feat(feishu): extract embedded video/media from post (rich text) messages (#21786) 2026-02-27 23:39:24 -06:00
probe.test.ts Feishu: cache failing probes (#29970) 2026-03-02 19:37:07 -06:00
probe.ts Feishu: cache failing probes (#29970) 2026-03-02 19:37:07 -06:00
reactions.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
reply-dispatcher.test.ts fix(feishu): preserve block streaming text when final payload is missing (#30663) 2026-03-02 21:26:21 -06:00
reply-dispatcher.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
runtime.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
secret-input.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
send-result.ts refactor(extensions): dedupe connector helper usage 2026-02-16 14:59:30 +00:00
send-target.test.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
send-target.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
send.reply-fallback.test.ts fix(feishu): harden target routing, dedupe, and reply fallback 2026-03-02 03:41:53 +00:00
send.test.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
send.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
streaming-card.test.ts fix(feishu): non-blocking WS ACK and preserve full streaming card content (#29616) 2026-03-02 22:17:15 -06:00
streaming-card.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
targets.test.ts Feishu: normalize group announce targets to chat ids (openclaw#31546) thanks @liuxiaopai-ai 2026-03-02 16:50:55 -06:00
targets.ts follow-up: align ingress, atomic paths, and channel tests with credential semantics (#33733) 2026-03-03 20:29:46 -06:00
tool-account-routing.test.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
tool-account.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
tool-factory-test-harness.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
tools-config.test.ts feat(feishu): add chat info/member tool (openclaw#14674) 2026-02-28 10:00:31 -06:00
tools-config.ts feat(feishu): add chat info/member tool (openclaw#14674) 2026-02-28 10:00:31 -06:00
types.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
typing.test.ts fix(feishu): break infinite typing-indicator retry loop on rate-limit / quota errors (openclaw#28494) thanks @guoqunabc 2026-02-27 18:41:08 -06:00
typing.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00
wiki-schema.ts feat(feishu): replace built-in SDK with community plugin 2026-02-06 09:32:10 +09:00
wiki.ts Plugins/feishu: migrate to scoped plugin-sdk imports 2026-03-04 02:35:12 -05:00