pi-agent-rb 0.1.11 → 0.1.12

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: 14f4bc43c791c394b325afc3352d848f6859a69f6ec8ac5c84c4caf05fe2ab7c
4
- data.tar.gz: '0707285b43d67a86e76f41cd6c64ed543da143d26a7d59ba0b707d624cf92e5b'
3
+ metadata.gz: d1f5829656d4c036d0fff4550cdd8b7b3a0c62fbc31f214ee0bf50c2dfa4ea14
4
+ data.tar.gz: 36a326da55dfacd15f1915b048cae64ceaaa7acb7464213cf9fd09d5662bd6ef
5
5
  SHA512:
6
- metadata.gz: aaf855bf9c7a2a579cb951e54f6f72a64239e0f21184649e895807a2e5f8d12e8bd7905c40c0c0b81ffc356ced87053919b7739a6535e9244c536a357d32a99d
7
- data.tar.gz: eb80da11fc8315e93a29dfe59036b342642a50baa33f2d50047fa53158f47da84e6dfcb26eec3ec965155306cdea144702b5e4308ac86f6a5d70cfd74bf1b1af
6
+ metadata.gz: ac9c8fda5691cd4aa35faf0e000251da8f3bd8725ec15a8a1c45140fd2a0bad5c2d6a5c780be9eee8f2824a01ac6da2c007cfe963306a136ddf6dcfea0ccb028
7
+ data.tar.gz: d54267794c0498cc92a4234c629ebbb4c30ec12510119ca41d0358da6f5313419b05379c9d17fcf5c66d4690bd37a26994275082e584634b98b6ef0d69a9c776
data/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.12] - 2026-07-09
11
+
12
+ ### Changed
13
+ - Bumped pinned upstream `pi-coding-agent` version to `0.80.5` (from
14
+ `0.80.3`). This range is a library/SDK and provider maintenance batch:
15
+ Claude Sonnet 5 on Copilot and Bedrock prompt caching, GPT-5.6 metadata,
16
+ refreshed model catalogs, bash-timeout validation, extension hooks
17
+ (`before_provider_headers`, `InlineExtension`), session storage exports
18
+ (`InMemorySessionStorage`, `JsonlSessionStorage`), custom jsonl session
19
+ header metadata, and numerous provider/streaming fixes. No new RPC
20
+ commands were added to the protocol surface this gem drives, so the
21
+ client API is unchanged — this is a pin bump only.
22
+
10
23
  ## [0.1.11] - 2026-06-30
11
24
 
12
25
  ### 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.80.3`; other versions may work but are not verified.
17
+ - This gem is pinned against pi `0.80.5`; 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.11"
4
+ VERSION = "0.1.12"
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.80.3"
8
+ SUPPORTED_PI_VERSION = "0.80.5"
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.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - chagel