Peter Steinberger
cfb19c7054
fix(telegram): stabilize command menu ordering ( #121239 )
...
Preserve custom, native, plugin, and alias precedence while keeping the documented /skill fallback across local and Telegram-driven menu pressure.
2026-08-09 16:08:10 -07:00
Peter Steinberger
ec866d8abc
fix(telegram): clear stale localized command menus ( #120885 )
...
* fix(telegram): clear stale localized command menus
* test(telegram): satisfy command menu lint
2026-08-08 22:14:58 -07:00
clawsweeper[bot]
c121788611
fix(telegram): prioritize configured commands under menu pressure ( #119717 )
...
* fix(telegram): prioritize configured commands under menu pressure
* fix(telegram): preserve custom commands under localized menu pressure
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com >
Co-authored-by: ayeshakhalid192007-dev <ayeshakhalid192007@gmail.com >
2026-08-09 09:07:51 +05:30
Peter Steinberger
9b5eb04221
improve(tests): tighten async polling across suites ( #109919 )
...
* test: tighten signal delivery polling
* test: tighten async polling across suites
* test: use virtual time for signal ingress drain
2026-07-17 12:20:58 +01:00
Vincent Koc
cb705226ff
test(telegram): avoid promise executor return ( #106900 )
2026-07-14 07:38:48 +08:00
Peter Steinberger
33f4856875
refactor(telegram): privatize pure helper surface ( #106892 )
2026-07-14 00:21:51 +01:00
Peter Steinberger
81941f2d68
test: enable noUncheckedIndexedAccess for extension tests ( #105343 )
2026-07-12 12:48:22 +01:00
Peter Steinberger
efd1a9ace6
docs: document messaging extension sources
2026-06-04 22:03:15 -04:00
吴杨帆
77505daa85
fix(telegram): preserve command slots for aliases ( #85270 )
...
* fix(telegram): preserve command slots for aliases
* fix: report Telegram alias command overflow
* fix: preserve Telegram alias menu order
* docs: drop release-owned changelog entry
---------
Co-authored-by: wuyangfan <yangfan.wu@succaiss.com >
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-05-26 22:24:03 +01:00
Peter Steinberger
b4d148e21a
fix: harden telegram localized command menus ( #81351 ) (thanks @jzakirov)
2026-05-13 11:59:21 +01:00
Peter Steinberger
26afc763b3
test: dedupe telegram command menu mock calls
2026-05-12 15:37:11 +01:00
Ayaan Zaidi
b6265c1504
fix(telegram): harden command menu cache keys
2026-05-09 20:03:47 +05:30
Shakker
92d7ab6845
test: tighten channel empty array assertions
2026-05-09 04:58:00 +01:00
Peter Steinberger
7dc6a79905
test: clarify telegram command assertions
2026-05-08 11:57:22 +01:00
dae-sun
a147540b5f
fix(telegram): register commands for group scope + preserve topic thread params
2026-05-02 12:00:05 +01:00
Neerav Makwana
22175faaec
fix: trim menu descriptions before dropping commands ( #61129 ) (thanks @neeravmakwana)
...
* fix(telegram): trim menu descriptions before dropping commands
* fix: note Telegram command menu trimming (#61129 ) (thanks @neeravmakwana)
---------
Co-authored-by: Ayaan Zaidi <hi@obviy.us >
2026-04-05 08:05:16 +05:30
Tak Hoffman
84af16e9c7
fix(regression): handle telegram command error envelopes
2026-03-27 23:36:37 -05:00
scoootscooob
e5bca0832f
refactor: move Telegram channel implementation to extensions/ ( #45635 )
...
* refactor: move Telegram channel implementation to extensions/telegram/src/
Move all Telegram channel code (123 files + 10 bot/ files + 8 channel plugin
files) from src/telegram/ and src/channels/plugins/*/telegram.ts to
extensions/telegram/src/. Leave thin re-export shims at original locations so
cross-cutting src/ imports continue to resolve.
- Fix all relative import paths in moved files (../X/ -> ../../../src/X/)
- Fix vi.mock paths in 60 test files
- Fix inline typeof import() expressions
- Update tsconfig.plugin-sdk.dts.json rootDir to "." for cross-directory DTS
- Update write-plugin-sdk-entry-dts.ts for new rootDir structure
- Move channel plugin files with correct path remapping
* fix: support keyed telegram send deps
* fix: sync telegram extension copies with latest main
* fix: correct import paths and remove misplaced files in telegram extension
* fix: sync outbound-adapter with main (add sendTelegramPayloadMessages) and fix delivery.test import path
2026-03-14 02:50:17 -07:00