🎩 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
744
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-16722
to
0.0.0-next-16727
+2
-2
dist/groups/agent.d.ts

@@ -78,3 +78,3 @@ import { Agent } from "@opencode-ai/schema/agent";

}> & {
empty: (id: Agent.ID) => {
default: (id: Agent.ID) => {
id: string & import("effect/Brand").Brand<"Agent.ID">;

@@ -174,3 +174,3 @@ name: string & import("effect/Brand").Brand<"Agent.Name">;

}> & {
empty: (id: Agent.ID) => {
default: (id: Agent.ID) => {
id: string & import("effect/Brand").Brand<"Agent.ID">;

@@ -177,0 +177,0 @@ name: string & import("effect/Brand").Brand<"Agent.Name">;

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

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

"dependencies": {
"@opencode-ai/schema": "0.0.0-next-16722",
"@opencode-ai/schema": "0.0.0-next-16727",
"effect": "4.0.0-beta.101"

@@ -34,0 +34,0 @@ },