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, oMLX  and other local MLX servers, 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, pointing at its /v1 root (e.g. http://localhost:8000/v1 for oMLX, http://localhost:1234/v1 for LM Studio, or https://api.groq.com/openai/v1 for Groq)
  4. Enter an API key only if the service requires one. Local servers (oMLX, LM Studio, vLLM) usually don’t - just leave it blank
  5. Click Save & Test. SupaSidebar checks the connection by listing models at <base URL>/models, so make sure your server is running first
  6. Pick the model from the dropdown. After a successful test, SupaSidebar lists the models your server reports - choose a chat/instruct model (e.g. a Qwen Instruct model for oMLX). Embedding-only models such as all-MiniLM can’t chat. If the list is empty (server unreachable), you can still type the model name manually.

SupaSidebar sends chat requests to <base URL>/chat/completions in the standard OpenAI format. Tool calling (letting the AI search and open your links) is sent to the server too, but it only works if the underlying model supports OpenAI-style function calling - many local models don’t, in which case the AI still replies normally with text.

Ollama

Ollama  runs open models locally on your Mac. SupaSidebar talks to it directly - no API key, and nothing leaves your machine.

Setup:

  1. Install Ollama and pull a model, e.g. ollama pull qwen2.5
  2. In Preferences - AI, select Ollama as the provider for AI Chat
  3. The Endpoint defaults to http://localhost:11434. Change it only if Ollama runs on a custom port or another machine, then click Check to confirm the connection
  4. Pick your model from the dropdown

Tool calling: Models that support function calling (Qwen 2.5, Llama 3.1+, and similar) can use SupaSidebar’s tools to search and open your links. Older models that don’t support tools still chat normally - SupaSidebar falls back to a plain reply automatically.

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