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 POE_BASE_URL = "https://api.poe.com/v1";
|
||||||
const ENV_VAR = "POE_API_KEY";
|
const ENV_VAR = "POE_API_KEY";
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "@clawdbot/poe",
|
"name": "@openclaw/poe",
|
||||||
"version": "2026.1.25",
|
"version": "2026.1.29",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Clawdbot Poe provider plugin",
|
"description": "OpenClaw Poe provider plugin",
|
||||||
"clawdbot": {
|
"openclaw": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"./index.ts"
|
"./index.ts"
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user