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 { Command } from "@opencode-ai/schema/command"
import { Location } from "@opencode-ai/schema/location"
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 CommandGroup = HttpApiGroup.make("server.command")
.add(