[Feature]: Human-readable Telegram topic names in session dropdown
Author: Diaspar4uCreated Feb 2, 2026Updated Sep 17, 2026
LabelsenhancementP2clawsweeper:no-new-fix-prclawsweeper:needs-maintainer-reviewclawsweeper:needs-product-decisionclawsweeper:needs-live-reproimpact:session-stateissue-rating: 🐚 platinum hermit
Summary
Session dropdown shows raw keys like agent:main:telegram:group:-123456789:topic:42 instead of human-readable topic names for Telegram forum topics.
Expected Behavior
Display as Telegram : GroupName : TopicName (with spaces around colons, preserving original casing) instead of raw numeric IDs.
Solution
- Capture topic name from
forum_topic_createdservice messages in Telegram - Store
topicNamein session metadata - Display formatted name in session list with spaced colons
Note: This is Telegram-specific. Other platforms may have different formatting needs.
Source: openclaw/openclaw