openclaw/extensions/msteams/src
2026-04-07 09:44:53 +01:00
..
attachments refactor: dedupe extension string helpers 2026-04-07 05:06:54 +01:00
monitor-handler refactor: centralize inbound mention policy 2026-04-07 07:51:00 +01:00
ai-entity.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
approval-auth.test.ts refactor: add approval auth capabilities to more channels 2026-03-30 09:04:08 +09:00
approval-auth.ts refactor(plugin-sdk): split runtime helper seams 2026-04-04 08:53:19 +01:00
attachments.graph.test.ts test(msteams): trim attachment test runtime footprint 2026-04-03 18:39:50 +09:00
attachments.helpers.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
attachments.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
attachments.ts
block-streaming-config.test.ts fix(msteams): add blockStreaming config and progressive delivery (#56134) 2026-03-27 23:53:24 -05:00
channel-api.ts refactor(msteams): narrow channel runtime imports 2026-04-04 12:08:38 +09:00
channel.actions.test.ts fix: restore check gate 2026-04-06 15:20:03 +01:00
channel.directory.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
channel.runtime.ts msteams: add channel-list and channel-info actions (#57529) 2026-04-04 02:43:08 -05:00
channel.ts refactor: dedupe shared string aliases 2026-04-07 09:44:53 +01:00
config-schema.ts fix(ci): restore contract-safe core imports 2026-04-04 15:09:48 +01:00
config-ui-hints.ts refactor: move channel config metadata into plugin-owned manifests 2026-03-27 01:59:30 +00:00
conversation-store-fs.test.ts refactor(msteams): share conversation store helpers 2026-03-28 02:26:48 +00:00
conversation-store-fs.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
conversation-store-helpers.ts refactor(msteams): share conversation store helpers 2026-03-28 02:26:48 +00:00
conversation-store-memory.ts refactor(msteams): share conversation store helpers 2026-03-28 02:26:48 +00:00
conversation-store.shared.test.ts refactor(msteams): share conversation store helpers 2026-03-28 02:26:48 +00:00
conversation-store.ts refactor(msteams): share conversation store helpers 2026-03-28 02:26:48 +00:00
directory-live.test.ts test(msteams): cover store and live directory helpers 2026-03-22 18:42:43 -07:00
directory-live.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
doctor.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
errors.test.ts msteams: add typingIndicator config and prevent duplicate DM typing indicator (#60771) 2026-04-04 04:34:24 -05:00
errors.ts refactor: dedupe msteams record helper 2026-04-06 22:54:48 +01:00
feedback-reflection-prompt.ts refactor(msteams): split reply and reflection helpers 2026-03-24 10:02:49 -07:00
feedback-reflection-store.ts refactor(msteams): split reply and reflection helpers 2026-03-24 10:02:49 -07:00
feedback-reflection.test.ts fix(msteams): harden feedback reflection follow-ups 2026-03-24 09:50:04 -07:00
feedback-reflection.ts fix(msteams): use formatUnknownError instead of String(err) for error logging (#59321) 2026-04-01 21:06:44 -05:00
file-consent-helpers.test.ts test: collapse msteams state and monitor suites 2026-03-25 05:57:02 +00:00
file-consent-helpers.ts
file-consent.test.ts fix(msteams): add SSRF validation to file consent upload URL (#23596) 2026-04-06 09:52:56 -05:00
file-consent.ts fix(check): absorb latest main lint drift 2026-04-06 15:56:02 +01:00
file-lock.ts fix: keep extension helper imports behind local runtime barrels (#60153) 2026-04-03 23:01:43 +09:00
graph-chat.ts
graph-members.test.ts test(msteams): avoid loading graph module in member tests 2026-04-03 20:50:00 +09:00
graph-members.ts msteams: add member-info action via Graph API (#57528) 2026-03-31 02:24:33 -05:00
graph-messages.actions.test.ts test(msteams): avoid loading graph module in message tests 2026-04-03 20:50:00 +09:00
graph-messages.read.test.ts test(msteams): avoid loading graph module in message tests 2026-04-03 20:50:00 +09:00
graph-messages.search.test.ts test(msteams): avoid loading graph module in message tests 2026-04-03 20:50:00 +09:00
graph-messages.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
graph-teams.test.ts msteams: add channel-list and channel-info actions (#57529) 2026-04-04 02:43:08 -05:00
graph-teams.ts msteams: add channel-list and channel-info actions (#57529) 2026-04-04 02:43:08 -05:00
graph-thread.test.ts msteams: fetch thread history via Graph API for channel replies (#51643) 2026-03-26 01:09:33 -05:00
graph-thread.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
graph-upload.test.ts feat(msteams): add OpenClaw User-Agent header to Microsoft HTTP calls (#51568) (#60433) 2026-04-04 02:38:57 -05:00
graph-upload.ts feat(msteams): add OpenClaw User-Agent header to Microsoft HTTP calls (#51568) (#60433) 2026-04-04 02:38:57 -05:00
graph-users.ts
graph.test.ts refactor: dedupe msteams graph actions 2026-03-26 14:45:53 +00:00
graph.ts refactor: dedupe msteams graph actions 2026-03-26 14:45:53 +00:00
inbound.test.ts msteams: extract structured quote/reply context (#51647) 2026-03-23 23:41:51 -05:00
inbound.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
index.ts
media-helpers.test.ts
media-helpers.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
mentions.test.ts test: tighten msteams regression assertions 2026-03-22 17:23:01 +00:00
mentions.ts
messenger.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
messenger.ts fix: keep extension helper imports behind local runtime barrels (#60153) 2026-04-03 23:01:43 +09:00
monitor-handler.adaptive-card.test.ts fix(msteams): handle Adaptive Card Action.Submit invoke activities (#60431) 2026-04-04 02:38:51 -05:00
monitor-handler.feedback-authz.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
monitor-handler.file-consent.test.ts test: share msteams monitor and pi runner fixtures 2026-03-26 15:40:51 +00:00
monitor-handler.test-helpers.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
monitor-handler.ts fix(msteams): handle Adaptive Card Action.Submit invoke activities (#60431) 2026-04-04 02:38:51 -05:00
monitor-types.ts test: fix latest main test regressions 2026-03-22 18:28:13 -07:00
monitor.lifecycle.test.ts MS Teams: validate webhook auth before JSON parsing (#57686) 2026-03-30 13:46:40 +01:00
monitor.test.ts test: collapse msteams state and monitor suites 2026-03-25 05:57:02 +00:00
monitor.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
outbound.test.ts fix(regression): restore msteams cold-runtime chunking 2026-03-27 21:21:40 -05:00
outbound.ts fix: keep extension helper imports behind local runtime barrels (#60153) 2026-04-03 23:01:43 +09:00
pending-uploads.ts fix(msteams): clear pending upload timeout on removal (#32555) 2026-04-01 09:46:24 -05:00
policy.test.ts test: tighten msteams regression assertions 2026-03-22 17:07:20 +00:00
policy.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
polls-store-memory.ts
polls.test.ts test: collapse msteams state and monitor suites 2026-03-25 05:57:02 +00:00
polls.ts refactor: dedupe extension string helpers 2026-04-07 05:06:54 +01:00
probe.test.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
probe.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
reply-dispatcher.test.ts msteams: add typingIndicator config and prevent duplicate DM typing indicator (#60771) 2026-04-04 04:34:24 -05:00
reply-dispatcher.ts msteams: add typingIndicator config and prevent duplicate DM typing indicator (#60771) 2026-04-04 04:34:24 -05:00
reply-stream-controller.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
reply-stream-controller.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
resolve-allowlist.test.ts
resolve-allowlist.ts refactor: consolidate plugin sdk surface 2026-03-20 19:24:10 +00:00
revoked-context.ts
runtime.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
sdk-types.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
sdk.test.ts fix(msteams): replace deprecated HttpPlugin with httpServerAdapter (#60939) 2026-04-04 17:21:45 -05:00
sdk.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
secret-contract.ts perf(secrets): narrow channel secret sdk seam 2026-04-06 20:40:11 +01:00
secret-input.ts perf(msteams): narrow secret and ssrf runtime seams 2026-04-03 18:47:31 +09:00
send-context.ts fix(msteams): use formatUnknownError instead of String(err) for error logging (#59321) 2026-04-01 21:06:44 -05:00
send.test.ts fix(ci): refresh extension mocks and protocol models 2026-04-07 03:43:21 +01:00
send.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
sent-message-cache.test.ts
sent-message-cache.ts fix: restore CI runtime seams 2026-03-27 14:07:01 +00:00
session-route.ts MSTeams: move outbound session routing behind plugin boundary 2026-03-18 04:09:48 +00:00
setup-core.ts refactor: add shared setup sdk subpath 2026-03-16 20:17:13 -07:00
setup-surface.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
setup-surface.ts fix(msteams): use formatUnknownError instead of String(err) for error logging (#59321) 2026-04-01 21:06:44 -05:00
storage.ts
store-fs.ts fix: keep extension helper imports behind local runtime barrels (#60153) 2026-04-03 23:01:43 +09:00
streaming-message.test.ts msteams: add typingIndicator config and prevent duplicate DM typing indicator (#60771) 2026-04-04 04:34:24 -05:00
streaming-message.ts refactor: dedupe extension string helpers 2026-04-07 05:06:54 +01:00
test-runtime.ts Tests: align plugin test imports with local barrels 2026-03-17 23:23:58 -07:00
token-response.ts
token.test.ts test: collapse msteams helper suites 2026-03-25 05:57:02 +00:00
token.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
user-agent.test.ts feat(msteams): add OpenClaw User-Agent header to Microsoft HTTP calls (#51568) (#60433) 2026-04-04 02:38:57 -05:00
user-agent.ts feat(msteams): add OpenClaw User-Agent header to Microsoft HTTP calls (#51568) (#60433) 2026-04-04 02:38:57 -05:00
webhook-timeouts.ts fix(test): reduce startup-heavy hotspot retention (#52381) 2026-03-22 12:28:55 -07:00
welcome-card.test.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
welcome-card.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00