github Lexus2016/claude-code-studio v5.30.0
v5.30.0 — Forum UX: Buttons, Commands & Navigation

latest releases: v5.50.0, v5.49.1, v5.49.0...
one month ago

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

  • /history now 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 /done and /start were 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, /NEW all work)
  • @botname suffix stripped automatically (/connect@MyBot works)
  • Unknown commands get helpful feedback with /help suggestion

Contextual /help

  • /help in a project topic shows session & file commands
  • /help in the Tasks topic shows task lifecycle commands
  • /help in 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

Don't miss a new claude-code-studio release

NewReleases is sending notifications on new releases.