@opencode-ai/protocol 0.0.0-dev-17688 → 0.0.0-dev-17694
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/groups/session.js +1 -1
- package/package.json +2 -2
package/dist/groups/session.js
CHANGED
|
@@ -487,7 +487,7 @@ export const makeSessionGroup = (sessionLocationMiddleware) => HttpApiGroup.make
|
|
|
487
487
|
.annotateMerge(OpenApi.annotations({
|
|
488
488
|
identifier: "v2.session.interrupt",
|
|
489
489
|
summary: "Interrupt session execution",
|
|
490
|
-
description: "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes pending steering input while queued
|
|
490
|
+
description: "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes pending steering input and next-in-line control items (manual compaction, moves) while queued prompts remain parked.",
|
|
491
491
|
})))
|
|
492
492
|
.add(HttpApiEndpoint.post("session.background", "/api/session/:sessionID/background", {
|
|
493
493
|
params: { sessionID: Session.ID },
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@opencode-ai/protocol",
|
|
4
|
-
"version": "0.0.0-dev-
|
|
4
|
+
"version": "0.0.0-dev-17694",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"typecheck": "tsgo --noEmit"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@opencode-ai/schema": "0.0.0-dev-
|
|
35
|
+
"@opencode-ai/schema": "0.0.0-dev-17694",
|
|
36
36
|
"effect": "4.0.0-beta.107"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|