docs: add /model and session commands to help text and CLAUDE.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Mikkel Georgsen 2026-02-04 22:43:49 +00:00
parent 0bca340920
commit ce76f18485
2 changed files with 5 additions and 0 deletions

View file

@ -137,6 +137,10 @@ Two-way interactive bot for homelab management and communication with Claude.
**Bot:** @georgsen_homelab_bot
**Commands (in Telegram):**
- `/new <name> [persona]` - Create new Claude session
- `/session <name>` - Switch to a session
- `/model <name>` - Switch model (sonnet/opus/haiku or full ID). Persisted per session.
- `/archive <name>` - Archive and remove a session
- `/status` - Quick service overview (ping check)
- `/pbs` - PBS backup status
- `/backups` - Last backup per VM/CT

View file

@ -233,6 +233,7 @@ async def help_command(update: Update, context: ContextTypes.DEFAULT_TYPE):
*Claude Sessions:*
/new <name> [persona] - Create new Claude session
/session <name> - Switch to a session
/model <name> - Switch model (sonnet/opus/haiku)
/archive <name> - Archive and remove a session
*Status & Monitoring:*