SHELL_HELP_TEXT = """
🤖 **Butler Shell Assistant - Help Menu**

I can help you manage the server with the following tools:

**🖥️ System Monitoring**
• `check system` / `status` → View nice dashboard (CPU, RAM, Disk, Top Procs).
• `list processes` → View running processes table.

**📂 File Operations**
• `download <path>` → detailed log/file download to Slack.
• `upload <path>` / `save <path>` → Save text content to a file.

**⚡ Process Control**
• `kill <pid>` → Terminate a specific process ID.
• `run <command>` → Execute any shell command.

**🔧 Essential Commands**
• `help` → Show this menu.
• `clear` → Clear conversation context.

**🛠️ Gemini Configuration (gmode commands)**
• `### gmode check ###` → Quick health check of all configurations.
• `### gmode check-detailed ###` → Comprehensive health check with function calling tests.
• `### gmode local ###` → Switch to local proxy (127.0.0.1:8045).
• `### gmode openrouter ###` → Switch to OpenRouter.
• `### gmode <name> ###` → Switch to any configuration file.

*Tip: You can just ask normally, e.g., "How is the server doing?" or "Kill the python process taking up too much CPU".*
"""
