@sjawhar/opencode-legion-envoy 0.17.0 → 0.18.0
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/src/server.js +1 -1
- package/package.json +1 -1
package/dist/src/server.js
CHANGED
|
@@ -13956,7 +13956,7 @@ var LegionDaemonApi = {
|
|
|
13956
13956
|
task: nonEmptyString
|
|
13957
13957
|
}),
|
|
13958
13958
|
response: object({
|
|
13959
|
-
status: _enum2(["spawned", "resumed"]),
|
|
13959
|
+
status: _enum2(["spawned", "resumed", "queued"]),
|
|
13960
13960
|
roleToken: nonEmptyString
|
|
13961
13961
|
})
|
|
13962
13962
|
},
|