@sjawhar/opencode-legion-envoy 0.33.0 → 0.34.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.
@@ -13931,7 +13931,7 @@ var LegionDaemonApi = {
13931
13931
  })
13932
13932
  },
13933
13933
  ProcessReady: {
13934
- request: architectCapability,
13934
+ request: architectCapability.extend({ generation: number2().int() }),
13935
13935
  response: object({})
13936
13936
  },
13937
13937
  MergeGate: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjawhar/opencode-legion-envoy",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "type": "module",
5
5
  "main": "dist/src/server.js",
6
6
  "exports": {