pi-agent-rb 0.1.4 → 0.1.5

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: 2cdd468a7f13c6052da92efa8f7668c92fc22516d297752aece27540c5c641ce
4
- data.tar.gz: 35b8f85f7b20f4eef389eaaaebf051f33c02d7b14911741f77678801657bd4bb
3
+ metadata.gz: 770001d67bb88e7dd06c7a39fef8e45941d1ebf22c6b3e5d81b0244c2e074940
4
+ data.tar.gz: 228fb48b0685a8d18fb240a10646c19c71595e3d873aa48a91fb7243824e607d
5
5
  SHA512:
6
- metadata.gz: f90120b7d6a89dc6f65e2ad00df17f856a896b1f581326e4e2e9488adaf43625e7a57e63001e570b0f236787ffe020d4f77a4871a09b2e8ac9e0e51518e7e40e
7
- data.tar.gz: 14ce207ea90d9eb89e35a58c9543273908bb452f0e3898cbb4b28f17733fcac6d5fb1eac5102eef4178cf25e7211c6f3d20566c59ad9b6cd710005de2b51a7af
6
+ metadata.gz: 40f2df16097904797bfb3720d0664dfd86cf13a3b9f80655920f97a1a280124e3349c6e957cc02259a5fdc4973c5a25991d52c370ba5a434317ff3aca5f93e06
7
+ data.tar.gz: b806c204a0a32c0634677f79a95358b03d1faff8efde6eca7bf3a88eeabcdbaa3c036ccf2e85fc8dd50989483794b7aecfb08bd601d7fd81d3538248e8038b90
data/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.5] - 2026-06-09
11
+
12
+ ### Changed
13
+ - Bumped pinned upstream `pi-coding-agent` version to `0.79.1` (adds Claude
14
+ Fable 5 model support, a global `defaultProjectTrust` setting to configure
15
+ unresolved-trust behavior, prompt template argument defaults, extension
16
+ autocomplete trigger characters, and assorted fixes; no changes to the RPC
17
+ protocol surface or the `--approve`/`--no-approve` flags this gem drives).
18
+
10
19
  ## [0.1.4] - 2026-06-09
11
20
 
12
21
  ### 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.79.0`; other versions may work but are not verified.
17
+ - This gem is pinned against pi `0.79.1`; 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.4"
4
+ VERSION = "0.1.5"
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.79.0"
8
+ SUPPORTED_PI_VERSION = "0.79.1"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - chagel