Merge pull request #3483 from code-yeongyu/fix/bin-alias-oh-my-openagent

fix: add oh-my-openagent bin alias for renamed package
This commit is contained in:
YeonGyu-Kim
2026-04-17 12:42:37 +09:00
committed by GitHub
+2 -1
View File
@@ -6,7 +6,8 @@
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"oh-my-opencode": "bin/oh-my-opencode.js"
"oh-my-opencode": "bin/oh-my-opencode.js",
"oh-my-openagent": "bin/oh-my-opencode.js"
},
"files": [
"dist",