Vincent Koc
029f5d6427
Tlon: lazy-load channel runtime paths
2026-03-16 18:44:35 -07:00
Peter Steinberger
b230e524a5
refactor(whatsapp): reuse shared normalize helpers
2026-03-17 01:43:56 +00:00
Peter Steinberger
1c0db5b8e4
refactor(slack): share setup helpers
2026-03-17 01:43:56 +00:00
Vincent Koc
e88c6d8486
Tests: cover Telegram plugin auth on real registry
2026-03-16 18:43:05 -07:00
Vincent Koc
7959be4336
Tests: cover Discord provider plugin registry
2026-03-16 18:38:11 -07:00
Vincent Koc
6805a80da2
Tests: lock plugin slash commands to one runtime graph
2026-03-16 18:38:11 -07:00
Peter Steinberger
e554eee541
refactor: route bundled channel setup helpers through private sdk bridges
2026-03-16 18:35:20 -07:00
Peter Steinberger
6c1433a3c0
refactor: move provider catalogs into extensions
2026-03-16 18:33:07 -07:00
Tak Hoffman
4863b651c6
docs: rename onboarding user-facing wizard copy
...
Co-authored-by: Tak <contact-redacted@example.com>
2026-03-16 19:50:31 -05:00
sparkyrider
10ef58dd69
fix(whatsapp): restore implicit reply mentions for LID identities ( #48494 )
...
Threads selfLid from the Baileys socket through the inbound WhatsApp
pipeline and adds LID-format matching to the implicit mention check
in group gating, so reply-to-bot detection works when WhatsApp sends
the quoted sender in @lid format.
Also fixes the device-suffix stripping regex (was a silent no-op).
Closes #23029
Co-authored-by: sparkyrider <sparkyrider@users.noreply.github.com>
Reviewed-by: @ademczuk
2026-03-16 22:44:35 +01:00
Tak Hoffman
2de28379dd
Plugins: remove public extension-api surface ( #48462 )
...
* Plugins: remove public extension-api surface
* Plugins: fix loader setup routing follow-ups
* CI: ignore non-extension helper dirs in extension-fast
* Docs: note extension-api removal as breaking
2026-03-16 15:51:08 -05:00
Ayaan Zaidi
ac66d383e7
test: mock telegram native command reply pipeline
2026-03-16 18:54:50 +05:30
Ayaan Zaidi
e2b8ef369d
test: update discord subagent hook mocks
2026-03-16 18:54:50 +05:30
Ayaan Zaidi
7178a0d3cb
fix: normalize discord commands allowFrom auth
2026-03-16 18:54:50 +05:30
Ayaan Zaidi
3009e689bc
test: remove stale synology zod mock
2026-03-16 18:41:29 +05:30
Ayaan Zaidi
5f78057ffa
fix: align telegram probe test mock
2026-03-16 18:35:03 +05:30
Ayaan Zaidi
1b31ede435
fix: bypass telegram runtime proxy during health checks
2026-03-16 18:27:05 +05:30
Gustavo Madeira Santana
55253e2a9d
Plugins: avoid booting bundled providers for catalog hooks
2026-03-16 12:56:48 +00:00
Yauheni Shauchenka
80bef826f8
fix(slack): harden bolt import interop ( #45953 )
...
* fix(slack): harden bolt import interop
* fix(slack): simplify bolt interop resolver
* fix(slack): harden startup bolt interop
* fix(slack): place changelog entry at section end
---------
Co-authored-by: Ubuntu <ubuntu@vps-1c82b947.vps.ovh.net>
Co-authored-by: Altay <altay@uinaf.dev>
2026-03-16 15:49:24 +03:00
Gustavo Madeira Santana
841025da66
Plugin SDK: add narrow setup subpaths
2026-03-16 12:46:04 +00:00
Gustavo Madeira Santana
9fc6c1929a
Plugin SDK: split setup and sandbox subpaths
2026-03-16 12:06:32 +00:00
ImJarvis by LukeF
8b438a308b
fix(telegram): keep silent error fallback replies quiet
2026-03-16 22:44:10 +11:00
Myeongwon Choi
6a8f5bc12f
feat(telegram): add configurable silent error replies ( #19776 )
...
Port and complete #19776 on top of the current Telegram extension layout.
Adds a default-off `channels.telegram.silentErrorReplies` setting. When enabled, Telegram bot replies marked as errors are delivered silently across the regular bot reply flow, native/slash command replies, and fallback sends.
Thanks @auspic7
Co-authored-by: Myeongwon Choi <36367286+auspic7@users.noreply.github.com>
Co-authored-by: ImLukeF <92253590+ImLukeF@users.noreply.github.com>
2026-03-16 22:18:34 +11:00
Gustavo Madeira Santana
92700940d9
Plugin SDK: restore scoped imports for bundled channels
2026-03-16 09:51:36 +00:00
Vincent Koc
e1f759f4f1
BlueBubbles: lazy-load channel runtime paths
2026-03-16 02:35:43 -07:00
Vincent Koc
70aa9204c0
Channels: centralize inbound context contracts
2026-03-16 02:06:21 -07:00
Vincent Koc
79a8905fa4
Channels: centralize group policy contracts
2026-03-16 02:06:21 -07:00
Vincent Koc
4aae0d4c9d
Channels: centralize outbound payload contracts
2026-03-16 02:06:21 -07:00
Peter Steinberger
6f5369c7e8
fix: split browser-safe thinking helpers
2026-03-16 08:51:31 +00:00
Peter Steinberger
f49fc633ac
fix: restore effective setup wizard lazy import
2026-03-16 08:36:43 +00:00
Peter Steinberger
4c8678c0b4
refactor: add private channel sdk bridges
2026-03-16 01:34:35 -07:00
Peter Steinberger
7e74adef91
refactor: shrink public channel plugin sdk surfaces
2026-03-16 01:34:22 -07:00
Peter Steinberger
7cc5789202
refactor(plugins): finish provider auth boundary cleanup
2026-03-16 01:20:56 -07:00
Vincent Koc
83ddb0fb4c
Plugins: restore routing seams and discovery fixtures
2026-03-16 00:56:40 -07:00
Peter Steinberger
8fe08df2eb
refactor(plugins): derive compat provider ids from manifests
2026-03-16 00:41:05 -07:00
Vincent Koc
209f1a08d7
Plugins: dedupe routing imports in channel adapters
2026-03-16 00:29:02 -07:00
Peter Steinberger
b3025e6d8e
refactor(plugin-sdk): clean shared core imports
2026-03-16 00:25:32 -07:00
Peter Steinberger
7964563299
refactor: finish plugin-owned channel runtime seams
2026-03-16 00:25:19 -07:00
Peter Steinberger
99c501a9a7
refactor(plugin-sdk): use scoped core imports for bundled channels
2026-03-16 00:19:31 -07:00
Vincent Koc
95b761a2e1
Firecrawl: drop local registration contract test
2026-03-16 00:15:33 -07:00
Vincent Koc
e7eb410dd1
Qwen Portal: move runtime tests to provider contracts
2026-03-16 00:11:06 -07:00
Vincent Koc
7dab66c89e
OpenAI: move runtime tests to provider contracts
2026-03-16 00:11:05 -07:00
Vincent Koc
182a00cc49
Google: move runtime tests to provider contracts
2026-03-16 00:11:05 -07:00
Vincent Koc
62de7e02ea
Anthropic: move runtime tests to provider contracts
2026-03-16 00:11:05 -07:00
Vincent Koc
25535b571a
Z.ai: move runtime tests to provider contracts
2026-03-16 00:11:05 -07:00
Vincent Koc
a9a9cf4257
GitHub Copilot: move runtime tests to provider contracts
2026-03-16 00:11:05 -07:00
Peter Steinberger
85b7bc7edf
refactor: remove dock shim and move session routing into plugins
2026-03-16 00:09:38 -07:00
Tak Hoffman
3c6a49b27e
feishu: harden media support and align capability docs ( #47968 )
...
* feishu: harden media support and action surface
* feishu: format media action changes
* feishu: fix review follow-ups
* fix: scope Feishu target aliases to Feishu (#47968 ) (thanks @Takhoffman)
2026-03-16 02:02:48 -05:00
Peter Steinberger
7cdd8a84a6
refactor: add plugin-owned outbound adapters
2026-03-15 23:47:43 -07:00
Peter Steinberger
2054cb9431
refactor: move remaining channel seams into plugins
2026-03-15 23:47:30 -07:00