From fece331736642fb877197df23adef7f3a459007d Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 31 Mar 2026 16:27:35 +0900 Subject: [PATCH] fix: add ./ prefix to package.json main field for OpenCode-Go plugin loading (#2966) Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8918cc74c..3002e1fc6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "oh-my-opencode", "version": "3.14.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", + "main": "./dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": {