aisnitch 0.2.21 → 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 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