oh-my-opencode-slim 0.9.9 → 0.9.11

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.
@@ -258,6 +258,13 @@
258
258
  "items": {
259
259
  "type": "string"
260
260
  }
261
+ },
262
+ "options": {
263
+ "type": "object",
264
+ "propertyNames": {
265
+ "type": "string"
266
+ },
267
+ "additionalProperties": {}
261
268
  }
262
269
  }
263
270
  }
@@ -321,6 +328,13 @@
321
328
  "items": {
322
329
  "type": "string"
323
330
  }
331
+ },
332
+ "options": {
333
+ "type": "object",
334
+ "propertyNames": {
335
+ "type": "string"
336
+ },
337
+ "additionalProperties": {}
324
338
  }
325
339
  }
326
340
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode-slim",
3
- "version": "0.9.9",
3
+ "version": "0.9.11",
4
4
  "description": "Lightweight agent orchestration plugin for OpenCode - a slimmed-down fork of oh-my-opencode",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",