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>
This commit is contained in:
parent
0ffb7b3d82
commit
6cd68caffc
@ -1,4 +1,4 @@
|
||||
import { emptyPluginConfigSchema } from "clawdbot/plugin-sdk";
|
||||
import { emptyPluginConfigSchema } from "openclaw/plugin-sdk";
|
||||
|
||||
const POE_BASE_URL = "https://api.poe.com/v1";
|
||||
const ENV_VAR = "POE_API_KEY";
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "@clawdbot/poe",
|
||||
"version": "2026.1.25",
|
||||
"name": "@openclaw/poe",
|
||||
"version": "2026.1.29",
|
||||
"type": "module",
|
||||
"description": "Clawdbot Poe provider plugin",
|
||||
"clawdbot": {
|
||||
"description": "OpenClaw Poe provider plugin",
|
||||
"openclaw": {
|
||||
"extensions": [
|
||||
"./index.ts"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user