oh-my-opencode 3.1.1 → 3.1.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.
package/dist/cli/index.js CHANGED
@@ -8075,7 +8075,7 @@ var import_picocolors2 = __toESM(require_picocolors(), 1);
8075
8075
  // package.json
8076
8076
  var package_default = {
8077
8077
  name: "oh-my-opencode",
8078
- version: "3.1.1",
8078
+ version: "3.1.2",
8079
8079
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
8080
8080
  main: "dist/index.js",
8081
8081
  types: "dist/index.d.ts",
@@ -8148,13 +8148,13 @@ var package_default = {
8148
8148
  typescript: "^5.7.3"
8149
8149
  },
8150
8150
  optionalDependencies: {
8151
- "oh-my-opencode-darwin-arm64": "3.1.1",
8152
- "oh-my-opencode-darwin-x64": "3.1.1",
8153
- "oh-my-opencode-linux-arm64": "3.1.1",
8154
- "oh-my-opencode-linux-arm64-musl": "3.1.1",
8155
- "oh-my-opencode-linux-x64": "3.1.1",
8156
- "oh-my-opencode-linux-x64-musl": "3.1.1",
8157
- "oh-my-opencode-windows-x64": "3.1.1"
8151
+ "oh-my-opencode-darwin-arm64": "3.1.2",
8152
+ "oh-my-opencode-darwin-x64": "3.1.2",
8153
+ "oh-my-opencode-linux-arm64": "3.1.2",
8154
+ "oh-my-opencode-linux-arm64-musl": "3.1.2",
8155
+ "oh-my-opencode-linux-x64": "3.1.2",
8156
+ "oh-my-opencode-linux-x64-musl": "3.1.2",
8157
+ "oh-my-opencode-windows-x64": "3.1.2"
8158
8158
  },
8159
8159
  trustedDependencies: [
8160
8160
  "@ast-grep/cli",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode",
3
- "version": "3.1.1",
3
+ "version": "3.1.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",
@@ -73,13 +73,13 @@
73
73
  "typescript": "^5.7.3"
74
74
  },
75
75
  "optionalDependencies": {
76
- "oh-my-opencode-darwin-arm64": "3.1.1",
77
- "oh-my-opencode-darwin-x64": "3.1.1",
78
- "oh-my-opencode-linux-arm64": "3.1.1",
79
- "oh-my-opencode-linux-arm64-musl": "3.1.1",
80
- "oh-my-opencode-linux-x64": "3.1.1",
81
- "oh-my-opencode-linux-x64-musl": "3.1.1",
82
- "oh-my-opencode-windows-x64": "3.1.1"
76
+ "oh-my-opencode-darwin-arm64": "3.1.2",
77
+ "oh-my-opencode-darwin-x64": "3.1.2",
78
+ "oh-my-opencode-linux-arm64": "3.1.2",
79
+ "oh-my-opencode-linux-arm64-musl": "3.1.2",
80
+ "oh-my-opencode-linux-x64": "3.1.2",
81
+ "oh-my-opencode-linux-x64-musl": "3.1.2",
82
+ "oh-my-opencode-windows-x64": "3.1.2"
83
83
  },
84
84
  "trustedDependencies": [
85
85
  "@ast-grep/cli",