feat: add project aliases to telegram command menu (#67)

This commit is contained in:
banteg
2026-01-08 11:26:09 +04:00
committed by GitHub
parent d606833603
commit c0579a4ebd
4 changed files with 91 additions and 6 deletions
+4
View File
@@ -362,8 +362,12 @@ Takopi SHOULD keep the bots slash-command menu in sync at startup by calling
* The command list MUST include:
* `cancel` — cancel the current run
* one entry per configured engine
* one entry per configured project alias that is a valid Telegram command
* The command list MUST NOT include commands the bot does not support.
* Command descriptions SHOULD be terse and lowercase.
* The command list SHOULD be capped at 100 entries per Telegram's limit; if the
config exceeds that limit, implementations SHOULD warn and truncate while
still handling all commands at runtime.
## 9. Testing requirements (MUST)