UNPKG

opencode-file-writer

Version:

OpenCode plugin that forces file creation to work by intercepting write tool calls

22 lines (20 loc) 420 B
{ "name": "opencode-file-writer", "version": "1.0.0", "description": "OpenCode plugin that forces file creation to work by intercepting write tool calls", "main": "index.js", "type": "module", "exports": { "default": "./index.js" }, "keywords": [ "opencode", "plugin", "file-writer" ], "author": "", "license": "MIT", "dependencies": { "@opencode-ai/plugin": "^1.0.65" } }