From ce76f1848549bcb9a6ea930230a6284c4f5e6d57 Mon Sep 17 00:00:00 2001 From: Mikkel Georgsen Date: Wed, 4 Feb 2026 22:43:49 +0000 Subject: [PATCH] docs: add /model and session commands to help text and CLAUDE.md Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 4 ++++ telegram/bot.py | 1 + 2 files changed, 5 insertions(+) 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:*