@agent-link/server 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web/landing.html +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-link/server",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "AgentLink relay server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/web/landing.html CHANGED
@@ -260,11 +260,12 @@
260
260
  <div class="install-step">
261
261
  <div class="step-num">2</div>
262
262
  <div class="install-cmd" onclick="copyCmd(this)">
263
- agentlink-client start
263
+ agentlink-client start -D
264
264
  <span class="copy-hint">click to copy</span>
265
265
  </div>
266
266
  </div>
267
267
  <div class="install-note">Open the URL it prints. That's it.</div>
268
+ <div class="install-note" style="margin-top:0.25rem">Optional: <code style="color:var(--green);font-size:0.8rem">agentlink-client service install</code> to auto-start on boot.</div>
268
269
  </section>
269
270
 
270
271
  <section class="features">