openclaw/extensions/msteams/src
Peter Steinberger 3bb02d3338
fix(media): align outbound sends with fs read capability
2026-04-01 00:07:50 +09:00
..
attachments msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
monitor-handler msteams: filter thread history by sender allowlist (#57723) 2026-03-30 15:38:26 +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: add approval auth capabilities to more channels 2026-03-30 09:04:08 +09:00
attachments.helpers.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
attachments.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +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.actions.test.ts fix: unify upload-file message actions 2026-03-27 01:04:01 +00: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 member-info action via Graph API (#57528) 2026-03-31 02:24:33 -05:00
channel.ts fix(media): align outbound sends with fs read capability 2026-04-01 00:07:50 +09:00
config-schema.ts refactor: move channel config metadata into plugin-owned manifests 2026-03-27 01:59:30 +00: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 refactor(msteams): share conversation store helpers 2026-03-28 02:26:48 +00: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 Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
errors.test.ts test: collapse msteams helper suites 2026-03-25 05:57:02 +00:00
errors.ts fix(msteams): add proactive fallback for revoked turn context 2026-03-02 20:49:03 +00: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 refactor(msteams): split reply and reflection helpers 2026-03-24 10:02:49 -07: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.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
file-lock.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
graph-chat.ts
graph-members.test.ts msteams: add member-info action via Graph API (#57528) 2026-03-31 02:24:33 -05:00
graph-members.ts msteams: add member-info action via Graph API (#57528) 2026-03-31 02:24:33 -05:00
graph-messages.test.ts refactor(msteams): share conversation store helpers 2026-03-28 02:26:48 +00:00
graph-messages.ts refactor(msteams): share conversation store helpers 2026-03-28 02:26:48 +00: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 msteams: fetch thread history via Graph API for channel replies (#51643) 2026-03-26 01:09:33 -05:00
graph-upload.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
graph-upload.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07: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 msteams: extract structured quote/reply context (#51647) 2026-03-23 23:41:51 -05: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 refactor(plugin-sdk): untangle extension test seams 2026-03-29 23:43:53 +01:00
messenger.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
monitor-handler.feedback-authz.test.ts test: share msteams monitor and pi runner fixtures 2026-03-26 15:40:51 +00: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 refactor(msteams): share conversation store helpers 2026-03-28 02:26:48 +00:00
monitor-handler.ts fix(msteams): align feedback invoke authorization (#55108) 2026-03-26 11:51:43 +00: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 MS Teams: validate webhook auth before JSON parsing (#57686) 2026-03-30 13:46:40 +01:00
outbound.test.ts fix(regression): restore msteams cold-runtime chunking 2026-03-27 21:21:40 -05:00
outbound.ts fix(media): align outbound sends with fs read capability 2026-04-01 00:07:50 +09:00
pending-uploads.ts
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
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 fix(msteams): add blockStreaming config and progressive delivery (#56134) 2026-03-27 23:53:24 -05:00
reply-dispatcher.ts fix(msteams): add blockStreaming config and progressive delivery (#56134) 2026-03-27 23:53:24 -05:00
reply-stream-controller.test.ts fix(msteams): reset stream state after tool calls to prevent message loss (#56071) 2026-03-27 21:36:37 -05:00
reply-stream-controller.ts fix(msteams): reset stream state after tool calls to prevent message loss (#56071) 2026-03-27 21:36:37 -05:00
resolve-allowlist.test.ts fix(msteams): use General channel conversation ID as team key for Bot Framework compatibility (#41838) 2026-03-10 09:13:41 +01:00
resolve-allowlist.ts refactor: consolidate plugin sdk surface 2026-03-20 19:24:10 +00:00
revoked-context.ts refactor: harden msteams lifecycle and attachment flows 2026-03-02 21:19:23 +00:00
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: preserve Teams Entra JWT fallback on legacy validator errors 2026-03-29 09:15:13 +09:00
sdk.ts fix: preserve Teams Entra JWT fallback on legacy validator errors 2026-03-29 09:15:13 +09:00
secret-input.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
send-context.ts refactor(msteams): share conversation store helpers 2026-03-28 02:26:48 +00:00
send.test.ts fix(regression): align msteams send helper runtime usage 2026-03-27 21:46:42 -05:00
send.ts fix(media): align outbound sends with fs read capability 2026-04-01 00:07:50 +09: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 fix(ci): restore plugin runtime boundaries 2026-03-27 14:38:40 +00:00
setup-surface.ts refactor: share channel setup status helpers 2026-03-23 01:56:01 +00:00
storage.ts
store-fs.ts Plugins: internalize msteams SDK imports 2026-03-17 20:11:24 -07:00
streaming-message.test.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
streaming-message.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07: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 test: collapse msteams helper suites 2026-03-25 05:57:02 +00:00
user-agent.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07: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