Skip to content

Add Zed editor agent#830

Draft
pushpak1300 wants to merge 1 commit into
mainfrom
add-zed-agent
Draft

Add Zed editor agent#830
pushpak1300 wants to merge 1 commit into
mainfrom
add-zed-agent

Conversation

@pushpak1300
Copy link
Copy Markdown
Member

@pushpak1300 pushpak1300 commented May 28, 2026

Currently Boost supports a bunch of AI editors/agents (Cursor, Copilot, Claude Code, Antigravity, etc.) but not Zed, even though Zed supports MCP and agent skills out of the box.

This adds a Zed agent that follows the existing convention:

  • Guidelines → AGENTS.md
  • Skills → .agents/skills
  • MCP → .zed/settings.json under the context_servers key (Zed's non-standard key, overridden via mcpConfigKey())
  • Remote MCP → { "url": "..." } shape per Zed's docs (no type field, unlike the base default)
  • System detection: /Applications/Zed.app on macOS, command -v zed / where zed elsewhere
  • Project detection: .zed/ directory only (intentionally not AGENTS.md, since several other agents write that file and it would cause false positives)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant