Commit Graph

14841 Commits

Author SHA1 Message Date
Ayaan Zaidi 16f8616d9d
test(plugins): simplify typing pulse mock helper 2026-03-28 10:33:05 +05:30
Ayaan Zaidi 3a341355bf
test(gateway): fill channels status handler options 2026-03-28 10:33:05 +05:30
Peter Steinberger ab2bd34b66
refactor(xai): split provider compat facades
Co-authored-by: Harold Hunt <harold@pwrdrvr.com>
2026-03-28 05:02:41 +00:00
Peter Steinberger c4e6fdf94d
refactor(xai): move bundled xai runtime into plugin
Co-authored-by: Harold Hunt <harold@pwrdrvr.com>
2026-03-28 05:02:41 +00:00
Tak Hoffman 85064256a2
Refresh bundled plugin metadata snapshot 2026-03-28 00:00:14 -05:00
Peter Steinberger 02b8d47c6c
test: align slots helper types 2026-03-28 04:58:53 +00:00
Peter Steinberger 6d3a6bda3d
test: tighten typing lease mock helpers 2026-03-28 04:58:53 +00:00
Peter Steinberger ba02905c4f
refactor: split mcp channel bridge internals 2026-03-28 04:58:34 +00:00
Tak Hoffman a790f63056
Fix typing lease background failure tests 2026-03-27 23:57:27 -05:00
Tak Hoffman 0bcf076901
fix(regression): auto-enable channel status state 2026-03-27 23:56:29 -05:00
Peter Steinberger dc87ffa46d fix(ci): guard telegram native command auth typing 2026-03-28 04:55:26 +00:00
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
Tak Hoffman 3e8bad0d31
Refresh bundled plugin metadata snapshot 2026-03-27 23:52:32 -05:00
Tak Hoffman b8012221d2
fix(regression): restore slots test helper typing 2026-03-27 23:52:08 -05:00
Tak Hoffman ff348d2063
fix(regression): auto-enable gateway send selection 2026-03-27 23:51:28 -05:00
Peter Steinberger 222ba9f174 fix(ci): tighten telegram and typing test types 2026-03-28 04:49:21 +00:00
Gustavo Madeira Santana 470d6aee0f
Gateway: keep auto-enabled plugin config through startup 2026-03-28 00:49:00 -04:00
Tak Hoffman 5167841ff8
fix(regression): auto-enable channels resolve selection 2026-03-27 23:48:54 -05:00
Tak Hoffman 897a6a6c5b
fix(regression): auto-enable message channel selection 2026-03-27 23:47:56 -05:00
Tak Hoffman 384bdde514
fix(regression): persist auto-enabled directory config 2026-03-27 23:47:54 -05:00
Peter Steinberger 687d23ae8d test: restore extension boundary guardrails 2026-03-28 04:47:31 +00:00
Tak Hoffman 46ab177743
fix(regression): persist auto-enabled channel auth config 2026-03-27 23:45:57 -05:00
Tak Hoffman 8539886cd8
fix(regression): auto-enable directory channel selection 2026-03-27 23:45:29 -05:00
Peter Steinberger 811685b95f test: dedupe plugin bundle boundary suites 2026-03-28 04:44:58 +00:00
Peter Steinberger fc84dd398b test: dedupe plugin runtime registry suites 2026-03-28 04:43:29 +00:00
Peter Steinberger 25fea00bc7 test: dedupe plugin utility config suites 2026-03-28 04:43:29 +00:00
Tak Hoffman c9d5d12183
fix(regression): auto-enable channel auth selection 2026-03-27 23:42:36 -05:00
Peter Steinberger 324c621ebe fix(ci): align telegram runtime and test drift 2026-03-28 04:41:23 +00:00
Tak Hoffman 7779205aa1
Keep matrix SDK external in bundle checks 2026-03-27 23:41:00 -05:00
Tak Hoffman 363038828f
fix(regression): auto-enable gateway bootstrap snapshots 2026-03-27 23:40:51 -05:00
Peter Steinberger 0c729b6d30 test: dedupe plugin runtime utility suites 2026-03-28 04:40:08 +00:00
Peter Steinberger 12318d25ae test: dedupe plugin provider runtime status suites 2026-03-28 04:40:08 +00:00
Tak Hoffman 6fc949862a
fix(regression): repair channel setup discovery test 2026-03-27 23:38:55 -05:00
Tak Hoffman 37ab1513e0
fix(regression): auto-enable channel setup discovery 2026-03-27 23:38:55 -05:00
Tak Hoffman 1b5043f47b
fix(regression): auto-enable gateway plugin loads 2026-03-27 23:35:22 -05:00
Gustavo Madeira Santana 59535e3414
Matrix: align default account secret handling 2026-03-28 00:34:48 -04:00
Peter Steinberger 47b3bf8c89 test: drop unused capability test helper 2026-03-28 04:28:54 +00:00
Peter Steinberger 9155f3914a test: dedupe plugin provider helper suites 2026-03-28 04:28:54 +00:00
Peter Steinberger 7e921050e3 test: dedupe plugin lifecycle runtime suites 2026-03-28 04:28:54 +00:00
Peter Steinberger 04792e6c44 test: dedupe plugin bundle and discovery suites 2026-03-28 04:28:54 +00:00
Gustavo Madeira Santana 286d6b388f
Tests: remove stale runtime state setup 2026-03-28 00:25:14 -04:00
Gustavo Madeira Santana cdf19111e5
Plugins: narrow loader testing helper surface 2026-03-28 00:25:14 -04:00
Tak Hoffman 742e0c8597
fix(regression): track outbound bootstrap by channel surface 2026-03-27 23:24:51 -05:00
Tak Hoffman 12488f45c2
fix(regression): preserve announce thread ids 2026-03-27 23:22:17 -05:00
Tak Hoffman c0d4c07b88
fix(regression): scope plugin registry reuse by gateway methods 2026-03-27 23:22:10 -05:00
kakahu 158e7c517e
fix(matrix): resolve env SecretRef fallback in clean() for channel startup (#54980)
Merged via squash.

Prepared head SHA: b71a86e68e
Co-authored-by: kakahu2015 <17962485+kakahu2015@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-03-28 00:21:57 -04:00
Gustavo Madeira Santana 392724ae57
Plugins: reuse shared bootstrap registry resolution 2026-03-28 00:19:33 -04:00
Gustavo Madeira Santana ee7f5825c8
Plugins: share runtime registry resolution 2026-03-28 00:19:33 -04:00
Tak Hoffman c7e05f1f87
test(regression): cover mistral availability compat 2026-03-27 23:17:35 -05:00
Peter Steinberger bd28e6d444 refactor: move transport readiness onto channel runtime 2026-03-28 04:13:40 +00:00