File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
77## [ Unreleased]
88
9- ## [ 1.1.2] — 2026-05-19
9+ ## [ 1.1.3] — 2026-05-19
10+
11+ ### Added
12+ - Added opt-in hook compaction controls through ` ctxrelay hook-compaction ` ,
13+ ` turnCoordination.hookCompaction ` , and ` CONTEXTRELAY_HOOK_* ` environment
14+ overrides. ` verbose ` remains the default and preserves legacy hook output.
15+ - Added TUI Token mode visibility and the ` t ` hotkey for switching between
16+ verbose and compact hook output.
17+ - Added hook preview suppression metrics for compact-mode dedupe.
1018
1119### Fixed
20+ - Improved TUI Recent row truncation and compact terminal layout so controls,
21+ footer text, and recent activity stay within the frame at narrow widths.
1222- Preserved named runtime session identity through ` ctxrelay codex --session `
1323 child environments, Codex MCP live relay tools, and Claude bridge recovery.
1424- Routed Codex explicit ContextRelay command responses back through the
@@ -18,6 +28,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1828- Scrubbed inherited ContextRelay runtime environment variables from
1929 reconnect e2e daemon launches.
2030
31+ Note: ` 1.1.2 ` existed briefly as a GitHub-only release artifact and was not
32+ published to npm. It was removed and superseded by this release.
33+
2134## [ 1.1.1] — 2026-05-19
2235
2336### Added
You can’t perform that action at this time.
0 commit comments