Files
openclaw/src/telegram
Claude Code a656dcc199 fix(telegram): truncate commands to 100 to avoid BOT_COMMANDS_TOO_MUCH
Telegram Bot API limits setMyCommands to 100 commands per scope. When
users have many skills installed (~15+), the combined native + plugin +
custom commands can exceed this limit, causing a 400 error on every
gateway restart.

Truncate the command list to 100 (native commands first, then plugins,
then custom) and log a warning instead of failing the registration.

Fixes #11567
2026-02-09 22:27:03 +05:30
..
2026-01-30 03:16:21 +01:00
2026-01-07 04:16:39 +01:00
2026-02-04 04:09:53 -08:00
2026-01-30 03:16:21 +01:00
2026-01-15 17:07:38 +00:00