openmeld 0.3.74 → 0.3.76

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "openmeld",
4
- "version": "0.3.74",
5
- "openMeldReleaseDate": "2026-08-18",
4
+ "version": "0.3.76",
5
+ "openMeldReleaseDate": "2026-08-19",
6
6
  "description": "OpenMeld CLI - https://openmeld.ai",
7
7
  "license": "MIT",
8
8
  "type": "module",
@@ -449,6 +449,21 @@ openmeld agents repair --agent <agent-id> --view agent
449
449
  openmeld agents show <agent-id> --view agent
450
450
  ```
451
451
 
452
+ Inspect every Computer connected to the current user's account, then read the
453
+ current Computer's owner-only diagnostics:
454
+
455
+ ```bash
456
+ openmeld computer list --view agent
457
+ openmeld computer current --view agent
458
+ ```
459
+
460
+ `computer list` returns the user's full Computer inventory and Local Agent
461
+ snapshots. `computer current` adds current reply diagnostics, OpenMeld Tools
462
+ versions and update state, and a File Access summary. The File Access summary
463
+ contains the mode and selected-folder count, never local folder paths. These
464
+ current-Computer diagnostics help explain whether a Local Agent is usable, but
465
+ they do not replace an Agent Profile's authoritative readiness result.
466
+
452
467
  What setup means:
453
468
 
454
469
  - It makes this computer available to run local agents.