clawmatrix 0.5.0 → 0.6.0

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/src/types.ts CHANGED
@@ -388,6 +388,7 @@ export interface DeviceInfo {
388
388
  totalMemoryMB: number; // total system memory in MB
389
389
  hostname: string; // machine hostname
390
390
  openclawVersion?: string; // e.g. "2026.3.7"
391
+ clawmatrixVersion?: string; // e.g. "0.5.0"
391
392
  cwd?: string; // process.cwd() at gateway startup
392
393
  workspace?: string; // OpenClaw workspace dir (agents.defaults.workspace)
393
394
  }