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 <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-03-31 16:27:35 +09:00
parent 7f36011913
commit fece331736
+1 -1
View File
@@ -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": {