- 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>
12 lines
191 B
JSON
12 lines
191 B
JSON
{
|
|
"name": "@openclaw/poe",
|
|
"version": "2026.1.29",
|
|
"type": "module",
|
|
"description": "OpenClaw Poe provider plugin",
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|