oh-my-opencode 4.2.1 → 4.2.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.
Files changed (2) hide show
  1. package/dist/cli/index.js +12 -12
  2. package/package.json +12 -12
package/dist/cli/index.js CHANGED
@@ -54722,7 +54722,7 @@ var {
54722
54722
  // package.json
54723
54723
  var package_default = {
54724
54724
  name: "oh-my-opencode",
54725
- version: "4.2.1",
54725
+ version: "4.2.2",
54726
54726
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
54727
54727
  main: "./dist/index.js",
54728
54728
  types: "dist/index.d.ts",
@@ -54807,17 +54807,17 @@ var package_default = {
54807
54807
  zod: "^4.4.3"
54808
54808
  },
54809
54809
  optionalDependencies: {
54810
- "oh-my-opencode-darwin-arm64": "4.2.1",
54811
- "oh-my-opencode-darwin-x64": "4.2.1",
54812
- "oh-my-opencode-darwin-x64-baseline": "4.2.1",
54813
- "oh-my-opencode-linux-arm64": "4.2.1",
54814
- "oh-my-opencode-linux-arm64-musl": "4.2.1",
54815
- "oh-my-opencode-linux-x64": "4.2.1",
54816
- "oh-my-opencode-linux-x64-baseline": "4.2.1",
54817
- "oh-my-opencode-linux-x64-musl": "4.2.1",
54818
- "oh-my-opencode-linux-x64-musl-baseline": "4.2.1",
54819
- "oh-my-opencode-windows-x64": "4.2.1",
54820
- "oh-my-opencode-windows-x64-baseline": "4.2.1"
54810
+ "oh-my-opencode-darwin-arm64": "4.2.2",
54811
+ "oh-my-opencode-darwin-x64": "4.2.2",
54812
+ "oh-my-opencode-darwin-x64-baseline": "4.2.2",
54813
+ "oh-my-opencode-linux-arm64": "4.2.2",
54814
+ "oh-my-opencode-linux-arm64-musl": "4.2.2",
54815
+ "oh-my-opencode-linux-x64": "4.2.2",
54816
+ "oh-my-opencode-linux-x64-baseline": "4.2.2",
54817
+ "oh-my-opencode-linux-x64-musl": "4.2.2",
54818
+ "oh-my-opencode-linux-x64-musl-baseline": "4.2.2",
54819
+ "oh-my-opencode-windows-x64": "4.2.2",
54820
+ "oh-my-opencode-windows-x64-baseline": "4.2.2"
54821
54821
  },
54822
54822
  overrides: {
54823
54823
  hono: "^4.12.18",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode",
3
- "version": "4.2.1",
3
+ "version": "4.2.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",
@@ -85,17 +85,17 @@
85
85
  "zod": "^4.4.3"
86
86
  },
87
87
  "optionalDependencies": {
88
- "oh-my-opencode-darwin-arm64": "4.2.1",
89
- "oh-my-opencode-darwin-x64": "4.2.1",
90
- "oh-my-opencode-darwin-x64-baseline": "4.2.1",
91
- "oh-my-opencode-linux-arm64": "4.2.1",
92
- "oh-my-opencode-linux-arm64-musl": "4.2.1",
93
- "oh-my-opencode-linux-x64": "4.2.1",
94
- "oh-my-opencode-linux-x64-baseline": "4.2.1",
95
- "oh-my-opencode-linux-x64-musl": "4.2.1",
96
- "oh-my-opencode-linux-x64-musl-baseline": "4.2.1",
97
- "oh-my-opencode-windows-x64": "4.2.1",
98
- "oh-my-opencode-windows-x64-baseline": "4.2.1"
88
+ "oh-my-opencode-darwin-arm64": "4.2.2",
89
+ "oh-my-opencode-darwin-x64": "4.2.2",
90
+ "oh-my-opencode-darwin-x64-baseline": "4.2.2",
91
+ "oh-my-opencode-linux-arm64": "4.2.2",
92
+ "oh-my-opencode-linux-arm64-musl": "4.2.2",
93
+ "oh-my-opencode-linux-x64": "4.2.2",
94
+ "oh-my-opencode-linux-x64-baseline": "4.2.2",
95
+ "oh-my-opencode-linux-x64-musl": "4.2.2",
96
+ "oh-my-opencode-linux-x64-musl-baseline": "4.2.2",
97
+ "oh-my-opencode-windows-x64": "4.2.2",
98
+ "oh-my-opencode-windows-x64-baseline": "4.2.2"
99
99
  },
100
100
  "overrides": {
101
101
  "hono": "^4.12.18",