oh-my-opencode 3.12.1 → 3.12.2

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.
@@ -3716,15 +3716,10 @@
3716
3716
  "minimum": 10,
3717
3717
  "maximum": 9007199254740991
3718
3718
  },
3719
- "windowSize": {
3719
+ "consecutiveThreshold": {
3720
3720
  "type": "integer",
3721
3721
  "minimum": 5,
3722
3722
  "maximum": 9007199254740991
3723
- },
3724
- "repetitionThresholdPercent": {
3725
- "type": "number",
3726
- "exclusiveMinimum": 0,
3727
- "maximum": 100
3728
3723
  }
3729
3724
  },
3730
3725
  "additionalProperties": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode",
3
- "version": "3.12.1",
3
+ "version": "3.12.2",
4
4
  "description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -76,17 +76,17 @@
76
76
  "typescript": "^5.7.3"
77
77
  },
78
78
  "optionalDependencies": {
79
- "oh-my-opencode-darwin-arm64": "3.12.1",
80
- "oh-my-opencode-darwin-x64": "3.12.1",
81
- "oh-my-opencode-darwin-x64-baseline": "3.12.1",
82
- "oh-my-opencode-linux-arm64": "3.12.1",
83
- "oh-my-opencode-linux-arm64-musl": "3.12.1",
84
- "oh-my-opencode-linux-x64": "3.12.1",
85
- "oh-my-opencode-linux-x64-baseline": "3.12.1",
86
- "oh-my-opencode-linux-x64-musl": "3.12.1",
87
- "oh-my-opencode-linux-x64-musl-baseline": "3.12.1",
88
- "oh-my-opencode-windows-x64": "3.12.1",
89
- "oh-my-opencode-windows-x64-baseline": "3.12.1"
79
+ "oh-my-opencode-darwin-arm64": "3.12.2",
80
+ "oh-my-opencode-darwin-x64": "3.12.2",
81
+ "oh-my-opencode-darwin-x64-baseline": "3.12.2",
82
+ "oh-my-opencode-linux-arm64": "3.12.2",
83
+ "oh-my-opencode-linux-arm64-musl": "3.12.2",
84
+ "oh-my-opencode-linux-x64": "3.12.2",
85
+ "oh-my-opencode-linux-x64-baseline": "3.12.2",
86
+ "oh-my-opencode-linux-x64-musl": "3.12.2",
87
+ "oh-my-opencode-linux-x64-musl-baseline": "3.12.2",
88
+ "oh-my-opencode-windows-x64": "3.12.2",
89
+ "oh-my-opencode-windows-x64-baseline": "3.12.2"
90
90
  },
91
91
  "overrides": {
92
92
  "@opencode-ai/sdk": "^1.2.24"