Documentation / Commands

Slash Commands Reference

Complete reference for CLIO's slash commands

Command Overview

Slash commands provide direct access to CLIO features and configuration. All commands start with : or /.

General Commands

Command Description
/help Show available commands
/clear Clear the screen
/exit or /quit Exit CLIO
/multiline or /ml Open editor for multi-line prompts

API & Configuration

Command Description
/api login Authenticate with GitHub Copilot
/api set provider NAME Set AI provider (openai, anthropic, deepseek, etc.)
/api set key VALUE Set API key
/api set model NAME Set model (gpt-4o, claude-3-5-sonnet, etc.)
/api models List available models for current provider
/config show Display current configuration
/config save Save configuration to disk

Session Management

Command Description
/session list List all saved sessions
/session switch ID Switch to a different session
/session delete ID Delete a session
/session export ID Export session to file

Memory Commands

Command Description
/memory store KEY VALUE Store key-value pair
/memory get KEY Retrieve stored value
/memory list List all memory keys
/memory search QUERY Search memory
/memory delete KEY Delete memory entry

Todo Management

Command Description
/todo list Show current todo list
/todo add TITLE Add new todo
/todo done ID Mark todo as complete
/todo clear Clear completed todos

Customization

Command Description
/theme Change color theme
/debug Toggle debug mode
/verbose Toggle verbose output

Next Steps