..
bot
fix(telegram): handle large file getFile errors gracefully
2026-02-16 23:51:09 +01:00
test-data
fix: address code review feedback - move test data, fix patterns, rewrite docs as RFC
2026-02-16 23:50:01 +01:00
accounts.test.ts
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
2026-02-01 10:03:47 +09:00
accounts.ts
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
2026-01-31 16:19:20 +09:00
allowed-updates.ts
fix: refine telegram reactions ( #964 ) (thanks @bohdanpodvirnyi)
2026-01-15 17:20:17 +00:00
api-logging.ts
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
2026-02-01 10:03:47 +09:00
audit.test.ts
chore: migrate to oxlint and oxfmt
2026-01-14 15:02:19 +00:00
audit.ts
perf(telegram): lazy import proxy + timeout deps in audit
2026-02-15 19:29:27 +00:00
bot-access.ts
fix(telegram): require sender ids for allowlist auth
2026-02-14 16:09:00 +01:00
bot-handlers.ts
refactor(telegram): simplify send/dispatch/target handling ( #17819 )
2026-02-16 14:00:34 +05:30
bot-message-context.audio-transcript.test.ts
fix: apply telegram voice transcript body substitution ( #16789 ) (thanks @Limitless2023) ( #16970 )
2026-02-15 14:22:49 +05:30
bot-message-context.dm-threads.test.ts
refactor(channels): dedupe transport and gateway test scaffolds
2026-02-16 14:59:31 +00:00
bot-message-context.dm-topic-threadid.test.ts
refactor(channels): dedupe transport and gateway test scaffolds
2026-02-16 14:59:31 +00:00
bot-message-context.sender-prefix.test.ts
refactor(test): share telegram message ctx setup
2026-02-14 22:24:34 +00:00
bot-message-context.test-harness.ts
refactor(channels): dedupe transport and gateway test scaffolds
2026-02-16 14:59:31 +00:00
bot-message-context.ts
fix(telegram): enable voice-note transcription in DMs and add CLI fallback
2026-02-16 23:50:31 +01:00
bot-message-dispatch.test.ts
fix(telegram): fix streaming with extended thinking models overwriting previous messages/ also happens to Execution error ( #17973 )
2026-02-16 18:54:34 +05:30
bot-message-dispatch.ts
feat(telegram): support inline button styles ( #18241 )
2026-02-16 22:48:47 +05:30
bot-message.test.ts
fix(telegram): stream replies in-place without duplicate final sends
2026-02-15 20:32:51 +05:30
bot-message.ts
fix(telegram): stream replies in-place without duplicate final sends
2026-02-15 20:32:51 +05:30
bot-native-command-menu.test.ts
refactor(telegram): extract native command menu helpers
2026-02-14 02:02:53 +01:00
bot-native-command-menu.ts
refactor(telegram): extract native command menu helpers
2026-02-14 02:02:53 +01:00
bot-native-commands.plugin-auth.test.ts
fix(telegram): exclude plugin commands from setMyCommands when native=false (openclaw#15164) thanks @Glucksberg
2026-02-14 13:22:58 -06:00
bot-native-commands.test.ts
refactor(channels): dedupe transport and gateway test scaffolds
2026-02-16 14:59:31 +00:00
bot-native-commands.ts
refactor(telegram): simplify send/dispatch/target handling ( #17819 )
2026-02-16 14:00:34 +05:30
bot-updates.ts
Telegram: use Grammy types directly, add typed Probe/Audit to plugin interface ( #8403 )
2026-02-04 10:09:28 +00:00
bot.create-telegram-bot.test-harness.ts
refactor(sessions): split access and resolution helpers
2026-02-16 03:56:49 +01:00
bot.create-telegram-bot.test.ts
fix(telegram): prevent non-abort slash commands from racing chat replies ( #17899 )
2026-02-16 16:21:10 +05:30
bot.media.downloads-media-file-path-no-file-download.e2e.test.ts
refactor(channels): dedupe transport and gateway test scaffolds
2026-02-16 14:59:31 +00:00
bot.media.e2e-harness.ts
Tests: annotate exported vitest mocks
2026-02-14 15:22:11 -05:00
bot.media.includes-location-text-ctx-fields-pins.e2e.test.ts
refactor(channels): dedupe transport and gateway test scaffolds
2026-02-16 14:59:31 +00:00
bot.test.ts
perf: consolidate telegram bot test harness
2026-02-16 02:45:00 +00:00
bot.ts
fix(telegram): prevent non-abort slash commands from racing chat replies ( #17899 )
2026-02-16 16:21:10 +05:30
button-types.ts
feat(telegram): support inline button styles ( #18241 )
2026-02-16 22:48:47 +05:30
caption.ts
refactor: share telegram caption splitting
2026-01-17 03:50:09 +00:00
draft-chunking.test.ts
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
2026-02-01 10:03:47 +09:00
draft-chunking.ts
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
2026-02-01 10:03:47 +09:00
draft-stream.test.ts
fix(telegram): include DM topic thread id in replies ( #18586 )
2026-02-16 17:02:59 -05:00
draft-stream.ts
fix(telegram): fix streaming with extended thinking models overwriting previous messages/ also happens to Execution error ( #17973 )
2026-02-16 18:54:34 +05:30
fetch.test.ts
refactor(telegram): avoid double-wrapping proxy fetch
2026-02-16 08:24:55 -05:00
fetch.ts
test: update tests and comments to reflect new autoSelectFamily default
2026-02-16 23:53:44 +01:00
format.test.ts
refactor(telegram): streamline file-ref wrapping and hoist regexes
2026-02-14 01:03:50 +01:00
format.ts
refactor(telegram): streamline file-ref wrapping and hoist regexes
2026-02-14 01:03:50 +01:00
format.wrap-md.test.ts
fix(telegram): auto-wrap .md file references in backticks to prevent URL previews ( #8649 )
2026-02-14 00:51:47 +01:00
group-access.ts
refactor(telegram): simplify send/dispatch/target handling ( #17819 )
2026-02-16 14:00:34 +05:30
group-migration.test.ts
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
2026-02-01 10:03:47 +09:00
group-migration.ts
refactor(telegram): simplify send/dispatch/target handling ( #17819 )
2026-02-16 14:00:34 +05:30
inline-buttons.test.ts
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
2026-02-01 10:03:47 +09:00
inline-buttons.ts
refactor(telegram): simplify send/dispatch/target handling ( #17819 )
2026-02-16 14:00:34 +05:30
model-buttons.test.ts
Telegram: fix model button review issues
2026-02-04 09:23:17 +05:30
model-buttons.ts
Telegram: fix model button review issues
2026-02-04 09:23:17 +05:30
monitor.test.ts
fix(security): scope session tools and webhook secret fallback
2026-02-16 03:47:10 +01:00
monitor.ts
fix(security): scope session tools and webhook secret fallback
2026-02-16 03:47:10 +01:00
network-config.test.ts
test: update tests and comments to reflect new autoSelectFamily default
2026-02-16 23:53:44 +01:00
network-config.ts
fix(telegram): enable autoSelectFamily by default for Node.js 22+
2026-02-16 23:53:44 +01:00
network-errors.test.ts
fix(telegram): recover from grammY "timed out" long-poll errors ( #7239 )
2026-02-02 22:37:22 +00:00
network-errors.ts
fix(telegram): recover from grammY "timed out" long-poll errors ( #7239 )
2026-02-02 22:37:22 +00:00
outbound-params.ts
refactor(telegram): share outbound param parsing
2026-02-15 01:15:43 +00:00
probe.test.ts
refactor(channels): dedupe transport and gateway test scaffolds
2026-02-16 14:59:31 +00:00
probe.ts
fix: dedupe probe/token base types ( #16986 ) (thanks @iyoda)
2026-02-15 11:36:54 -06:00
proxy.test.ts
fix: honor Telegram proxy dispatcher ( #4456 ) (thanks @spiceoogway)
2026-01-30 14:38:39 +05:30
proxy.ts
refactor(telegram): avoid double-wrapping proxy fetch
2026-02-16 08:24:55 -05:00
reaction-level.test.ts
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
2026-02-01 10:03:47 +09:00
reaction-level.ts
refactor(reactions): share reaction level resolver
2026-02-14 15:39:45 +00:00
send.proxy.test.ts
Telegram: harden network retries and config
2026-01-26 19:36:43 -05:00
send.test-harness.ts
perf(test): consolidate telegram send suites
2026-02-15 23:14:42 +00:00
send.test.ts
feat(telegram): support inline button styles ( #18241 )
2026-02-16 22:48:47 +05:30
send.ts
feat(telegram): support inline button styles ( #18241 )
2026-02-16 22:48:47 +05:30
sent-message-cache.ts
chore: Enable "curly" rule to avoid single-statement if confusion/errors.
2026-01-31 16:19:20 +09:00
sticker-cache.test.ts
perf(test): speed up Vitest bootstrap
2026-02-14 12:13:27 +00:00
sticker-cache.ts
feat: add Claude Opus 4.6 to built-in model catalog ( #9853 )
2026-02-05 12:09:23 -08:00
targets.test.ts
refactor(telegram): simplify send/dispatch/target handling ( #17819 )
2026-02-16 14:00:34 +05:30
targets.ts
refactor(telegram): simplify send/dispatch/target handling ( #17819 )
2026-02-16 14:00:34 +05:30
token.test.ts
perf(test): fold telegram update offset store into token suite
2026-02-16 02:45:00 +00:00
token.ts
fix: dedupe probe/token base types ( #16986 ) (thanks @iyoda)
2026-02-15 11:36:54 -06:00
update-offset-store.test.ts
fix(telegram): clean up update offset on channels remove --delete ( #18233 )
2026-02-16 23:53:06 +01:00
update-offset-store.ts
fix(telegram): clean up update offset on channels remove --delete ( #18233 )
2026-02-16 23:53:06 +01:00
voice.test.ts
fix(media): recognize MP3 and M4A as voice-compatible audio ( #15438 )
2026-02-14 03:03:02 +01:00
voice.ts
refactor(media): centralize voice compatibility policy
2026-02-14 03:17:40 +01:00
webhook.test.ts
test (telegram): assert webhook callback timeout-safe options
2026-02-14 18:57:18 -08:00
webhook.ts
fix (telegram): return webhook timeout responses to prevent retry storms
2026-02-14 18:57:18 -08:00