Forum Mode UX Overhaul
Forum Mode is now fully interactive — every action has a button, every topic has contextual help, and activity notifications double as a navigation hub.
What's New
Clickable Session Buttons
/historynow shows inline buttons for each session — tap to switch instead of typing/session N
Contextual Forum Buttons
- Done messages in forum topics show [📜 History] and [🆕 New] instead of the private-chat [Continue] / [Menu]
- Error messages show [🔄 Retry] that resends the last user message automatically
- Progress messages in forum threads show only [🛑 Stop] (no Menu — you're already in the right topic)
Expanded Task Commands
/todo ID— move task to "todo" status/block ID— mark task as blocked/backlog ID— move task to backlog/delete ID— permanently remove a task- Previously only
/doneand/startwere available
More Project Topic Commands
/cat <file>— read file contents/last [n]— show last N messages/full— show full last response/help— contextual help for the current topic type
Activity Navigation Buttons
- Every activity notification now has [💬 Open chat] and [📁 Project] buttons
- [Open chat] activates the session and shows last messages in the project topic
- [Project] navigates you directly to the project thread
- Activity topic is now a navigation hub, not just a log
Command Normalization
- All forum commands are now case-insensitive (
/STOP,/History,/NEWall work) @botnamesuffix stripped automatically (/connect@MyBotworks)- Unknown commands get helpful feedback with
/helpsuggestion
Contextual /help
/helpin a project topic shows session & file commands/helpin the Tasks topic shows task lifecycle commands/helpin General shows forum-wide commands- Each topic type gets its own relevant help text
Stats
- 228 insertions across 2 files (telegram-bot.js + server.js)
- 3 new callback handlers:
fs:(session switch),fm:(forum actions),fa:(activity navigation) - Full i18n for all new strings in Ukrainian, English, and Russian
- Updated README in all 3 languages
Upgrade
npx github:Lexus2016/claude-code-studio@latest