solana-traderclaw 1.0.129 → 1.0.130

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.
@@ -75,6 +75,10 @@
75
75
  "type": "string",
76
76
  "description": "Override workspace directory path. Defaults to ~/.openclaw/workspace/ when unset."
77
77
  },
78
+ "dataDir": {
79
+ "type": "string",
80
+ "description": "Absolute path for session sidecar (session-tokens.json), state, and logs. Defaults to ~/.traderclaw-v1-data when unset. Set explicitly on VPS so CLI and gateway agree."
81
+ },
78
82
  "bootstrapDecisionCount": {
79
83
  "type": "integer",
80
84
  "minimum": 1,
@@ -215,6 +219,11 @@
215
219
  "placeholder": "~/.openclaw/workspace",
216
220
  "advanced": true
217
221
  },
222
+ "dataDir": {
223
+ "label": "TraderClaw data directory",
224
+ "placeholder": "/root/.traderclaw-v1-data",
225
+ "advanced": true
226
+ },
218
227
  "bootstrapDecisionCount": {
219
228
  "label": "Bootstrap Decision Count",
220
229
  "advanced": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solana-traderclaw",
3
- "version": "1.0.129",
3
+ "version": "1.0.130",
4
4
  "description": "TraderClaw V1-Upgraded — Solana trading for OpenClaw with intelligence lab, tool envelopes, prompt scrubbing, read-only X social intel, and split skill docs",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",