aisnitch 0.2.20 → 0.2.22
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 +6 -0
- package/dist/cli/index.cjs +1835 -119
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +1812 -91
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +7219 -6428
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +165 -4
- package/dist/index.d.ts +165 -4
- package/dist/index.js +7243 -6459
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -452,6 +452,12 @@ aisnitch start --tool claude-code # pre-filter by tool
|
|
|
452
452
|
aisnitch start --type agent.coding # pre-filter by event type
|
|
453
453
|
aisnitch start --view full-data # expanded JSON inspector
|
|
454
454
|
|
|
455
|
+
# Fullscreen web dashboard (from another computer)
|
|
456
|
+
aisnitch fs # open dashboard in browser
|
|
457
|
+
aisnitch fs --daemon # start daemon automatically if not running
|
|
458
|
+
aisnitch fs --dashboard-port 8080 # use different port
|
|
459
|
+
aisnitch fs --no-browser # just start the server
|
|
460
|
+
|
|
455
461
|
# Background daemon
|
|
456
462
|
aisnitch start --daemon
|
|
457
463
|
aisnitch status # check if daemon is running
|