@oda-agent/openclaw-plugin 0.6.3 → 0.6.4

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.
@@ -6,6 +6,14 @@
6
6
  "author": "oda-agent-kit",
7
7
  "license": "MIT",
8
8
  "runtime": "node",
9
+ "contracts": {
10
+ "tools": [
11
+ "browse_oda_catalog",
12
+ "review_shopping_overview",
13
+ "plan_grocery_list",
14
+ "apply_cart_changes"
15
+ ]
16
+ },
9
17
  "configSchema": {
10
18
  "type": "object",
11
19
  "description": "Set ODA_EMAIL and ODA_PASSWORD in the environment before launching OpenClaw. Reload the plugin after changing either value.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oda-agent/openclaw-plugin",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
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",
@@ -16,7 +16,7 @@
16
16
  "test": "jest"
17
17
  },
18
18
  "dependencies": {
19
- "@oda-agent/core": "^0.6.3"
19
+ "@oda-agent/core": "^0.6.4"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/jest": "^29.5.0",