openclaw/extensions/msteams/src
Brad Groux 6b0e74000d
fix(msteams): add blockStreaming config and progressive delivery (#56134)
- Add blockStreaming and blockStreamingCoalesceDefaults to MSTeams channel plugin (was the only channel missing it)
- Wire disableBlockStreaming flag in reply dispatcher from config
- Flush pending messages immediately during generation when blockStreaming is enabled
- Add comprehensive tests for schema validation and progressive flush behavior

Refs #56041
2026-03-27 23:53:24 -05:00
..
attachments msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
monitor-handler fix(msteams): align feedback invoke authorization (#55108) 2026-03-26 11:51:43 +00:00
ai-entity.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
attachments.helpers.test.ts fix(test): split msteams attachment helpers 2026-03-22 18:29:52 -07:00
attachments.test.ts style(format): fix channel test drift 2026-03-22 18:32:07 -07: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 test: collapse msteams helper suites 2026-03-25 05:57:02 +00:00
channel.runtime.ts msteams: add search message action (#54832) 2026-03-26 01:09:53 -05:00
channel.ts fix(msteams): add blockStreaming config and progressive delivery (#56134) 2026-03-27 23:53:24 -05: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
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-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 test: collapse msteams graph suites 2026-03-25 05:57:02 +00: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 msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07: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 msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
monitor.test.ts test: collapse msteams state and monitor suites 2026-03-25 05:57:02 +00:00
monitor.ts msteams: implement Teams AI agent UX best practices (#51808) 2026-03-23 22:03:39 -07:00
outbound.test.ts fix(regression): restore msteams cold-runtime chunking 2026-03-27 21:21:40 -05:00
outbound.ts fix(regression): restore msteams cold-runtime chunking 2026-03-27 21:21:40 -05: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
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 refactor: centralize plugin install config policy 2026-03-23 23:07:40 -07:00
sdk.ts refactor(msteams): split reply and reflection helpers 2026-03-24 10:02:49 -07: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(regression): align msteams send helper runtime usage 2026-03-27 21:46:42 -05: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
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