@skj1724/oh-my-opencode 3.18.21 → 3.18.23
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.
|
@@ -25,5 +25,5 @@ export declare const EXIT_CODES: {
|
|
|
25
25
|
readonly FAILURE: 1;
|
|
26
26
|
};
|
|
27
27
|
export declare const MIN_OPENCODE_VERSION = "1.4.0";
|
|
28
|
-
export declare const PACKAGE_NAME = "oh-my-opencode";
|
|
28
|
+
export declare const PACKAGE_NAME = "@skj1724/oh-my-opencode";
|
|
29
29
|
export declare const OPENCODE_BINARIES: readonly ["opencode", "opencode-desktop"];
|
package/dist/cli/index.js
CHANGED
|
@@ -4954,7 +4954,7 @@ function isWithinProject(candidatePath, projectRoot) {
|
|
|
4954
4954
|
var init_contains_path = () => {};
|
|
4955
4955
|
|
|
4956
4956
|
// src/shared/plugin-identity.ts
|
|
4957
|
-
var PLUGIN_NAME = "@skj1724/oh-my-
|
|
4957
|
+
var PLUGIN_NAME = "@skj1724/oh-my-opencode", LEGACY_PLUGIN_NAME = "@skj1724/oh-my-opencode", PUBLISHED_PACKAGE_NAME, ACCEPTED_PACKAGE_NAMES, CONFIG_BASENAME = "oh-my-opencode", LEGACY_CONFIG_BASENAME = "oh-my-opencode", LOG_FILENAME = "oh-my-opencode.log", CACHE_DIR_NAME = "oh-my-opencode";
|
|
4958
4958
|
var init_plugin_identity = __esm(() => {
|
|
4959
4959
|
PUBLISHED_PACKAGE_NAME = LEGACY_PLUGIN_NAME;
|
|
4960
4960
|
ACCEPTED_PACKAGE_NAMES = [PUBLISHED_PACKAGE_NAME, PLUGIN_NAME];
|
|
@@ -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.23",
|
|
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",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const PACKAGE_NAME = "oh-my-opencode";
|
|
1
|
+
export declare const PACKAGE_NAME = "@skj1724/oh-my-opencode";
|
|
2
2
|
/**
|
|
3
3
|
* All package names the canonical plugin may be published under.
|
|
4
4
|
*
|
|
@@ -8,8 +8,8 @@ export declare const PACKAGE_NAME = "oh-my-opencode";
|
|
|
8
8
|
* because the installed name depends on which package the user added to
|
|
9
9
|
* their config. Code that *writes* continues to use {@link PACKAGE_NAME}.
|
|
10
10
|
*/
|
|
11
|
-
export declare const ACCEPTED_PACKAGE_NAMES: readonly ["oh-my-opencode", "@skj1724/oh-my-
|
|
12
|
-
export declare const NPM_REGISTRY_URL = "https://registry.npmjs.org/-/package/oh-my-opencode/dist-tags";
|
|
11
|
+
export declare const ACCEPTED_PACKAGE_NAMES: readonly ["@skj1724/oh-my-opencode", "@skj1724/oh-my-opencode"];
|
|
12
|
+
export declare const NPM_REGISTRY_URL = "https://registry.npmjs.org/-/package/@skj1724/oh-my-opencode/dist-tags";
|
|
13
13
|
export declare const NPM_FETCH_TIMEOUT = 5000;
|
|
14
14
|
export declare const CACHE_ROOT_DIR: string;
|
|
15
15
|
export declare const CACHE_DIR: string;
|
package/dist/index.js
CHANGED
|
@@ -2715,7 +2715,7 @@ var init_frontmatter = __esm(() => {
|
|
|
2715
2715
|
});
|
|
2716
2716
|
|
|
2717
2717
|
// src/shared/plugin-identity.ts
|
|
2718
|
-
var PLUGIN_NAME = "@skj1724/oh-my-
|
|
2718
|
+
var PLUGIN_NAME = "@skj1724/oh-my-opencode", LEGACY_PLUGIN_NAME = "@skj1724/oh-my-opencode", PUBLISHED_PACKAGE_NAME, ACCEPTED_PACKAGE_NAMES, CONFIG_BASENAME = "oh-my-opencode", LEGACY_CONFIG_BASENAME = "oh-my-opencode", LOG_FILENAME = "oh-my-opencode.log", CACHE_DIR_NAME = "oh-my-opencode";
|
|
2719
2719
|
var init_plugin_identity = __esm(() => {
|
|
2720
2720
|
PUBLISHED_PACKAGE_NAME = LEGACY_PLUGIN_NAME;
|
|
2721
2721
|
ACCEPTED_PACKAGE_NAMES = [PUBLISHED_PACKAGE_NAME, PLUGIN_NAME];
|
|
@@ -130975,7 +130975,7 @@ class PostHog extends PostHogBackendClient {
|
|
|
130975
130975
|
// package.json
|
|
130976
130976
|
var package_default = {
|
|
130977
130977
|
name: "@skj1724/oh-my-opencode",
|
|
130978
|
-
version: "3.18.
|
|
130978
|
+
version: "3.18.23",
|
|
130979
130979
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
130980
130980
|
main: "./dist/index.js",
|
|
130981
130981
|
types: "dist/index.d.ts",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const PLUGIN_NAME = "@skj1724/oh-my-
|
|
2
|
-
export declare const LEGACY_PLUGIN_NAME = "oh-my-opencode";
|
|
3
|
-
export declare const PUBLISHED_PACKAGE_NAME = "oh-my-opencode";
|
|
4
|
-
export declare const ACCEPTED_PACKAGE_NAMES: readonly ["oh-my-opencode", "@skj1724/oh-my-
|
|
5
|
-
export declare const CONFIG_BASENAME = "oh-my-
|
|
1
|
+
export declare const PLUGIN_NAME = "@skj1724/oh-my-opencode";
|
|
2
|
+
export declare const LEGACY_PLUGIN_NAME = "@skj1724/oh-my-opencode";
|
|
3
|
+
export declare const PUBLISHED_PACKAGE_NAME = "@skj1724/oh-my-opencode";
|
|
4
|
+
export declare const ACCEPTED_PACKAGE_NAMES: readonly ["@skj1724/oh-my-opencode", "@skj1724/oh-my-opencode"];
|
|
5
|
+
export declare const CONFIG_BASENAME = "oh-my-opencode";
|
|
6
6
|
export declare const LEGACY_CONFIG_BASENAME = "oh-my-opencode";
|
|
7
7
|
export declare const LOG_FILENAME = "oh-my-opencode.log";
|
|
8
8
|
export declare const CACHE_DIR_NAME = "oh-my-opencode";
|
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.23",
|
|
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",
|