@skastr0/quasar-cli 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.
- package/README.md +3 -3
- package/package.json +5 -5
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
|
|
31
|
+
Use the Tailscale Service hostname assigned to `svc:quasar`:
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
export QUASAR_LOCAL_SERVER_URL=
|
|
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": "
|
|
49
|
+
"localServerUrl": "https://<quasar-service-tailnet-hostname>"
|
|
50
50
|
}
|
|
51
51
|
```
|
|
52
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skastr0/quasar-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Command line importer and client for Quasar AI agent sessions.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"test": "bun test"
|
|
36
36
|
},
|
|
37
37
|
"optionalDependencies": {
|
|
38
|
-
"@skastr0/quasar-cli-darwin-arm64": "0.1.
|
|
39
|
-
"@skastr0/quasar-cli-darwin-x64": "0.1.
|
|
40
|
-
"@skastr0/quasar-cli-linux-arm64": "0.1.
|
|
41
|
-
"@skastr0/quasar-cli-linux-x64": "0.1.
|
|
38
|
+
"@skastr0/quasar-cli-darwin-arm64": "0.1.6",
|
|
39
|
+
"@skastr0/quasar-cli-darwin-x64": "0.1.6",
|
|
40
|
+
"@skastr0/quasar-cli-linux-arm64": "0.1.6",
|
|
41
|
+
"@skastr0/quasar-cli-linux-x64": "0.1.6"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@skastr0/quasar-local-server": "workspace:*",
|