🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@opencode-ai/protocol

Package Overview
Dependencies
Maintainers
2
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/protocol - npm Package Compare versions

Comparing version
0.0.0-next-16052
to
0.0.0-next-16058
+8
-8
dist/groups/model.d.ts

@@ -85,3 +85,3 @@ import { Model } from "@opencode-ai/schema/model";

}> & {
empty: (providerID: import("@opencode-ai/schema/provider").ID, id: Model.ID) => {
default: (providerID: import("@opencode-ai/schema/provider").ID, id: Model.ID) => {
id: string & import("effect/Brand").Brand<"Model.ID">;

@@ -92,5 +92,5 @@ modelID: string & import("effect/Brand").Brand<"Model.ID">;

capabilities: {
tools: false;
input: never[];
output: never[];
tools: true;
input: string[];
output: string[];
};

@@ -189,3 +189,3 @@ variants: never[];

}> & {
empty: (providerID: import("@opencode-ai/schema/provider").ID, id: Model.ID) => {
default: (providerID: import("@opencode-ai/schema/provider").ID, id: Model.ID) => {
id: string & import("effect/Brand").Brand<"Model.ID">;

@@ -196,5 +196,5 @@ modelID: string & import("effect/Brand").Brand<"Model.ID">;

capabilities: {
tools: false;
input: never[];
output: never[];
tools: true;
input: string[];
output: string[];
};

@@ -201,0 +201,0 @@ variants: never[];

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/protocol",
"version": "0.0.0-next-16052",
"version": "0.0.0-next-16058",
"type": "module",

@@ -29,3 +29,3 @@ "license": "MIT",

"dependencies": {
"@opencode-ai/schema": "0.0.0-next-16052",
"@opencode-ai/schema": "0.0.0-next-16058",
"effect": "4.0.0-beta.98"

@@ -32,0 +32,0 @@ },