@kvasar/openclaw-storyblok-plugin 0.2.8 → 0.2.9

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/README.md CHANGED
@@ -59,5 +59,17 @@ All tools are namespaced with `storyblok_`. See tool descriptions in the agent f
59
59
  ## Notes
60
60
 
61
61
  - Management token is required for read and write operations.
62
- - Use preview token for read-only scenarios to limit exposure.
63
- - The plugin supports only Management API (v1).
62
+ - The plugin supports only Management API (v1).
63
+
64
+
65
+ ## Model Evaluation Matrix
66
+
67
+ | Model | Expected Performance |
68
+ |---------|---------------------|
69
+ | Claude Opus 4.8 | very High |
70
+ | Claude Opus 4.7 | High |
71
+ | GPT-5.5 | very High |
72
+ | GPT-5.4 | High |
73
+ | stepfun-ai/step-3.5-flash | Low |
74
+ | stepfun-ai/step-3.7-flash | Medium |
75
+ | z-ai/glm-5.1 | Medium |
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "openclaw-storyblok",
3
3
  "name": "Storyblok Integration",
4
- "version": "0.2.8",
4
+ "version": "0.2.9",
5
5
  "description": "Provides tools to interact with Storyblok CMS via Management API and Delivery API. Supports stories, components, and space management.",
6
6
  "activation": {
7
7
  "onStartup": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kvasar/openclaw-storyblok-plugin",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "OpenClaw plugin — interact with Storyblok CMS via Management API and Delivery API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",