Skip to content

Commit 3db8b3f

Browse files
committed
[project-#178] chore: bump gobby-squeeze to 0.4.3
1 parent 5fd7517 commit 3db8b3f

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
183183
- **`gobby_acp_child` in terminal_context**`terminal_context.capture()` now includes `gobby_acp_child` (read from `GOBBY_ACP_CHILD`). The daemon's SESSION_START handler uses it as a second line of defense to recognize and drop registrations from ACP subprocesses even if the env short-circuit didn't fire.
184184
- **Surface nested `permissionDecisionReason` in block messages**`extract_reason` now also checks `hookSpecificOutput.permissionDecisionReason` (and `.reason` inside that object) after the top-level fallback keys. Modern Claude Code PreToolUse deny responses carry the reason inside `hookSpecificOutput`; `is_blocked` already recognized the nested shape, but `extract_reason` didn't — so denies surfaced as the bare "Blocked by hook" fallback instead of the daemon's actual message.
185185

186+
## [0.4.3] — gsqz
187+
188+
### Fixed
189+
190+
#### gsqz
191+
192+
- **Built-in exclusion passthrough** — Gobby-owned CLIs (`gobby`,
193+
`gobby-cli`, `gcode`, `ghook`, `gloc`, `gsqz`) and `git` are now excluded
194+
from squeezing. Their output is surfaced raw and skips compression headers
195+
and daemon savings reports.
196+
186197
## [0.4.2] — gsqz
187198

188199
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/gsqz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gobby-squeeze"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2024"
55
rust-version = "1.85"
66
authors = ["Josh Wilhelmi <hello@gobby.ai>"]

0 commit comments

Comments
 (0)