@oda-agent/openclaw-plugin 0.1.3 → 0.1.5

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "@oda-agent/openclaw-plugin",
3
3
  "name": "oda-shopping-assistant",
4
- "version": "0.1.3",
4
+ "version": "0.1.5",
5
5
  "description": "Oda grocery shopping assistant — safe cart planning, order history analysis, and delivery slot discovery.",
6
6
  "author": "oda-agent-kit",
7
7
  "license": "MIT",
@@ -10,14 +10,14 @@
10
10
  "properties": {
11
11
  "email": {
12
12
  "type": "string",
13
- "description": "Your Oda.no account email address"
13
+ "description": "Your Oda.no account email address. Falls back to the ODA_EMAIL environment variable if omitted."
14
14
  },
15
15
  "password": {
16
16
  "type": "string",
17
- "description": "Your Oda.no account password"
17
+ "description": "Your Oda.no account password. Falls back to the ODA_PASSWORD environment variable if omitted."
18
18
  }
19
19
  },
20
- "required": ["email", "password"]
20
+ "required": []
21
21
  },
22
22
  "toolGroups": [
23
23
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oda-agent/openclaw-plugin",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "OpenClaw plugin for safe grocery planning and Oda automation",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,7 +32,6 @@
32
32
  "openclaw": {
33
33
  "extensions": [
34
34
  "./dist/index.js"
35
- ],
36
- "hooks": []
35
+ ]
37
36
  }
38
37
  }