openclaw/extensions/feishu/src
12 905c3357eb
fix(feishu): encode non-ASCII filenames in file uploads (openclaw#31328) thanks @Kay-051
Verified:
- pnpm test extensions/feishu/src/media.test.ts

Co-authored-by: Kay-051 <210470990+Kay-051@users.noreply.github.com>
Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
2026-03-02 16:56:57 -06:00
..
accounts.test.ts fix(feishu): harden routing, parsing, and media delivery 2026-03-02 03:22:07 +00:00
accounts.ts fix(feishu): harden routing, parsing, and media delivery 2026-03-02 03:22:07 +00:00
async.ts refactor(feishu): split monitor startup and transport concerns 2026-03-02 04:09:24 +00:00
bitable.ts
bot.card-action.test.ts
bot.checkBotMentioned.test.ts
bot.stripBotMention.test.ts
bot.test.ts fix(feishu): harden target routing, dedupe, and reply fallback 2026-03-02 03:41:53 +00:00
bot.ts fix(feishu): skip typing indicator on old messages after context compaction (#30418) 2026-03-02 03:53:24 +00:00
card-action.ts
channel.test.ts
channel.ts fix(feishu): harden routing, parsing, and media delivery 2026-03-02 03:22:07 +00:00
chat-schema.ts
chat.test.ts
chat.ts
client.test.ts
client.ts
config-schema.test.ts fix(feishu): harden routing, parsing, and media delivery 2026-03-02 03:22:07 +00:00
config-schema.ts fix(feishu): harden routing, parsing, and media delivery 2026-03-02 03:22:07 +00:00
dedup.ts
directory.ts
doc-schema.ts refactor(extensions): dedupe channel config, onboarding, and monitors 2026-03-02 08:54:20 +00:00
docx-batch-insert.ts
docx-color-text.ts
docx-table-ops.ts
docx.account-selection.test.ts refactor(extensions): dedupe channel config, onboarding, and monitors 2026-03-02 08:54:20 +00:00
docx.test.ts refactor(extensions): dedupe channel config, onboarding, and monitors 2026-03-02 08:54:20 +00:00
docx.ts security(feishu): bind doc create grants to trusted requester context (#31184) 2026-03-01 20:51:45 -06:00
drive-schema.ts
drive.ts
dynamic-agent.ts
external-keys.test.ts
external-keys.ts
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 fix(feishu): encode non-ASCII filenames in file uploads (openclaw#31328) thanks @Kay-051 2026-03-02 16:56:57 -06:00
mention.ts
monitor.account.ts refactor(feishu): split monitor startup and transport concerns 2026-03-02 04:09:24 +00:00
monitor.reaction.test.ts
monitor.startup.test.ts refactor(extensions): dedupe channel config, onboarding, and monitors 2026-03-02 08:54:20 +00:00
monitor.startup.ts refactor(feishu): split monitor startup and transport concerns 2026-03-02 04:09:24 +00: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 fix(feishu): tolerate missing webhook defaults in older plugin-sdk (openclaw#31639) thanks @liuxiaopai-ai 2026-03-02 07:42:16 -06:00
monitor.test-mocks.ts fix(ci): annotate feishu hoisted mock type 2026-03-02 09:59:16 +00:00
monitor.transport.ts refactor(feishu): split monitor startup and transport concerns 2026-03-02 04:09:24 +00:00
monitor.ts refactor(feishu): split monitor startup and transport concerns 2026-03-02 04:09:24 +00:00
monitor.webhook-security.test.ts refactor(extensions): dedupe channel config, onboarding, and monitors 2026-03-02 08:54:20 +00:00
onboarding.ts
outbound.test.ts fix(feishu): harden target routing, dedupe, and reply fallback 2026-03-02 03:41:53 +00:00
outbound.ts fix(feishu): harden target routing, dedupe, and reply fallback 2026-03-02 03:41:53 +00:00
perm-schema.ts
perm.ts
policy.test.ts
policy.ts
post.test.ts
post.ts
probe.test.ts refactor(feishu): split monitor startup and transport concerns 2026-03-02 04:09:24 +00:00
probe.ts refactor(feishu): split monitor startup and transport concerns 2026-03-02 04:09:24 +00:00
reactions.ts
reply-dispatcher.test.ts fix(feishu): suppress reasoning/thinking block payloads from delivery (#31723) 2026-03-02 16:15:45 -06:00
reply-dispatcher.ts fix(feishu): suppress reasoning/thinking block payloads from delivery (#31723) 2026-03-02 16:15:45 -06:00
runtime.ts
send-result.ts
send-target.test.ts fix(feishu): preserve explicit target routing hints (#31594) (thanks @liuxiaopai-ai) 2026-03-02 15:47:21 +00:00
send-target.ts fix(feishu): preserve explicit target routing hints (#31594) (thanks @liuxiaopai-ai) 2026-03-02 15:47:21 +00: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 fix(feishu): harden routing, parsing, and media delivery 2026-03-02 03:22:07 +00:00
send.ts fix(feishu): harden target routing, dedupe, and reply fallback 2026-03-02 03:41:53 +00:00
streaming-card.ts
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 Feishu: normalize group announce targets to chat ids (openclaw#31546) thanks @liuxiaopai-ai 2026-03-02 16:50:55 -06:00
tool-account-routing.test.ts fix(feishu): harden target routing, dedupe, and reply fallback 2026-03-02 03:41:53 +00:00
tool-account.ts fix(feishu): harden target routing, dedupe, and reply fallback 2026-03-02 03:41:53 +00:00
tool-factory-test-harness.ts
tools-config.test.ts
tools-config.ts
types.ts
typing.test.ts
typing.ts
wiki-schema.ts
wiki.ts