@heidi-dang/oh-my-opencode 3.12.2 → 3.12.3
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 +14 -14
- package/package.json +14 -14
package/dist/cli/index.js
CHANGED
|
@@ -8633,7 +8633,7 @@ var {
|
|
|
8633
8633
|
// package.json
|
|
8634
8634
|
var package_default = {
|
|
8635
8635
|
name: "@heidi-dang/oh-my-opencode",
|
|
8636
|
-
version: "3.12.
|
|
8636
|
+
version: "3.12.3",
|
|
8637
8637
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
8638
8638
|
main: "dist/index.js",
|
|
8639
8639
|
types: "dist/index.d.ts",
|
|
@@ -8705,21 +8705,21 @@ var package_default = {
|
|
|
8705
8705
|
"@types/js-yaml": "^4.0.9",
|
|
8706
8706
|
"@types/picomatch": "^3.0.2",
|
|
8707
8707
|
"bun-types": "1.3.6",
|
|
8708
|
-
|
|
8709
|
-
|
|
8708
|
+
typescript: "^5.7.3",
|
|
8709
|
+
playwright: "^1.58.2"
|
|
8710
8710
|
},
|
|
8711
8711
|
optionalDependencies: {
|
|
8712
|
-
"@heidi-dang/oh-my-opencode-darwin-arm64": "3.12.
|
|
8713
|
-
"@heidi-dang/oh-my-opencode-darwin-x64": "3.12.
|
|
8714
|
-
"@heidi-dang/oh-my-opencode-darwin-x64-baseline": "3.12.
|
|
8715
|
-
"@heidi-dang/oh-my-opencode-linux-arm64": "3.12.
|
|
8716
|
-
"@heidi-dang/oh-my-opencode-linux-arm64-musl": "3.12.
|
|
8717
|
-
"@heidi-dang/oh-my-opencode-linux-x64": "3.12.
|
|
8718
|
-
"@heidi-dang/oh-my-opencode-linux-x64-baseline": "3.12.
|
|
8719
|
-
"@heidi-dang/oh-my-opencode-linux-x64-musl": "3.12.
|
|
8720
|
-
"@heidi-dang/oh-my-opencode-linux-x64-musl-baseline": "3.12.
|
|
8721
|
-
"@heidi-dang/oh-my-opencode-windows-x64": "3.12.
|
|
8722
|
-
"@heidi-dang/oh-my-opencode-windows-x64-baseline": "3.12.
|
|
8712
|
+
"@heidi-dang/oh-my-opencode-darwin-arm64": "3.12.3",
|
|
8713
|
+
"@heidi-dang/oh-my-opencode-darwin-x64": "3.12.3",
|
|
8714
|
+
"@heidi-dang/oh-my-opencode-darwin-x64-baseline": "3.12.3",
|
|
8715
|
+
"@heidi-dang/oh-my-opencode-linux-arm64": "3.12.3",
|
|
8716
|
+
"@heidi-dang/oh-my-opencode-linux-arm64-musl": "3.12.3",
|
|
8717
|
+
"@heidi-dang/oh-my-opencode-linux-x64": "3.12.3",
|
|
8718
|
+
"@heidi-dang/oh-my-opencode-linux-x64-baseline": "3.12.3",
|
|
8719
|
+
"@heidi-dang/oh-my-opencode-linux-x64-musl": "3.12.3",
|
|
8720
|
+
"@heidi-dang/oh-my-opencode-linux-x64-musl-baseline": "3.12.3",
|
|
8721
|
+
"@heidi-dang/oh-my-opencode-windows-x64": "3.12.3",
|
|
8722
|
+
"@heidi-dang/oh-my-opencode-windows-x64-baseline": "3.12.3"
|
|
8723
8723
|
},
|
|
8724
8724
|
overrides: {
|
|
8725
8725
|
"@opencode-ai/sdk": "^1.2.17"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heidi-dang/oh-my-opencode",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.3",
|
|
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",
|
|
@@ -72,21 +72,21 @@
|
|
|
72
72
|
"@types/js-yaml": "^4.0.9",
|
|
73
73
|
"@types/picomatch": "^3.0.2",
|
|
74
74
|
"bun-types": "1.3.6",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
75
|
+
"typescript": "^5.7.3",
|
|
76
|
+
"playwright": "^1.58.2"
|
|
77
77
|
},
|
|
78
78
|
"optionalDependencies": {
|
|
79
|
-
"@heidi-dang/oh-my-opencode-darwin-arm64": "3.12.
|
|
80
|
-
"@heidi-dang/oh-my-opencode-darwin-x64": "3.12.
|
|
81
|
-
"@heidi-dang/oh-my-opencode-darwin-x64-baseline": "3.12.
|
|
82
|
-
"@heidi-dang/oh-my-opencode-linux-arm64": "3.12.
|
|
83
|
-
"@heidi-dang/oh-my-opencode-linux-arm64-musl": "3.12.
|
|
84
|
-
"@heidi-dang/oh-my-opencode-linux-x64": "3.12.
|
|
85
|
-
"@heidi-dang/oh-my-opencode-linux-x64-baseline": "3.12.
|
|
86
|
-
"@heidi-dang/oh-my-opencode-linux-x64-musl": "3.12.
|
|
87
|
-
"@heidi-dang/oh-my-opencode-linux-x64-musl-baseline": "3.12.
|
|
88
|
-
"@heidi-dang/oh-my-opencode-windows-x64": "3.12.
|
|
89
|
-
"@heidi-dang/oh-my-opencode-windows-x64-baseline": "3.12.
|
|
79
|
+
"@heidi-dang/oh-my-opencode-darwin-arm64": "3.12.3",
|
|
80
|
+
"@heidi-dang/oh-my-opencode-darwin-x64": "3.12.3",
|
|
81
|
+
"@heidi-dang/oh-my-opencode-darwin-x64-baseline": "3.12.3",
|
|
82
|
+
"@heidi-dang/oh-my-opencode-linux-arm64": "3.12.3",
|
|
83
|
+
"@heidi-dang/oh-my-opencode-linux-arm64-musl": "3.12.3",
|
|
84
|
+
"@heidi-dang/oh-my-opencode-linux-x64": "3.12.3",
|
|
85
|
+
"@heidi-dang/oh-my-opencode-linux-x64-baseline": "3.12.3",
|
|
86
|
+
"@heidi-dang/oh-my-opencode-linux-x64-musl": "3.12.3",
|
|
87
|
+
"@heidi-dang/oh-my-opencode-linux-x64-musl-baseline": "3.12.3",
|
|
88
|
+
"@heidi-dang/oh-my-opencode-windows-x64": "3.12.3",
|
|
89
|
+
"@heidi-dang/oh-my-opencode-windows-x64-baseline": "3.12.3"
|
|
90
90
|
},
|
|
91
91
|
"overrides": {
|
|
92
92
|
"@opencode-ai/sdk": "^1.2.17"
|