0.11.6 (2026-05-11)
Features
- Clip Data protocol support — bb-browser provider now handles
DataCommandfrom the Hub, enablingpinix data browser read/write/list/delete/statoperations. Per-clip file storage at~/.pinix/data/browser/. - Screenshot returns
pinix://URI —browser screenshotsaves PNG to clip data and returnspinix://browser/screenshots/{timestamp}.pngby default. Base64dataUrlis 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