chore: add package.json, README, example config and gitignore
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "vision-bridge",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"description": "Opencode plugin: bridges images to a vision model when the active model cannot see images.",
|
||||
"main": "src/vision-bridge.ts",
|
||||
"exports": {
|
||||
".": "./src/vision-bridge.ts"
|
||||
},
|
||||
"files": ["src"],
|
||||
"keywords": ["opencode", "plugin", "vision"],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@opencode-ai/plugin": "^1.14.19"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user