openclaw/extensions/poe/package.json
Gareth Jones 6cd68caffc fix(poe): migrate extension to openclaw naming
- Rename clawdbot.plugin.json to openclaw.plugin.json
- Update package.json to use @openclaw/poe and openclaw field
- Update import to use openclaw/plugin-sdk

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-29 22:48:38 -08:00

12 lines
191 B
JSON

{
"name": "@openclaw/poe",
"version": "2026.1.29",
"type": "module",
"description": "OpenClaw Poe provider plugin",
"openclaw": {
"extensions": [
"./index.ts"
]
}
}