@dot-ai/adapter-openclaw 0.11.3 → 0.11.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.
@@ -4,6 +4,11 @@
4
4
  "configSchema": {
5
5
  "type": "object",
6
6
  "additionalProperties": false,
7
- "properties": {}
7
+ "properties": {
8
+ "workspace": {
9
+ "type": "string",
10
+ "description": "Absolute path to the project directory containing .ai/. Used when gateway/Discord/TUI cannot detect the workspace from cwd."
11
+ }
12
+ }
8
13
  }
9
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dot-ai/adapter-openclaw",
3
- "version": "0.11.3",
3
+ "version": "0.11.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/jogelin/dot-ai",
@@ -18,7 +18,7 @@
18
18
  "openclaw": "^2026.2.0"
19
19
  },
20
20
  "dependencies": {
21
- "@dot-ai/core": "0.11.3"
21
+ "@dot-ai/core": "0.11.4"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^22.0.0",