@skj1724/oh-my-opencode 3.18.14 → 3.18.15
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 +2 -10
- package/dist/index.js +2 -10
- package/package.json +2 -10
package/dist/cli/index.js
CHANGED
|
@@ -53770,7 +53770,7 @@ var {
|
|
|
53770
53770
|
// package.json
|
|
53771
53771
|
var package_default = {
|
|
53772
53772
|
name: "@skj1724/oh-my-opencode",
|
|
53773
|
-
version: "3.18.
|
|
53773
|
+
version: "3.18.15",
|
|
53774
53774
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
53775
53775
|
main: "./dist/index.js",
|
|
53776
53776
|
types: "dist/index.d.ts",
|
|
@@ -53816,14 +53816,6 @@ var package_default = {
|
|
|
53816
53816
|
],
|
|
53817
53817
|
author: "YeonGyu-Kim",
|
|
53818
53818
|
license: "SUL-1.0",
|
|
53819
|
-
repository: {
|
|
53820
|
-
type: "git",
|
|
53821
|
-
url: "git+https://github.com/code-yeongyu/oh-my-openagent.git"
|
|
53822
|
-
},
|
|
53823
|
-
bugs: {
|
|
53824
|
-
url: "https://github.com/code-yeongyu/oh-my-openagent/issues"
|
|
53825
|
-
},
|
|
53826
|
-
homepage: "https://github.com/code-yeongyu/oh-my-openagent#readme",
|
|
53827
53819
|
dependencies: {
|
|
53828
53820
|
"@ast-grep/cli": "^0.41.1",
|
|
53829
53821
|
"@ast-grep/napi": "^0.41.1",
|
|
@@ -53859,7 +53851,7 @@ var package_default = {
|
|
|
53859
53851
|
"oh-my-opencode-linux-x64-baseline": "3.17.4",
|
|
53860
53852
|
"oh-my-opencode-linux-x64-musl": "3.17.4",
|
|
53861
53853
|
"oh-my-opencode-linux-x64-musl-baseline": "3.17.4",
|
|
53862
|
-
"oh-my-opencode-windows-x64": "3.17.4",
|
|
53854
|
+
"@skj1724/oh-my-opencode-windows-x64": "3.17.4",
|
|
53863
53855
|
"oh-my-opencode-windows-x64-baseline": "3.17.4"
|
|
53864
53856
|
},
|
|
53865
53857
|
overrides: {},
|
package/dist/index.js
CHANGED
|
@@ -131004,7 +131004,7 @@ class PostHog extends PostHogBackendClient {
|
|
|
131004
131004
|
// package.json
|
|
131005
131005
|
var package_default = {
|
|
131006
131006
|
name: "@skj1724/oh-my-opencode",
|
|
131007
|
-
version: "3.18.
|
|
131007
|
+
version: "3.18.15",
|
|
131008
131008
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
131009
131009
|
main: "./dist/index.js",
|
|
131010
131010
|
types: "dist/index.d.ts",
|
|
@@ -131050,14 +131050,6 @@ var package_default = {
|
|
|
131050
131050
|
],
|
|
131051
131051
|
author: "YeonGyu-Kim",
|
|
131052
131052
|
license: "SUL-1.0",
|
|
131053
|
-
repository: {
|
|
131054
|
-
type: "git",
|
|
131055
|
-
url: "git+https://github.com/code-yeongyu/oh-my-openagent.git"
|
|
131056
|
-
},
|
|
131057
|
-
bugs: {
|
|
131058
|
-
url: "https://github.com/code-yeongyu/oh-my-openagent/issues"
|
|
131059
|
-
},
|
|
131060
|
-
homepage: "https://github.com/code-yeongyu/oh-my-openagent#readme",
|
|
131061
131053
|
dependencies: {
|
|
131062
131054
|
"@ast-grep/cli": "^0.41.1",
|
|
131063
131055
|
"@ast-grep/napi": "^0.41.1",
|
|
@@ -131093,7 +131085,7 @@ var package_default = {
|
|
|
131093
131085
|
"oh-my-opencode-linux-x64-baseline": "3.17.4",
|
|
131094
131086
|
"oh-my-opencode-linux-x64-musl": "3.17.4",
|
|
131095
131087
|
"oh-my-opencode-linux-x64-musl-baseline": "3.17.4",
|
|
131096
|
-
"oh-my-opencode-windows-x64": "3.17.4",
|
|
131088
|
+
"@skj1724/oh-my-opencode-windows-x64": "3.17.4",
|
|
131097
131089
|
"oh-my-opencode-windows-x64-baseline": "3.17.4"
|
|
131098
131090
|
},
|
|
131099
131091
|
overrides: {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skj1724/oh-my-opencode",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.15",
|
|
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",
|
|
@@ -46,14 +46,6 @@
|
|
|
46
46
|
],
|
|
47
47
|
"author": "YeonGyu-Kim",
|
|
48
48
|
"license": "SUL-1.0",
|
|
49
|
-
"repository": {
|
|
50
|
-
"type": "git",
|
|
51
|
-
"url": "git+https://github.com/code-yeongyu/oh-my-openagent.git"
|
|
52
|
-
},
|
|
53
|
-
"bugs": {
|
|
54
|
-
"url": "https://github.com/code-yeongyu/oh-my-openagent/issues"
|
|
55
|
-
},
|
|
56
|
-
"homepage": "https://github.com/code-yeongyu/oh-my-openagent#readme",
|
|
57
49
|
"dependencies": {
|
|
58
50
|
"@ast-grep/cli": "^0.41.1",
|
|
59
51
|
"@ast-grep/napi": "^0.41.1",
|
|
@@ -89,7 +81,7 @@
|
|
|
89
81
|
"oh-my-opencode-linux-x64-baseline": "3.17.4",
|
|
90
82
|
"oh-my-opencode-linux-x64-musl": "3.17.4",
|
|
91
83
|
"oh-my-opencode-linux-x64-musl-baseline": "3.17.4",
|
|
92
|
-
"oh-my-opencode-windows-x64": "3.17.4",
|
|
84
|
+
"@skj1724/oh-my-opencode-windows-x64": "3.17.4",
|
|
93
85
|
"oh-my-opencode-windows-x64-baseline": "3.17.4"
|
|
94
86
|
},
|
|
95
87
|
"overrides": {},
|