Coverage for slack_bot / shell / help_text.py: 0%

1 statements  

« prev     ^ index     » next       coverage.py v7.13.4, created at 2026-03-02 17:44 +0800

1SHELL_HELP_TEXT = """ 

2🤖 **Butler Shell Assistant - Help Menu** 

3 

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

5 

6**🖥️ System Monitoring** 

7• `check system` / `status` → View nice dashboard (CPU, RAM, Disk, Top Procs). 

8• `list processes` → View running processes table. 

9 

10**📂 File Operations** 

11• `download <path>` → detailed log/file download to Slack. 

12• `upload <path>` / `save <path>` → Save text content to a file. 

13 

14**⚡ Process Control** 

15• `kill <pid>` → Terminate a specific process ID. 

16• `run <command>` → Execute any shell command. 

17 

18**🔧 Essential Commands** 

19• `help` → Show this menu. 

20• `clear` → Clear conversation context. 

21 

22**🛠️ Gemini Configuration (gmode commands)** 

23• `### gmode check ###` → Quick health check of all configurations. 

24• `### gmode check-detailed ###` → Comprehensive health check with function calling tests. 

25• `### gmode local ###` → Switch to local proxy (127.0.0.1:8045). 

26• `### gmode openrouter ###` → Switch to OpenRouter. 

27• `### gmode <name> ###` → Switch to any configuration file. 

28 

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

30"""