@okxweb3/a2a-hermes 0.2.7 → 0.2.8

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
@@ -63,6 +63,8 @@ OS boot/login autostart. Autostart is installed by `okx-a2a daemon start` by
63
63
  default, or by `okx-a2a daemon autostart install` explicitly. Linux uses a
64
64
  user-level systemd service; macOS uses a launchd LaunchAgent. Use
65
65
  `okx-a2a daemon start --no-autostart` to skip installing autostart.
66
+ On Linux hosts without a usable systemd user manager, A2A falls back to a
67
+ current-session daemon and reports boot autostart as optional.
66
68
 
67
69
  ## Testing
68
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okxweb3/a2a-hermes",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Minimal Hermes Gateway plugin bridging user channels to the okx-a2a node daemon",
5
5
  "files": [
6
6
  "dist/*.tar.gz"