pi-agent-rb 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68859fb3bd38c747db12473bc97697e32dcb50800cf3d6da2975c10143d14b2f
4
- data.tar.gz: e6181cbce2437af988f159637b9fb702ee4953d83ba54dc088014e2004abf452
3
+ metadata.gz: abfc75fe529cc2c11a5d43ec6175f8cba76fb4ecbe78102ae8d46b2b47f53614
4
+ data.tar.gz: 30be51d153fb6eff05d6a02870d6bb57b50c2be844df92eaa7941029a6ce0d80
5
5
  SHA512:
6
- metadata.gz: 6b42d9093fbe094392546dfe8abc4ec7c3f03299a1e347f07de9faa4d089e65a0da2682c4c66a4f4f88bf30ba2ac8187f740ab7180b840440e376c056b57ad4f
7
- data.tar.gz: 383b7d2d3f403a20112f556994eb7306222ca837163e82207151839b58bc24536c890c2c254ac635150132724ac994a37c864c1d23d7c8ab73b2b867fdf6de1a
6
+ metadata.gz: 49e4b69ea520dd6c15287f13a48146f23e5b539ca0eb9fe4d845916985f484ab22ee14995d2fd8495cf85c63837163a09d857a80acd3e2c4276f0e56a30bf767
7
+ data.tar.gz: 2d5301302865ba492a62ac85da8b63b12b5ba68a3c9afe32f7705f81bc7d12f4c0114c4e82c197afa4ce831b30d9d632efde933fedf1a714ca3e5a9ea9f0e24a
data/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.3] - 2026-05-29
11
+
12
+ ### Changed
13
+ - Bumped pinned upstream `pi-coding-agent` version to `0.77.0` (adds Claude
14
+ Opus 4.8 metadata, `--exclude-tools`, and Codex subscription device login;
15
+ no changes to the RPC protocol surface this gem drives).
16
+
10
17
  ## [0.1.2] - 2026-05-27
11
18
 
12
19
  ### Changed
data/README.md CHANGED
@@ -14,7 +14,7 @@ building interactive agent UIs (web, TUI) on top of pi.
14
14
 
15
15
  - Ruby 3.3+
16
16
  - `pi` on `PATH` (install via `npm i -g @earendil-works/pi-coding-agent`)
17
- - This gem is pinned against pi `0.76.0`; other versions may work but are not verified.
17
+ - This gem is pinned against pi `0.77.0`; other versions may work but are not verified.
18
18
 
19
19
  ## Installation
20
20
 
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PiAgent
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
 
6
6
  # Pinned upstream pi-coding-agent version this gem is verified against.
7
7
  # See: https://www.npmjs.com/package/@earendil-works/pi-coding-agent
8
- SUPPORTED_PI_VERSION = "0.76.0"
8
+ SUPPORTED_PI_VERSION = "0.77.0"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pi-agent-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - chagel