@skastr0/quasar-cli-darwin-x64 0.1.5 → 0.1.6

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 (3) hide show
  1. package/README.md +3 -3
  2. package/bin/quasar +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -28,10 +28,10 @@ macOS and Linux on arm64/x64.
28
28
 
29
29
  ## Connect to a Mac mini Quasar server
30
30
 
31
- Use the Mac mini's direct Tailscale IP, not MagicDNS, as the proof boundary:
31
+ Use the Tailscale Service hostname assigned to `svc:quasar`:
32
32
 
33
33
  ```bash
34
- export QUASAR_LOCAL_SERVER_URL=http://<mac-mini-tailscale-ip>:6180
34
+ export QUASAR_LOCAL_SERVER_URL=https://<quasar-service-tailnet-hostname>
35
35
  export QUASAR_INGEST_TOKEN=<same-token-configured-on-the-mac-mini-server>
36
36
 
37
37
  quasar stats
@@ -46,7 +46,7 @@ Or configure the default server once:
46
46
  {
47
47
  "schemaVersion": 3,
48
48
  "projectKey": "quasar",
49
- "localServerUrl": "http://<mac-mini-tailscale-ip>:6180"
49
+ "localServerUrl": "https://<quasar-service-tailnet-hostname>"
50
50
  }
51
51
  ```
52
52
 
package/bin/quasar CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skastr0/quasar-cli-darwin-x64",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Command line importer and client for Quasar AI agent sessions. (darwin-x64 binary).",
5
5
  "license": "MIT",
6
6
  "type": "module",