diff --git a/CLAUDE.md b/CLAUDE.md index f9dc0de..f7ba392 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -137,6 +137,10 @@ Two-way interactive bot for homelab management and communication with Claude. **Bot:** @georgsen_homelab_bot **Commands (in Telegram):** +- `/new [persona]` - Create new Claude session +- `/session ` - Switch to a session +- `/model ` - Switch model (sonnet/opus/haiku or full ID). Persisted per session. +- `/archive ` - Archive and remove a session - `/status` - Quick service overview (ping check) - `/pbs` - PBS backup status - `/backups` - Last backup per VM/CT diff --git a/telegram/bot.py b/telegram/bot.py index 75addae..9b5be09 100755 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -233,6 +233,7 @@ async def help_command(update: Update, context: ContextTypes.DEFAULT_TYPE): *Claude Sessions:* /new [persona] - Create new Claude session /session - Switch to a session +/model - Switch model (sonnet/opus/haiku) /archive - Archive and remove a session *Status & Monitoring:*