@oiap/exporter-vscode-copilot
v0.3.0
Published
VS Code Copilot agent plugin exporter for Open Interoperable Agent Plugins.
Readme
@oiap/exporter-vscode-copilot
VS Code Copilot agent plugin exporter for Open Interoperable Agent Plugins.
This package lowers OIAP plugin primitives into the VS Code Copilot agent plugin layout documented for Copilot-format plugins:
plugin.json
commands/<command>.prompt.md
skills/<skill>/SKILL.md
agents/<agent>.agent.md
hooks.json
.mcp.jsonMost authors should use the CLI:
bun run oiap build ./oiap.plugin.ts --target vscode-copilot-chat --out ./build/vscode-copilotThe exporter emits root plugin.json metadata, prompt files for slash commands,
Agent Skills folders, custom agent files, root hooks.json, and root .mcp.json
where the source plugin defines those surfaces.
Copilot-format plugins do not currently define an official plugin-root token for
hook commands. The exporter therefore emits generated hook runtime files under
.oiap/runtime/ and references them with plugin-relative paths in hooks.json,
while reporting the hook path behavior as degraded in the capability report.
