modelstat 0.0.50 → 0.0.52
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 +2 -2
- package/dist/cli.mjs +1358 -719
- package/dist/cli.mjs.map +1 -1
- package/package.json +4 -3
- package/vendor/ModelstatTray.app/Contents/Info.plist +42 -0
- package/vendor/ModelstatTray.app/Contents/MacOS/modelstat-tray +0 -0
- package/vendor/ModelstatTray.app/Contents/PkgInfo +1 -0
- package/vendor/ModelstatTray.app/Contents/_CodeSignature/CodeResources +115 -0
- package/vendor/tray-mac/Sources/ModelstatTray/main.swift +15 -6
- package/vendor/tray-mac/build-app.sh +53 -17
package/README.md
CHANGED
|
@@ -41,13 +41,13 @@ npx modelstat@latest watch # foreground watcher (no service install
|
|
|
41
41
|
npx modelstat@latest discover # report detected tool installs + identities
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
**Programmatic pairing** (
|
|
44
|
+
**Programmatic pairing** (for scripted / headless setups that pair without a browser):
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
47
|
npx modelstat@latest --json --no-browser
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
Emits one NDJSON event per line
|
|
50
|
+
Emits one NDJSON event per line, so a wrapper can drive pairing non-interactively.
|
|
51
51
|
|
|
52
52
|
## Shared state across install methods
|
|
53
53
|
|