Skip to Content

AI Chat

TL;DR

Cmdop AI Chat lets you execute commands on remote machines using natural language. Type requests like “restart nginx on production server” and the AI translates them into shell commands. It supports multi-machine operations, provides safety confirmations for destructive commands, and remembers conversation context.

Execute commands using natural language.

How do I access AI Chat?

  1. Click “AI” in sidebar
  2. Or press Cmd/Ctrl + K anywhere

How does AI Chat work?

Type what you want to do:

# Example: natural language command execution You: restart nginx on production server AI: I'll restart nginx on production-server. Running: sudo systemctl restart nginx âś“ nginx.service restarted successfully

What features does AI Chat provide?

How do I express commands in natural language?

Express commands naturally:

  • “Show me disk usage”
  • “Find large files in /var/log”
  • “Update all packages”
  • “Check if port 3000 is in use”

How do I target a specific machine?

Target specific machines:

  • “on production-server: check memory”
  • “@web-1 restart nginx”
  • Type machine name to filter

How do I run commands on multiple machines?

Execute on multiple machines:

  • “restart nginx on all web servers”
  • “check disk space on production-*“

When does AI Chat ask for confirmation?

AI asks for confirmation before:

  • Destructive operations
  • Multi-machine commands
  • Sudo operations

How do I use the chat interface?

How do I view message history?

Scroll up to see previous messages and commands.

How do I copy commands from the chat?

Click the copy icon to copy:

  • Individual commands
  • Full output

How do I re-run a previous command?

Click the replay icon to re-execute a command.

What can the AI help with?

The AI can help with:

What system administration tasks does it support?

  • Service management
  • User management
  • Package updates
  • Log analysis

What development tasks does it support?

  • Git operations
  • Build and deploy
  • Docker commands
  • Database operations

What file operations does it support?

  • Search and find files
  • Edit configurations
  • Backup and restore
  • Permission changes

What monitoring tasks does it support?

  • Check processes
  • View resource usage
  • Analyze logs
  • Network diagnostics

How do I configure AI Chat settings?

How do I choose the AI model?

Choose AI model in Settings > AI:

  • Standard (faster)
  • Advanced (more capable)

How do I configure confirmation prompts?

Configure confirmation prompts:

  • Always confirm
  • Confirm destructive only
  • Never confirm (advanced users)

How do I enable context awareness?

Enable context awareness:

  • Remember previous commands
  • Use machine context
  • Learn preferences

How does AI Chat ensure safety?

The AI will:

  • Never execute harmful commands
  • Ask for confirmation on destructive operations
  • Explain what commands will do
  • Suggest safer alternatives when appropriate
Last updated on