From a19c1bfc6f980262c247c2dc5ea0cf78334183d0 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sat, 16 May 2026 00:49:03 +0900 Subject: [PATCH] chore(release): bump version to 4.2.0 The next release adds public exports for the prompt-async-gate primitives (promptAsyncAfterSessionIdle, promptAfterSessionIdle, releasePromptAsyncReservation, DEFAULT_PROMPT_ASYNC_POST_DISPATCH_HOLD_MS) and introduces new safety semantics that affect 13+ internal hook callers. Per semver, adding public exports mandates a MINOR bump from 4.1.x. No public API removals or breaking signature changes, so this is NOT MAJOR. Closes pre-publish-review version-bump consensus Co-authored-by: api-surface (deep / gpt-5.3-codex high) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 404775223..e9b9d412c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-opencode", - "version": "4.1.2", + "version": "4.2.0", "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",