oh-my-opencode 3.11.0 → 3.11.1
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 +15 -15
- package/package.json +15 -15
package/dist/cli/index.js
CHANGED
|
@@ -8935,7 +8935,7 @@ var {
|
|
|
8935
8935
|
// package.json
|
|
8936
8936
|
var package_default = {
|
|
8937
8937
|
name: "oh-my-opencode",
|
|
8938
|
-
version: "3.11.
|
|
8938
|
+
version: "3.11.1",
|
|
8939
8939
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
8940
8940
|
main: "dist/index.js",
|
|
8941
8941
|
types: "dist/index.d.ts",
|
|
@@ -8980,12 +8980,12 @@ var package_default = {
|
|
|
8980
8980
|
license: "SUL-1.0",
|
|
8981
8981
|
repository: {
|
|
8982
8982
|
type: "git",
|
|
8983
|
-
url: "git+https://github.com/code-yeongyu/oh-my-
|
|
8983
|
+
url: "git+https://github.com/code-yeongyu/oh-my-openagent.git"
|
|
8984
8984
|
},
|
|
8985
8985
|
bugs: {
|
|
8986
|
-
url: "https://github.com/code-yeongyu/oh-my-
|
|
8986
|
+
url: "https://github.com/code-yeongyu/oh-my-openagent/issues"
|
|
8987
8987
|
},
|
|
8988
|
-
homepage: "https://github.com/code-yeongyu/oh-my-
|
|
8988
|
+
homepage: "https://github.com/code-yeongyu/oh-my-openagent#readme",
|
|
8989
8989
|
dependencies: {
|
|
8990
8990
|
"@ast-grep/cli": "^0.40.0",
|
|
8991
8991
|
"@ast-grep/napi": "^0.40.0",
|
|
@@ -9011,17 +9011,17 @@ var package_default = {
|
|
|
9011
9011
|
typescript: "^5.7.3"
|
|
9012
9012
|
},
|
|
9013
9013
|
optionalDependencies: {
|
|
9014
|
-
"oh-my-opencode-darwin-arm64": "3.11.
|
|
9015
|
-
"oh-my-opencode-darwin-x64": "3.11.
|
|
9016
|
-
"oh-my-opencode-darwin-x64-baseline": "3.11.
|
|
9017
|
-
"oh-my-opencode-linux-arm64": "3.11.
|
|
9018
|
-
"oh-my-opencode-linux-arm64-musl": "3.11.
|
|
9019
|
-
"oh-my-opencode-linux-x64": "3.11.
|
|
9020
|
-
"oh-my-opencode-linux-x64-baseline": "3.11.
|
|
9021
|
-
"oh-my-opencode-linux-x64-musl": "3.11.
|
|
9022
|
-
"oh-my-opencode-linux-x64-musl-baseline": "3.11.
|
|
9023
|
-
"oh-my-opencode-windows-x64": "3.11.
|
|
9024
|
-
"oh-my-opencode-windows-x64-baseline": "3.11.
|
|
9014
|
+
"oh-my-opencode-darwin-arm64": "3.11.1",
|
|
9015
|
+
"oh-my-opencode-darwin-x64": "3.11.1",
|
|
9016
|
+
"oh-my-opencode-darwin-x64-baseline": "3.11.1",
|
|
9017
|
+
"oh-my-opencode-linux-arm64": "3.11.1",
|
|
9018
|
+
"oh-my-opencode-linux-arm64-musl": "3.11.1",
|
|
9019
|
+
"oh-my-opencode-linux-x64": "3.11.1",
|
|
9020
|
+
"oh-my-opencode-linux-x64-baseline": "3.11.1",
|
|
9021
|
+
"oh-my-opencode-linux-x64-musl": "3.11.1",
|
|
9022
|
+
"oh-my-opencode-linux-x64-musl-baseline": "3.11.1",
|
|
9023
|
+
"oh-my-opencode-windows-x64": "3.11.1",
|
|
9024
|
+
"oh-my-opencode-windows-x64-baseline": "3.11.1"
|
|
9025
9025
|
},
|
|
9026
9026
|
overrides: {
|
|
9027
9027
|
"@opencode-ai/sdk": "^1.2.17"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oh-my-opencode",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.1",
|
|
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",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"license": "SUL-1.0",
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
48
|
-
"url": "git+https://github.com/code-yeongyu/oh-my-
|
|
48
|
+
"url": "git+https://github.com/code-yeongyu/oh-my-openagent.git"
|
|
49
49
|
},
|
|
50
50
|
"bugs": {
|
|
51
|
-
"url": "https://github.com/code-yeongyu/oh-my-
|
|
51
|
+
"url": "https://github.com/code-yeongyu/oh-my-openagent/issues"
|
|
52
52
|
},
|
|
53
|
-
"homepage": "https://github.com/code-yeongyu/oh-my-
|
|
53
|
+
"homepage": "https://github.com/code-yeongyu/oh-my-openagent#readme",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@ast-grep/cli": "^0.40.0",
|
|
56
56
|
"@ast-grep/napi": "^0.40.0",
|
|
@@ -76,17 +76,17 @@
|
|
|
76
76
|
"typescript": "^5.7.3"
|
|
77
77
|
},
|
|
78
78
|
"optionalDependencies": {
|
|
79
|
-
"oh-my-opencode-darwin-arm64": "3.11.
|
|
80
|
-
"oh-my-opencode-darwin-x64": "3.11.
|
|
81
|
-
"oh-my-opencode-darwin-x64-baseline": "3.11.
|
|
82
|
-
"oh-my-opencode-linux-arm64": "3.11.
|
|
83
|
-
"oh-my-opencode-linux-arm64-musl": "3.11.
|
|
84
|
-
"oh-my-opencode-linux-x64": "3.11.
|
|
85
|
-
"oh-my-opencode-linux-x64-baseline": "3.11.
|
|
86
|
-
"oh-my-opencode-linux-x64-musl": "3.11.
|
|
87
|
-
"oh-my-opencode-linux-x64-musl-baseline": "3.11.
|
|
88
|
-
"oh-my-opencode-windows-x64": "3.11.
|
|
89
|
-
"oh-my-opencode-windows-x64-baseline": "3.11.
|
|
79
|
+
"oh-my-opencode-darwin-arm64": "3.11.1",
|
|
80
|
+
"oh-my-opencode-darwin-x64": "3.11.1",
|
|
81
|
+
"oh-my-opencode-darwin-x64-baseline": "3.11.1",
|
|
82
|
+
"oh-my-opencode-linux-arm64": "3.11.1",
|
|
83
|
+
"oh-my-opencode-linux-arm64-musl": "3.11.1",
|
|
84
|
+
"oh-my-opencode-linux-x64": "3.11.1",
|
|
85
|
+
"oh-my-opencode-linux-x64-baseline": "3.11.1",
|
|
86
|
+
"oh-my-opencode-linux-x64-musl": "3.11.1",
|
|
87
|
+
"oh-my-opencode-linux-x64-musl-baseline": "3.11.1",
|
|
88
|
+
"oh-my-opencode-windows-x64": "3.11.1",
|
|
89
|
+
"oh-my-opencode-windows-x64-baseline": "3.11.1"
|
|
90
90
|
},
|
|
91
91
|
"overrides": {
|
|
92
92
|
"@opencode-ai/sdk": "^1.2.17"
|