pi-leo-bridge 0.1.1 → 0.1.2

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/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented here. The format is based
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.1.2] - 2026-09-03
8
+
9
+ ### Added
10
+
11
+ - Theme-aware light and dark screenshots showing Pi answering with current-page context in Brave Leo.
12
+
7
13
  ## [0.1.1] - 2026-09-03
8
14
 
9
15
  ### Changed
@@ -22,6 +28,7 @@ All notable changes to this project will be documented here. The format is based
22
28
  - `pi-leo` install, uninstall, status, restart, doctor, model-listing, default-selection, log, and smoke-test commands.
23
29
  - Request cancellation, concurrency and body-size limits, output filtering, and redacted metadata-only logs.
24
30
 
25
- [Unreleased]: https://github.com/omaclaren/pi-leo-bridge/compare/v0.1.1...HEAD
31
+ [Unreleased]: https://github.com/omaclaren/pi-leo-bridge/compare/v0.1.2...HEAD
32
+ [0.1.2]: https://github.com/omaclaren/pi-leo-bridge/compare/v0.1.1...v0.1.2
26
33
  [0.1.1]: https://github.com/omaclaren/pi-leo-bridge/compare/v0.1.0...v0.1.1
27
34
  [0.1.0]: https://github.com/omaclaren/pi-leo-bridge/releases/tag/v0.1.0
package/README.md CHANGED
@@ -8,6 +8,12 @@ Brave Leo -> authenticated local bridge -> isolated Pi SDK session -> selected p
8
8
 
9
9
  The bridge runs locally on macOS and starts automatically with `launchd`. It supports streaming conversations, page context, images, titles, and rewrites through Leo's BYOM interface.
10
10
 
11
+ <picture>
12
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/omaclaren/pi-leo-bridge/v0.1.2/.github/assets/pi-leo-dark.webp">
13
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/omaclaren/pi-leo-bridge/v0.1.2/.github/assets/pi-leo-light.webp">
14
+ <img alt="Brave Leo summarising a Wikipedia page with Pi — GPT-5.6 Sol (Medium)" src="https://raw.githubusercontent.com/omaclaren/pi-leo-bridge/v0.1.2/.github/assets/pi-leo-light.webp">
15
+ </picture>
16
+
11
17
  ## Features
12
18
 
13
19
  - Uses Pi's model catalogue and existing provider authentication.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-leo-bridge",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Bring Pi-configured models and authentication into Brave Leo",
5
5
  "type": "module",
6
6
  "license": "MIT",