Skip to Content
🚀 OpenGame Playable Ads SAAS — AI-generated playable ads from $9/creative
User GuideZed IDE

Zed Editor

Zed Editor provides native support for AI coding assistants through the Agent Control Protocol (ACP). This integration allows you to use OpenGame directly within Zed’s interface with real-time code suggestions.

Zed Editor Overview

Features

  • Native agent experience: Integrated AI assistant panel within Zed’s interface
  • Agent Client Protocol: Full support for ACP enabling advanced IDE interactions
  • File management: @-mention files to add them to the conversation context
  • Conversation history: Access to past conversations within Zed

Requirements

  • Zed Editor (latest version recommended)
  • OpenGame CLI installed

Installation

  1. Install OpenGame CLI:

    npm install -g /opengame
  2. Download and install Zed Editor 

  3. In Zed, click the settings button in the top right corner, select “Add agent”, choose “Create a custom agent”, and add the following configuration:

"OpenGame": { "type": "custom", "command": "opengame", "args": ["--acp"], "env": {} }

OpenGame Integration

Troubleshooting

Agent not appearing

  • Run opengame --version in terminal to verify installation
  • Check that the JSON configuration is valid
  • Restart Zed Editor

OpenGame not responding

  • Check your internet connection
  • Verify CLI works by running opengame in terminal
  • File an issue on GitHub  if the problem persists