diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index 3470844..e9df15a 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -64,6 +64,15 @@ ] } }, + "disabled_commands": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "init-deep" + ] + } + }, "agents": { "type": "object", "properties": { diff --git a/package.json b/package.json index 3c6433f..21ef88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oh-my-opencode", - "version": "2.6.2", + "version": "2.7.0", "description": "OpenCode plugin - custom agents (oracle, librarian) and enhanced features", "main": "dist/index.js", "types": "dist/index.d.ts",