oh-my-opencode 3.3.1 → 3.3.2
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 +9 -9
- package/package.json +8 -8
package/dist/cli/index.js
CHANGED
|
@@ -8442,7 +8442,7 @@ var import_picocolors2 = __toESM(require_picocolors(), 1);
|
|
|
8442
8442
|
// package.json
|
|
8443
8443
|
var package_default = {
|
|
8444
8444
|
name: "oh-my-opencode",
|
|
8445
|
-
version: "3.3.
|
|
8445
|
+
version: "3.3.2",
|
|
8446
8446
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
8447
8447
|
main: "dist/index.js",
|
|
8448
8448
|
types: "dist/index.d.ts",
|
|
@@ -8516,13 +8516,13 @@ var package_default = {
|
|
|
8516
8516
|
typescript: "^5.7.3"
|
|
8517
8517
|
},
|
|
8518
8518
|
optionalDependencies: {
|
|
8519
|
-
"oh-my-opencode-darwin-arm64": "3.3.
|
|
8520
|
-
"oh-my-opencode-darwin-x64": "3.3.
|
|
8521
|
-
"oh-my-opencode-linux-arm64": "3.3.
|
|
8522
|
-
"oh-my-opencode-linux-arm64-musl": "3.3.
|
|
8523
|
-
"oh-my-opencode-linux-x64": "3.3.
|
|
8524
|
-
"oh-my-opencode-linux-x64-musl": "3.3.
|
|
8525
|
-
"oh-my-opencode-windows-x64": "3.3.
|
|
8519
|
+
"oh-my-opencode-darwin-arm64": "3.3.2",
|
|
8520
|
+
"oh-my-opencode-darwin-x64": "3.3.2",
|
|
8521
|
+
"oh-my-opencode-linux-arm64": "3.3.2",
|
|
8522
|
+
"oh-my-opencode-linux-arm64-musl": "3.3.2",
|
|
8523
|
+
"oh-my-opencode-linux-x64": "3.3.2",
|
|
8524
|
+
"oh-my-opencode-linux-x64-musl": "3.3.2",
|
|
8525
|
+
"oh-my-opencode-windows-x64": "3.3.2"
|
|
8526
8526
|
},
|
|
8527
8527
|
trustedDependencies: [
|
|
8528
8528
|
"@ast-grep/cli",
|
|
@@ -26194,7 +26194,7 @@ function createMcpOAuthCommand() {
|
|
|
26194
26194
|
// src/cli/index.ts
|
|
26195
26195
|
var VERSION2 = package_default.version;
|
|
26196
26196
|
var program2 = new Command;
|
|
26197
|
-
program2.name("oh-my-opencode").description("The ultimate OpenCode plugin - multi-model orchestration, LSP tools, and more").version(VERSION2, "-v, --version", "Show version number");
|
|
26197
|
+
program2.name("oh-my-opencode").description("The ultimate OpenCode plugin - multi-model orchestration, LSP tools, and more").version(VERSION2, "-v, --version", "Show version number").enablePositionalOptions();
|
|
26198
26198
|
program2.command("install").description("Install and configure oh-my-opencode with interactive setup").option("--no-tui", "Run in non-interactive mode (requires all options)").option("--claude <value>", "Claude subscription: no, yes, max20").option("--openai <value>", "OpenAI/ChatGPT subscription: no, yes (default: no)").option("--gemini <value>", "Gemini integration: no, yes").option("--copilot <value>", "GitHub Copilot subscription: no, yes").option("--opencode-zen <value>", "OpenCode Zen access: no, yes (default: no)").option("--zai-coding-plan <value>", "Z.ai Coding Plan subscription: no, yes (default: no)").option("--kimi-for-coding <value>", "Kimi For Coding subscription: no, yes (default: no)").option("--skip-auth", "Skip authentication setup hints").addHelpText("after", `
|
|
26199
26199
|
Examples:
|
|
26200
26200
|
$ bunx oh-my-opencode install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oh-my-opencode",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
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",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"typescript": "^5.7.3"
|
|
75
75
|
},
|
|
76
76
|
"optionalDependencies": {
|
|
77
|
-
"oh-my-opencode-darwin-arm64": "3.3.
|
|
78
|
-
"oh-my-opencode-darwin-x64": "3.3.
|
|
79
|
-
"oh-my-opencode-linux-arm64": "3.3.
|
|
80
|
-
"oh-my-opencode-linux-arm64-musl": "3.3.
|
|
81
|
-
"oh-my-opencode-linux-x64": "3.3.
|
|
82
|
-
"oh-my-opencode-linux-x64-musl": "3.3.
|
|
83
|
-
"oh-my-opencode-windows-x64": "3.3.
|
|
77
|
+
"oh-my-opencode-darwin-arm64": "3.3.2",
|
|
78
|
+
"oh-my-opencode-darwin-x64": "3.3.2",
|
|
79
|
+
"oh-my-opencode-linux-arm64": "3.3.2",
|
|
80
|
+
"oh-my-opencode-linux-arm64-musl": "3.3.2",
|
|
81
|
+
"oh-my-opencode-linux-x64": "3.3.2",
|
|
82
|
+
"oh-my-opencode-linux-x64-musl": "3.3.2",
|
|
83
|
+
"oh-my-opencode-windows-x64": "3.3.2"
|
|
84
84
|
},
|
|
85
85
|
"trustedDependencies": [
|
|
86
86
|
"@ast-grep/cli",
|