Skip to content

Commit 00dfb3a

Browse files
Merge pull request #7 from aimlapi/fix/clawhub-publish-v1.2.1
Publish @aimlapi/openclaw-provider v1.2.1 to ClawHub
2 parents a72e759 + bd98fc1 commit 00dfb3a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

extensions/aimlapi/openclaw.plugin.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
"providerAuthEnvVars": {
88
"aimlapi": ["AIMLAPI_API_KEY"]
99
},
10+
"setup": {
11+
"providers": [
12+
{
13+
"id": "aimlapi",
14+
"envVars": ["AIMLAPI_API_KEY"]
15+
}
16+
]
17+
},
1018
"providerAuthChoices": [
1119
{
1220
"provider": "aimlapi",

extensions/aimlapi/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aimlapi/openclaw-provider",
3-
"version": "1.0.0",
3+
"version": "1.2.1",
44
"description": "AI/ML API provider plugin for OpenClaw — chat, model discovery, video generation, and web search through a single API key.",
55
"type": "module",
66
"dependencies": {
@@ -21,6 +21,9 @@
2121
"build": {
2222
"openclawVersion": "2026.8.1",
2323
"bundledDist": false
24+
},
25+
"release": {
26+
"publishToClawHub": true
2427
}
2528
},
2629
"repository": {

0 commit comments

Comments
 (0)