@sjawhar/opencode-legion-envoy 0.17.0 → 0.18.1

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.
@@ -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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjawhar/opencode-legion-envoy",
3
- "version": "0.17.0",
3
+ "version": "0.18.1",
4
4
  "type": "module",
5
5
  "main": "dist/src/server.js",
6
6
  "exports": {