Skip to content

Add Zed AI docs#3035

Open
atharvadeosthale wants to merge 1 commit into
mainfrom
Zed-editor
Open

Add Zed AI docs#3035
atharvadeosthale wants to merge 1 commit into
mainfrom
Zed-editor

Conversation

@atharvadeosthale
Copy link
Copy Markdown
Member

Summary

  • add a Zed page to the AI IDE docs with MCP and skills setup steps
  • add Zed to the AI docs navigation and MCP IDE cards
  • include optimized Zed agent screenshot and monochrome Zed SVG logo variants

Verification

  • bun run format
  • bun run optimize

@appwrite
Copy link
Copy Markdown

appwrite Bot commented Jun 2, 2026

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Ready Ready View Logs Preview URL QR Code

Website (appwrite/website)

Project ID: 684969cb000a2f6c0a02

Sites (1)
Site Status Logs Preview QR
 website
68496a17000f03d62013
Processing Processing View Logs Preview URL QR Code


Tip

Schedule functions to run as often as every minute with cron expressions

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 2, 2026

Greptile Summary

This PR adds Zed editor support to the Appwrite AI IDE documentation, covering MCP server configuration and Appwrite skills setup, and wires Zed into the navigation, overview cards, and skills listing.

  • Adds a new agents/zed/+page.markdoc with step-by-step instructions for MCP server setup (API and docs servers), skills installation via npx skills add, and test prompts — including light/dark SVG logos and an AVIF screenshot.
  • Registers Zed in the sidebar navigation (+layout.svelte), the AI overview page cards, the shared MCP IDE cards partial, and the skills compatibility list.

Confidence Score: 4/5

Documentation-only addition that is safe to merge; the one item worth a second look is the command palette action name used to add MCP servers in Zed.

All navigation wiring, logo assets, optimize-cache updates, and skills path documentation are correct and consistent with existing IDE pages. The only uncertainty is whether agent: add context server is the exact registered action name in Zed's command palette — Zed's published docs describe the equivalent flow as agent: open settings followed by "Add Custom Server". If users can't find that action, the MCP setup step will fail silently.

src/routes/docs/tooling/ai/agents/zed/+page.markdoc — verify the command palette action name on line 44.

Important Files Changed

Filename Overview
src/routes/docs/tooling/ai/agents/zed/+page.markdoc New Zed AI IDE documentation page covering MCP setup and skills installation; skills paths and JSON config format are accurate per official Zed docs, but the command palette action name used for adding MCP servers may not match Zed's published action name.
src/partials/mcp-add-ides-tools.md Adds Zed cards in both light and dark variants between VS Code and OpenCode, consistent with ordering in layout and main page.
src/routes/docs/tooling/ai/+layout.svelte Adds Zed nav entry between VS Code and OpenCode, consistent with card ordering elsewhere.
src/routes/docs/tooling/ai/+page.markdoc Adds Zed light/dark logo cards to the AI tooling overview page, matching other IDE entries.
src/routes/docs/tooling/ai/skills/+page.markdoc Adds Zed to the skills-compatible tools list in consistent order.
.optimize-cache.json Cache records zed-agent-chat.png (source) consistent with the pattern used by other IDE images; the AVIF output is what's committed and served.
static/images/docs/mcp/logos/zed.svg Monochrome light-mode Zed SVG logo; fill color is suitable for light backgrounds.
static/images/docs/mcp/logos/dark/zed.svg Monochrome dark-mode Zed SVG logo; fill color is suitable for dark backgrounds.
static/images/docs/mcp/zed/zed-agent-chat.avif Optimized AVIF screenshot of Zed's agent panel; referenced correctly in the markdoc page.

Reviews (1): Last reviewed commit: "Add Zed AI docs" | Re-trigger Greptile

Comment thread src/routes/docs/tooling/ai/agents/zed/+page.markdoc
Copy link
Copy Markdown
Contributor

@adityaoberai adityaoberai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving to unblock

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.

2 participants