From 1c562a95d5351fd97e8d70703fea97e4571088ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Jan 2026 17:09:52 +0000 Subject: [PATCH] release: v3.0.0-beta.14 --- assets/oh-my-opencode.schema.json | 21 +++++++++++---------- package.json | 16 ++++++++-------- packages/darwin-arm64/package.json | 2 +- packages/darwin-x64/package.json | 2 +- packages/linux-arm64-musl/package.json | 2 +- packages/linux-arm64/package.json | 2 +- packages/linux-x64-musl/package.json | 2 +- packages/linux-x64/package.json | 2 +- packages/windows-x64/package.json | 2 +- 9 files changed, 26 insertions(+), 25 deletions(-) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index 343738768..334b3be15 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -20,14 +20,15 @@ "items": { "type": "string", "enum": [ - "Sisyphus", + "sisyphus", + "prometheus", "oracle", "librarian", "explore", "multimodal-looker", - "Metis (Plan Consultant)", - "Momus (Plan Reviewer)", - "Atlas" + "metis", + "momus", + "atlas" ] } }, @@ -345,7 +346,7 @@ } } }, - "Sisyphus": { + "sisyphus": { "type": "object", "properties": { "model": { @@ -471,7 +472,7 @@ } } }, - "Sisyphus-Junior": { + "sisyphus-junior": { "type": "object", "properties": { "model": { @@ -723,7 +724,7 @@ } } }, - "Prometheus (Planner)": { + "prometheus": { "type": "object", "properties": { "model": { @@ -849,7 +850,7 @@ } } }, - "Metis (Plan Consultant)": { + "metis": { "type": "object", "properties": { "model": { @@ -975,7 +976,7 @@ } } }, - "Momus (Plan Reviewer)": { + "momus": { "type": "object", "properties": { "model": { @@ -1605,7 +1606,7 @@ } } }, - "Atlas": { + "atlas": { "type": "object", "properties": { "model": { diff --git a/package.json b/package.json index 49cac6330..dd94319b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-opencode", - "version": "3.0.0-beta.13", + "version": "3.0.0-beta.14", "description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -73,13 +73,13 @@ "typescript": "^5.7.3" }, "optionalDependencies": { - "oh-my-opencode-darwin-arm64": "3.0.0-beta.13", - "oh-my-opencode-darwin-x64": "3.0.0-beta.13", - "oh-my-opencode-linux-arm64": "3.0.0-beta.13", - "oh-my-opencode-linux-arm64-musl": "3.0.0-beta.13", - "oh-my-opencode-linux-x64": "3.0.0-beta.13", - "oh-my-opencode-linux-x64-musl": "3.0.0-beta.13", - "oh-my-opencode-windows-x64": "3.0.0-beta.13" + "oh-my-opencode-darwin-arm64": "3.0.0-beta.14", + "oh-my-opencode-darwin-x64": "3.0.0-beta.14", + "oh-my-opencode-linux-arm64": "3.0.0-beta.14", + "oh-my-opencode-linux-arm64-musl": "3.0.0-beta.14", + "oh-my-opencode-linux-x64": "3.0.0-beta.14", + "oh-my-opencode-linux-x64-musl": "3.0.0-beta.14", + "oh-my-opencode-windows-x64": "3.0.0-beta.14" }, "trustedDependencies": [ "@ast-grep/cli", diff --git a/packages/darwin-arm64/package.json b/packages/darwin-arm64/package.json index 1f8883bdb..124196756 100644 --- a/packages/darwin-arm64/package.json +++ b/packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-opencode-darwin-arm64", - "version": "3.0.0-beta.13", + "version": "3.0.0-beta.14", "description": "Platform-specific binary for oh-my-opencode (darwin-arm64)", "license": "MIT", "repository": { diff --git a/packages/darwin-x64/package.json b/packages/darwin-x64/package.json index fc040e1ec..0548d3fc1 100644 --- a/packages/darwin-x64/package.json +++ b/packages/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-opencode-darwin-x64", - "version": "3.0.0-beta.13", + "version": "3.0.0-beta.14", "description": "Platform-specific binary for oh-my-opencode (darwin-x64)", "license": "MIT", "repository": { diff --git a/packages/linux-arm64-musl/package.json b/packages/linux-arm64-musl/package.json index ecd0a8234..afd4c0b85 100644 --- a/packages/linux-arm64-musl/package.json +++ b/packages/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-opencode-linux-arm64-musl", - "version": "3.0.0-beta.13", + "version": "3.0.0-beta.14", "description": "Platform-specific binary for oh-my-opencode (linux-arm64-musl)", "license": "MIT", "repository": { diff --git a/packages/linux-arm64/package.json b/packages/linux-arm64/package.json index 87aa48822..9977c1fa8 100644 --- a/packages/linux-arm64/package.json +++ b/packages/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-opencode-linux-arm64", - "version": "3.0.0-beta.13", + "version": "3.0.0-beta.14", "description": "Platform-specific binary for oh-my-opencode (linux-arm64)", "license": "MIT", "repository": { diff --git a/packages/linux-x64-musl/package.json b/packages/linux-x64-musl/package.json index cfaad999c..5b0439e70 100644 --- a/packages/linux-x64-musl/package.json +++ b/packages/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-opencode-linux-x64-musl", - "version": "3.0.0-beta.13", + "version": "3.0.0-beta.14", "description": "Platform-specific binary for oh-my-opencode (linux-x64-musl)", "license": "MIT", "repository": { diff --git a/packages/linux-x64/package.json b/packages/linux-x64/package.json index 290070856..182f397a7 100644 --- a/packages/linux-x64/package.json +++ b/packages/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-opencode-linux-x64", - "version": "3.0.0-beta.13", + "version": "3.0.0-beta.14", "description": "Platform-specific binary for oh-my-opencode (linux-x64)", "license": "MIT", "repository": { diff --git a/packages/windows-x64/package.json b/packages/windows-x64/package.json index 6b6b36d2a..8e0fe14b2 100644 --- a/packages/windows-x64/package.json +++ b/packages/windows-x64/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-opencode-windows-x64", - "version": "3.0.0-beta.13", + "version": "3.0.0-beta.14", "description": "Platform-specific binary for oh-my-opencode (windows-x64)", "license": "MIT", "repository": {