Skip to Content
FeaturesAsk AI

Ask AI

Chat with an AI assistant directly inside the Command Panel. Ask questions, search your sidebar, open links, and manage your workspace using natural language.

How to access

Open the Command Panel with Cmd Ctrl K, then activate AI mode in one of three ways:

  • Ctrl Return - Activates AI mode. If you have a search query with no results, it pre-fills that query.
  • “Ask AI” row - When a search returns no results, an “Ask AI” row appears in the results list. Press Return to activate it.

What the AI can do

The AI assistant can interact with your sidebar through natural language. It has access to these capabilities:

CategoryActions
Search and browseSearch saved links, list spaces, folders, tags, recent items, live tabs
Open and navigateOpen links in any browser, switch spaces, perform web searches
Create and organizeSave new links, create folders and spaces, move links between spaces
SettingsView current settings, shortcuts, and visibility options, open preferences
Sidebar controlToggle sidebar visibility

Some actions (like opening links or creating folders) may ask for your permission before executing. You can choose to deny, allow once, or always allow each action type.

Slash commands

Type / in the AI input field to see all available commands:

CommandDescription
/guideShows a summary of everything the AI can help with
/modelOpens the model picker to switch AI models
/clearClears the current chat history
/helpLists all available slash commands

AI providers and models

Configure your AI provider in Preferences - AI under the “Features” section for “AI Chat.”

ProviderModelsRequires
AnthropicClaude 4.5 Haiku, Claude 4.6 Sonnet, Claude 4.6 OpusAPI key
OpenAIGPT-5 Nano, GPT-5 Mini, GPT-5, GPT-5.2, GPT-5.2 ProAPI key
Google GeminiGemini 2.5 Flash, Gemini 2.5 Pro, and moreAPI key
OpenAI-CompatibleAny model the server offersBase URL, optional API key
OllamaAny locally pulled modelOllama running locally
MLXGemma 2 2B, Llama 3.2 3B, Phi-4 Mini 3.8B, Qwen3 4B, Mistral 7B, Qwen 2.5 7BApple Silicon Mac, model downloaded

Use the /model slash command to switch between models for the current provider without leaving the chat.

OpenAI-Compatible provider

Many AI services and local servers use the same API format as OpenAI. The OpenAI-Compatible provider lets you connect to any of them - just provide a base URL and you’re ready to go.

Works with: Groq, Together AI, LM Studio, vLLM, Mistral, Fireworks, and any other service that exposes an OpenAI-compatible /chat/completions endpoint.

Setup:

  1. Go to Preferences - AI
  2. Under the feature you want to configure (e.g. AI Chat), select OpenAI-Compatible as the provider
  3. Enter the Base URL of your server (e.g. http://localhost:1234/v1 for LM Studio, or https://api.groq.com/openai/v1 for Groq)
  4. Enter your API key if the service requires one (local servers like LM Studio typically don’t)
  5. Click Save & Test - SupaSidebar will verify the connection
  6. Type the model name you want to use (e.g. llama-3.3-70b-versatile for Groq, or whatever model your server provides)

SupaSidebar automatically sends requests to the right endpoint (/chat/completions) using the standard OpenAI format. Streaming and tool calling are supported when the server supports them.

Keyboard shortcuts

ShortcutAction
Ctrl ReturnActivate AI mode from Command Panel
EscapeExit AI mode and return to search
/Show slash command menu

Copy a message

Hover over any AI or user message in the chat to reveal a copy button in the corner. Click it to copy the message text to your clipboard.

Tips

  • The AI remembers context within a conversation. Ask follow-up questions without repeating yourself.
  • Use /guide when you first try Ask AI to see everything it can help with.
  • Local models (MLX, Ollama) keep your conversations completely private - nothing leaves your Mac.
  • Combine Ask AI with Spaces to quickly organize links across workspaces using natural language.
  • See Command Panel for other search and navigation features.
Last updated on