@opencode-ai/protocol
Advanced tools
+2
-2
@@ -46,3 +46,3 @@ import { InvalidRequestError, SessionNotFoundError } from "./errors.js"; | ||
| }; | ||
| export const promiseOmitEndpoints = new Set(["pty.connect", "pty.connectToken"]); | ||
| export const effectOmitEndpoints = new Set(["fs.read", "pty.connect", "pty.connectToken"]); | ||
| export const promiseOmitEndpoints = new Set(["pty.connect"]); | ||
| export const effectOmitEndpoints = new Set(["fs.read", "pty.connect"]); |
@@ -134,3 +134,5 @@ import { Location } from "@opencode-ai/schema/location"; | ||
| }>>; | ||
| }>>, never, never, Schema.toCodecJson<Schema.Struct<{ | ||
| }>>, never, Schema.toCodecStringTree<Schema.Struct<{ | ||
| readonly "x-opencode-ticket": Schema.optional<Schema.String>; | ||
| }>>, Schema.toCodecJson<Schema.Struct<{ | ||
| readonly location: typeof Location.Info; | ||
@@ -137,0 +139,0 @@ readonly data: Schema.Struct<{ |
@@ -79,2 +79,3 @@ import { Pty } from "@opencode-ai/schema/pty"; | ||
| query: LocationQuery, | ||
| headers: Schema.Struct({ [PTY_CONNECT_TOKEN_HEADER]: Schema.optional(Schema.String) }), | ||
| success: Location.response(PtyTicket.ConnectToken), | ||
@@ -81,0 +82,0 @@ error: [ForbiddenError, PtyNotFoundError], |
+2
-2
| { | ||
| "$schema": "https://json.schemastore.org/package.json", | ||
| "name": "@opencode-ai/protocol", | ||
| "version": "0.0.0-dev-17753", | ||
| "version": "0.0.0-dev-17754", | ||
| "type": "module", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@opencode-ai/schema": "0.0.0-dev-17753", | ||
| "@opencode-ai/schema": "0.0.0-dev-17754", | ||
| "effect": "4.0.0-rc.110" | ||
@@ -38,0 +38,0 @@ }, |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
1897835
0.01%30654
0.01%+ Added
- Removed