🎩 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
586
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-16010
to
0.0.0-next-16012
+1
-1
dist/groups/model.js

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

summary: "List models",
description: "Retrieve available models ordered by release date.",
description: "Retrieve the current snapshot of available models ordered by release date. The snapshot may precede initial plugin settlement.",
})))

@@ -20,0 +20,0 @@ .add(HttpApiEndpoint.get("model.default", "/api/model/default", {

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

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

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

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