@baleen37/ars 2.3.0 → 2.4.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/README.md CHANGED
@@ -47,6 +47,16 @@ local `ars` build: `darwin/arm64`, `linux/amd64`, and `linux/arm64`. Generated
47
47
  collector blobs and the root `ars` build artifact are local build outputs and
48
48
  must not be committed.
49
49
 
50
+ ## Automatic update check
51
+
52
+ Interactive runs check GitHub Releases for a newer version with a 1.5
53
+ second budget; any failure is ignored and ars starts normally. When a
54
+ newer release exists, ars offers it before the TUI starts: press Enter to
55
+ update and continue on the new version, or any other key to skip. npm
56
+ installs update through `npm install -g @baleen37/ars`; standalone
57
+ binaries are verified against `SHA256SUMS` and replaced in place. Source
58
+ builds skip the check.
59
+
50
60
  ## Localhost and remote inventory
51
61
 
52
62
  The default inventory is `${XDG_CONFIG_HOME}/ars/hosts` when
package/package.json CHANGED
@@ -23,5 +23,5 @@
23
23
  "type": "git",
24
24
  "url": "git+https://github.com/baleen37/agent-remote-sessions.git"
25
25
  },
26
- "version": "2.3.0"
26
+ "version": "2.4.0"
27
27
  }
Binary file
Binary file
Binary file