@heidi-dang/oh-my-opencode 3.12.3 → 3.12.4

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.
Files changed (2) hide show
  1. package/dist/cli/index.js +13 -14
  2. package/package.json +12 -12
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.3",
8636
+ version: "3.12.4",
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",
@@ -8709,17 +8709,17 @@ var package_default = {
8709
8709
  playwright: "^1.58.2"
8710
8710
  },
8711
8711
  optionalDependencies: {
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"
8712
+ "@heidi-dang/oh-my-opencode-darwin-arm64": "3.12.4",
8713
+ "@heidi-dang/oh-my-opencode-darwin-x64": "3.12.4",
8714
+ "@heidi-dang/oh-my-opencode-darwin-x64-baseline": "3.12.4",
8715
+ "@heidi-dang/oh-my-opencode-linux-arm64": "3.12.4",
8716
+ "@heidi-dang/oh-my-opencode-linux-arm64-musl": "3.12.4",
8717
+ "@heidi-dang/oh-my-opencode-linux-x64": "3.12.4",
8718
+ "@heidi-dang/oh-my-opencode-linux-x64-baseline": "3.12.4",
8719
+ "@heidi-dang/oh-my-opencode-linux-x64-musl": "3.12.4",
8720
+ "@heidi-dang/oh-my-opencode-linux-x64-musl-baseline": "3.12.4",
8721
+ "@heidi-dang/oh-my-opencode-windows-x64": "3.12.4",
8722
+ "@heidi-dang/oh-my-opencode-windows-x64-baseline": "3.12.4"
8723
8723
  },
8724
8724
  overrides: {
8725
8725
  "@opencode-ai/sdk": "^1.2.17"
@@ -29432,7 +29432,6 @@ var import_picocolors23 = __toESM(require_picocolors(), 1);
29432
29432
  import { writeFileSync as writeFileSync12, mkdirSync as mkdirSync8, existsSync as existsSync30 } from "fs";
29433
29433
  import { join as join29, dirname as dirname11 } from "path";
29434
29434
  import * as os5 from "os";
29435
- var playWrightModule = import("playwright");
29436
29435
  async function masterLogin(options) {
29437
29436
  const configPath = join29(os5.homedir(), ".ygka_config.json");
29438
29437
  if (existsSync30(configPath) && !options.force) {
@@ -29443,7 +29442,7 @@ async function masterLogin(options) {
29443
29442
  console.log(import_picocolors23.default.cyan("\uD83D\uDE80 Launching browser for ChatGPT login..."));
29444
29443
  console.log(import_picocolors23.default.dim("Please log in to chat.openai.com in the window that appears."));
29445
29444
  console.log(import_picocolors23.default.dim("Once logged in, return here. I will automatically detect the session."));
29446
- const { chromium } = await playWrightModule;
29445
+ const { chromium } = await import("playwright");
29447
29446
  const browser = await chromium.launch({ headless: false });
29448
29447
  const context = await browser.newContext();
29449
29448
  const page = await context.newPage();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heidi-dang/oh-my-opencode",
3
- "version": "3.12.3",
3
+ "version": "3.12.4",
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",
@@ -76,17 +76,17 @@
76
76
  "playwright": "^1.58.2"
77
77
  },
78
78
  "optionalDependencies": {
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"
79
+ "@heidi-dang/oh-my-opencode-darwin-arm64": "3.12.4",
80
+ "@heidi-dang/oh-my-opencode-darwin-x64": "3.12.4",
81
+ "@heidi-dang/oh-my-opencode-darwin-x64-baseline": "3.12.4",
82
+ "@heidi-dang/oh-my-opencode-linux-arm64": "3.12.4",
83
+ "@heidi-dang/oh-my-opencode-linux-arm64-musl": "3.12.4",
84
+ "@heidi-dang/oh-my-opencode-linux-x64": "3.12.4",
85
+ "@heidi-dang/oh-my-opencode-linux-x64-baseline": "3.12.4",
86
+ "@heidi-dang/oh-my-opencode-linux-x64-musl": "3.12.4",
87
+ "@heidi-dang/oh-my-opencode-linux-x64-musl-baseline": "3.12.4",
88
+ "@heidi-dang/oh-my-opencode-windows-x64": "3.12.4",
89
+ "@heidi-dang/oh-my-opencode-windows-x64-baseline": "3.12.4"
90
90
  },
91
91
  "overrides": {
92
92
  "@opencode-ai/sdk": "^1.2.17"