Skip to content

Commit 4ff1aa3

Browse files
committed
Release v0.6.16
1 parent a24b9c6 commit 4ff1aa3

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## 0.6.16 - 2026-06-13
6+
7+
### Changed
8+
9+
- Bridge installation progress now streams a bash-like `mix deps.get` transcript during tool-triggered setup.
10+
- Install transcript rendering now uses command-output previews with expansion hints and elapsed/took timing.
11+
- If the BEAM is still compiling after install, the tool result preserves the install transcript alongside startup guidance.
12+
513
## 0.6.15 - 2026-06-13
614

715
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pi-elixir",
3-
"version": "0.6.15",
3+
"version": "0.6.16",
44
"description": "BEAM runtime tools for pi — connects to the running Elixir app for live introspection",
55
"keywords": [
66
"pi-package"

packages/bridge/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule PiBridge.MixProject do
44
def project do
55
[
66
app: :pi_bridge,
7-
version: "0.6.15",
7+
version: "0.6.16",
88
elixir: "~> 1.20",
99
start_permanent: Mix.env() == :prod,
1010
description: "BEAM runtime bridge for pi development agents",

0 commit comments

Comments
 (0)