Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T01:48:58.692Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

docs/src/ai/quick-start.md

6.4 KB

title: AI Quick Start - Zed description: Choose the right Zed AI setup path for agents, models, subscriptions, local models, edit prediction, and privacy.

AI Quick Start

Use this page to choose the right AI setup path in Zed. If you already know the company, subscription, model provider, agent, or CLI you want to use, start with AI by Company.

Use the Omega Agent {#omega-agent}

Use Omega Agent when you want Omega's first-party agent to read, edit, search, and run code in your project.

Omega Agent uses Zed-configured models from LLM Providers. It also uses Zed's built-in tools, Agent Profiles, Skills, Instructions, and MCP servers.

Start in the Agent Panel to prompt the agent, add context, review changes, and manage threads.

Configure the Omega Agent {#configure-omega-agent}

If you want to... Use
Control tools and permissions Agent Profiles
Approve or deny individual tools Tool Permissions
Add reusable task instructions Skills
Add always-on personal or project context Instructions
Connect external tools and context Model Context Protocol

Use Another Coding Agent in Zed {#agent-cli}

Use this path for Claude, Codex, OpenCode, Copilot, Cursor, Pi Coding Agent, Gemini CLI, or another coding agent.

If the agent... Use
Integrates with Zed through ACP External Agents
Runs as a CLI or TUI Terminal Threads

External Agents and Terminal Threads usually own their own auth, model configuration, subscriptions, tools, instructions, and MCP configuration.

Choose Which Models the Omega Agent Uses {#model-access}

The Omega Agent and other model-backed Zed AI features use models configured through LLM Providers.

If you want to... Use
Use models billed through Zed Zed-Hosted Models
Bring your own provider API key, credits, top-ups, or usage billing Use API Access
Use a subscription you already pay for Use an Existing Subscription
Use OpenRouter, Vercel AI Gateway, Amazon Bedrock, or another gateway Use a Gateway
Use Ollama, LM Studio, local OpenAI-compatible servers, or self-hosted models Use a Local Model

Provider keys saved through Zed are stored in the system keychain, not in settings.json.

Change AI Settings {#ai-settings}

If you want to... Go to
Configure LLM providers, External Agents, or MCP servers Agent Settings with {#action agent::OpenSettings}
Disable AI, configure tool permissions, or set up edit prediction providers Settings Editor with {#action omega::OpenSettings}
Edit advanced JSON-only settings Settings file with {#action omega::OpenSettingsFile}

For general settings mechanics, see Configuring Zed.

Use a Specific AI Feature {#features}

If you want to... Use
Prompt agents, add context, and review changes Agent Panel
Accept AI completions while typing Edit Prediction
Rewrite selected code or terminal text Inline Assistant
Run multiple AI tasks at once Parallel Agents
Generate commit messages Git commit generation

Learn More {#learn-more}

If you want to... Use
Understand privacy and data controls AI Privacy and Feedback and Training Data
Understand plans, usage, and billing Plans & Pricing, Zed-Hosted Models, and Billing

Turn AI Off {#turn-ai-off}

Open the Settings Editor with {#action omega::OpenSettings}, search for Disable AI, and enable it.

You can also add this to your settings file:

{
  "disable_ai": true
}

When AI is turned off, all AI features are disabled. This includes the Threads Sidebar, Agent Panel, Edit Prediction, and Inline Assistant.

Served at tenant.openagents/omega Member data and write actions are omitted.