Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ APM natively integrates with OpenCode when a `.opencode/` directory exists in yo
| Agents (`.agent.md`) | `.opencode/agents/*.md` | Markdown with YAML frontmatter |
| Prompts (`.prompt.md`) | `.opencode/commands/*.md` | Converted to command format |
| Skills (`SKILL.md`) | `.opencode/skills/{name}/SKILL.md` | Identical (agentskills.io standard) |
| MCP servers | `opencode.json` | `mcp` key with `command` array, `environment` |
| MCP servers (local) | `opencode.json` | `mcp` key with `command` array, `environment` |
| MCP servers (remote) | `opencode.json` | `mcp` key with `url`, `headers`, `environment` |
| Instructions | Via `AGENTS.md` | Read natively by OpenCode |

**Setup**: Create a `.opencode/` directory in your project root, then run `apm install`. APM detects the directory and deploys automatically. OpenCode reads `AGENTS.md` natively for instructions.
Expand Down Expand Up @@ -579,6 +580,7 @@ dependencies:
| VS Code | ✅ Prompts user at runtime |
| Copilot CLI | ❌ Use environment variables instead |
| Codex | ❌ Use environment variables instead |
| OpenCode | ❌ Use environment variables instead |

## Roadmap

Expand Down
Loading