commandHelp constant
Implementation
static const Map<String, String> commandHelp = {
'/help': 'Show help information and available commands.',
'/clear': 'Clear the conversation history (start fresh).',
'/compact': 'Summarise conversation to free up context space.',
'/model': 'Switch the active model.',
'/cost': 'Display token usage and estimated cost for this session.',
'/context': 'Show current context window usage.',
'/memory': 'View or edit the NEOMAGE.md memory file.',
'/commit': 'Generate a commit message and create a Git commit.',
'/review': 'Review recent code changes with AI feedback.',
'/diff': 'Show a diff of recent file changes.',
'/plan': 'Toggle plan mode for structured task planning.',
'/session': 'Manage sessions — list, resume, fork, or delete.',
'/login': 'Authenticate with the Anthropic API.',
'/logout': 'Clear stored authentication credentials.',
'/doctor': 'Run diagnostics and check system health.',
'/config': 'Open or edit the configuration file.',
'/export': 'Export the current conversation.',
'/bug': 'Report a bug with diagnostic information.',
};