@opencode-ai/protocol
Advanced tools
@@ -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", { |
+2
-2
| { | ||
| "$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
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.
1827048
0.02%28951
0.01%+ Added
- Removed