@ontos-ai/knowhere-claw 0.2.6 → 0.2.7

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
@@ -43,6 +43,7 @@ Set config under `plugins.entries."knowhere-claw".config`:
43
43
  ```json5
44
44
  {
45
45
  plugins: {
46
+ allow: ["knowhere-claw"],
46
47
  entries: {
47
48
  "knowhere-claw": {
48
49
  enabled: true,
@@ -3,11 +3,11 @@
3
3
  "name": "Knowhere",
4
4
  "description": "Parse documents with Knowhere and expose the stored result as tool-queryable document state for OpenClaw agents.",
5
5
  "skills": ["./skills"],
6
- "version": "0.2.6",
6
+ "version": "0.2.7",
7
7
  "uiHints": {
8
8
  "apiKey": {
9
9
  "label": "Knowhere API Key",
10
- "help": "Optional when KNOWHERE_API_KEY is already present in the environment.",
10
+ "help": "Optional Knowhere API key. If omitted, the plugin falls back to env var `KNOWHERE_API_KEY` and any API key previously stored with `knowhere_set_api_key`. If no API key is available when the agent first needs Knowhere, the plugin guides the user to the Knowhere API key page at `https://knowhereto.ai/api-keys`",
11
11
  "sensitive": true
12
12
  },
13
13
  "baseUrl": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontos-ai/knowhere-claw",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "OpenClaw plugin for Knowhere-powered document ingestion and automatic grounding.",
5
5
  "files": [
6
6
  "dist/",