openclaw/extensions/telegram/src
Tak Hoffman b83726d13e
Feat: Add Active Memory recall plugin (#63286)
* Refine plugin debug plumbing

* Tighten plugin debug handling

* Reduce active memory overhead

* Abort active memory sidecar on timeout

* Rename active memory blocking subagent wording

* Fix active memory cache and recall selection

* Preserve active memory session scope

* Sanitize recalled context before retrieval

* Add active memory changelog entry

* Harden active memory debug and transcript handling

* Add active memory policy config

* Raise active memory timeout default

* Keep usage footer on primary reply

* Clear stale active memory status lines

* Match legacy active memory status prefixes

* Preserve numeric active memory bullets

* Reuse canonical session keys for active memory

* Let active memory subagent decide relevance

* Refine active memory plugin summary flow

* Fix active memory main-session DM detection

* Trim active memory summaries at word boundaries

* Add active memory prompt styles

* Fix active memory stale status cleanup

* Rename active memory subagent wording

* Add active memory prompt and thinking overrides

* Remove active memory legacy status compat

* Resolve active memory session id status

* Add active memory session toggle

* Add active memory global toggle

* Fix active memory toggle state handling

* Harden active memory transcript persistence

* Fix active memory chat type gating

* Scope active memory transcripts by agent

* Show plugin debug before replies
2026-04-09 11:27:37 -05:00
..
bot refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
test-support test(contracts): extract narrow channel contract helpers 2026-04-03 23:14:45 +09:00
account-inspect.test.ts fix(ci): route extension test helpers through public sdk seams 2026-04-04 00:03:48 +09:00
account-inspect.ts perf(plugins): narrow boundary compile sdk imports 2026-04-08 08:52:51 +01:00
accounts.test.ts fix(ci): restore plugin boundary invariants 2026-04-07 06:23:39 +01:00
accounts.ts refactor: dedupe account name normalization 2026-04-07 06:07:13 +01:00
action-runtime.test.ts fix(ci): route extension test helpers through public sdk seams 2026-04-04 00:03:48 +09:00
action-runtime.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
action-threading.test.ts test: split telegram channel coverage 2026-04-03 17:33:45 +01:00
action-threading.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
allow-from.ts
allowed-updates.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
allowed-updates.ts fix(telegram): harden grammy seams across tests 2026-03-22 21:46:26 -07:00
api-fetch.test.ts test: trim extension test import churn 2026-04-03 04:41:08 +01:00
api-fetch.ts refactor(plugin-sdk): remove channel-specific sdk seams 2026-04-03 10:45:10 +01:00
api-logging.ts refactor: move telegram error formatting onto ssrf runtime 2026-03-28 02:38:02 +00:00
approval-callback-data.test.ts refactor(telegram): centralize approval callback shaping 2026-04-03 00:26:27 +09:00
approval-callback-data.ts refactor(telegram): unify callback-data byte limit checks 2026-04-03 00:38:44 +09:00
approval-handler.runtime.test.ts Feat: Add Active Memory recall plugin (#63286) 2026-04-09 11:27:37 -05:00
approval-handler.runtime.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
approval-native.test.ts Refactor: centralize native approval lifecycle assembly (#62135) 2026-04-07 14:40:26 -04:00
approval-native.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
audit-membership-runtime.ts refactor: dedupe channel runtime error formatting 2026-04-07 02:03:34 +01:00
audit.test.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
audit.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
auto-topic-label.test.ts refactor(plugins): move channel behavior into plugins 2026-04-03 19:09:20 +01:00
auto-topic-label.ts refactor(plugins): move channel behavior into plugins 2026-04-03 19:09:20 +01:00
bot-access.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
bot-deps.ts refactor(plugin-sdk): genericize web channel runtime seams 2026-04-03 11:17:28 +01:00
bot-handlers.agent.runtime.ts test: reduce telegram media harness imports 2026-04-03 18:33:47 +01:00
bot-handlers.debounce-key.ts fix: honor telegram default debounce account 2026-04-03 14:30:34 -05:00
bot-handlers.media.ts refactor: split remaining monitor runtime helpers 2026-03-17 20:36:03 -07:00
bot-handlers.runtime.test.ts fix: honor telegram default debounce account 2026-04-03 14:30:34 -05:00
bot-handlers.runtime.ts plugin-sdk: split command status surface 2026-04-09 01:35:15 +01:00
bot-handlers.ts refactor: dedupe channel plugin shared assembly 2026-03-17 20:13:52 -07:00
bot-message-context.acp-bindings.test.ts test: trim dispatch and command partial mocks 2026-04-03 18:42:52 +01:00
bot-message-context.audio-transcript.test.ts perf: speed up channel test runs 2026-03-26 15:40:01 +00:00
bot-message-context.body.test.ts fix: restore Telegram DM voice-note transcription (#61008) (thanks @manueltarouca) 2026-04-05 09:49:44 +05:30
bot-message-context.body.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
bot-message-context.dm-threads.test.ts test: trim test partial mocks 2026-04-03 19:10:56 +01:00
bot-message-context.dm-topic-threadid.test.ts test: trim extension teardown churn 2026-04-03 07:14:58 +01:00
bot-message-context.implicit-mention.test.ts
bot-message-context.named-account-dm.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
bot-message-context.route-test-support.ts test: trim remaining mock drift 2026-04-04 04:04:12 +01:00
bot-message-context.runtime.ts refactor(plugin-sdk): genericize web channel runtime seams 2026-04-03 11:17:28 +01:00
bot-message-context.sender-prefix.test.ts test: collapse telegram context and transport suites 2026-03-25 11:17:58 +00:00
bot-message-context.session.runtime.ts refactor: narrow telegram message context runtime imports 2026-04-04 01:07:28 +09:00
bot-message-context.session.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
bot-message-context.silent-ingest.test.ts test: trim more extension importOriginal usage 2026-04-03 19:49:43 +01:00
bot-message-context.test-harness.ts test: reduce telegram context partial mocks 2026-04-03 13:19:50 +01:00
bot-message-context.thread-binding.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
bot-message-context.topic-agentid.test.ts test: trim more extension importOriginal usage 2026-04-03 19:49:43 +01:00
bot-message-context.ts refactor: narrow telegram message context runtime imports 2026-04-04 01:07:28 +09:00
bot-message-context.types.ts fix(commands): harden fast status and Telegram callbacks 2026-03-30 09:32:53 +09:00
bot-message-dispatch.agent.runtime.ts test: reduce telegram media harness imports 2026-04-03 18:33:47 +01:00
bot-message-dispatch.runtime.ts refactor(plugins): genericize core channel seams 2026-04-03 19:09:21 +01:00
bot-message-dispatch.sticker-media.test.ts
bot-message-dispatch.test.ts test: reset telegram dispatch mocks between cases 2026-04-06 05:49:04 +01:00
bot-message-dispatch.ts refactor: dedupe extension error formatting 2026-04-07 05:06:54 +01:00
bot-message.test.ts test: trim extension test import churn 2026-04-03 04:41:08 +01:00
bot-message.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
bot-native-command-deps.runtime.ts refactor: narrow telegram native command test seams 2026-04-03 12:25:47 +01:00
bot-native-command-menu.test.ts fix: trim menu descriptions before dropping commands (#61129) (thanks @neeravmakwana) 2026-04-05 08:05:16 +05:30
bot-native-command-menu.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
bot-native-commands.delivery.runtime.ts fix: add Telegram native progress placeholder opt-in for plugin commands (#59300) 2026-04-02 15:55:46 -07:00
bot-native-commands.fixture-test-support.ts Plugins: internalize telegram SDK imports 2026-03-17 23:09:26 -07:00
bot-native-commands.group-auth.test.ts refactor(plugin-sdk): untangle extension test seams 2026-03-29 23:43:53 +01:00
bot-native-commands.menu-test-support.ts refactor: dedupe repeated test helpers 2026-04-08 09:58:22 +01:00
bot-native-commands.registry.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
bot-native-commands.runtime.ts refactor: narrow telegram native command test seams 2026-04-03 12:25:47 +01:00
bot-native-commands.session-meta.test.ts test: trim extension partial mocks 2026-04-03 19:28:19 +01:00
bot-native-commands.skills-allowlist.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
bot-native-commands.test-helpers.ts fix(ci): route extension test helpers through sdk testing 2026-04-03 23:39:06 +09:00
bot-native-commands.test.ts refactor: dedupe repeated test helpers 2026-04-08 09:58:22 +01:00
bot-native-commands.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
bot-updates.ts perf(plugins): narrow boundary compile import surfaces 2026-04-08 08:52:52 +01:00
bot.agent.runtime.ts test: reduce telegram media harness imports 2026-04-03 18:33:47 +01:00
bot.command-menu.test.ts fix(ci): repair telegram test harness config 2026-04-03 20:21:50 +01:00
bot.create-telegram-bot.channel-post-media.test.ts fix(test): add extension-safe test helper bridges 2026-03-30 09:31:33 +09:00
bot.create-telegram-bot.test-harness.ts refactor: dedupe extension lowercase helpers 2026-04-07 15:12:32 +01:00
bot.create-telegram-bot.test.ts fix(ci): remove duplicate migrated test imports 2026-04-04 00:24:20 +09:00
bot.fetch-abort.test.ts perf(core): trim provider and inbound startup imports (#51927) 2026-03-21 16:20:42 -07:00
bot.helpers.test.ts fix: restore main ci type checks 2026-04-06 05:38:25 +01:00
bot.media.downloads-media-file-path-no-file-download.e2e.test.ts fix: cover buffered Telegram apiRoot downloads (#59544) (thanks @SARAMALI15792) 2026-04-03 08:41:41 +05:30
bot.media.e2e-harness.ts test: trim remaining mock drift 2026-04-04 04:04:12 +01:00
bot.media.stickers-and-fragments.e2e.test.ts test: reduce remaining clone seams 2026-03-26 20:01:01 +00:00
bot.media.test-utils.ts test: reduce telegram media harness imports 2026-04-03 18:33:47 +01:00
bot.runtime.ts test(telegram): add bot runtime seam 2026-03-18 10:12:15 +05:30
bot.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
bot.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
button-types.test-helpers.ts refactor: dedupe repeated test helpers 2026-04-08 09:58:22 +01:00
button-types.test.ts refactor: dedupe repeated test helpers 2026-04-08 09:58:22 +01:00
button-types.ts refactor(telegram): centralize approval callback shaping 2026-04-03 00:26:27 +09:00
caption.ts
channel-actions.test.ts fix: honor telegram action discovery account config 2026-04-03 11:20:49 -05:00
channel-actions.ts refactor: dedupe string readers 2026-04-07 05:06:54 +01:00
channel.setup.ts perf(plugins): narrow boundary compile sdk imports 2026-04-08 08:52:51 +01:00
channel.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
command-config.ts refactor: dedupe extension lowercase query helpers 2026-04-07 11:18:18 +01:00
command-ui.test.ts refactor(plugins): move channel behavior into plugins 2026-04-03 19:09:20 +01:00
command-ui.ts fix(ci): repair bundled and extension test drift 2026-04-03 19:25:23 +01:00
config-schema.ts refactor(extensions): add channel-owned config schema seams 2026-04-04 05:31:11 +01:00
config-ui-hints.ts perf(plugins): narrow boundary compile sdk imports 2026-04-08 08:52:51 +01:00
conversation-route.base-session-key.test.ts Telegram: fix named-account DM topic session keys (#48773) 2026-03-17 00:41:44 -07:00
conversation-route.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
directory-config.ts refactor: share directory config listers 2026-03-26 23:20:26 +00:00
dm-access.test.ts perf(test): trim more sdk and telegram reload churn 2026-04-01 22:40:44 +09:00
dm-access.ts fix: scope Telegram pairing code blocks (#52784) (thanks @sumukhj1219) 2026-03-25 11:03:33 +05:30
doctor-contract.ts fix: resolve post-rebase boundary drift 2026-04-08 09:58:22 +01:00
doctor.test.ts fix: stabilize telegram doctor config repairs 2026-04-06 20:55:51 +01:00
doctor.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
draft-chunking.ts fix: restore main ci type checks 2026-04-06 05:38:25 +01:00
draft-stream.test-helpers.ts
draft-stream.test.ts fix: finish telegram reply fallback landing (#52524) (thanks @moltbot886) 2026-03-22 18:54:01 -07:00
draft-stream.ts refactor: dedupe channel runtime error formatting 2026-04-07 02:03:34 +01:00
error-policy.test.ts fix: add Telegram error suppression controls (#51914) (thanks @chinar-amrutkar) 2026-04-01 17:52:28 +05:30
error-policy.ts fix: add Telegram error suppression controls (#51914) (thanks @chinar-amrutkar) 2026-04-01 17:52:28 +05:30
exec-approval-forwarding.ts refactor(plugin-sdk): split runtime helper seams 2026-04-04 08:53:19 +01:00
exec-approval-resolver.test.ts Tests: align approval gateway seams 2026-04-07 16:06:02 -04:00
exec-approval-resolver.ts Plugin SDK: split approval adapter seams 2026-04-07 16:06:02 -04:00
exec-approvals.test.ts refactor: dedupe telegram exec approval tests 2026-04-08 15:58:47 +01:00
exec-approvals.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
fetch.test.ts test: trim telegram media retry import cost 2026-04-03 12:01:10 +01:00
fetch.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
format.test.ts
format.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
format.wrap-md.test.ts style: apply formatter cleanups 2026-03-30 16:20:27 +01:00
forum-service-message.ts fix: unblock telegram typing and topic runtime builds 2026-03-28 04:58:34 +00:00
group-access.base-access.test.ts refactor(plugin-sdk): untangle extension test seams 2026-03-29 23:43:53 +01:00
group-access.ts
group-config-helpers.ts
group-migration.test.ts
group-migration.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
group-policy.test.ts test: split telegram channel coverage 2026-04-03 17:33:45 +01:00
group-policy.ts fix: honor telegram account topic mention config 2026-04-03 10:19:11 -05:00
inline-buttons.test.ts refactor: dedupe repeated test helpers 2026-04-08 09:58:22 +01:00
inline-buttons.ts refactor: dedupe irc qqbot telegram lowercase helpers 2026-04-07 15:12:31 +01:00
inline-keyboard.ts refactor: narrow telegram native command test seams 2026-04-03 12:25:47 +01:00
interactive-dispatch.ts refactor(plugins): move channel behavior into plugins 2026-04-03 19:09:20 +01:00
lane-delivery-state.ts
lane-delivery-text-deliverer.ts fix: emit message:sent hook on Telegram streaming preview finalization (#50917) 2026-03-20 22:42:04 +05:30
lane-delivery.test.ts refactor(plugin-sdk): untangle extension test seams 2026-03-29 23:43:53 +01:00
lane-delivery.ts
media-understanding.runtime.ts build: remove ineffective dynamic import shims 2026-03-16 23:11:59 -07:00
message-tool-schema.ts Plugins: move message tool schemas into channel plugins 2026-03-19 01:08:23 -04:00
model-buttons.test.ts fix(telegram): compare full provider/model in models picker 2026-04-04 08:58:50 +09:00
model-buttons.ts fix(telegram): compare full provider/model in models picker 2026-04-04 08:58:50 +09:00
monitor-polling.runtime.ts Refactor: centralize native approval lifecycle assembly (#62135) 2026-04-07 14:40:26 -04:00
monitor-webhook.runtime.ts Refactor: centralize native approval lifecycle assembly (#62135) 2026-04-07 14:40:26 -04:00
monitor.test.ts test: trim extension partial mocks 2026-04-03 19:28:19 +01:00
monitor.ts Plugin SDK: split approval adapter seams 2026-04-07 16:06:02 -04:00
network-config.test.ts test: reduce telegram broad partial mocks 2026-04-03 12:01:10 +01:00
network-config.ts refactor: dedupe irc qqbot telegram lowercase helpers 2026-04-07 15:12:31 +01:00
network-errors.test.ts fix: retry safe wrapped Telegram send failures (#51895) (thanks @chinar-amrutkar) 2026-04-01 15:54:29 +05:30
network-errors.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
normalize.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
outbound-adapter.test.ts tests: add boundary coverage for media delivery (#53361) 2026-03-23 23:37:34 -05:00
outbound-adapter.ts Telegram: lazy load send runtime from entrypoints 2026-04-07 14:39:28 +01:00
outbound-base.ts test: speed up telegram and nextcloud talk channel tests 2026-04-07 17:11:55 +01:00
outbound-params.ts fix(telegram): validate replyToMessageId before sending to Telegram API (#56587) 2026-03-28 20:47:10 +01:00
poll-visibility.ts refactor(plugin-sdk): remove channel-specific sdk seams 2026-04-03 10:45:10 +01:00
polling-session.test.ts refactor: dedupe repeated test helpers 2026-04-08 09:58:22 +01:00
polling-session.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
polling-transport-state.ts refactor: split telegram polling and sdk surfaces 2026-03-26 21:13:16 +00:00
preview-streaming.ts refactor: dedupe preview streaming helpers 2026-04-06 18:15:53 +01:00
probe.test.ts test: speed up probe bootstrap tests 2026-04-07 13:16:49 +01:00
probe.ts refactor: dedupe channel runtime error formatting 2026-04-07 02:03:34 +01:00
proxy.ts refactor: add fetch runtime sdk seam 2026-03-28 05:44:33 +00:00
reaction-level.test.ts refactor(plugin-sdk): untangle extension test seams 2026-03-29 23:43:53 +01:00
reaction-level.ts
reasoning-lane-coordinator.test.ts
reasoning-lane-coordinator.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
request-timeouts.test.ts fix(telegram): bound startup request timeouts (#61601) (thanks @neeravmakwana) 2026-04-06 13:20:15 +01:00
request-timeouts.ts fix(telegram): bound startup request timeouts (#61601) (thanks @neeravmakwana) 2026-04-06 13:20:15 +01:00
runtime.ts perf(plugins): narrow boundary compile sdk imports 2026-04-08 08:52:51 +01:00
secret-contract.ts chore(lint): clear extension lint regressions and add #63416 changelog 2026-04-08 17:17:29 -07:00
security-audit.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
send.proxy.test.ts test: trim extension test import churn 2026-04-03 04:41:08 +01:00
send.runtime.ts test: reduce telegram broad partial mocks 2026-04-03 12:01:10 +01:00
send.test-harness.ts fix(ci): route extension tests through sdk seams 2026-04-03 23:15:57 +09:00
send.test.ts fix: persist Telegram reaction ownership across restart (#59207) (thanks @samzong) 2026-04-03 08:57:06 +05:30
send.ts refactor: dedupe channel extension readers 2026-04-07 08:40:34 +01:00
sendchataction-401-backoff.test.ts test: reduce telegram broad partial mocks 2026-04-03 12:01:10 +01:00
sendchataction-401-backoff.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
sent-message-cache.ts fix: persist Telegram reaction ownership across restart (#59207) (thanks @samzong) 2026-04-03 08:57:06 +05:30
sequential-key.test.ts
sequential-key.ts
session-conversation.test.ts test: split telegram channel coverage 2026-04-03 17:33:45 +01:00
session-conversation.ts refactor(plugin-sdk): remove channel-specific sdk seams 2026-04-03 10:45:10 +01:00
setup-contract.ts fix: preserve telegram default auth promotion 2026-04-07 09:28:05 +05:30
setup-core.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
setup-surface.helpers.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
setup-surface.test.ts test: speed up setup surface tests 2026-04-07 13:16:49 +01:00
setup-surface.ts fix(boundary): restore telegram setup imports 2026-04-07 13:33:14 +01:00
shared.test.ts style: fix extension lint violations 2026-04-06 14:53:55 +01:00
shared.ts perf(plugins): narrow boundary compile import surfaces 2026-04-08 08:52:52 +01:00
state-migrations.ts refactor(plugins): move extension seams into extensions 2026-04-04 00:10:16 +01:00
status-issues.ts refactor: consolidate plugin sdk surface 2026-03-20 19:24:10 +00:00
status-reaction-variants.ts refactor: dedupe lowercase string helpers 2026-04-07 10:37:39 +01:00
status.test.ts refactor(plugin-sdk): untangle extension test seams 2026-03-29 23:43:53 +01:00
sticker-cache.test.ts refactor: route capability runtime through channel stores 2026-04-05 09:07:33 +01:00
sticker-cache.ts refactor: dedupe telegram matrix lowercase helpers 2026-04-07 20:57:04 +01:00
sticker-vision.runtime.ts fix(telegram): lazy-load sticker vision model lookup 2026-03-31 21:31:05 +09:00
target-writeback.test-shared.ts test: trim remaining mock drift 2026-04-04 04:04:12 +01:00
target-writeback.test.ts refactor: share matrix and telegram dedupe helpers 2026-03-26 15:08:45 +00:00
target-writeback.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
targets.test.ts chore(plugins): drop dead channel test any suppressions 2026-04-06 15:45:18 +01:00
targets.ts
telegram-media.runtime.ts fix(telegram): trust local bot api media roots 2026-04-04 11:35:36 +05:30
telegram-outbound.test.ts test: speed up telegram and nextcloud talk channel tests 2026-04-07 17:11:55 +01:00
thread-bindings.test.ts test: avoid bundled test api smokes in matrix and telegram 2026-04-08 13:52:45 +01:00
thread-bindings.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00
threading-tool-context.test.ts test: split telegram channel coverage 2026-04-03 17:33:45 +01:00
threading-tool-context.ts refactor: dedupe channel extension readers 2026-04-07 08:40:34 +01:00
token.test.ts test(extensions): narrow utility test helper imports 2026-04-03 21:23:47 +09:00
token.ts perf(plugins): narrow boundary compile sdk imports 2026-04-08 08:52:51 +01:00
topic-conversation.ts refactor(plugin-sdk): remove channel-specific sdk seams 2026-04-03 10:45:10 +01:00
update-offset-store.runtime.ts refactor: continue plugin seam cleanup 2026-03-27 13:46:16 +00:00
update-offset-store.test.ts test(extensions): narrow utility test helper imports 2026-04-03 21:23:47 +09:00
update-offset-store.ts refactor: trim state persistence runtime seams 2026-03-28 06:08:18 +00:00
voice.test.ts test: collapse telegram helper suites 2026-03-25 11:17:58 +00:00
voice.ts
webhook.test.ts test: trim more extension importOriginal usage 2026-04-03 19:40:20 +01:00
webhook.ts refactor: dedupe telegram trimmed readers 2026-04-08 00:09:41 +01:00