diff --git a/.changeset/opencode-plugin.md b/.changeset/opencode-plugin.md deleted file mode 100644 index 3cd0066a0..000000000 --- a/.changeset/opencode-plugin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@upstash/context7-opencode": minor ---- - -Add `@upstash/context7-opencode`, the official Context7 plugin for OpenCode. Installing it registers the hosted Context7 MCP server and the `context7-mcp` skill. Authentication defaults to OAuth and falls back to `CONTEXT7_API_KEY` or an `apiKey` plugin option. diff --git a/packages/opencode/CHANGELOG.md b/packages/opencode/CHANGELOG.md new file mode 100644 index 000000000..fa1c8376a --- /dev/null +++ b/packages/opencode/CHANGELOG.md @@ -0,0 +1,7 @@ +# @upstash/context7-opencode + +## 0.1.0 + +### Minor Changes + +- 07580f1: Add `@upstash/context7-opencode`, the official Context7 plugin for OpenCode. Installing it registers the hosted Context7 MCP server and the `context7-mcp` skill. Authentication defaults to OAuth and falls back to `CONTEXT7_API_KEY` or an `apiKey` plugin option.