#18533 · @lobototoro · opened Mar 21, 2026 at 3:31 PM UTC · last updated Mar 21, 2026 at 3:31 PM UTC

Add custom type for OpenCode agent server

desktopdocs
59
+101 files

Score breakdown

Impact

4.0

Clarity

8.0

Urgency

2.0

Ease Of Review

9.0

Guidelines

8.0

Readiness

10.0

Size

10.0

Trust

5.0

Traction

0.0

Summary

This PR adds a 'type': 'custom' property to the OpenCode agent server configuration within the French Zed documentation. This resolves a warning encountered by users who install OpenCode locally via brew and bind it to Zed. The change is a single line documentation update.

Open in GitHub

Description

When installing opencode locally using brew, to bind it to zed it needs a mandatory type prop. "Custom" works well in my installation.

Issue for this PR

When I tried copy/paste the snippet, zed threw a warning for the missing "type" prop.

Closes #

Type of change

  • [ ] Bug fix
  • [ ] New feature
  • [ ] Refactor / code improvement
  • [x] Documentation

What does this PR do?

it indicates a prop to add in zed's settings.json file.

How did you verify your code works?

On macos, using zed and opencode installed via brew.

Checklist

  • [x] I have tested my changes locally
  • [x] I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

Linked Issues

None.

Comments

No comments.

Changed Files

packages/web/src/content/docs/fr/acp.mdx

+10
@@ -31,6 +31,7 @@ Ajoutez à votre configuration [Zed](https://zed.dev) (`~/.config/zed/settings.j
{
"agent_servers": {
"OpenCode": {
"type": "custom",
"command": "opencode",
"args": ["acp"]
}