Sign In

@opencode-ai/protocol

Package Overview
Dependencies
Maintainers
2
Versions
961
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-17239
to
0.0.0-next-17247
+2
-1
dist/groups/session.js

@@ -479,2 +479,3 @@ import { SessionMessage } from "@opencode-ai/schema/session-message";

params: { sessionID: Session.ID },
query: { continue: BooleanFromString.pipe(Schema.optional) },
success: HttpApiSchema.NoContent,

@@ -487,3 +488,3 @@ error: SessionNotFoundError,

summary: "Interrupt session execution",
description: "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op.",
description: "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes if durable pending work remains after interruption.",
})))

@@ -490,0 +491,0 @@ .add(HttpApiEndpoint.post("session.background", "/api/session/:sessionID/background", {

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

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

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

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

Sorry, the diff of this file is too big to display