Buckets:
| import { CommandV2 } from "@opencode-ai/core/command" | |
| import { Location } from "@opencode-ai/core/location" | |
| import { Schema } from "effect" | |
| import { HttpApiEndpoint, HttpApiGroup, OpenApi } from "effect/unstable/httpapi" | |
| import { LocationQuery, locationQueryOpenApi, LocationMiddleware } from "./location" | |
| export const CommandGroup = HttpApiGroup.make("server.command") | |
| .add( | |
| HttpApiEndpoint.get("command.list", "/api/command", { | |
| query: LocationQuery, | |
| success: Location.response(Schema.Array(CommandV2.Info)), | |
| }) | |
| .annotateMerge(locationQueryOpenApi) | |
| .annotateMerge( | |
| OpenApi.annotations({ | |
| identifier: "v2.command.list", | |
| summary: "List commands", | |
| description: "Retrieve currently registered commands.", | |
| }), | |
| ), | |
| ) | |
| .annotateMerge( | |
| OpenApi.annotations({ | |
| title: "commands", | |
| description: "Experimental command routes.", | |
| }), | |
| ) | |
| .middleware(LocationMiddleware) | |
Xet Storage Details
- Size:
- 965 Bytes
- Xet hash:
- c1739e5c7e6d8d01845180fdeed60f603aa0d470b1fcb182bb0d4b38063c1b7b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.