@senpi/trading-recipe 1.0.23 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openclaw.plugin.json +10 -4
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -2,14 +2,20 @@
|
|
|
2
2
|
"id": "trading-recipe",
|
|
3
3
|
"name": "Senpi Trading Recipe",
|
|
4
4
|
"description": "Senpi trading recipe plugin for OpenClaw",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.24",
|
|
6
6
|
"configSchema": {
|
|
7
7
|
"type": "object",
|
|
8
8
|
"additionalProperties": false,
|
|
9
9
|
"properties": {
|
|
10
|
-
"stateDir": {
|
|
11
|
-
|
|
10
|
+
"stateDir": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "Directory for plugin and strategy state (default: ~/.openclaw/senpi-state)"
|
|
13
|
+
},
|
|
14
|
+
"apiKey": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"description": "API key when mcpTransport is not provided by the gateway"
|
|
17
|
+
}
|
|
12
18
|
}
|
|
13
19
|
},
|
|
14
20
|
"uiHints": {}
|
|
15
|
-
}
|
|
21
|
+
}
|