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:
parent
0bca340920
commit
ce76f18485
2 changed files with 5 additions and 0 deletions
|
|
@ -137,6 +137,10 @@ Two-way interactive bot for homelab management and communication with Claude.
|
||||||
**Bot:** @georgsen_homelab_bot
|
**Bot:** @georgsen_homelab_bot
|
||||||
|
|
||||||
**Commands (in Telegram):**
|
**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)
|
- `/status` - Quick service overview (ping check)
|
||||||
- `/pbs` - PBS backup status
|
- `/pbs` - PBS backup status
|
||||||
- `/backups` - Last backup per VM/CT
|
- `/backups` - Last backup per VM/CT
|
||||||
|
|
|
||||||
|
|
@ -233,6 +233,7 @@ async def help_command(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
||||||
*Claude Sessions:*
|
*Claude Sessions:*
|
||||||
/new <name> [persona] - Create new Claude session
|
/new <name> [persona] - Create new Claude session
|
||||||
/session <name> - Switch to a session
|
/session <name> - Switch to a session
|
||||||
|
/model <name> - Switch model (sonnet/opus/haiku)
|
||||||
/archive <name> - Archive and remove a session
|
/archive <name> - Archive and remove a session
|
||||||
|
|
||||||
*Status & Monitoring:*
|
*Status & Monitoring:*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue