@skj1724/oh-my-opencode 3.18.24 → 3.18.25

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 CHANGED
@@ -4954,9 +4954,9 @@ 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-openagent", 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";
4957
+ var PLUGIN_NAME = "@skj1724/oh-my-opencode", LEGACY_PLUGIN_NAME = "@skj1724/oh-my-openagent", 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
- PUBLISHED_PACKAGE_NAME = LEGACY_PLUGIN_NAME;
4959
+ PUBLISHED_PACKAGE_NAME = PLUGIN_NAME;
4960
4960
  ACCEPTED_PACKAGE_NAMES = [PUBLISHED_PACKAGE_NAME, PLUGIN_NAME];
4961
4961
  });
4962
4962
 
@@ -54876,7 +54876,7 @@ var {
54876
54876
  // package.json
54877
54877
  var package_default = {
54878
54878
  name: "@skj1724/oh-my-opencode",
54879
- version: "3.18.24",
54879
+ version: "3.18.25",
54880
54880
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
54881
54881
  main: "./dist/index.js",
54882
54882
  types: "dist/index.d.ts",
@@ -8,7 +8,7 @@ export declare const PACKAGE_NAME = "@skj1724/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 ["@skj1724/oh-my-opencode", "@skj1724/oh-my-openagent"];
11
+ export declare const ACCEPTED_PACKAGE_NAMES: readonly ["@skj1724/oh-my-opencode", "@skj1724/oh-my-opencode"];
12
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;
package/dist/index.js CHANGED
@@ -2715,9 +2715,9 @@ var init_frontmatter = __esm(() => {
2715
2715
  });
2716
2716
 
2717
2717
  // src/shared/plugin-identity.ts
2718
- var PLUGIN_NAME = "@skj1724/oh-my-openagent", 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";
2718
+ var PLUGIN_NAME = "@skj1724/oh-my-opencode", LEGACY_PLUGIN_NAME = "@skj1724/oh-my-openagent", 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
- PUBLISHED_PACKAGE_NAME = LEGACY_PLUGIN_NAME;
2720
+ PUBLISHED_PACKAGE_NAME = PLUGIN_NAME;
2721
2721
  ACCEPTED_PACKAGE_NAMES = [PUBLISHED_PACKAGE_NAME, PLUGIN_NAME];
2722
2722
  });
2723
2723
 
@@ -132237,7 +132237,7 @@ class PostHog extends PostHogBackendClient {
132237
132237
  // package.json
132238
132238
  var package_default = {
132239
132239
  name: "@skj1724/oh-my-opencode",
132240
- version: "3.18.24",
132240
+ version: "3.18.25",
132241
132241
  description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
132242
132242
  main: "./dist/index.js",
132243
132243
  types: "dist/index.d.ts",
@@ -1,7 +1,7 @@
1
- export declare const PLUGIN_NAME = "@skj1724/oh-my-openagent";
2
- export declare const LEGACY_PLUGIN_NAME = "@skj1724/oh-my-opencode";
1
+ export declare const PLUGIN_NAME = "@skj1724/oh-my-opencode";
2
+ export declare const LEGACY_PLUGIN_NAME = "@skj1724/oh-my-openagent";
3
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-openagent"];
4
+ export declare const ACCEPTED_PACKAGE_NAMES: readonly ["@skj1724/oh-my-opencode", "@skj1724/oh-my-opencode"];
5
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skj1724/oh-my-opencode",
3
- "version": "3.18.24",
3
+ "version": "3.18.25",
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",