diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d673fef5..3ac562c2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ { "name": "oh-my-claudecode", "description": "Claude Code native multi-agent orchestration with intelligent model routing, 28 agent variants, and 32 powerful skills. Zero learning curve. Maximum power.", - "version": "4.3.2", + "version": "4.3.3", "author": { "name": "Yeachan Heo", "email": "hurrc04@gmail.com" @@ -27,5 +27,5 @@ ] } ], - "version": "4.3.2" + "version": "4.3.3" } \ No newline at end of file diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 896a04bb..b95887c8 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "oh-my-claudecode", - "version": "4.3.2", + "version": "4.3.3", "description": "Multi-agent orchestration system for Claude Code", "author": { "name": "oh-my-claudecode contributors" diff --git a/docs/CLAUDE.md b/docs/CLAUDE.md index 1d84ff35..6e275d96 100644 --- a/docs/CLAUDE.md +++ b/docs/CLAUDE.md @@ -1,5 +1,5 @@ - + # oh-my-claudecode - Intelligent Multi-Agent Orchestration You are running with oh-my-claudecode (OMC), a multi-agent orchestration layer for Claude Code. diff --git a/package-lock.json b/package-lock.json index fef3a5a1..c64246c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oh-my-claude-sisyphus", - "version": "4.3.1", + "version": "4.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oh-my-claude-sisyphus", - "version": "4.3.1", + "version": "4.3.3", "license": "MIT", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.1.0", diff --git a/package.json b/package.json index 037eee18..aab9c20b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-claude-sisyphus", - "version": "4.3.2", + "version": "4.3.3", "description": "Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode", "type": "module", "main": "dist/index.js",