github epiral/bb-browser bb-browser-v0.11.6
bb-browser: v0.11.6

2 hours ago

0.11.6 (2026-05-11)

Features

  • Clip Data protocol support — bb-browser provider now handles DataCommand from the Hub, enabling pinix data browser read/write/list/delete/stat operations. Per-clip file storage at ~/.pinix/data/browser/.
  • Screenshot returns pinix:// URIbrowser screenshot saves PNG to clip data and returns pinix://browser/screenshots/{timestamp}.png by default. Base64 dataUrl is only included when explicitly requested (includeBase64), keeping responses lightweight for cross-clip consumption.

Usage

# Screenshot → pinix:// URI (no more inline base64)
pinix invoke browser screenshot
→ {"path":"pinix://browser/screenshots/1234567890.png"}

# Cross-clip: perceive reads browser's screenshot
pinix invoke perceive analyze --file pinix://browser/screenshots/1234567890.png

# Direct data operations
pinix data browser list screenshots/
pinix data browser read screenshots/1234567890.png

Don't miss a new bb-browser release

NewReleases is sending notifications on new releases.