feat(protocol): publish package

This commit is contained in:
Dax Raad
2026-07-01 13:53:09 -04:00
parent 5e47501b8b
commit 98c09884bf
32 changed files with 231 additions and 65 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { Location } from "@opencode-ai/schema/location"
import { Plugin } from "@opencode-ai/schema/plugin"
import { Schema } from "effect"
import { HttpApiEndpoint, HttpApiGroup, OpenApi } from "effect/unstable/httpapi"
import { LocationQuery, locationQueryOpenApi } from "./location"
import { LocationQuery, locationQueryOpenApi } from "./location.js"
export const PluginGroup = HttpApiGroup.make("server.plugin")
.add(