File an issue about Gemini CLI. By default, the issue is filed within the GitHub repository for Gemini CLI.
/chat
Save and resume conversation history for branching convo state interactively, or resuming a previous state
/chat save <tag> /chat resume <tag> /chat list
/clear
Clears the terminal screen. Can also use shortcut: Ctrl + L
/compress
Replace the entire chat context with a summary. This saves tokens
/editor
Open a Dialogue Box for selecting supported editors
/help or /?
Self explanatory
/mcp
List all configured Model Context Protocol servers, their status details and available tools
/mcp desc: Show detailed server/tool descriptions /mcp nodesc: Hide tool descriptions, only show names mcp schema: Show full JSON schema for tools config params
/memory
Manage the AI’s instructional context (memory loaded from GEMINI.md files)
/memory add <text>: Add following text to AI memory /memory show: Display full content of current heirarchical memory loaded from all GEMINI.md files /memory refresh: Reload all GEMINI.md files
/restore
Restore projhect files to the state they were in before tool was executed. Only available if Checkpointing was enabled
/restore [tool_call_id]
/stats
Display detailed statistics for the current Gemini CLI session
/theme
Change the visual theme for Gemini CLI
/auth
Change the authentication method for Gemini CLI
/about
Same as -version
/tools
Display list of currently available tools within Gemini CLI.
/tools desc: Show detailed descriptions for each tool /tools nodesc: Hide descriptions, only show tool names