pi-agent-rb 0.1.12 → 0.1.13

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: d1f5829656d4c036d0fff4550cdd8b7b3a0c62fbc31f214ee0bf50c2dfa4ea14
4
- data.tar.gz: 36a326da55dfacd15f1915b048cae64ceaaa7acb7464213cf9fd09d5662bd6ef
3
+ metadata.gz: 4076ef16ce87036c60ca48df920ca241ed01326a7b3966c5d2c60bdd538bcd23
4
+ data.tar.gz: 73767433139b20ab37c2e997df002fdcf8f052f03befbf3fa7cdf10b7e268a9d
5
5
  SHA512:
6
- metadata.gz: ac9c8fda5691cd4aa35faf0e000251da8f3bd8725ec15a8a1c45140fd2a0bad5c2d6a5c780be9eee8f2824a01ac6da2c007cfe963306a136ddf6dcfea0ccb028
7
- data.tar.gz: d54267794c0498cc92a4234c629ebbb4c30ec12510119ca41d0358da6f5313419b05379c9d17fcf5c66d4690bd37a26994275082e584634b98b6ef0d69a9c776
6
+ metadata.gz: 004acee670b01968e5ecc554b160d70b98f935964276a07959e3affe410e7b7a7077680f38ed9354bd7499abfb1048432314f226c2a5918e9e6d7201925e11f4
7
+ data.tar.gz: 6255697221ff0b0a372bab6db26877605a134059bc97f5a2dc57b0107a87f00be618dec285ed9b28a2b2628e4acfeeb41f69c6d7eb4bf02446a7813237d88276
data/CHANGELOG.md CHANGED
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.13] - 2026-07-10
11
+
12
+ ### Changed
13
+ - Bumped pinned upstream `pi-coding-agent` version to `0.80.6` (from
14
+ `0.80.5`). This is a CLI/SDK/library maintenance batch: an opt-in `max`
15
+ thinking level (above `xhigh`, exposed across CLI, SDK, RPC model
16
+ selection, and themes), request-wide input-token pricing tiers for
17
+ long-context cost accounting, `~` home-directory expansion for the
18
+ `shellPath` setting, plus fixes to post-compaction output-token
19
+ budgeting, GPT-5.4/5.5/5.6 long-context cost/metadata, and Anthropic
20
+ thinking-block preservation. No new RPC commands were added to the
21
+ protocol surface this gem drives, so the client API is unchanged — this
22
+ is a pin bump only.
23
+
10
24
  ## [0.1.12] - 2026-07-09
11
25
 
12
26
  ### 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.5`; other versions may work but are not verified.
17
+ - This gem is pinned against pi `0.80.6`; 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.12"
4
+ VERSION = "0.1.13"
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.5"
8
+ SUPPORTED_PI_VERSION = "0.80.6"
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.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - chagel