feat: initialize opencode-owui-sync project

This commit is contained in:
2026-05-14 21:20:17 +02:00
parent 8daf5ee414
commit c488122290
7 changed files with 1146 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "opencode-owui-sync",
"version": "1.0.0",
"type": "module",
"main": "./owui-sync.ts",
"peerDependencies": {
"@opencode-ai/plugin": "*"
},
"devDependencies": {
"bun-types": "^1.3.14"
}
}